#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);
// 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
// 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