2010/2/17 Jacek Kałucki <[email protected]>: > 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?
Jacek, The rule of thumb that we like people to follow is that if your control wraps a wx level control, it should belong in dabo.ui. If your control subclasses an existing dabo control, it should be in your own libraries/apps. Note that you can do whatever you want and you don't have to follow this, but this is the recommended way. If you wrap a wx level control, think about sharing the code so we can put it into Dabo later on. Regards, Nate _______________________________________________ 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]
