summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/guides.h
diff options
context:
space:
mode:
authorFelipe Corr??a da Silva Sanches <juca@members.fsf.org>2011-06-18 08:51:28 +0000
committerFelipe C. da S. Sanches <juca@members.fsf.org>2011-06-18 08:51:28 +0000
commit637e36780dacfed78c322064e322f247bd764fd1 (patch)
tree66c8f43162231ba5e5ddf3b12ded0b0b320f4f70 /src/ui/dialog/guides.h
parentcmake: correct syntax error. (diff)
downloadinkscape-637e36780dacfed78c322064e322f247bd764fd1.tar.gz
inkscape-637e36780dacfed78c322064e322f247bd764fd1.zip
user interface for selecting colors of guidelines
(bzr r10315)
Diffstat (limited to 'src/ui/dialog/guides.h')
-rw-r--r--src/ui/dialog/guides.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ui/dialog/guides.h b/src/ui/dialog/guides.h
index efef0142b..88d0310b9 100644
--- a/src/ui/dialog/guides.h
+++ b/src/ui/dialog/guides.h
@@ -20,6 +20,7 @@
#include <gtkmm/label.h>
#include <gtkmm/stock.h>
#include <gtkmm/adjustment.h>
+#include <gtkmm/colorbutton.h>
#include "ui/widget/button.h"
#include "ui/widget/spinbutton.h"
#include "ui/widget/unit-menu.h"
@@ -57,6 +58,7 @@ protected:
void _response(gint response);
void _modeChanged();
+ void _colorChanged();
private:
GuidelinePropertiesDialog(GuidelinePropertiesDialog const &); // no copy
@@ -73,6 +75,7 @@ private:
Inkscape::UI::Widget::ScalarUnit _spin_button_x;
Inkscape::UI::Widget::ScalarUnit _spin_button_y;
Inkscape::UI::Widget::Entry _label_entry;
+ Gtk::ColorButton _color;
Inkscape::UI::Widget::ScalarUnit _spin_angle;
static Glib::ustring _angle_unit_status; // remember the status of the _relative_toggle_status button across instances