Events list wxActivateEvent EVT_ACTIVATE(func) Process a wxEVT_ACTIVATE event. EVT_ACTIVATE_APP(func) Process a wxEVT_ACTIVATE_APP event. wxBitmapButton EVT_BUTTON(id, func) wxButton EVT_BUTTON(id, func) wxCalculateLayoutEvent EVT_CALCULATE_LAYOUT(func) wxCalendarCtrl EVT_CALENDAR(id, func) A day was double clicked in the calendar. EVT_CALENDAR_SEL_CHANGED(id, func) The selected date changed. EVT_CALENDAR_DAY(id, func) The selected day changed. EVT_CALENDAR_MONTH(id, func) The selected month changed. EVT_CALENDAR_YEAR(id, func) The selected year changed. EVT_CALENDAR_WEEKDAY_CLICKED(id, func) User clicked on the week day header wxCheckBox EVT_CHECKBOX(id, func) wxCheckListBox EVT_CHECKLISTBOX(id, func) wxChoice EVT_CHOICE(id, func) wxCloseEvent EVT_CLOSE(func) EVT_QUERY_END_SESSION(func) EVT_END_SESSION(func) wxComboBox EVT_COMBOBOX(id, func) EVT_TEXT(id, func) wxCommandEvent EVT_COMMAND(id, event, func) EVT_COMMAND_RANGE(id1, id2, event, func) EVT_BUTTON(id, func) EVT_CHECKBOX(id, func) EVT_CHOICE(id, func) EVT_LISTBOX(id, func) EVT_LISTBOX_DCLICK(id, func) EVT_TEXT(id, func) EVT_TEXT_ENTER(id, func) EVT_TEXT_MAXLEN(id, func) EVT_MENU(id, func) EVT_MENU_RANGE(id1, id2, func) EVT_CONTEXT_MENU(func) EVT_SLIDER(id, func) EVT_RADIOBOX(id, func) EVT_RADIOBUTTON(id, func) EVT_SCROLLBAR(id, func) EVT_COMBOBOX(id, func) EVT_TOOL(id, func) EVT_TOOL_RANGE(id1, id2, func) EVT_TOOL_RCLICKED(id, func) EVT_TOOL_RCLICKED_RANGE(id1, id2, func) EVT_TOOL_ENTER(id, func) EVT_COMMAND_LEFT_CLICK(id, func) EVT_COMMAND_LEFT_DCLICK(id, func) EVT_COMMAND_RIGHT_CLICK(id, func) EVT_COMMAND_SET_FOCUS(id, func) EVT_COMMAND_KILL_FOCUS(id, func) EVT_COMMAND_ENTER(id, func) wxDialUpManager EVT_DIALUP_CONNECTED(func) A connection with the network was established. EVT_DIALUP_DISCONNECTED(func) The connection with the network was lost. wxDropFilesEvent EVT_DROP_FILES(func) Process a wxEVT_DROP_FILES event. wxEraseEvent EVT_ERASE_BACKGROUND(func) Process a wxEVT_ERASE_BACKGROUND event. wxFindDialogEvent EVT_FIND(id, func) Find button was pressed in the dialog. EVT_FIND_NEXT(id, func) Find next button was pressed in the dialog. EVT_FIND_REPLACE(id, func) Replace button was pressed in the dialog. EVT_FIND_REPLACE_ALL(id, func) Replace all button was pressed in the dialog. EVT_FIND_CLOSE(id, func) wxFocusEvent EVT_SET_FOCUS(func) Process a wxEVT_SET_FOCUS event. EVT_KILL_FOCUS(func) Process a wxEVT_KILL_FOCUS event. wxGridEditorCreatedEvent The editor for a cell was created. EVT_GRID_EDITOR_CREATED(func) Processes a wxEVT_GRID_EDITOR_CREATED. wxGridEvent The user clicked a cell with the EVT_GRID_CELL_LEFT_CLICK(func) left mouse button. Processes a wxEVT_GRID_CELL_LEFT_CLICK. The user clicked a cell with the EVT_GRID_CELL_RIGHT_CLICK(func) right mouse button. Processes a wxEVT_GRID_CELL_RIGHT_CLICK. The user double-clicked a cell EVT_GRID_CELL_LEFT_DCLICK(func) with the left mouse button. Processes a wxEVT_GRID_CELL_LEFT_DCLICK. The user double-clicked a cell EVT_GRID_CELL_RIGHT_DCLICK(func) with the right mouse button. Processes a wxEVT_GRID_CELL_RIGHT_DCLICK. The user clicked a label with the EVT_GRID_LABEL_LEFT_CLICK(func) left mouse button. Processes a wxEVT_GRID_LABEL_LEFT_CLICK. The user clicked a label with the EVT_GRID_LABEL_RIGHT_CLICK(func) right mouse button. Processes a wxEVT_GRID_LABEL_RIGHT_CLICK. The user double-clicked a label EVT_GRID_LABEL_LEFT_DCLICK(func) with the left mouse button. Processes a wxEVT_GRID_LABEL_LEFT_DCLICK. The user double-clicked a label EVT_GRID_LABEL_RIGHT_DCLICK(func) with the right mouse button. Processes a wxEVT_GRID_LABEL_RIGHT_DCLICK. The user changed the data in a EVT_GRID_CELL_CHANGE(func) cell. Processes a wxEVT_GRID_CELL_CHANGE. The user moved to, and selected a EVT_GRID_SELECT_CELL(func) cell. Processes a wxEVT_GRID_SELECT_CELL. The editor for a cell was hidden. EVT_GRID_EDITOR_HIDDEN(func) Processes a wxEVT_GRID_EDITOR_HIDDEN. The editor for a cell was shown. EVT_GRID_EDITOR_SHOWN(func) Processes a wxEVT_GRID_EDITOR_SHOWN. wxGridRangeSelectEvent The user selected a group of EVT_GRID_RANGE_SELECT(func) contiguous cells. Processes a wxEVT_GRID_RANGE_SELECT. wxGridSizeEvent The user resized a column by EVT_GRID_COL_SIZE(func) dragging it. Processes a wxEVT_GRID_COL_SIZE. The user resized a row by dragging EVT_GRID_ROW_SIZE(func) it. Processes a wxEVT_GRID_ROW_SIZE. wxHelpEvent EVT_HELP(id, func) Process a wxEVT_HELP event. EVT_HELP_RANGE(id1, id2, func) Process a wxEVT_HELP event for a range of ids. wxIconizeEvent EVT_ICONIZE(func) Process a wxEVT_ICONIZE event. wxIdleEvent EVT_IDLE(func) Process a wxEVT_IDLE event. wxInitDialogEvent EVT_INIT_DIALOG(func) Process a wxEVT_INIT_DIALOG event. wxJoystickEvent EVT_JOY_BUTTON_DOWN(func) Process a wxEVT_JOY_BUTTON_DOWN event. EVT_JOY_BUTTON_UP(func) Process a wxEVT_JOY_BUTTON_UP event. EVT_JOY_MOVE(func) Process a wxEVT_JOY_MOVE event. EVT_JOY_ZMOVE(func) Process a wxEVT_JOY_ZMOVE event. wxKeyEvent EVT_KEY_DOWN(func) Process a wxEVT_KEY_DOWN event (any key has been pressed). EVT_KEY_UP(func) Process a wxEVT_KEY_UP event (any key has been released). EVT_CHAR(func) Process a wxEVT_CHAR event. wxLayoutAlgorithm EVT_QUERY_LAYOUT_INFO(func) EVT_CALCULATE_LAYOUT(func) wxListBox EVT_LISTBOX(id, func) EVT_LISTBOX_DCLICK(id, func) wxListCtrl EVT_LIST_BEGIN_DRAG(id, func) Begin dragging with the left mouse button. EVT_LIST_BEGIN_RDRAG(id, func) Begin dragging with the right mouse button. EVT_LIST_BEGIN_LABEL_EDIT(id, func) Begin editing a label. This can be prevented by calling Veto(). EVT_LIST_END_LABEL_EDIT(id, func) Finish editing a label. This can be prevented by calling Veto(). EVT_LIST_DELETE_ITEM(id, func) Delete an item. EVT_LIST_DELETE_ALL_ITEMS(id, func) Delete all items. EVT_LIST_ITEM_SELECTED(id, func) The item has been selected. EVT_LIST_ITEM_DESELECTED(id, func) The item has been deselected. EVT_LIST_ITEM_ACTIVATED(id, func) The item has been activated (ENTER or double click). EVT_LIST_ITEM_FOCUSED(id, func) The currently focused item has changed. EVT_LIST_ITEM_MIDDLE_CLICK(id, func) The middle mouse button has been clicked on an item. EVT_LIST_ITEM_RIGHT_CLICK(id, func) The right mouse button has been clicked on an item. EVT_LIST_KEY_DOWN(id, func) A key has been pressed. EVT_LIST_INSERT_ITEM(id, func) An item has been inserted. EVT_LIST_COL_CLICK(id, func) A column ( m_col) has been left-clicked. EVT_LIST_COL_RIGHT_CLICK(id, func) A column ( m_col) has been right-clicked. EVT_LIST_COL_BEGIN_DRAG(id, func) The user started resizing a column - can be vetoed. EVT_LIST_COL_DRAGGING(id, func) The divider between columns is being dragged. EVT_LIST_COL_END_DRAG(id, func) A column has been resized by the user. EVT_LIST_CACHE_HINT(id, func) Prepare cache for a virtual list control wxListEvent EVT_LIST_BEGIN_DRAG(id, func) Begin dragging with the left mouse button. EVT_LIST_BEGIN_RDRAG(id, func) Begin dragging with the right mouse button. EVT_LIST_BEGIN_LABEL_EDIT(id, func) Begin editing a label. This can be prevented by calling Veto(). EVT_LIST_END_LABEL_EDIT(id, func) Finish editing a label. This can be prevented by calling Veto(). EVT_LIST_DELETE_ITEM(id, func) Delete an item. EVT_LIST_DELETE_ALL_ITEMS(id, func) Delete all items. EVT_LIST_ITEM_SELECTED(id, func) The item has been selected. EVT_LIST_ITEM_DESELECTED(id, func) The item has been deselected. EVT_LIST_ITEM_ACTIVATED(id, func) The item has been activated (ENTER or double click). EVT_LIST_ITEM_FOCUSED(id, func) The currently focused item has changed. EVT_LIST_ITEM_MIDDLE_CLICK(id, func) The middle mouse button has been clicked on an item. EVT_LIST_ITEM_RIGHT_CLICK(id, func) The right mouse button has been clicked on an item. EVT_LIST_KEY_DOWN(id, func) A key has been pressed. EVT_LIST_INSERT_ITEM(id, func) An item has been inserted. EVT_LIST_COL_CLICK(id, func) A column ( m_col) has been left-clicked. A column ( m_col) (which can be EVT_LIST_COL_RIGHT_CLICK(id, func) $-1$ if the click occured outside any column) has been right-clicked. EVT_LIST_COL_BEGIN_DRAG(id, func) The user started resizing a column - can be vetoed. EVT_LIST_COL_DRAGGING(id, func) The divider between columns is being dragged. EVT_LIST_COL_END_DRAG(id, func) A column has been resized by the user. EVT_LIST_CACHE_HINT(id, func) Prepare cache for a virtual list control wxMaximizeEvent EVT_MAXIMIZE(func) Process a wxEVT_MAXIMIZE event. wxMenuEvent EVT_MENU_OPEN(func) EVT_MENU_CLOSE(func) A menu has been just closed. EVT_MENU_HIGHLIGHT(id, func) EVT_MENU_HIGHLIGHT_ALL(func) wxMouseCaptureChangedEvent EVT_MOUSE_CAPTURE_CHANGED(func) Process a wxEVT_MOUSE_CAPTURE_CHANGED event. wxMouseEvent EVT_LEFT_DOWN(func) Process a wxEVT_LEFT_DOWN event. EVT_LEFT_UP(func) Process a wxEVT_LEFT_UP event. EVT_LEFT_DCLICK(func) Process a wxEVT_LEFT_DCLICK event. EVT_MIDDLE_DOWN(func) Process a wxEVT_MIDDLE_DOWN event. EVT_MIDDLE_UP(func) Process a wxEVT_MIDDLE_UP event. EVT_MIDDLE_DCLICK(func) Process a wxEVT_MIDDLE_DCLICK event. EVT_RIGHT_DOWN(func) Process a wxEVT_RIGHT_DOWN event. EVT_RIGHT_UP(func) Process a wxEVT_RIGHT_UP event. EVT_RIGHT_DCLICK(func) Process a wxEVT_RIGHT_DCLICK event. EVT_MOTION(func) Process a wxEVT_MOTION event. EVT_ENTER_WINDOW(func) Process a wxEVT_ENTER_WINDOW event. EVT_LEAVE_WINDOW(func) Process a wxEVT_LEAVE_WINDOW event. EVT_MOUSEWHEEL(func) Process a wxEVT_MOUSEWHEEL event. EVT_MOUSE_EVENTS(func) Process all mouse events. wxMoveEvent EVT_MOVE(func) wxNotebookEvent EVT_NOTEBOOK_PAGE_CHANGED(id, func) EVT_NOTEBOOK_PAGE_CHANGING(id, func) wxPaintEvent EVT_PAINT(func) Process a wxEVT_PAINT event. wxProcessEvent EVT_END_PROCESS(id, func) wxQueryLayoutInfoEvent EVT_QUERY_LAYOUT_INFO(func) wxRadioBox EVT_RADIOBOX(id, func) wxRadioButton EVT_RADIOBUTTON(id, func) wxSashEvent EVT_SASH_DRAGGED(id, func) EVT_SASH_DRAGGED_RANGE(id1, id2, func) wxSashWindow EVT_SASH_DRAGGED(id, func) EVT_SASH_DRAGGED_RANGE(id1, id2, func) wxScrollEvent EVT_SCROLL(func) Process all scroll events. Process wxEVT_SCROLL_TOP EVT_SCROLL_TOP(func) scroll-to-top events (minium position). Process wxEVT_SCROLL_TOP EVT_SCROLL_BOTTOM(func) scroll-to-bottom events (maximum position). EVT_SCROLL_LINEUP(func) Process wxEVT_SCROLL_LINEUP line up events. EVT_SCROLL_LINEDOWN(func) Process wxEVT_SCROLL_LINEDOWN line down events. EVT_SCROLL_PAGEUP(func) Process wxEVT_SCROLL_PAGEUP page up events. EVT_SCROLL_PAGEDOWN(func) Process wxEVT_SCROLL_PAGEDOWN page down events. EVT_SCROLL_THUMBTRACK(func) EVT_SCROLL_THUMBRELEASE(func) Process wxEVT_SCROLL_THUMBRELEASE thumb release events. EVT_SCROLL_ENDSCROLL(func) Process wxEVT_SCROLL_ENDSCROLL end of scrolling events (MSW only). EVT_COMMAND_SCROLL(id, func) Process all scroll events. Process wxEVT_SCROLL_TOP EVT_COMMAND_SCROLL_TOP(id, func) scroll-to-top events (minimum position). Process wxEVT_SCROLL_TOP EVT_COMMAND_SCROLL_BOTTOM(id, func) scroll-to-bottom events (maximum position). EVT_COMMAND_SCROLL_LINEUP(id, func) Process wxEVT_SCROLL_LINEUP line up events. EVT_COMMAND_SCROLL_LINEDOWN(id, func) Process wxEVT_SCROLL_LINEDOWN line down events. EVT_COMMAND_SCROLL_PAGEUP(id, func) Process wxEVT_SCROLL_PAGEUP page up events. EVT_COMMAND_SCROLL_PAGEDOWN(id, func) Process wxEVT_SCROLL_PAGEDOWN page down events. EVT_COMMAND_SCROLL_THUMBTRACK(id, func) EVT_COMMAND_SCROLL_THUMBRELEASE(func) Process wxEVT_SCROLL_THUMBRELEASE thumb release events. EVT_COMMAND_SCROLL_ENDSCROLL(func) Process wxEVT_SCROLL_ENDSCROLL end of scrolling events (MSW only). wxScrollWinEvent EVT_SCROLLWIN(func) Process all scroll events. EVT_SCROLLWIN_TOP(func) Process wxEVT_SCROLLWIN_TOP scroll-to-top events. EVT_SCROLLWIN_BOTTOM(func) Process wxEVT_SCROLLWIN_TOP scroll-to-bottom events. EVT_SCROLLWIN_LINEUP(func) Process wxEVT_SCROLLWIN_LINEUP line up events. EVT_SCROLLWIN_LINEDOWN(func) Process wxEVT_SCROLLWIN_LINEDOWN line down events. EVT_SCROLLWIN_PAGEUP(func) Process wxEVT_SCROLLWIN_PAGEUP page up events. EVT_SCROLLWIN_PAGEDOWN(func) Process wxEVT_SCROLLWIN_PAGEDOWN page down events. EVT_SCROLLWIN_THUMBTRACK(func) Process EVT_SCROLLWIN_THUMBRELEASE(func) wxEVT_SCROLLWIN_THUMBRELEASE thumb release events. wxSizeEvent EVT_SIZE(func) Process a wxEVT_SIZE event. wxSlider EVT_SCROLL(func) Process all scroll events. Process wxEVT_SCROLL_TOP EVT_SCROLL_TOP(func) scroll-to-top events (minium position). Process wxEVT_SCROLL_TOP EVT_SCROLL_BOTTOM(func) scroll-to-bottom events (maximum position). EVT_SCROLL_LINEUP(func) Process wxEVT_SCROLL_LINEUP line up events. EVT_SCROLL_LINEDOWN(func) Process wxEVT_SCROLL_LINEDOWN line down events. EVT_SCROLL_PAGEUP(func) Process wxEVT_SCROLL_PAGEUP page up events. EVT_SCROLL_PAGEDOWN(func) Process wxEVT_SCROLL_PAGEDOWN page down events. EVT_SCROLL_THUMBTRACK(func) EVT_SCROLL_THUMBRELEASE(func) Process wxEVT_SCROLL_THUMBRELEASE thumb release events. EVT_SCROLL_ENDSCROLL(func) Process wxEVT_SCROLL_ENDSCROLL end of scrolling events (MSW only). EVT_COMMAND_SCROLL(id, func) Process all scroll events. Process wxEVT_SCROLL_TOP EVT_COMMAND_SCROLL_TOP(id, func) scroll-to-top events (minimum position). Process wxEVT_SCROLL_TOP EVT_COMMAND_SCROLL_BOTTOM(id, func) scroll-to-bottom events (maximum position). EVT_COMMAND_SCROLL_LINEUP(id, func) Process wxEVT_SCROLL_LINEUP line up events. EVT_COMMAND_SCROLL_LINEDOWN(id, func) Process wxEVT_SCROLL_LINEDOWN line down events. EVT_COMMAND_SCROLL_PAGEUP(id, func) Process wxEVT_SCROLL_PAGEUP page up events. EVT_COMMAND_SCROLL_PAGEDOWN(id, func) Process wxEVT_SCROLL_PAGEDOWN page down events. EVT_COMMAND_SCROLL_THUMBTRACK(id, func) EVT_COMMAND_SCROLL_THUMBRELEASE(func) Process wxEVT_SCROLL_THUMBRELEASE thumb release events. EVT_COMMAND_SCROLL_ENDSCROLL(func) Process wxEVT_SCROLL_ENDSCROLL end of scrolling events (MSW only). wxSocketBase EVT_SOCKET(id, func) Process a wxEVT_SOCKET event. wxSocketEvent EVT_SOCKET(id, func) Process a socket event, supplying the member function. wxSpinCtrl EVT_SPINCTRL(id, func) wxSpinEvent EVT_SPIN(id, func) Generated whenever an arrow is pressed. EVT_SPIN_UP(id, func) Generated when left/up arrow is pressed. EVT_SPIN_DOWN(id, func) Generated when right/down arrow is pressed. wxSplitterEvent EVT_SPLITTER_SASH_POS_CHANGING(id, func) EVT_SPLITTER_SASH_POS_CHANGED(id, func) EVT_SPLITTER_UNSPLIT(id, func) EVT_SPLITTER_DCLICK(id, func) wxSplitterWindow EVT_SPLITTER_SASH_POS_CHANGING(id, func) EVT_SPLITTER_SASH_POS_CHANGED(id, func) EVT_SPLITTER_UNSPLIT(id, func) EVT_SPLITTER_DCLICK(id, func) wxSysColourChangedEvent EVT_SYS_COLOUR_CHANGED(func) Process a wxEVT_SYS_COLOUR_CHANGED event. wxTabEvent EVT_TAB_SEL_CHANGED(id, func) EVT_TAB_SEL_CHANGING(id, func) wxTaskBarIcon EVT_TASKBAR_MOVE(func) EVT_TASKBAR_LEFT_DOWN(func) EVT_TASKBAR_LEFT_UP(func) EVT_TASKBAR_RIGHT_DOWN(func) EVT_TASKBAR_RIGHT_UP(func) EVT_TASKBAR_LEFT_DCLICK(func) EVT_TASKBAR_RIGHT_DCLICK(func) wxTextCtrl EVT_TEXT(id, func) EVT_TEXT_ENTER(id, func) EVT_TEXT_URL(id, func) EVT_TEXT_MAXLEN(id, func) wxToggleButton EVT_TOGGLEBUTTON(id, func) Handles button click event. wxToolBar EVT_TOOL(id, func) EVT_MENU(id, func) The same as EVT_TOOL. EVT_TOOL_RANGE(id1, id2, func) EVT_MENU_RANGE(id1, id2, func) The same as EVT_TOOL_RANGE. EVT_TOOL_RCLICKED(id, func) EVT_TOOL_RCLICKED_RANGE(id1, id2, func) EVT_TOOL_ENTER(id, func) wxTreeCtrl EVT_TREE_BEGIN_DRAG(id, func) Begin dragging with the left mouse button. EVT_TREE_BEGIN_RDRAG(id, func) Begin dragging with the right mouse button. EVT_TREE_BEGIN_LABEL_EDIT(id, func) Begin editing a label. This can be prevented by calling Veto(). EVT_TREE_END_LABEL_EDIT(id, func) Finish editing a label. This can be prevented by calling Veto(). EVT_TREE_DELETE_ITEM(id, func) Delete an item. EVT_TREE_GET_INFO(id, func) Request information from the application. EVT_TREE_SET_INFO(id, func) Information is being supplied. The item has been activated, i.e. EVT_TREE_ITEM_ACTIVATED(id, func) chosen by double clicking it with mouse or from keyboard EVT_TREE_ITEM_COLLAPSED(id, func) The item has been collapsed. The item is being collapsed. This EVT_TREE_ITEM_COLLAPSING(id, func) can be prevented by calling Veto(). EVT_TREE_ITEM_EXPANDED(id, func) The item has been expanded. The item is being expanded. This EVT_TREE_ITEM_EXPANDING(id, func) can be prevented by calling Veto(). EVT_TREE_SEL_CHANGED(id, func) Selection has changed. EVT_TREE_SEL_CHANGING(id, func) Selection is changing. This can be prevented by calling Veto(). EVT_TREE_KEY_DOWN(id, func) A key has been pressed. EVT_TREE_ITEM_GETTOOLTIP(id, func) wxTreeEvent The user has started dragging an item with the left mouse button. EVT_TREE_BEGIN_DRAG(id, func) The event handler must call wxTreeEvent::Allow() for the drag operation to continue. The user has started dragging an item with the right mouse button. EVT_TREE_BEGIN_RDRAG(id, func) The event handler must call wxTreeEvent::Allow() for the drag operation to continue. EVT_TREE_BEGIN_LABEL_EDIT(id, func) Begin editing a label. This can be prevented by calling Veto(). EVT_TREE_END_DRAG(id, func) The user has released the mouse after dragging an item. The user has finished editing a EVT_TREE_END_LABEL_EDIT(id, func) label. This can be prevented by calling Veto(). EVT_TREE_DELETE_ITEM(id, func) A tree item has been deleted. EVT_TREE_ITEM_ACTIVATED(id, func) An item has been activated (e.g. double clicked). EVT_TREE_ITEM_COLLAPSED(id, func) The item has been collapsed. The item is being collapsed. This EVT_TREE_ITEM_COLLAPSING(id, func) can be prevented by calling Veto(). EVT_TREE_ITEM_EXPANDED(id, func) The item has been expanded. The item is being expanded. This EVT_TREE_ITEM_EXPANDING(id, func) can be prevented by calling Veto(). EVT_TREE_ITEM_RIGHT_CLICK(id, func) The user has clicked the item with the right mouse button. EVT_TREE_ITEM_MIDDLE_CLICK(id, func) The user has clicked the item with the middle mouse button. EVT_TREE_KEY_DOWN(id, func) A key has been pressed. EVT_TREE_SEL_CHANGED(id, func) Selection has changed. EVT_TREE_SEL_CHANGING(id, func) Selection is changing. This can be prevented by calling Veto(). EVT_TREE_KEY_DOWN(id, func) A key has been pressed. EVT_TREE_ITEM_GETTOOLTIP(id, func) wxUpdateUIEvent EVT_UPDATE_UI(id, func) Process a wxEVT_UPDATE_UI event for the command with the given id. Process a wxEVT_UPDATE_UI event EVT_UPDATE_UI_RANGE(id1, id2, func) for any command with id included in the given range. wxWizard EVT_WIZARD_PAGE_CHANGED(id, func) EVT_WIZARD_PAGE_CHANGING(id, func) EVT_WIZARD_CANCEL(id, func) EVT_WIZARD_HELP(id, func) The wizard help button was pressed. EVT_WIZARD_FINISHED(id, func) The wizard finished button was pressed. wxWizardEvent EVT_WIZARD_PAGE_CHANGED(id, func) EVT_WIZARD_PAGE_CHANGING(id, func) EVT_WIZARD_CANCEL(id, func) EVT_WIZARD_HELP(id, func) The wizard help button was pressed. EVT_WIZARD_FINISHED(id, func) The wizard finished button was pressed. References Visible links