Lines Matching refs:menu

33 /** specifies a simple menu.
37 /** adds the specified menu listener to receive events from this menu.
44 /** removes the specified menu listener so that it no longer
45 receives events from this menu.
52 /** inserts an item into the menu.
57 specifies the ID of the menu item to be insterted.
60 specifies the label of the menu item.
63 specifies the style of the menu item, as defined in
67 specifies the position where the menu item will be insterted.
74 /** removes one or more items from the menu.
77 specifies the position of the (first) menu item to be removed.
80 specifies the number of menu items to remove.
85 /** removes all items from the menu.
89 /** returns the number of items in the menu.
99 specifies the position of the menu item for which the item ID is queried.
102 the ID of the menu item at the given position.
109 specifies the ID of the menu item for which the item position is queried.
112 the position of the menu item with the specified ID.
116 /** retrieves the type of the menu item.
119 specifies the position of the menu item for which the item type is queried.
126 /** enables or disables the menu item.
129 specifies the menu item ID.
132 specifies whether the menu item should be enabled (<TRUE/>) or
138 /** returns the state of the menu item.
141 specifies the menu item ID.
148 /** specifies whether disabled menu entries should be hidden, or not.
151 if <TRUE/>, disabled menu entries are hidden.
155 /** specifies whether mnemonics are automatically assigned to menu items, or not.
158 if <TRUE/>, mnemonics are automatically assigned to menu items.
162 /** sets the text for the menu item.
165 specifies the ID of the menu item.
168 specifies the label of the menu item.
176 specifies the ID of the menu item.
179 the label of the menu item.
183 /** sets the command string for the menu item.
186 specifies the menu item ID for which the command should be set.
189 specifies the command for the menu item.
194 /** retrieves the command string for the menu item.
197 specifies the menu item ID for which the command URL should be set.
200 the command of the menu item.
204 /** sets the help command string for the menu item.
207 specifies the menu item ID for which the help command URL be set.
210 specifies the help command for the menu item.
215 /** retrieves the help command string for the menu item.
218 specifies the menu item ID for which the help command should be set.
221 the help command of the menu item.
225 /** sets the help text for the menu item.
228 specifies the menu item identifier for which the help text should be set.
231 specifies the help text for the menu item.
236 /** retrieves the help text for the menu item.
239 specifies the menu item identifier for which the help text should be retrieved.
246 /** sets the tip help text for the menu item.
249 specifies the menu item identifier for which the tip help text should be set.
252 specifies the tip help text for the menu item.
257 /** retrieves the tip help text for the menu item.
260 specifies the menu item identifier for which the tip help text should be retrieved.
270 <TRUE/> if the menu is a <type>PopupMenu</type>,
275 /** sets the popup menu for a specified menu item.
278 specifies the menu item ID for which the <type>XPopupMenu</type> should be set.
286 /** returns the popup menu from the menu item.
289 specifies the menu item ID for which the <type>XPopupMenu</type> should be retrieved.