From 6ff11dd8d0c811d1ddb5c9f753ace8f73bbfede1 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Mon, 14 Jan 2019 01:43:17 +0100 Subject: Added Fl_Simple_Terminal to Fluid. --- 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 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); -- cgit v1.2.3