Re: [Tutor] wx.Notebook query in wxpython

2006-08-10 Thread John Fouhy
On 11/08/06, Amresh Kulkarni <[EMAIL PROTECTED]> wrote: > I am developing a GUI which has a notebook with multiple tabs. The tabs are > formed by adding pages to the notebook. > I have a check menu to select/deselect the tabs(pages) i want. On checking > on an item it will must show the respective

[Tutor] wx.Notebook query in wxpython

2006-08-10 Thread Amresh Kulkarni
Hi all,I am developing a GUI which has a notebook with multiple tabs. The tabs are formed by adding pages to the notebook.I have a check menu to select/deselect the tabs(pages) i want. On checking on an item it will must show the respective tab and unchecking should hide it. Simple as it may sound,