Toolbar

From Inkscape Wiki
Revision as of 20:45, 18 March 2012 by Romain2Boss (talk | contribs) (Created page with "A '''toolbar''' is a set of graphical widgets put around the canvas to provide actions on objects, canvas or documents. == List of all toolbars == * 3D Box Toolbar: a to...")
(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

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>

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