Re: Release 0.9.0b1
Dietmar Schwertberger <[email protected]>
| Newsgroups | gmane.comp.python.wxglade |
|---|---|
| Message-ID | <[email protected]> |
On 27.11.2018 08:40, Federico Fanton wrote: >> Seems that this is rarely used... > That may be, but how would you use "Base class(es)" without importing > them from "extra code"? I was just surprised, as this was missing already in 0.8. I think that most people, like myself, are deriving from the Frame class instead of having a base class. Event handling is probably easier this way as the wxGlade generated event handler stubs will mask yours from the base class. I will update the repository in the next days. Regards, Dietmar