Module xplm::menu

source ·
Expand description

User interface menus

Structs§

  • An item that can be clicked on to perform an action
  • An item with a checkbox that can be checked or unchecked
  • A menu, which contains zero or more items
  • A separator between menu items

Enums§

  • Something that can be added to a menu

Traits§

  • Trait for things that can respond to check state changes
  • Trait for things that can respond when the user clicks on a menu item