Difference between revisions of "Toolbar"

From Inkscape Wiki
Jump to navigation Jump to search
(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...")
 
Line 43: Line 43:
* For shapes toolbar in /tools/shapes/<shape_name>
* For shapes toolbar in /tools/shapes/<shape_name>
* For others in /tools/<toolbar_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? ===
=== How do I add a new toolbar? ===

Revision as of 20:48, 18 March 2012

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