Updating with Vadim's API changes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43930 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Kevin Ollivier
2006-12-11 16:34:36 +00:00
parent 95004448ad
commit 0a95d3369e
2 changed files with 8 additions and 8 deletions

View File

@@ -45,10 +45,10 @@ class TestPanel(wx.Panel):
def OnToggleSearchButton(self, evt):
self.search.SetSearchButtonVisible( evt.GetInt() )
self.search.ShowSearchButton( evt.GetInt() )
def OnToggleCancelButton(self, evt):
self.search.SetCancelButtonVisible( evt.GetInt() )
self.search.ShowCancelButton( evt.GetInt() )
def OnToggleSearchMenu(self, evt):
if evt.GetInt():