From c94a59c3f7fb34947c02ee4fc153828e8e178feb Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Mon, 28 Mar 2005 05:04:13 +0000 Subject: 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 --- fluid/Fl_Type.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'fluid/Fl_Type.h') 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(); -- cgit v1.2.3