Difference between revisions of "User Interface Modules"

From Inkscape Wiki
Jump to navigation Jump to search
(→‎Toolbars: spliting toolbar section in a dedicated page)
Line 77: Line 77:
* ...
* ...


=== [[Toolbar|Toolbars]] ===
=== Toolbars ===


* [[3D Box Toolbar]]: a toolbar to draw or edit a 3D box shape
A '''toolbar''' is a set of graphical widgets put around the canvas to provide actions on objects, canvas or documents.
* [[Calligraphy Toolbar]]: a toolbar to draw lines with calligraphics effects
 
* [[Circle/Arc Toolbar]]: a toolbar to draw or edit circles, ellipses and curves
See [[Toolbar]] page for more informations.
* [[Connector Toolbar]]
* [[Dropper Toolbar]]
* [[Eraser Toolbar]]: a toolbar to delete objects in the workspace
* [[Gradient Toolbar]]: a toolbar to edit the gradient of an object
* [[LPE Toolbar]]
* [[Measure Toolbar]]: a toolbar to measure distance between nodes, objects...
* [[Node Editing Toolbar]]: a toolbar to edit nodes of a path
* [[Paintbucket Toolbar]]: a toolbar to fill a shape with a specific color
* [[Pen/Pencil Toolbar]]: a toolbar to draw straight or not-straight lines
* [[Rect Toolbar]]: a toolbar used to draw or edit a rectangle with or whithout rounded corners
* [[Select Toolbar]]
* [[Spiral Toolbar]]: a toolbar to draw or edit a spiral
* [[Spray Toolbar]]: a toolbar to dupplicate an object in multiple clones with a spray effect
* [[Star Toolbar]]: a toolbar to draw or edit stars and polygons shapes
* [[Text Toolbar]]: a toolbar to create or edit font properties of a text object
* [[Tweak Toolbar]]: a toolbar to tweak objects
* [[Zoom Toolbar]]: a toolbar to zoom in, out and fit the viewing area of the workspace


[[Category:Developer Documentation]]
[[Category:Developer Documentation]]

Revision as of 20:46, 18 March 2012

User Interface Modules

Discussion and documentation about specific Inkscape dialogs, widgets, tools and more inside the src/ui directory.

Dialogs

By extension, a dialog in Inkscape vocabulary is any type of window, i.e. a set of widgets with an OS decoration, a title...

All dialogs are in src/ui/dialog (except for old dialogs).

Dialogs that have not yet been rewritted can be found in src/dialogs.

Widgets

Widgets are implemented in src/ui/widget.

src/ui/tools

  • ...

Toolbars

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

See Toolbar page for more informations.