Re: Re: [wxPython-users] Re: Documentation bug or implementation bug?
Robin Dunn <[email protected]>
| Newsgroups | gmane.comp.python.wxpython.devel |
|---|---|
| Message-ID | <[email protected]> |
Torsten P. wrote: > wxPython_Phoenix-3.0.3.dev1820+49a8884 > > I'm missing wx.adv.Wizard.ShowPage(). To me it looks like ShowPage is > missing in the wxwidgets include files, so it is a wxwidget bug? Basically, other than a relatively few special cases, if something is not documented in the wxWidgets docs then it will not exist in Phoenix. This is because the files in interface/wx/*.h are used as the source info (via Doxygen XML) that Phoenix uses for generating the Python wrapper code. So the real question in this case is was there a good reason why ShowPage was not documented? Was it just overlooked or was it intended to be an internal-use only method? Since wxPython Classic was created in a large part by copy/pasting code from the C++ headers there were many cases of things not intended to be generally used that made it in to the wxPython API. I'll take a closer look at it later when I have some time. -- Robin Dunn Software Craftsman http://wxPython.org -- You received this message because you are subscribed to the Google Groups "wxPython-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.