[wxPython] Newbie question

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 :slight_smile:

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!