PureData CEAMMC library web documentation
доступно с версии: 0.1
+ STEP
moves several steps forward on a loop (single mode only), output newly selected
item
- STEP
moves several step backwards on a loop (single mode only), output newly
selected item
erase
clears all tab menu
flip
flips radio (only in checklist mode)
IDX item position
тип: int
обязательно: True
ATOM item name
тип: atom
обязательно: True
interp
for this object acts as load, no preset interpolation performed
next
moves to next item until last item is reached (single mode only). Output new
item
X top left x-coord
тип: float
обязательно: True
Y top right y-coord
тип: float
обязательно: True
prev
moves to previous item until first item is reached (single mode only). Output
new item
random
select random item. If called [random move( moves to random item (excluding the
current one)
IDX item index
тип: int
обязательно: True
ATOMS item name
тип: list
обязательно: True
@items
Запросить/установить list of tab names
тип: list
@toggle
Запросить/установить toggle mode. In toggle moe multiple selection is possible
тип: bool
по умолчанию: 0
@orientation
Запросить/установить tab orientation. 1 is vertical, 0 is horizontal
тип: bool
по умолчанию: 0
@selected (readonly)
Запросить list of selected items (in toggle mode)
тип: list
@current (readonly)
Запросить current selected index (in switch mode)
тип: int
по умолчанию: 0
@count (readonly)
Запросить number of tabs
тип: int
по умолчанию: 0
@presetname
Запросить/установить preset name for using with [ui.preset]
тип: symbol
по умолчанию: (null)
@send
Запросить/установить send destination
тип: symbol
по умолчанию: (null)
@receive
Запросить/установить receive source
тип: symbol
по умолчанию: (null)
@size
Запросить/установить element size (width, height pair)
тип: list
по умолчанию: 100 15
@pinned
Запросить/установить pin mode. if 1 - put element to the lowest level
тип: bool
по умолчанию: 0
@active_color
Запросить/установить active color (list of red, green, blue values in 0-1 range)
тип: list
по умолчанию: 0 0.75 1 1
@text_color
Запросить/установить text color (list of red, green, blue values in 0-1 range)
тип: list
по умолчанию: 0 0 0 1
@hover_color
Запросить/установить hover color (list of red, green, blue values in 0-1 range)
тип: list
по умолчанию: 0.5 0.5 0.5 1
@background_color
Запросить/установить element background color (list of red, green, blue values in 0-1 range)
тип: list
по умолчанию: 0.93 0.93 0.93 1
@border_color
Запросить/установить border color (list of red, green, blue values in 0-1 range)
тип: list
по умолчанию: 0.6 0.6 0.6 1
@fontsize
Запросить/установить fontsize
тип: int
диапазон: 4..100
по умолчанию: 11
@fontname
Запросить/установить fontname
тип: symbol
варианты: Courier, DejaVu, Helvetica, Monaco, Times
по умолчанию: Helvetica
@fontweight
Запросить/установить font weight
тип: symbol
варианты: normal, bold
по умолчанию: normal
@fontslant
Запросить/установить font slant
тип: symbol
варианты: roman, italic
по умолчанию: roman
Смотрите также: [ui.menu]
Авторы: Pierre Guillot, Serge Poltavsky
Лицензия: GPL3 or later