Difference between revisions of "Zoom Toolbar"
Jump to navigation
Jump to search
Romain2Boss (talk | contribs) |
Romain2Boss (talk | contribs) (→Implementation: Updating with Toolbar breakdown files) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
The '''Zoom Toolbar''' is a set of graphical widgets used to zoom in, out and fit the viewing area of the | The '''Zoom Toolbar''' is a set of graphical widgets used to zoom in, out and fit the viewing area of the [[canvas]]. | ||
== Overview == | == Overview == | ||
[[File:Zoom-toolbar.png]] | |||
Functions: | Functions: | ||
Line 16: | Line 17: | ||
* '''Previous zoom''': Go to previous zoom level change in undo history | * '''Previous zoom''': Go to previous zoom level change in undo history | ||
* '''Next zoom''': Go to next zoom level in undo history | * '''Next zoom''': Go to next zoom level in undo history | ||
== Preferences == | |||
No preference are stored in the toolbar [[Preferences subsystem|preference]] section. | |||
== Implementation == | == Implementation == | ||
* [http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/files/head%3A/src/widgets/toolbox.cpp src/widgets/toolbox.cpp] | * [http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/files/head%3A/src/widgets/toolbox.cpp src/widgets/toolbox.cpp] | ||
* [http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/files/head%3A/src/widgets/zoom-toolbar.cpp src/widgets/zoom-toolbar.cpp] | |||
* [http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/files/head%3A/src/widgets/zoom-toolbar.h src/widgets/zoom-toolbar.h ] | |||
== Linked bugs, blueprints and wishlists == | == Linked bugs, blueprints and wishlists == |
Latest revision as of 18:44, 1 September 2012
The Zoom Toolbar is a set of graphical widgets used to zoom in, out and fit the viewing area of the canvas.
Overview
Functions:
- Zoom in
- Zoom out
- Zoom to 1:1: 1 pixel of the canvas fits 1 pixel of the screen (100%)
- Zoom to 1:2: 1 pixel of the canvas fits 2 pixels of the screen (50%)
- Zoom to 2:1: 2 pixels of the canvas fit 1 pixel of the screen (200%)
- Zoom to fit selection in window: The zoom level is set to optimize the viewing of selected objects
- Zoom to fit drawing in window: The zoom level is set to optimize the viewing of all objects
- Zoom to fit page in window: The zoom level is set to optimize the viewing of the whole page
- Zoom to fit page width in window: The zoom level is set to optimize the horizontal view of the page
- Previous zoom: Go to previous zoom level change in undo history
- Next zoom: Go to next zoom level in undo history
Preferences
No preference are stored in the toolbar preference section.