|
|
 | | From: | Geoffrey Philbrick | | Subject: | wxListbook and RemovePage | | Date: | Fri, 21 Jan 2005 04:40:29 GMT |
|
|
 | When I call RemovePage on a wxListbook the page is removed, but a "hole" is left in the ListCtrl where the icon for the page was. Is there a way to fix this? You can reproduce the problem easily by adding this as the last line in the constructor in the wxPython wxListbook 2.5 demo example:
self.RemovePage(3).
Thanks,
Geoff
|
|
|