Difference between revisions of "User Interface Modules"

From Inkscape Wiki
Jump to navigation Jump to search
(Adding toolbox)
Line 73: Line 73:
=== Toolbars ===
=== Toolbars ===


Toolbars are widgets included on a toolbar.
* [[Gradient toolbar]] is in [http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/files/head%3A/src/widgets/gradient-toolbar.h src/widgets/gradient-toolbar.h]
* [[Select toolbar]] is in [http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/files/head%3A/src/widgets/select-toolbar.h src/widgets/select-toolbar.h]


* ''Gradient toolbar'' is in src/widgets/gradient-toolbar.h
Others toolbars are defined in [http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/files/head%3A/src/widgets/toolbox.cpp src/widgets/toolbox.cpp]:
* ''Select toolbar'' is in src/widgets/select-toolbar.h
 
* [[3D Box Toolbox]]
* [[Calligraphy Toolbox]]
* [[Circle/Arc Toolbox]]
* [[Connector Toolbox]]
* [[Dropper Toolbox]]
* [[Eraser Toolbox]]
* [[LPE Toolbox]]
* [[Node Editing Toolbox]]
* [[Paintbucket Toolbox]]
* [[Pen/Pencil Toolbox]]
* [[Rect Toolbox]]
* [[Spiral Toolbox]]
* [[Spray Toolbox]]
* [[Star Toolbox]]
* [[Text Toolbox]]
* [[Tweak Toolbox]]
* [[Zoom Toolbox]]

Revision as of 21:16, 16 December 2011

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.

src/ui/widgets

src/ui/tools

  • ...

Toolbars

Others toolbars are defined in src/widgets/toolbox.cpp: