> Fl_Float_input *out = new > Fl_Float_input(10,30,400-20,300-80,"Welcome"); > out->align(FL_RIGHT_ALIGN);
This function aligns the *label* of teh widget, not the value. There is no function to right-align the value. ---- http://robowerk.com/ _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

