Hi everybody I'd like to change the direction of the button so that i can change the meaning of label?
Right_button = new Fl_Button(Navigation_G->x()+10, Navigation_G->y()+10, 60, 30, "@>>"); Right_button->box(FL_PLASTIC_UP_BOX); Right_button->align(FL_ALIGN_CENTER); Right_button ->labelsize(12); Right_button->color(FL_GREEN); --@>> instead specify right i want to backward or forward _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

