On 30.07.2008, at 16:00, Rafal wrote: > Edzard Egberts wrote: > >> These are window manager functions depending on operating system, >> so I >> think it is indeed nothing to place inside of FLTK. Especially >> regarding >> to Linux distributions you can never be sure, whether the functions >> really work, or whether the window manager has own rules to treat a >> window. > > This sucks that a GUI toolkit doesn't provide obvious think like > maximizing > the window. > > It does provide fullscreen(), why not maximize.
The answer is very simple: nobody needed it. FLTK is an OpenSource project, and while we try to provide something that is universal, there are just some features that nobody needed so urgently as to write code for it. > I implemented maximize() for X11 (for any recent WM), soon I can add > version > for acient WMs (and perhaps for Mac? But I dont have a Mac to > test...) and > then we can put it into FLTK I hope :) Sure, that would be great. I will be happy to test the OS X implementation. Matthias ---- http://robowerk.com/ _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

