Sept. 15, 2008
12:32 p.m.
2008/9/15 Gary Chambers <gazzaguru2@btinternet.com>:
Of course, if you want a window then you can use a StandardWindow (subclass of SystemWindow) that includes the TEasilyThemed trait and delegate requests for widgets to that instead.
Hope that helps...
Yep, I figure out during the week-end. I am now converting step by step to Polymorph. I see that Trait can really make such thinkgs easier. One think not obvious to me: how to pack a menu bar, toolbar in StandardWindow, as you did for your professionnal application. A canonical exemple will be very usefull Hilaire