Re: How to find wxPython method documentation??

2009-02-05 Thread Mike Driscoll
On Feb 4, 5:06 pm, len wrote: > Hi > > I am going through the "wxPython in Action" book by Noel Rappin and > Robin Dunn. > > I have been typing in the example programs as I go and play with > modifing the code. > Thought I should start trying to find my way around the documentation > found on the

Re: How to find wxPython method documentation??

2009-02-05 Thread Mike Driscoll
On Feb 4, 5:49 pm, andrew cooke wrote: > On Feb 4, 8:06 pm, len wrote: > > > How does one find the methods that are available in the classes. > > heh.  welcome to the wonderful world of wxpython :o( > > if you use eclipse to edit your code, then (providing the wind is in > the right direction and

Re: How to find wxPython method documentation??

2009-02-05 Thread Egon Frerich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The documentation is here: http://www.wxpython.org/onlinedocs.php In "Alphabetical class reference" you can find for example wxButton with its methods. Yes - there is no function 'SetBackgroundColour'. But there is a list with classes from which wxB

RE: How to find wxPython method documentation??

2009-02-05 Thread Barak, Ron
Hi Len, First off, there's the wxPython mailing list (To subscribe or unsubscribe via the World Wide Web, visit http://lists.wxwidgets.org/mailman/listinfo/wxpython-users or, via email, send a message with subject or body 'help' to wxpython-users-requ...@lists.wxwidgets.org) I also find Google

Re: How to find wxPython method documentation??

2009-02-04 Thread andrew cooke
On Feb 4, 8:06 pm, len wrote: > How does one find the methods that are available in the classes. heh. welcome to the wonderful world of wxpython :o( if you use eclipse to edit your code, then (providing the wind is in the right direction and the file you are editing doesn't have any syntax erro