• 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

61     // append any kind of item (normal/check/radio/separator)
73 // append a check item
81 // append a radio item
99 wxMenuItem* Append(wxMenuItem *item) { return DoAppend(item); }
105 // insert an item before given position
106 wxMenuItem* Insert(size_t pos, wxMenuItem *item);
108 // insert an item before given position
124 // insert a check item
133 // insert a radio item
153 // prepend an item to the menu
154 wxMenuItem* Prepend(wxMenuItem *item)
156 return Insert(0u, item);
159 // prepend any item to the menu
174 // prepend a check item
182 // prepend a radio item
199 // detach an item from the menu, but don't delete it so that it can be
203 wxMenuItem *Remove(wxMenuItem *item);
205 // delete an item from the menu (submenus are not destroyed by this
208 bool Delete(wxMenuItem *item);
210 // delete the item from menu and destroy it (if it's a submenu)
212 bool Destroy(wxMenuItem *item);
224 virtual int FindItem(const wxString& item) const;
347 virtual wxMenuItem* DoAppend(wxMenuItem *item);
348 virtual wxMenuItem* DoInsert(size_t pos, wxMenuItem *item);
350 virtual wxMenuItem *DoRemove(wxMenuItem *item);
351 virtual bool DoDelete(wxMenuItem *item);
352 virtual bool DoDestroy(wxMenuItem *item);
438 // item search
441 // by menu and item names, returns wxNOT_FOUND if not found or id of the
442 // found item
443 virtual int FindMenuItem(const wxString& menu, const wxString& item) const;
445 // find item by id (in any menu), returns NULL if not found
447 // if menu is !NULL, it will be filled with wxMenu this item belongs to
453 // item access
496 // update all menu item states in all menus