how to implement propertyPage using wxPyhton?

Steve Holden steve at holdenweb.com
Mon Sep 26 12:32:27 EDT 2005


James Hu wrote:
> Hi, gurus,
> 
>  
> 
> I would like to implement something like propertyPage (VC++ term)
> 
> Ie. There are a few tabs in the  top, clicking any tab will display a 
> different panel.
> 
> I searched on the Internet, couldn’t get any clue.
> 
I think you're looking for the wx.Notebook control.

Search for "notebook" in

     http://wiki.wxpython.org/index.cgi/Getting_20Started

regards
  Steve
-- 
Steve Holden       +44 150 684 7255  +1 800 494 3119
Holden Web LLC                     www.holdenweb.com
PyCon TX 2006                          www.pycon.org




More information about the Python-list mailing list