matthiasm wrote: > 2: there is much more to the new API than the new namespace. Widgets are > named much more consistently (Fl_Tabs became TabGroup, Fl_Pack became > PackGroup to indicate that they are groups, etc. etc.).
Well, if you want to be pedantic, then the names would be TabGroupWidget, PackGroupWidget etc and to express more descendant classes you would end up with very long names, which can be sometimes very confusing (like CheckLightButton, because light button is inherited from light button). If you have good documentation (ie generated by Doxygen) and/or self-regarding editor or IDE, then it is very easy to get the info about base class or inheritance tree. This things remind me "Hungarian" notation which I personally hate with passion. R. _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
