Home | History | Annotate | Download | only in libmenu

Lines Matching refs:OPTIONS

40 /* keep default item options for setting in new_item */
49 O_SELECTABLE, /* item options */
183 * Set the item options. We keep a global copy of the current item options
184 * as subsequent new_item calls will use the updated options as their
188 set_item_opts(ITEM *item, OPTIONS opts)
202 * Set item options on.
205 item_opts_on(ITEM *item, OPTIONS opts)
218 * Turn off the named options.
221 item_opts_off(ITEM *item, OPTIONS opts)
234 * Return the current options set in item.
236 OPTIONS
246 * Set the selected flag of the item iff the menu options allow it.
257 /* menu options do not allow multi-selection */