On 30.07.2008, at 20:24, Rafal wrote: > button1->w(20);
You must not write into x(), y(), w(), and h() directly. Use myWidget- >resize(x, y, w, h) or myWidget->size(w, h) or myWidget->position(x, y) instead. ---- http://robowerk.com/ _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

