summaryrefslogtreecommitdiff
path: root/src/PSEditModel.H
diff options
context:
space:
mode:
authorJohannes Hofmann <johannes.hofmann@gmx.de>2005-06-17 16:20:42 +0000
committerJohannes Hofmann <johannes.hofmann@gmx.de>2005-06-17 16:20:42 +0000
commit64a96164b0a793c8f6dd9f204018ebb54d0e025e (patch)
treed22221207ffa74d1659df4103a505b534d0c2f15 /src/PSEditModel.H
parent23a117d4bed517b0cba4539355706f5221fe9a65 (diff)
initial color support
initial color support
Diffstat (limited to 'src/PSEditModel.H')
-rw-r--r--src/PSEditModel.H8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/PSEditModel.H b/src/PSEditModel.H
index ca28f5a..d181814 100644
--- a/src/PSEditModel.H
+++ b/src/PSEditModel.H
@@ -1,5 +1,5 @@
//
-// "$Id: PSEditModel.H,v 1.11 2004/11/10 18:32:59 hofmann Exp $"
+// "$Id: PSEditModel.H,v 1.12 2005/06/17 18:20:42 hofmann Exp $"
//
// X11 header file for the Fast Light Tool Kit (FLTK).
//
@@ -43,7 +43,7 @@ public:
void clear();
- void new_text(int x1, int y1, const char *s, int size, int p);
+ void new_text(int x1, int y1, const char *s, int size, int p, PSEditColor *c);
void append_text(const char *s);
@@ -55,6 +55,10 @@ public:
int get_size();
+ void set_color(PSEditColor *c);
+
+ int get_color(PSEditColor *c);
+
void set_page(int p);
int get_page();