PureData CEAMMC library web documentation
доступно с версии: 0.4
@name (readonly)
Запросить canvas name
тип: symbol
по умолчанию: test_canvas
@dir (readonly)
Запросить canvas directory (only if top level or abstraction)
тип: symbol
по умолчанию: /
@args (readonly)
Запросить canvas creation arguments
тип: list
@root (readonly)
Запросить 1 if canvas is top-level (window)
тип: bool
по умолчанию: 1
@abstraction (readonly)
Запросить 1 if canvas is abstraction
тип: bool
по умолчанию: 1
@size (readonly)
Запросить canvas dimensions. If root canvas (window) return window size, if subpatch
return Graph on Parent size
тип: list
по умолчанию: 600 400
@font (readonly)
Запросить canvas font size
тип: int
по умолчанию: 10
@paths (readonly)
Запросить canvas search paths
тип: list
@width (readonly)
Запросить canvas width (window or GOP)
тип: int
по умолчанию: 600
@height (readonly)
Запросить canvas height (window or GOP)
тип: int
по умолчанию: 400
@x (readonly)
Запросить canvas x-pos (window or GOP)
тип: int
по умолчанию: 0
@y (readonly)
Запросить canvas y-pos (window or GOP)
тип: int
по умолчанию: 0
Смотрите также: [patch.args] [canvas.top]
Авторы: Serge Poltavsky
Лицензия: GPL3 or later