Toolbar

From Inkscape Wiki
Revision as of 19:01, 1 September 2012 by Romain2Boss (talk | contribs) (→‎Technical informations)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

All toolbars are implemented in following files:

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...