|
wlmaker
|

State of the menu.
| wlmtk_base_t _wlmtk_menu_t::base |
Composed of a base element.
| wlmtk_box_t _wlmtk_menu_t::box |
And, of a box, holding menu items.
| wlmtk_menu_events_t _wlmtk_menu_t::events |
Signals that can be raised by the menu.
| wlmtk_menu_item_t* _wlmtk_menu_t::highlighted_menu_item_ptr |
The currently-highlighted menu item, or NULL if none.
| bs_dllist_t _wlmtk_menu_t::items |
List of menu items, via wlmtk_menu_item_t::dlnode.
| enum wlmtk_menu_mode _wlmtk_menu_t::mode |
Current mode of the menu.
| wlmtk_element_vmt_t _wlmtk_menu_t::orig_base_element_vmt |
Virtual method table of wlmtk_menu_t::base, before extending.
| wlmtk_menu_item_t* _wlmtk_menu_t::parent_menu_item_ptr |
If this is a submenu, this points to the parent menu item.
| wlmtk_menu_style_t _wlmtk_menu_t::style |
Style of the menu.