There was an error while loading. Please reload this page.
The base class for all Widgets. Based on QWidget.
N/A
String className ()
String objectName (String value)
If called with an argument, set widget's object name to value.
Always returns objectName. Returns new name if set.
void close ()
Bool enabled (Bool enable)
If called with an argument, set widget to enable
Returns widget enabled property
void hide ()
void show ()
Widget parent ()
Widget lookup (String WidgetName)
void observe (self, String SignalName, Function fnc)
Object property (String Name)
Layout/void layout (Layout layout)
If called with an argument, set widget's layout to layout and return type is void.
If not called with an argument, return widget's layout.
NOTE: Once the layout has been set for a widget, it cannot be overwritten. Its contents can be altered, but the layout itself cannot be replaced.
widget