Skip to content

Commit

Permalink
Fix Fl_Widget_Class_Type so that you can add code to a widget class
Browse files Browse the repository at this point in the history
constructor.


git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5338 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
  • Loading branch information
michaelrsweet committed Aug 21, 2006
1 parent 660d524 commit ddfe7bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fluid/Fl_Type.h
Expand Up @@ -545,6 +545,7 @@ class Fl_Widget_Class_Type : private Fl_Window_Type {
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;}
};
Expand Down

0 comments on commit ddfe7bb

Please sign in to comment.