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

Lines Matching refs:item

83     // get the currently selected item or wxNOT_FOUND if there is no selection
94 // is this item the current one?
95 bool IsCurrent(size_t item) const { return item == (size_t)m_current; }
100 // is this item selected?
101 bool IsSelected(size_t item) const;
108 // get the first selected item, returns wxNOT_FOUND if none
116 // get next selection item, return wxNOT_FOUND if no more
124 // get the margins around each item
142 // set the selection to the specified item, if it is wxNOT_FOUND the
148 // selects or deselects the specified item which must be valid (i.e. not
155 bool Select(size_t item, bool select = true);
165 // toggle the selection of the specified item (must be valid)
168 void Toggle(size_t item) { Select(item, !IsSelected(item)); }
182 // border and the item contents while vertical margin is half of the
202 // the derived class must implement this function to actually draw the item
207 // specified item
221 // consists in drawing the selected item with the standard background
222 // colour and drawing a border around the item if it is either selected or
249 // change the current item (in single selection listbox it also implicitly
251 // will be no current item any more
253 // return true if the current item changed, false otherwise
259 ItemClick_Shift = 1, // item shift-clicked
261 ItemClick_Kbd = 4 // item selected from keyboard
265 void DoHandleItemClick(int item, int flags);
268 // the current item or wxNOT_FOUND
270 // if m_selStore == NULL this is also the selected item, otherwise the
275 // shift-clicking an item extends the selection from m_anchor to the item