wxNotebook question

Ray Schumacher rays at blue-cove.com
Thu Jan 29 18:19:50 EST 2004


At 02:32 PM 1/29/2004, Gandalf wrote:
>How can I hide/show a page (wxNotebookPage) invisible of a wx.wxNotebook instance?
>There is a GetPage() method which returns a wxNotebookPage but I could not find
>any documentation in the help about this class. 

I use:
C:\Python23\Lib\site-packages\wxPython\docs\wx.chm
always, but 
http://www.orbtech.com/www/wx/epydoc/
is great, and shows inherited properties

>I thought there will be a 'SetVisible'
>or 'SetTabvisible' method but it seems to be a proxy for the root control on that page.
>So I cannot even get method names by dir(self.notebook.GetPage(0)).

Check the "Show()" method
<wx.Window-class.htm#Show>Show(self, show) 
(inherited from <wx.Window-class.htm>Window) 


Ray 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20040129/4997bb8a/attachment.html>


More information about the Python-list mailing list