Used to add an item into a wxListBox, wxComboBox or wxChoice.
See Also: clear_items, delete_item, destroy, enable, find_string, get_handle, get_label, get_list_string, get_rect, get_selection, get_string_selection, get_string_selection, is_visible, set_cursor, set_focus, set_selection, set_size, set_string, set_tip
Clears all items from a wxListBox, wxListCtrl, wxChoice or wxComboBox.
See Also: add_item, delete_item, destroy, enable, find_string, get_handle, get_label, get_list_string, get_rect, get_selection, get_string_selection, get_string_selection, is_visible, set_cursor, set_focus, set_selection, set_size, set_string, set_tip
Delete an item from a wxListBox, wxListCtrl, wxComboBox or wxChoice.
See Also: add_item, clear_items, destroy, enable, find_string, get_handle, get_label, get_list_string, get_rect, get_selection, get_string_selection, get_string_selection, is_visible, set_cursor, set_focus, set_selection, set_size, set_string, set_tip
You should use this instead of delete_instance() to destroy any object that handles events (generally, any control or window).
See Also: add_item, clear_items, delete_item, enable, find_string, get_handle, get_label, get_list_string, get_rect, get_selection, get_string_selection, get_string_selection, is_visible, set_cursor, set_focus, set_selection, set_size, set_string, set_tip
See Also: add_item, clear_items, delete_item, destroy, find_string, get_handle, get_label, get_list_string, get_rect, get_selection, get_string_selection, get_string_selection, is_visible, set_cursor, set_focus, set_selection, set_size, set_string, set_tip
Returns the item number of the item in the list with the specified string.
See Also: add_item, clear_items, delete_item, destroy, enable, get_handle, get_label, get_list_string, get_rect, get_selection, get_string_selection, get_string_selection, is_visible, set_cursor, set_focus, set_selection, set_size, set_string, set_tip
Returns the platform specific handle for objects derived from class wxWindow.
See Also: add_item, clear_items, delete_item, destroy, enable, find_string, get_label, get_list_string, get_rect, get_selection, get_string_selection, get_string_selection, is_visible, set_cursor, set_focus, set_selection, set_size, set_string, set_tip
Returns the default label associated with the control. This would be the caption for a wxFrame or the label on a wxButton or the text of a wxStaticText.
See Also: add_item, clear_items, delete_item, destroy, enable, find_string, get_handle, get_list_string, get_rect, get_selection, get_string_selection, get_string_selection, is_visible, set_cursor, set_focus, set_selection, set_size, set_string, set_tip
This function works for both wxListCtrl and wxListBox.
See Also: add_item, clear_items, delete_item, destroy, enable, find_string, get_handle, get_label, get_rect, get_selection, get_string_selection, get_string_selection, is_visible, set_cursor, set_focus, set_selection, set_size, set_string, set_tip
Returns the size and position of the control.
See Also: add_item, clear_items, delete_item, destroy, enable, find_string, get_handle, get_label, get_list_string, get_selection, get_string_selection, get_string_selection, is_visible, set_cursor, set_focus, set_selection, set_size, set_string, set_tip
Used to get the index of the selected item of a wxListBox, wxListCtrl, wxComboBox or wxChoice. For the case of a wxListBox, the return is always a sequence, or an empty sequence, if nothing is selected. The other types of controls return -1 is no item is selected.
See Also: add_item, clear_items, delete_item, destroy, enable, find_string, get_handle, get_label, get_list_string, get_rect, get_string_selection, get_string_selection, is_visible, set_cursor, set_focus, set_selection, set_size, set_string, set_tip
Used to get the text of the selected item of a wxListBox, wxComboBox or wxChoice.
See Also: add_item, clear_items, delete_item, destroy, enable, find_string, get_handle, get_label, get_list_string, get_rect, get_selection, get_string_selection, is_visible, set_cursor, set_focus, set_selection, set_size, set_string, set_tip
Used to get the text of the selected item of a wxListBox, wxComboBox or wxChoice.
See Also: add_item, clear_items, delete_item, destroy, enable, find_string, get_handle, get_label, get_list_string, get_rect, get_selection, get_string_selection, is_visible, set_cursor, set_focus, set_selection, set_size, set_string, set_tip
See Also: add_item, clear_items, delete_item, destroy, enable, find_string, get_handle, get_label, get_list_string, get_rect, get_selection, get_string_selection, get_string_selection, set_cursor, set_focus, set_selection, set_size, set_string, set_tip
Changes the mouse cursor for the specified window to be the specified cursor. See wxCursor for the available cursor shapes.
See Also: add_item, clear_items, delete_item, destroy, enable, find_string, get_handle, get_label, get_list_string, get_rect, get_selection, get_string_selection, get_string_selection, is_visible, set_focus, set_selection, set_size, set_string, set_tip
See Also: add_item, clear_items, delete_item, destroy, enable, find_string, get_handle, get_label, get_list_string, get_rect, get_selection, get_string_selection, get_string_selection, is_visible, set_cursor, set_selection, set_size, set_string, set_tip
To unselect a wxListBox item, the item parameter should be a sequence: {item_number, -1}. To unselect a wxListCtrl item, item should be {item_number, 0}.
See Also: add_item, clear_items, delete_item, destroy, enable, find_string, get_handle, get_label, get_list_string, get_rect, get_selection, get_string_selection, get_string_selection, is_visible, set_cursor, set_focus, set_size, set_string, set_tip
See Also: add_item, clear_items, delete_item, destroy, enable, find_string, get_handle, get_label, get_list_string, get_rect, get_selection, get_string_selection, get_string_selection, is_visible, set_cursor, set_focus, set_selection, set_string, set_tip
Set the string of an item in a wxListBox, wxComboBox or wxChoice.
See Also: add_item, clear_items, delete_item, destroy, enable, find_string, get_handle, get_label, get_list_string, get_rect, get_selection, get_string_selection, get_string_selection, is_visible, set_cursor, set_focus, set_selection, set_size, set_tip
Sets the tooltip for an object derived from class wxWindow.
See Also: add_item, clear_items, delete_item, destroy, enable, find_string, get_handle, get_label, get_list_string, get_rect, get_selection, get_string_selection, get_string_selection, is_visible, set_cursor, set_focus, set_selection, set_size, set_string