diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2005-05-30 07:32:29 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2005-05-30 07:32:29 +0000 |
| commit | 5b8d9e746ab17af2d36ea6080055f78a97d383b6 (patch) | |
| tree | 699baa25712ec1db7e4d540170649f0f285fd73b /fluid/Fl_Type.h | |
| parent | 107304f75f1fca39fe46195ac938ca2100361800 (diff) | |
Fluid: Added a pixmap for WidgetClass, added pixmap to the Widget Bin.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4383 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/Fl_Type.h')
| -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 5f6daca0e..c34d34439 100644 --- a/fluid/Fl_Type.h +++ b/fluid/Fl_Type.h @@ -499,6 +499,7 @@ public: void write_code2(); Fl_Type *make(); virtual const char *type_name() {return "widget_class";} + int pixmapID() { return 48; } int is_parent() const {return 1;} int is_decl_block() const {return 1;} int is_class() const {return 1;} |
