Fwd: [wxPython-users] wx.Notebook -- page deletion issue -- the
only solution?
Frank Aune
Frank.Aune at broadpark.no
Mon Oct 29 07:28:50 PDT 2007
On Monday 29 October 2007 02:24:16 Bob Klahn wrote:
> Is this the only solution?
for i in range(notebook.GetPageCount()):
if notebook.GetPageText(i) == name:
notebook.DeletePage(i)
break
-Frank
More information about the wxpython-users
mailing list