Process a wxEVT_COMMAND_LISTBOX_SELECTED event, when an item on the
list is selected or the selection changes.
@event{EVT_LISTBOX_DCLICK(id, func)}:
Process a wxEVT_COMMAND_LISTBOX_SELECTED event, when an item on the
list is selected or the selection changes.
@event{EVT_LISTBOX_DCLICK(id, func)}:
@remarks This applies to multiple selection listboxes only.
*/
void Deselect(int n);
/**
Fill an array of ints with the positions of the currently selected items.
@remarks This applies to multiple selection listboxes only.
*/
void Deselect(int n);
/**
Fill an array of ints with the positions of the currently selected items.
@see wxControlWithItems::GetSelection, wxControlWithItems::GetStringSelection,
wxControlWithItems::SetSelection
*/
@see wxControlWithItems::GetSelection, wxControlWithItems::GetStringSelection,
wxControlWithItems::SetSelection
*/
/**
Returns the item located at @e point, or @c wxNOT_FOUND if there
is no item located at @e point.
/**
Returns the item located at @e point, or @c wxNOT_FOUND if there
is no item located at @e point.
@wxsince{2.7.0}. It is currently implemented
for wxMSW, wxMac and wxGTK2
ports.
@wxsince{2.7.0}. It is currently implemented
for wxMSW, wxMac and wxGTK2
ports.
@returns @true if the given item is selected, @false otherwise.
*/
bool IsSelected(int n) const;
@returns @true if the given item is selected, @false otherwise.
*/
bool IsSelected(int n) const;
@param n
The number of strings to set.
@param choices
An array of strings to set.
@param clientData
Options array of client data pointers
@param n
The number of strings to set.
@param choices
An array of strings to set.
@param clientData
Options array of client data pointers