Difference between revisions of "User Interface Modules"

From Inkscape Wiki
Jump to navigation Jump to search
(Adding category)
Line 99: Line 99:
* [[Tweak Toolbar]]: a toolbar to tweak objects
* [[Tweak Toolbar]]: a toolbar to tweak objects
* [[Zoom Toolbar]]: a toolbar to zoom in, out and fit the viewing area of the workspace
* [[Zoom Toolbar]]: a toolbar to zoom in, out and fit the viewing area of the workspace
[[Category:User Interface]]

Revision as of 21:00, 20 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.

Widgets

Widgets are implemented in src/ui/widget.

src/ui/tools

  • ...

Toolbars