git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38614
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
if child.IsWindow(): child = child.GetWindow()
elif child.IsSizer():
child = child.GetSizer()
if child.IsWindow(): child = child.GetWindow()
elif child.IsSizer():
child = child.GetSizer()
- # Test for notebook sizers (deprecated)
- if isinstance(child, wxNotebookSizer):
- child = child.GetNotebook()
return child
def OnSelChanged(self, evt):
return child
def OnSelChanged(self, evt):