Greg Ercolano wrote:

>       IIRC, you can always add new methods and not break the ABI,
>       it's just changing existing methods that's a problem.

Adding non-virtual methods is okay.

>> We should maybe also think about the mac platform and the possibility
>> for the developer to provide 'smart' maximize operations, so probably
>> it could be interesting to provide them as virtual methods ...
> 
>       Yes, I suppose making them virtuals could be useful.

Adding (or deleting) virtual methods would break the ABI :-(

Thus we must either:

- not use virtual methods, or
- add them before 1.3 is released, or
- wait until 1.4 (the next chance to break ABI).

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

Reply via email to