Inheritance diagram for WxWidget:

Authoring Interface:
WxWidget {
field SFString name ""
eventOut SFValue action
eventOut SFBoolean isWidgetSet
}
| name | is the name of the widget, as it appears in the .xrc file. Default value: "" | |
| action | emits a value when the widget fires its default event. |
Functionality:
...
1.4.3