]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/mac/controls.py
Fixed multiline static texts
[wxWidgets.git] / wxPython / src / mac / controls.py
index 03becd8386afc11ed4cde612679e5f3f20e8fe88..2fa7413353597bd4241ae372818ee7b42779fc88 100644 (file)
@@ -3585,6 +3585,10 @@ class ListCtrl(core.Control):
         """AssignImageList(ImageList imageList, int which)"""
         return _controls.ListCtrl_AssignImageList(*args, **kwargs)
 
+    def InReportView(*args, **kwargs):
+        """InReportView() -> bool"""
+        return _controls.ListCtrl_InReportView(*args, **kwargs)
+
     def IsVirtual(*args, **kwargs):
         """IsVirtual() -> bool"""
         return _controls.ListCtrl_IsVirtual(*args, **kwargs)