|
|
GH_Attr_Widget Fields |
The GH_Attr_Widget type exposes the following members.
| Name | Description | |
|---|---|---|
| _description |
Widget description.
| |
| _enabled |
True if the widget is enabled.
| |
| _header |
Widget description header.
| |
| _index |
Local widget index. Used to identify the widget within
its local group.
??? what is the index actually used for?
| |
| _name |
Widget name.
| |
| _showToolTip |
True if the widget has a tool tip and it should be shown when
requested.
| |
| bounds |
Widget's local space bounds.
| |
| canvasBounds |
Widget's canvas space bounds.
| |
| palette |
The palette.
| |
| parent |
The parent widget.
If null, this widget is not nested.
| |
| style |
Widget palette style.
| |
| transfromation |
Widget transformation.
|