Can't override OnCreateStatusBar for wxFrame

Larry Bates larry.bates at websafe.com
Mon Oct 22 12:51:47 PDT 2007


Robin Dunn wrote:
> Larry Bates wrote:
> 
>> That was my "workaround" that I found after Googling for quite some 
>> time to find an answer.  T think it is "odd" that virtual methods like 
>> OnGetChildrenCount of and OnGetItemCount (virtual TreeCtrl mixin) work 
>> just fine but this one doesn't.
> 
> http://wiki.wxpython.org/OverridingMethods
> 

That helped.  IMHO the wxPython docs should reflect that this virtual method 
can't be overriden by Python method.  Only requires one sentence (or maybe two).

Thanks
Larry





More information about the wxpython-users mailing list