summaryrefslogtreecommitdiff
path: root/fluid/Fl_Type.h
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2005-11-03 20:43:19 +0000
committerMatthias Melcher <fltk@matthiasm.com>2005-11-03 20:43:19 +0000
commit1a5288e8feb3673fa864d4aa4e4c09c9577a0670 (patch)
treea23a587c1f13fcc490ae35e57dc0735007d9ee01 /fluid/Fl_Type.h
parent5cdf984737d7a7f55006e3ca04f28451dfe2099c (diff)
Fluid Source Code preview panel with automatic refresh and selected object code highlighting.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4630 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/Fl_Type.h')
-rw-r--r--fluid/Fl_Type.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/fluid/Fl_Type.h b/fluid/Fl_Type.h
index e76368c08..18f6f5303 100644
--- a/fluid/Fl_Type.h
+++ b/fluid/Fl_Type.h
@@ -72,6 +72,9 @@ public: // things that should not be public:
Fl_Type *factory;
const char *callback_name();
+ int code_line, header_line;
+ int code_line_end, header_line_end;
+
public:
virtual ~Fl_Type();
@@ -737,6 +740,7 @@ void write_indent(int n);
void write_open(int);
void write_close(int n);
extern int write_number;
+extern int write_sourceview;
void write_public(int state); // writes pubic:/private: as needed
extern int indentation;
extern const char* indent();