wxCommandEvent
generated from ../src/mod_gui/event/command.cppThis event class contains information about command events, which originate from a variety of simple controls.
Constants
Properties
| Name | Type | Description |
|---|---|---|
checked ![]() |
Boolean | This can be used for menus or checkboxes to check if they are checked or not |
integer ![]() |
Integer | Returns the integer identifier corresponding to a listbox, choice or radiobox selection (only if the event was a selection, not a deselection) , or a boolean value representing the value of a checkbox. |
selection ![]() |
Integer | This can be used to know which item is selected in a wxListBox or wxChoice control |
string ![]() |
String | This can be used to know the string of the item selected in a wxListBox or wxChoice control. |

© 2002 - 2007 Franky Braem.