アイテムの使用をかんたんにするために、いくつかの定数が定義されている。
PyTouchBar.Color
- green
- blue
- red
- yellow
- orange
- purple
- cyan
- white
- black
- clear (alpha = 0)
PyTouchBar.ImagePosition
- noimage
- imageonly
- left
- right
- below
- above
- overlaps
PyTouchBar.ImageScale
- proportionnaly_down
- axes_independently
- none
- proportionnaly_up_or_down
Alignment
- left
- right
- center
- justified
- natural
CustomizationMode
- none
- allowed
- required
CustomizationMode. | Add / Move | Remove |
---|---|---|
none | No | Yes |
allowed | Yes | Yes |
required | No | No |
PyTouchBar.TouchBarItems.SegmentedControls.Type
- select_one(一度に1つのコントロールしか選択できない)
- select_any(一度に複数のコントロールを選択可能)
- momentary(ボタンのように動作するコントロール)
PyTouchBar.TouchBarItems.ColorPicker.Type
- color
- text
- stroke
- image