]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/listctrl.h
Fixed sorting and commiting support for native virtual wxListCtrl, although leaving...
[wxWidgets.git] / include / wx / mac / carbon / listctrl.h
index cd02fd737fff2165766a391af6d176389b17f986..d77061e7c5898ea92d487c80d5fa37a3a6b5f230 100644 (file)
@@ -18,6 +18,7 @@
 #include "wx/generic/listctrl.h"
 
 class wxMacDataBrowserListCtrlControl;
+class wxMacListControl;
 
 // type of compare function for wxListCtrl sort operation
 typedef int (*wxListCtrlCompare)(long item1, long item2, long sortData);
@@ -137,6 +138,7 @@ class WXDLLEXPORT wxListCtrl: public wxControl
   // Gets the number of columns in the list control
   int GetColumnCount() const;
 
+  void SetItemSpacing( int spacing, bool isSmall = false );
   wxSize GetItemSpacing() const;
 
   // Gets the number of selected items in the list control
@@ -154,6 +156,9 @@ class WXDLLEXPORT wxListCtrl: public wxControl
   // list or report view
   long GetTopItem() const ;
 
+  // are we in report mode?
+  bool InReportView() const { return HasFlag(wxLC_REPORT); }
+
   bool IsVirtual() const { return HasFlag(wxLC_VIRTUAL); }
 
   // Add or remove a single window style