diff options
| author | Matthias Melcher <git@matthiasm.com> | 2019-01-14 01:43:17 +0100 |
|---|---|---|
| committer | Matthias Melcher <git@matthiasm.com> | 2019-01-14 01:43:17 +0100 |
| commit | 6ff11dd8d0c811d1ddb5c9f753ace8f73bbfede1 (patch) | |
| tree | 0b2cb93b140c7a92d89e36ba850f23339c0a3405 /fluid/function_panel.cxx | |
| parent | 6a61772c80dee13b4ff120b4b3e53259eae52a78 (diff) | |
Added Fl_Simple_Terminal to Fluid.
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 8aabc129a..273e42f0b 100644 --- a/fluid/function_panel.cxx +++ b/fluid/function_panel.cxx @@ -974,6 +974,12 @@ Fl_Window* make_widgetbin() { o->callback((Fl_Callback*)type_make_cb, (void*)("Fl_File_Input")); o->image(pixmap[30]); } // Fl_Button* o + { Fl_Button* o = new Fl_Button(366, 55, 24, 24); + o->tooltip("File Input"); + o->box(FL_THIN_UP_BOX); + o->callback((Fl_Callback*)type_make_cb, (void*)("Fl_Simple_Terminal")); + o->image(pixmap[52]); + } // Fl_Button* o o->end(); } // Fl_Group* o { Fl_Group* o = new Fl_Group(398, 3, 54, 79); |
