Re: Release 0.9.0b1
Federico Fanton <[email protected]>
| Newsgroups | gmane.comp.python.wxglade |
|---|---|
| Message-ID | <[email protected]> |
On 26/11/2018 22:49, Dietmar Schwertberger wrote: >> I'm sorry, I'm trying to build a Frame with a custom base class, but >> with this version I can't seem to find the "extra code" section in the >> Frame properties where I'd import my class... Am I missing something? > > Does it work for you if you change line 20 in widgets/frame/frame.py to > include EXTRA_PROPERTIES? > > PROPERTIES = TopLevelBase.PROPERTIES + _PROPERTIES + > TopLevelBase.EXTRA_PROPERTIES Nice, thanks :) > Seems that this is rarely used... That may be, but how would you use "Base class(es)" without importing them from "extra code"?