Warning! This version of documentation is OUTDATED, as it describes an older SDK version! Please switch to the documentation for the latest SDK version.
WidgetExtern Class
Inherits: | Widget |
WidgetExtern Class
Members
static WidgetExtern ( Gui gui, int class_id ) #
Constructor. Creates a custom user-defined widget.Arguments
- Gui gui - Gui instance, to which the widget belongs.
- int class_id - Unique class ID.
WidgetExtern cast ( Widget widget ) #
Casts a WidgetExtern out of the Widget instance.Arguments
- Widget widget - Widget instance.
Return value
WidgetExtern instance.int getClassID ( ) #
Returns a unique class ID.Return value
Unique class ID if the widget exists; otherwise, 0.int type ( ) #
WidgetExtern type.Return value
WidgetExtern type identifier.Last update:
2019-08-16
Help improve this article
(or select a word/phrase and press Ctrl+Enter)