Expand description
Context menu widget and properties.
Structs§
- Context
Menu W
Context menu popup.- Context
Menu Args - Arguments for context menu widget functions.
- Default
Style W
Context menu popup default style.- Touch
Style W
Touch 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.
Functions§
- context_
menu P
Defines the context menu shown when the widget is enabled and receives a context click.- context_
menu_ anchor P
Set the position of the context-menu widgets opened for the widget or its descendants.- context_
menu_ fn P
Defines the context menu function shown when the widget is enabled and receives a context click.- disabled_
context_ menu P
Defines the context menu shown when the widget is disabled and receives a context click.- disabled_
context_ menu_ fn P
Defines the context menu function shown when the widget is disabled and receives a context click.- panel_
fn P
Widget function that generates the context menu layout.- style_
fn P
Extends or replaces the widget style.