Toolbar

From Inkscape Wiki
Jump to navigation Jump to search

A toolbar is a set of graphical widgets put around the canvas to provide actions on objects, canvas or documents.

List of all toolbars

Technical informations

Source files

Nearly all toolbars are implemented in following files:

Some toolbars are also using dedicated files, use their wiki page to know them.

Preferences

Some toolbar may need to store preferences and default values.

Preferences are stored:

  • For shapes toolbar in /tools/shapes/<shape_name>
  • For others in /tools/<toolbar_name>

Look at each toolbar page to see its parameters and where and how they are stored.

How do I add a new toolbar?

Coming soon if anyone can write this part...

How can I add/remove an action from an existing toolbar?

Coming soon if anyone can write this part...