diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-09-29 03:36:27 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-09-29 03:36:27 +0000 |
| commit | 50fc2f480682aec85d04f46c492a4bb852e5ae33 (patch) | |
| tree | e835af0eabf8d1f8c4a06c08c3273b74f80d0918 /fluid/Fl_Menu_Type.cxx | |
| parent | 91b72d091872048fe0cdb11b67b2be86c34fccc9 (diff) | |
Widget panel update with tabs (a la 2.0) with new tooltip, image, and
position/size widgets.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1589 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/Fl_Menu_Type.cxx')
| -rw-r--r-- | fluid/Fl_Menu_Type.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fluid/Fl_Menu_Type.cxx b/fluid/Fl_Menu_Type.cxx index f5182272e..1b1c76de3 100644 --- a/fluid/Fl_Menu_Type.cxx +++ b/fluid/Fl_Menu_Type.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_Menu_Type.cxx,v 1.16.2.12 2001/01/22 15:13:38 easysw Exp $" +// "$Id: Fl_Menu_Type.cxx,v 1.16.2.12.2.1 2001/09/29 03:36:27 easysw Exp $" // // Menu item code for the Fast Light Tool Kit (FLTK). // @@ -412,8 +412,8 @@ Fl_Menu_Bar_Type Fl_Menu_Bar_type; #include <FL/fl_draw.H> void Shortcut_Button::draw() { - if (value()) draw_box(FL_THIN_DOWN_BOX, (Fl_Color)9); - else draw_box(FL_THIN_UP_BOX, FL_WHITE); + if (value()) draw_box(FL_DOWN_BOX, (Fl_Color)9); + else draw_box(FL_UP_BOX, FL_WHITE); fl_font(FL_HELVETICA,14); fl_color(FL_BLACK); fl_draw(fl_shortcut_label(svalue),x()+6,y(),w(),h(),FL_ALIGN_LEFT); } @@ -460,5 +460,5 @@ void shortcut_in_cb(Shortcut_Button* i, void* v) { } // -// End of "$Id: Fl_Menu_Type.cxx,v 1.16.2.12 2001/01/22 15:13:38 easysw Exp $". +// End of "$Id: Fl_Menu_Type.cxx,v 1.16.2.12.2.1 2001/09/29 03:36:27 easysw Exp $". // |
