]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/msw/controls.py
Fix conversion error in tooltips.
[wxWidgets.git] / wxPython / src / msw / controls.py
index a85186c8893114a042d3aa040781d14e2902f138..34d4fbedd8b920e169f63cc9dc09c64295f66f39 100644 (file)
@@ -3625,6 +3625,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)