On Jun 12, 2007, at 11:33 AM, Daniel Polski wrote: > When you set: > > o->down_box(FL_UP_BOX); > > You set the down_box (pressed button) to a rectangular shape.
Also, the FL_POUNDED_BOX and the FL_OVAL_BOX are the only two box types that have no corresponding DOWN shape. You could use the FL_ROUND_UP_BOX instead. ---- http://robowerk.com/ _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

