]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/mac/_controls.py
rebaked to include latest modifications (mainly choicebkg addition)
[wxWidgets.git] / wxPython / src / mac / _controls.py
index 5f77950c7ce809616c24717126b2e4a9fc8075e5..4553645b80903db5b4e06f1a742308b5e03c5502 100644 (file)
@@ -3134,6 +3134,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):