wCommandEvent | Description |
wEvent_Menu | A menu item is selected. |
wEvent_CommandLeftClick | Clicked the left mouse button within the control. |
wEvent_CommandLeftDoubleClick | Double-clicked the left mouse button within the control. |
wEvent_CommandRightClick | Clicked the right mouse button within the control. |
wEvent_CommandRightDoubleClick | Double-clicked the right mouse button within the control. |
wEvent_CommandSetFocus | When the control receives the keyboard focus. |
wEvent_CommandKillFocus | When the control loses the keyboard focus. |
wEvent_CommandEnter | When enter key was pressed in a control. |
| |
wButton | Description |
wEvent_Button | The button is clicked. |
wEvent_ButtonEnter | The mouse is entering the button. |
wEvent_ButtonLeave | The mouse is leaving the button. |
| |
wCheckBox | Description |
wEvent_CheckBox | The check box is clicked. |
| |
wRadioButton | Description |
wEvent_RadioButton | The radio button is clicked. |
| |
wListBox | Description |
wEvent_ListBox | When an item on the list is selected or the selection changes. |
wEvent_ListBoxDoubleClick | When the listbox is double-clicked. |
| |
wComboBox | Description |
wEvent_ComboBox | When an item on the list is selected, calling getValue() returns the new value of selection. |
wEvent_ComboBoxCloseUp | When the list box of the combobox disappears. |
wEvent_ComboBoxDropDown | When the list box part of the combobox is shown. |
| |
wCheckComboBox | Description |
wEvent_CheckComboBox | When the value of the checkcombobox changed. |
wEvent_CheckComboBoxCloseUp | When the list box of the checkcombobox disappears. |
wEvent_CheckComboBoxDropDown | When the list box part of the checkcombobox is shown. |
| |
wToolBar | Description |
wEvent_Tool | Click left mouse button on the tool bar. Same as wEvent_Menu. |
wEvent_ToolRightClick | Click right mouse button on the tool bar. |
wEvent_ToolDropDown | Drop down menu selected. If unhandled, displays the default dropdown menu. |
wEvent_ToolEnter | The mouse cursor has moved into or moved off a tool. |
| |
wTextCtrl | Description |
wEvent_Text | When the text changes. |
wEvent_TextUpdate | When the control is about to redraw itself. |
wEvent_TextMaxlen | When the user tries to enter more text into the control than the limit. |
wEvent_TextEnter | When pressing Enter key. |
| |
wNoteBook | Description |
wEvent_NoteBookPageChanging | The page selection is about to be changed. This event can be vetoed. |
wEvent_NoteBookPageChanged | The page selection was changed. |
| |
wCalendarCtrl | Description |
wEvent_CalendarSelChanged | The selected date changed. |
wEvent_CalendarViewChanged | The control view changed. |
| |
wDatePickerCtrl | Description |
wEvent_DateChanged | The selected date changed. |
| |
wTimePickerCtrl | Description |
wEvent_TimeChanged | The selected time changed. |
| |
wSplitter | Description |
wEvent_Splitter | The position is dragging by user. This event can be vetoed. |
| |
wHotkeyCtrl | Description |
wEvent_HotkeyChanging | The hotkey is about to be changed. This event can be vetoed. |
wEvent_HotkeyChanged | The hotkey was changed. |