DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR Pending]

Link: http://www.fltk.org/str.php?L2948
Version: 1.3-feature
Fix Version: 1.3-current (r9871)


+1 for renaming to w instead of win (or maybe widget to avoid name clashes
with w(), but that's not important here, IMO)

+0 for maintaining constness (yes, I mean + zero). constness doesn't gain
much here, and since compilers become pickier more and more, there is the
danger of getting a warning when it's cast away for as_window(), as Ian
wrote elsewhere. If not now, then maybe later. We're only calling const
methods anyway, as x(), y(), window(), and this code is not subject to be
changed in the future. Using const here would IMHO only protect ourselves
from adding code that would modify the widget in question, and as said
before, we won't add more code. Just my 2 (€)ct.


Link: http://www.fltk.org/str.php?L2948
Version: 1.3-feature
Fix Version: 1.3-current (r9871)

_______________________________________________
fltk-dev mailing list
fltk-dev@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to