]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/gtk/_controls.py
AssociateHandle and DissociateHandle
[wxWidgets.git] / wxPython / src / gtk / _controls.py
index 69514ff5ece253747ac6002da5eb25553b912277..961b0d9868eec5aff2d44f9bac8e338d4b885e24 100644 (file)
@@ -3138,6 +3138,10 @@ class Listbook(BookCtrl):
         """IsVertical(self) -> bool"""
         return _controls_.Listbook_IsVertical(*args, **kwargs)
 
+    def GetListView(*args, **kwargs):
+        """GetListView(self) -> ListView"""
+        return _controls_.Listbook_GetListView(*args, **kwargs)
+
 
 class ListbookPtr(Listbook):
     def __init__(self, this):