Consul wrote: > yu zhiqiang wrote: >> i write a program using resize function. but the widget does not being >> resized why? >> > > You should really post this kind of questions to fltk.general. > Nevertheless... > You missed the window.resizable(window) call
FLTK tries to allow you to call resize() even if resizable is not turned on. Unfortunatly some X window managers refuse to allow the program to resize it's own windows unless you allow the user to resize them. I have no idea why they think this is a good idea... So anyway adding resizable(window) is probably what you need. _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
