• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/

Lines Matching refs:item

28 client data (and only it) will be deleted when an item is
51 \func{int}{Append}{\param{const wxString\& }{ item}}
53 Adds the item to the end of the list box.
55 \func{int}{Append}{\param{const wxString\& }{ item}, \param{void *}{clientData}}
57 \func{int}{Append}{\param{const wxString\& }{ item}, \param{wxClientData *}{clientData}}
59 Adds the item to the end of the list box, associating the given, typed or
60 untyped, client data pointer with the item.
70 \docparam{item}{String to add.}
72 \docparam{clientData}{Client data to associate with the item.}
76 When appending a single item, the return value is the index of the newly added
77 item which may be different from the last one if the control is sorted (e.g.
93 Deletes an item from the control. The client data associated with the item
97 remove an item with the index negative or greater or equal than the number of
102 \docparam{n}{The zero-based item index.}
112 Finds an item whose label matches the given string.
122 The zero-based position of the item, or {\tt wxNOT\_FOUND} if the string was
130 Returns a pointer to the client data associated with the given item (if any).
132 client data at all although it is ok to call it even if the given item doesn't
137 \docparam{n}{The zero-based position of the item.}
148 Returns a pointer to the client data associated with the given item (if any).
150 client data at all although it is ok to call it even if the given item doesn't
155 \docparam{n}{The zero-based position of the item.}
177 Returns the index of the selected item or {\tt wxNOT\_FOUND} if no item is
200 Returns the label of the item with the given index.
208 The label of the item or an empty string if the position was invalid.
222 Returns the label of the selected item or an empty string if no item is
232 \func{int}{Insert}{\param{const wxString\& }{ item}, \param{unsigned int }{pos}}
234 Inserts the item into the list before pos.
237 \func{int}{Insert}{\param{const wxString\& }{ item}, \param{unsigned int }{pos}, \param{void *}{clientData}}
239 \func{int}{Insert}{\param{const wxString\& }{ item}, \param{unsigned int }{pos}, \param{wxClientData *}{clientData}}
241 Inserts the item into the list before pos, associating the given, typed or
242 untyped, client data pointer with the item.
247 \docparam{item}{String to add.}
249 \docparam{pos}{Position to insert item before, zero based.}
251 \docparam{clientData}{Client data to associate with the item.}
255 The return value is the index of the newly inserted item. If the insertion failed
294 Associates the given untyped client data pointer with the given item. Note that
300 \docparam{n}{The zero-based item index.}
302 \docparam{data}{The client data to associate with the item.}
309 Associates the given typed client data pointer with the given item: the
310 {\it data} object will be deleted when the item is deleted (either explicitly
319 \docparam{n}{The zero-based item index.}
321 \docparam{data}{The client data to associate with the item.}
328 Sets the selection to the given item \arg{n} or removes the selection entirely
348 Sets the label for the given item.
352 \docparam{n}{The zero-based item index.}
361 Selects the item with the specified string in the control. This doesn't cause