Returns the current down box type, which is drawn when value() is non-zero. \retval Fl_Boxtype */
| 53 | \retval Fl_Boxtype |
| 54 | */ |
| 55 | Fl_Boxtype down_box() const {return (Fl_Boxtype)down_box_;} |
| 56 | |
| 57 | /** |
| 58 | Sets the down box type. The default value of 0 causes FLTK to figure out |