PureData CEAMMC library web documentation
available since version: 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
type: symbol
TITLE
@title property value
type: list
X top left x-coord
type: float
required: True
Y top right y-coord
type: float
required: True
@url
Get/set destination url
type: symbol
default: <no url>
@title
Get/set link title
type: symbol
default: <no title>
@pinned
Get/set pin mode. if 1 - put element to the lowest level
type: bool
default: 0
@hover_color
Get/set color when mouse pointer is over element (list of red, green, blue values in
0-1 range)
type: list
default: 1 0 0.5 1
@link_color
Get/set link color (list of red, green, blue values in 0-1 range)
type: list
default: 0 0.625 0.75 1
@fontsize
Get/set fontsize
type: int
range: 4..100
default: 11
@fontname
Get/set fontname
type: symbol
enum: Courier, DejaVu, Helvetica, Monaco, Times
default: Helvetica
@fontweight
Get/set font weight
type: symbol
enum: normal, bold
default: normal
@fontslant
Get/set font slant
type: symbol
enum: roman, italic
default: roman
Authors: Serge Poltavsky
License: GPL3 or later