Parameters for Event::EventRange
|
| static const std::string | OnCreate {"on_create"} |
| | called after widget creation (all widgets) More...
|
| |
| static const std::string | OnDestroy {"on_destroy"} |
| | called before widget destruction (all widgets) More...
|
| |
| static const std::string | OnKeyDown {"on_key_down"} |
| | called when the user press a key & the widget have the keyboard focus (all widgets) More...
|
| |
| static const std::string | OnKeyUp {"on_key_up"} |
| | called when the user press a key & the widget have the keyboard focus (all widgets) More...
|
| |
| static const std::string | OnMouseDown {"on_mouse_down"} |
| | the mouse button have been pressed above the widget or a child (all widgets) More...
|
| |
| static const std::string | OnMouseUp {"on_mouse_up"} |
| | the mouse button have been pressed above the widget or a child (all widgets) More...
|
| |
| static const std::string | OnMouseMove {"on_mouse_move"} |
| | the mouse have been moved above the widget (all widgets) More...
|
| |
| static const std::string | OnGotFocus {"on_got_focus"} |
| | widget acquire keyboard focus (all widgets) More...
|
| |
| static const std::string | OnLostFocus {"on_lost_focus"} |
| | widget lost keyboard focus (all widgets) More...
|
| |
| static const std::string | OnShow {"on_show"} |
| | called after visibility change (all widgets) More...
|
| |
| static const std::string | OnHide {"on_hide"} |
| | called before visibility change (all widgets) More...
|
| |
| static const std::string | OnEnable {"on_enable"} |
| | called after state change (all widgets) More...
|
| |
| static const std::string | OnDisable {"on_disable"} |
| | called after state change (all widgets) More...
|
| |
| static const std::string | OnTextChange {"on_text_change"} |
| | text content of the widget have changed More...
|
| |
| static const std::string | OnClick {"on_click"} |
| | called when the user click on the widget (buttons) More...
|
| |
| static const std::string | OnStateChange {"on_state_change"} |
| | a CheckWidget state changed More...
|
| |
| static const std::string | OnValueChange {"on_value_change"} |
| | value of a ValueSelect widget changed More...
|
| |
| static const std::string | OnRangeChange {"on_range_change"} |
| | value of a ValueSelect widget changed by the user More...
|
| |
| static const std::string | OnResize {"on_resize"} |
| | item list of a GList widget have changed More...
|
| |
| static const std::string | OnMove {"on_move"} |
| | a Window position changed More...
|
| |