Lines Matching refs:item

52     /** inserts an item into the menu.
53 <p>The item is appended if the position is greater than or equal to
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.
77 specifies the position of the (first) menu item to be removed.
96 /** returns the ID of the item at the specified position.
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.
106 /** returns the position of the item with the specified ID.
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.
122 a <type>MenuItemType</type> indicating the item type.
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.
144 <TRUE/> if the item is enabled, <FALSE/> otherwise.
162 /** sets the text for the menu item.
165 specifies the ID of the menu item.
168 specifies the label of the menu item.
173 /** returns the string for the given item id.
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.
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.