summaryrefslogtreecommitdiff
path: root/fluid/Fl_Type.h
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2005-03-28 05:04:13 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2005-03-28 05:04:13 +0000
commitc94a59c3f7fb34947c02ee4fc153828e8e178feb (patch)
tree09602036c4813543e85672f9cabd885bdb9a3664 /fluid/Fl_Type.h
parent2abfda36ab9e32bbd8c93ab43eb006fe6778146a (diff)
Add support to FLUID for widget class creation without the intermediate
class stuff. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4197 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/Fl_Type.h')
-rw-r--r--fluid/Fl_Type.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/fluid/Fl_Type.h b/fluid/Fl_Type.h
index ef9048da6..39e9a2148 100644
--- a/fluid/Fl_Type.h
+++ b/fluid/Fl_Type.h
@@ -490,6 +490,9 @@ public:
class Fl_Widget_Class_Type : private Fl_Window_Type {
public:
+ // state variables for output:
+ char write_public_state; // true when public: has been printed
+
void write_code1();
void write_code2();
Fl_Type *make();