]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/gtk/controls.py
reSWIGged
[wxWidgets.git] / wxPython / src / gtk / controls.py
index 19204981f5e161beb13a61619b7f4ee1142cad10..dda3483136c86fbcbbfbb4fe1c6581b2789f29fc 100644 (file)
@@ -3613,6 +3613,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)