Re: [fltk.development] [RFE] STR #2083: Add maximize, minimize caps to FL_Window

2009-08-19 Thread Albrecht Schlosser
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2083 Version: 1.4-feature According to a recent comment in fltk.general by SebHoll [3] we now have two links with code fragments: The link shown by Fabien above in

Re: [fltk.development] [RFE] STR #2083: Add maximize, minimize caps to FL_Window

2008-11-05 Thread Fabien Costantini
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2083 Version: 1.3-feature well, feel free to suggest a correct english name and thanks for doing so :-) I just wanted to keep the naming style as close as possible as

Re: [fltk.development] [RFE] STR #2083: Add maximize, minimize caps to FL_Window

2008-11-05 Thread Albrecht Schlosser
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2083 Version: 1.3-feature Please note that there is already Fl_Window::iconize(). This seems to be very similar to the proposed minimize() method, at least under Windows.

Re: [fltk.development] [RFE] STR #2083: Add maximize, minimize caps to FL_Window

2008-11-05 Thread Fabien Costantini
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2083 Version: 1.3-feature Another increment: even simpler and powerful approach could be to further only 2 methods and one (bitmasked in power of 2) enum: enum

Re: [fltk.development] [RFE] STR #2083: Add maximize, minimize caps to FL_Window

2008-11-05 Thread Greg Ercolano
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2083 Version: 1.3-feature Yes, I'd agree on consistency with what's in FLTK 1.x already when it comes to naming and int return values. It seems the FLTK API seems to

[fltk.development] [RFE] STR #2083: Add maximize, minimize caps to FL_Window

2008-11-04 Thread Fabien Costantini
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2083 Version: 1.3-feature This is a reminder of a recent discussion, so that we don't loose its benefit. It has been agreed many times that it would be worth adding fltk

Re: [fltk.development] [RFE] STR #2083: Add maximize, minimize caps to FL_Window

2008-11-04 Thread Alvin Beach
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2083 Version: 1.3-feature FWIW, here is how to maximise a window in X: Note that 'wnd' is a Fl_Window (or derivative thereof): Window xid = fl_xid(wnd); XEvent xev;

Re: [fltk.development] [RFE] STR #2083: Add maximize, minimize caps to FL_Window

2008-11-04 Thread Greg Ercolano
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2083 Version: 1.3-feature Hmm, one question: why is 'maximized()/minimized()' being suggested instead of 'maximize()/minimize()'? Seems like they should be 'present