summaryrefslogtreecommitdiff
path: root/src/PSEditWidget.H
diff options
context:
space:
mode:
authorJohannes Hofmann <johannes.hofmann@gmx.de>2005-01-27 20:07:09 +0000
committerJohannes Hofmann <johannes.hofmann@gmx.de>2005-01-27 20:07:09 +0000
commite9defef906d2c31a1d03615a1a2ed31a89a81dc5 (patch)
treed7b6c03722af22614693ff04f66751213cfc82ea /src/PSEditWidget.H
parent37a96e693506ff169d6702d384405597f3ff54e1 (diff)
implement zoom
implement zoom
Diffstat (limited to 'src/PSEditWidget.H')
-rw-r--r--src/PSEditWidget.H7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/PSEditWidget.H b/src/PSEditWidget.H
index 9f182dd..f66833b 100644
--- a/src/PSEditWidget.H
+++ b/src/PSEditWidget.H
@@ -1,5 +1,5 @@
//
-// "$Id: PSEditWidget.H,v 1.14 2004/11/10 18:32:59 hofmann Exp $"
+// "$Id: PSEditWidget.H,v 1.15 2005/01/27 21:07:09 hofmann Exp $"
//
// X11 header file for the Fast Light Tool Kit (FLTK).
//
@@ -35,6 +35,8 @@ private:
int show_tags;
+ int zoom_percent;
+
protected:
PSEditModel *model;
@@ -93,6 +95,9 @@ public:
int replace_tag(char* tag, char* text);
+ int zoom(int p);
+
+ private:
int bb_x(PSEditText *t);
int bb_y(PSEditText *t);