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/function_panel.cxx | |
| 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/function_panel.cxx')
| -rw-r--r-- | fluid/function_panel.cxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/fluid/function_panel.cxx b/fluid/function_panel.cxx index 1527adbec..a7de6a735 100644 --- a/fluid/function_panel.cxx +++ b/fluid/function_panel.cxx @@ -539,6 +539,12 @@ Fl_Window* make_widgetbin() { o->callback((Fl_Callback*)type_make_cb, (void*)("CodeBlock")); o->image(pixmap[9]); } + { Fl_Button* o = new Fl_Button(55, 30, 25, 25); + o->tooltip("Widget Class"); + o->box(FL_THIN_UP_BOX); + o->callback((Fl_Callback*)type_make_cb, (void*)("widget_class")); + o->image(pixmap[48]); + } { Fl_Button* o = new Fl_Button(5, 55, 25, 25); o->tooltip("Declaration"); o->box(FL_THIN_UP_BOX); |
