• 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

14 A menu item represents an item in a menu. Note that you usually don't have to
54 \arg{helpString} may be left empty, it's recommended to pass the item
56 the menu item is selected) in this parameter.
78 \docparam{parentMenu}{Menu that the menu item belongs to.}
80 \docparam{id}{Identifier for this menu item, or wxID\_SEPARATOR to indicate a separator.}
82 \docparam{text}{Text for the menu item, as shown on the menu. An accelerator
84 ampersand character in the menu item text, the ampersand must be doubled.}
91 \docparam{subMenu}{If non-NULL, indicates that the menu item is a submenu.}
105 Checks or unchecks the menu item.
107 Note that this only works when the item is already appended to a menu.
114 Enables or disables the menu item.
121 Returns the background colour associated with the menu item (Windows only).
135 Returns the font associated with the menu item (Windows only).
142 Returns the help string associated with the menu item.
149 Returns the menu item identifier.
155 Returns the text associated with the menu item including any accelerator
168 Returns the text associated with the menu item, without any accelerator
181 Returns the item kind, one of {\tt wxITEM\_SEPARATOR}, {\tt wxITEM\_NORMAL},
189 Returns the text associated with the menu item without any accelerator
243 Gets the width of the menu item checkmark bitmap (Windows only).
250 Returns the menu this menu item is in, or NULL if this menu item is not attached.
257 Returns the text associated with the menu item.
268 Returns the text associated with the menu item, such as it was passed to the
283 Returns the submenu associated with the menu item, or NULL if there isn't one.
290 Returns the text colour associated with the menu item (Windows only).
297 Returns true if the item is checkable.
304 Returns true if the item is checked.
311 Returns true if the item is enabled.
318 Returns true if the item is a separator.
325 Returns true if the item is a submenu.
332 Sets the background colour associated with the menu item (Windows only).
339 Sets the bitmap for the menu item (Windows and GTK+ only). It is
348 Sets the checked/unchecked bitmaps for the menu item (Windows only). The first bitmap
356 Sets the font associated with the menu item (Windows only).
370 Sets the label associated with the menu item.
377 Sets the width of the menu item checkmark bitmap (Windows only).
384 Sets the parent menu which will contain this menu item.
391 Sets the submenu of this menu item.
398 Sets the text associated with the menu item.
407 Sets the text colour associated with the menu item (Windows only).