fbx.ui.menu module¶
Menu widget present an on-demand popup menu from left screen edge.
Menus are defined through a set of fbx.ui.menu.Menu
components. An unique fbx.ui.menu.View
presents the
different menus.
Each menu may contain a set of fbx.ui.menu.Entry
s or its
decendants like:
fbx.ui.menu.Action
, a line with an implied effect,fbx.ui.menu.CheckBox
, a line with a state,fbx.ui.menu.Section
, a non-selectable line used for splitting a menu in logical parts,fbx.ui.menu.Submenu
, an Action line forwarding to another Menu.