Lines Matching refs:item
45 /** sets the menu default item.
48 specifies the menu item identifier.
52 /** returns the menu default item.
55 the ID of the default item.
59 /** sets the state of the item to be checked or unchecked.
62 specifies the menu item identifier.
65 specifies if the item is checked (<TRUE/>) or unchecked (<FALSE/>).
70 /** returns whether the item is checked or unchecked.
73 specifies the menu item identifier.
76 <TRUE/> if the item is checked, <FALSE/> otherwise.
80 /** executes the popup menu and returns the selected item
95 returns the selected item or <code>0</code>, if cancelled.
105 for a <type>PopupMenu</type> activated by a <type>MenuBar</type> item,
124 /** sets the <type>KeyEvent</type> for the menu item.
133 specifies the menu item identifier for which the <type>KeyEvent</type> should be set.
136 specifies the <type>KeyEvent</type> for the menu item.
141 /** retrieves the <type>KeyEvent</type> for the menu item.
148 … specifies the menu item identifier for which the <type>KeyEvent</type> should be retrieved.
151 the <type>KeyEvent</type> struct assigned to the requested menu item.
155 /** sets the image for the menu item.
158 specifies the menu item identifier for which the image should be set.
161 specifies the image for the menu item.
171 /** retrieves the image for the menu item.
174 specifies the menu item identifier for which the image should be retrieved.
178 to the current image for the requested menu item.