>>>>> "Chris Barker" <[EMAIL PROTECTED]> (CB) wrote:
>CB> One of the tricks is that as an OO library, most of the methods available >CB> for a widget are inherited from superclasses, and thus not documented as >CB> part of that class. The new Python-spcific docs are better in this regard, >CB> but I find them a little harder to navigate. >CB> http://www.wxpython.org/docs/api/ There is also a HOWTO at http://www.wxpython.org/docs/howto However, the example used there contains a few lines like: f=open(self.dirname+'\\'+self.filename,'r') which is pathetic (the \\). It should use os.path.join instead. -- Piet van Oostrum <[EMAIL PROTECTED]> URL: http://www.cs.uu.nl/~piet [PGP] Private email: [EMAIL PROTECTED] _______________________________________________ Pythonmac-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/pythonmac-sig
