Expand description
Context menu widget and properties.
See zng_wgt_menu::context for the full widget API.
Structs§
- Context
Menu WContext menu popup.- Context
Menu Args - Arguments for context menu widget functions.
- Default
Style WContext menu popup default style.- Touch
Style WTouch context menu popup default style.
Functions§
- context_
menu PDefines the context menu shown when the widget is enabled and receives a context click.- context_
menu_ anchor PSet the position of the context-menu widgets opened for the widget or its descendants.- context_
menu_ fn PDefines the context menu function shown when the widget is enabled and receives a context click.- disabled_
context_ menu PDefines the context menu shown when the widget is disabled and receives a context click.- disabled_
context_ menu_ fn PDefines the context menu function shown when the widget is disabled and receives a context click.- panel_
fn PWidget function that generates the context menu layout.- style_
fn PExtends or replaces the widget style.- touch_
style_ fn PExtends or replaces theTouchStyle!.