Hi all,
Is it just me is dir(wxFrame) supposed to return practically nothing, and:
a=wxFrame(None, -1, "Hi")
a.__doc__
supposed to return absolutely nothing?
Thanks
Hi all,
Is it just me is dir(wxFrame) supposed to return practically nothing, and:
a=wxFrame(None, -1, "Hi")
a.__doc__
supposed to return absolutely nothing?
Thanks
Is it just me is dir(wxFrame) supposed to return practically nothing, and:
Yes. Almost all the methods are actually in a base class wxFramePtr.
>> a=wxFrame(None, -1, "Hi")
>> a.__doc__supposed to return absolutely nothing?
Currently, yes. I'd like to change this one of these days...
--
Robin Dunn
Software Craftsman
robin@AllDunn.com Java give you jitters?
http://wxPython.org Relax with wxPython!