Re: Release 0.9.0b1
Dietmar Schwertberger <[email protected]>
| Newsgroups | gmane.comp.python.wxglade |
|---|---|
| Message-ID | <[email protected]> |
On 26.11.2018 15:33, Federico Fanton 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 Seems that this is rarely used... Regards, Dietmar