diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-12-06 18:12:35 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-12-06 18:12:35 +0000 |
| commit | 9c758380115f01878036f2985f7f02146e3d860f (patch) | |
| tree | 37de01750a1ddcbdcec5b08a4fa7092276b870ca /src/Fl_Round_Button.cxx | |
| parent | ab896c6d5faa206ca23df371fc1c17b8a1666007 (diff) | |
Use FL_NO_BOX for check button and round button.
Clip Fl_Tiled_Image to the bounding box.
Draw Fl_Progress using the box.
Draw plastic box types right for narrow (but horizontal buttons)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1814 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_Round_Button.cxx')
| -rw-r--r-- | src/Fl_Round_Button.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Fl_Round_Button.cxx b/src/Fl_Round_Button.cxx index 6eef6b91e..1f83b3726 100644 --- a/src/Fl_Round_Button.cxx +++ b/src/Fl_Round_Button.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_Round_Button.cxx,v 1.4.2.3.2.1 2001/08/04 16:43:31 easysw Exp $" +// "$Id: Fl_Round_Button.cxx,v 1.4.2.3.2.2 2001/12/06 18:12:35 easysw Exp $" // // Round button for the Fast Light Tool Kit (FLTK). // @@ -32,11 +32,11 @@ Fl_Round_Button::Fl_Round_Button(int x,int y,int w,int h, const char *l) : Fl_Light_Button(x,y,w,h,l) { - box(FL_FLAT_BOX); + box(FL_NO_BOX); down_box(FL_ROUND_DOWN_BOX); selection_color(FL_BLACK); } // -// End of "$Id: Fl_Round_Button.cxx,v 1.4.2.3.2.1 2001/08/04 16:43:31 easysw Exp $". +// End of "$Id: Fl_Round_Button.cxx,v 1.4.2.3.2.2 2001/12/06 18:12:35 easysw Exp $". // |
