1.2.14. toolbar

1.2.14.1. class Toolbar

Toolbar.__init__(parent)

Create toolbar and buttons.

parent: Parent widget.
Toolbar.dump(addlost=False)
Filter sort list, dump to toolbar, and push to config.
Toolbar.item(toolname)

Append toolbar buttons.

toolname: Tool name to include in toolbar.
Toolbar.toggled(toolname)

Callback function when some toolbar icon is selected.

toolname: Asociated tool name to activate.
Toolbar.press(widget, event)

Callback function that catch double-clicks in any button to show the tool propierties tab in the sidebar.

widget: Call widget.
event: Event data instance.
Toolbar.colorbox_update()
Updates colorbox color when is outdated.

Table Of Contents

Previous topic

1.2.13. tabs

Next topic

1.2.15. utils

This Page