On 12/10/2011 12:40 PM, Domingo Alvarez Duarte wrote: > I think that both options are needed option/flags where most of the > application doesn't use @ symbols a global option off is good but with > the option to turn on the few time it is needed and the oposite too. > > Few uses of @ = global off, specific widget On > Much use of @ = global on, specific widget Off
This can be done by having one flag on the widget that always means the same thing, but having a global option that controls the initial value set by the constructor. I still suspect that any global change is going to break lots and lots of stuff and is not going to deliver the results people are hoping for. For instance it will break all the built-in control panels like the file chooser. _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
