yasmin_editor.editor_gui.ui.toolbar_config module
Pure toolbar configuration shared by the toolbar builder and tests.
- class yasmin_editor.editor_gui.ui.toolbar_config.ToolbarMenuSpec(object_name: str, button_attribute_name: str, text: str, action_attributes: tuple[str, ...], tool_tip: str, separator_before: bool = False)
Bases:
objectDescription of a compact toolbar drop-down button.
- action_attributes: tuple[str, ...]
- button_attribute_name: str
- object_name: str
- separator_before: bool
- text: str
- tool_tip: str