From 5b8d9e746ab17af2d36ea6080055f78a97d383b6 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Mon, 30 May 2005 07:32:29 +0000 Subject: 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 --- fluid/function_panel.cxx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'fluid/function_panel.cxx') 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); -- cgit v1.2.3