PureData CEAMMC library web documentation
доступно с версии: 0.1
Link allows to open external URLs, not only Pd patches but all kind of URL supported by your OS. If relative file path is given, it searched in current directory, then Pd doc directory and Pd external directories
URL
@url property value
тип: symbol
TITLE
@title property value
тип: list
X top left x-coord
тип: float
обязательно: True
Y top right y-coord
тип: float
обязательно: True
@url
Запросить/установить destination url
тип: symbol
по умолчанию: <no url>
@title
Запросить/установить link title
тип: symbol
по умолчанию: <no title>
@pinned
Запросить/установить pin mode. if 1 - put element to the lowest level
тип: bool
по умолчанию: 0
@hover_color
Запросить/установить color when mouse pointer is over element (list of red, green, blue values in
0-1 range)
тип: list
по умолчанию: 1 0 0.5 1
@link_color
Запросить/установить link color (list of red, green, blue values in 0-1 range)
тип: list
по умолчанию: 0 0.625 0.75 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
Авторы: Serge Poltavsky
Лицензия: GPL3 or later