Expand description
Context menu widget and properties.
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.
Statics§
- CONTEXT_
MENU_ ANCHOR_ VAR - Position of the context widget in relation to the anchor widget.
- PANEL_
FN_ VAR - Defines the layout widget for
ContextMenu!. - STYLE_
FN_ VAR - Contextual style variable.
- TOUCH_
STYLE_ FN_ VAR - Contextual style variable.
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!.