Crate re_context_menu
source ยทExpand description
Support crate for context menu and actions.
Modulesยง
Structsยง
- ContextMenuContext ๐Context information provided to context menu actions
Enumsยง
- Controls how
context_menu_ui_for_item
should handle the current selection state.
Traitsยง
- ContextMenuAction ๐Context menu actions must implement this trait.
Functionsยง
- action_list ๐Returns the (statically-defined) list of action, grouped in sections.
- Display a context menu for the provided
Item
- Display a context menu for the provided
Item
- Display every action that accepts the provided selection.