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. It
uses SW_SHOWMINNOACTIVE, which _may_ me better than SW_MINIMIZE.

For the naming: I thought about this, too. Fabiens argument for keeping
the same name is good and consistent, but makes a strange "feeling" WRT
the english language. Making it "present tense", as Greg suggested, is
strange as well for the get methods.

Third possibility (I know, this is a deviation from normal FLTK
conventions): minimze(int), maximize(int) for the set methods and
is_minimized(), is_maximized() for the get methods (to avoid that single
'd' difference in the names). But I'm okay with any sensible naming.

WRT to bool/int: IMHO we should stay consistent within FLTK 1 and use int.


Link: http://www.fltk.org/str.php?L2083
Version: 1.3-feature

_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to