diff options
author | neoraider <devnull@localhost> | 2008-01-17 22:13:00 +0100 |
---|---|---|
committer | neoraider <devnull@localhost> | 2008-01-17 22:13:00 +0100 |
commit | 7f879850b5e4cf57b95c169238617c199e431cc7 (patch) | |
tree | f31949ab2ded4c5787e935695fc2bac06fc98785 /Drawer.h | |
parent | 0698046e5089e814fcf307a552f716f21f2ff9c0 (diff) | |
download | zoomedit-7f879850b5e4cf57b95c169238617c199e431cc7.tar zoomedit-7f879850b5e4cf57b95c169238617c199e431cc7.zip |
zoomedit: Added scales to drawing area.
Diffstat (limited to 'Drawer.h')
-rw-r--r-- | Drawer.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ class Drawer { GtkWidget *drawer; GtkWidget *drawingArea; GtkAdjustment *hAdjustment, *vAdjustment; + GtkWidget *hRuler, *vRuler; int zoomExp; Window *window; |