diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2006-08-21 01:59:11 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2006-08-21 01:59:11 +0000 |
| commit | ddfe7bb5b62632fd96adbb241b4b4eb096fe5920 (patch) | |
| tree | f18fc5e1a54c9ef7882cbc51568e78b3d593fef8 /fluid | |
| parent | 660d5247006badd07e597194802807dc0fd74d05 (diff) | |
Fix Fl_Widget_Class_Type so that you can add code to a widget class
constructor.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5338 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid')
| -rw-r--r-- | fluid/Fl_Type.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fluid/Fl_Type.h b/fluid/Fl_Type.h index 7d12832b6..21ee85f5b 100644 --- a/fluid/Fl_Type.h +++ b/fluid/Fl_Type.h @@ -545,6 +545,7 @@ public: virtual const char *type_name() {return "widget_class";} int pixmapID() { return 48; } int is_parent() const {return 1;} + int is_code_block() const {return 1;} int is_decl_block() const {return 1;} int is_class() const {return 1;} }; |
