diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2011-05-26 21:17:37 +0000 |
|---|---|---|
| committer | Johan Engelen <goejendaagh@zonnet.nl> | 2011-05-26 21:17:37 +0000 |
| commit | d08f8e9ed468767cc64766eb80ea134bb5edb197 (patch) | |
| tree | 5ef0aa6763dc38420a0479469d4c2c8b352af65d /src/ui/dialog/guides.h | |
| parent | rename "set width" and "units per em" to "Em-size" (diff) | |
| download | inkscape-d08f8e9ed468767cc64766eb80ea134bb5edb197.tar.gz inkscape-d08f8e9ed468767cc64766eb80ea134bb5edb197.zip | |
add entry widget to guideline dialog to change guide's label
(and fix some label xml writing and rendering bugs)
(bzr r10234)
Diffstat (limited to 'src/ui/dialog/guides.h')
| -rw-r--r-- | src/ui/dialog/guides.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/dialog/guides.h b/src/ui/dialog/guides.h index f015c49ff..efef0142b 100644 --- a/src/ui/dialog/guides.h +++ b/src/ui/dialog/guides.h @@ -24,6 +24,7 @@ #include "ui/widget/spinbutton.h" #include "ui/widget/unit-menu.h" #include "ui/widget/scalar-unit.h" +#include "ui/widget/entry.h" #include <2geom/point.h> class SPGuide; @@ -71,6 +72,7 @@ private: Inkscape::UI::Widget::UnitMenu _unit_menu; Inkscape::UI::Widget::ScalarUnit _spin_button_x; Inkscape::UI::Widget::ScalarUnit _spin_button_y; + Inkscape::UI::Widget::Entry _label_entry; Inkscape::UI::Widget::ScalarUnit _spin_angle; static Glib::ustring _angle_unit_status; // remember the status of the _relative_toggle_status button across instances |
