summaryrefslogtreecommitdiffstats
path: root/Drawer.h
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2008-01-17 22:13:00 +0100
committerneoraider <devnull@localhost>2008-01-17 22:13:00 +0100
commit7f879850b5e4cf57b95c169238617c199e431cc7 (patch)
treef31949ab2ded4c5787e935695fc2bac06fc98785 /Drawer.h
parent0698046e5089e814fcf307a552f716f21f2ff9c0 (diff)
downloadzoomedit-7f879850b5e4cf57b95c169238617c199e431cc7.tar
zoomedit-7f879850b5e4cf57b95c169238617c199e431cc7.zip
zoomedit: Added scales to drawing area.
Diffstat (limited to 'Drawer.h')
-rw-r--r--Drawer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Drawer.h b/Drawer.h
index 75039b2..cded19a 100644
--- a/Drawer.h
+++ b/Drawer.h
@@ -14,6 +14,7 @@ class Drawer {
GtkWidget *drawer;
GtkWidget *drawingArea;
GtkAdjustment *hAdjustment, *vAdjustment;
+ GtkWidget *hRuler, *vRuler;
int zoomExp;
Window *window;