summaryrefslogtreecommitdiff
path: root/fluid/factory.cxx
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2005-03-28 04:23:32 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2005-03-28 04:23:32 +0000
commit2abfda36ab9e32bbd8c93ab43eb006fe6778146a (patch)
tree1baae18ad973e0897fe6f56dd11b1a6da5fa9409 /fluid/factory.cxx
parent9f6d4ada32cff2df7bde458ce130edd4379b9c50 (diff)
Preliminary support for widget classes (still need to do code writing
methods...) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4196 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/factory.cxx')
-rw-r--r--fluid/factory.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/fluid/factory.cxx b/fluid/factory.cxx
index 88bdaa7c3..e7a174557 100644
--- a/fluid/factory.cxx
+++ b/fluid/factory.cxx
@@ -869,6 +869,7 @@ extern class Fl_DeclBlock_Type Fl_DeclBlock_type;
extern class Fl_Comment_Type Fl_Comment_type;
extern class Fl_Class_Type Fl_Class_type;
extern class Fl_Window_Type Fl_Window_type;
+extern class Fl_Widget_Class_Type Fl_Widget_Class_type;
extern class Fl_Group_Type Fl_Group_type;
extern class Fl_Pack_Type Fl_Pack_type;
extern class Fl_Tabs_Type Fl_Tabs_type;
@@ -934,6 +935,7 @@ Fl_Menu_Item New_Menu[] = {
{"Declaration",0,cb,(void*)&Fl_Decl_type},
{"Declaration Block",0,cb,(void*)&Fl_DeclBlock_type},
{"Class",0,cb,(void*)&Fl_Class_type},
+ {"Widget Class",0,cb,(void*)&Fl_Widget_Class_type},
{"Comment",0,cb,(void*)&Fl_Comment_type},
{0},
{"Group",0,0,0,FL_SUBMENU},