Deletes an item from the control. The client data associated with the item
will be also deleted if it is owned by the control.
Deletes an item from the control. The client data associated with the item
will be also deleted if it is owned by the control.
Returns a pointer to the client data associated with the given item (if any).
It is an error to call this function for a control which doesn't have untyped
Returns a pointer to the client data associated with the given item (if any).
It is an error to call this function for a control which doesn't have untyped
Returns a pointer to the client data associated with the given item (if any).
It is an error to call this function for a control which doesn't have typed
Returns a pointer to the client data associated with the given item (if any).
It is an error to call this function for a control which doesn't have typed
Inserts the item into the list before pos.
Not valid for {\tt wxLB\_SORT} or {\tt wxCB\_SORT} styles, use Append instead.
Inserts the item into the list before pos.
Not valid for {\tt wxLB\_SORT} or {\tt wxCB\_SORT} styles, use Append instead.
-\func{int}{Insert}{\param{const wxString\& }{ item}, \param{int }{pos}, \param{void *}{clientData}}
+\func{int}{Insert}{\param{const wxString\& }{ item}, \param{unsigned int }{pos}, \param{void *}{clientData}}
-\func{int}{Insert}{\param{const wxString\& }{ item}, \param{int }{pos}, \param{wxClientData *}{clientData}}
+\func{int}{Insert}{\param{const wxString\& }{ item}, \param{unsigned int }{pos}, \param{wxClientData *}{clientData}}
Inserts the item into the list before pos, associating the given, typed or
untyped, client data pointer with the item.
Inserts the item into the list before pos, associating the given, typed or
untyped, client data pointer with the item.
Associates the given untyped client data pointer with the given item. Note that
it is an error to call this function if any typed client data pointers had been
Associates the given untyped client data pointer with the given item. Note that
it is an error to call this function if any typed client data pointers had been
Associates the given typed client data pointer with the given item: the
{\it data} object will be deleted when the item is deleted (either explicitly
Associates the given typed client data pointer with the given item: the
{\it data} object will be deleted when the item is deleted (either explicitly