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.fl | |
| 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.fl')
| -rw-r--r-- | fluid/function_panel.fl | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/fluid/function_panel.fl b/fluid/function_panel.fl index 5e4060b01..e4c668100 100644 --- a/fluid/function_panel.fl +++ b/fluid/function_panel.fl @@ -355,7 +355,7 @@ Function {make_widgetbin()} {open label {Widget Bin} xywh {413 185 520 85} type Single hide non_modal } { - Fl_Group {} { + Fl_Group {} {open xywh {3 3 79 79} box THIN_DOWN_BOX } { Fl_Button {} { @@ -389,6 +389,12 @@ Function {make_widgetbin()} {open code0 {o->image(pixmap[9]);} } Fl_Button {} { + user_data {"widget_class"} + callback type_make_cb + tooltip {Widget Class} xywh {55 30 25 25} box THIN_UP_BOX + code0 {o->image(pixmap[48]);} + } + Fl_Button {} { user_data {"decl"} callback type_make_cb tooltip Declaration xywh {5 55 25 25} box THIN_UP_BOX |
