On Feb 17, 2010, at 9:42 AM, Jacek Kałucki wrote:

> But how can I extend application by creating own controls
> if I can't use mixins?
> Of course I can copy mixin code into own class,
> but where is the sense in repeating 80% of code?


        A Dabo application does not reference wx at all. It should only 
reference Dabo classes. The wx layer is a "sub-tier" of the UI tier, and should 
never be referenced directly, except in the most extreme situations.

        If you want to add additional controls from wxPython, they should be 
done in the dabo.ui.uiwx namespace. If you get your class working so that it 
completely wraps the wx control, then we can always add it to the framework.


-- Ed Leafe




_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: 
http://leafe.com/archives/byMID/[email protected]

Reply via email to