]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/dataview.h
cleanup
[wxWidgets.git] / include / wx / mac / carbon / dataview.h
index abced130dd162df67a18d44bfd42d81431309529..67b17836cdad1662ded84e517bdcbf12c1770367 100644 (file)
@@ -11,7 +11,7 @@
 #define _WX_MACCARBONDATAVIEWCTRL_H_
 
 typedef void* DataBrowserItemDataRef;
-typedef void* WXDataBrowserPropertyType;
+typedef unsigned long WXDataBrowserPropertyType;
 typedef wxUint32 WXDataBrowserPropertyID;
 
 // ---------------------------------------------------------
@@ -232,6 +232,22 @@ private:
     DECLARE_DYNAMIC_CLASS_NO_COPY(wxDataViewTextRenderer)
 };
 
+// ---------------------------------------------------------
+// wxDataViewTextRendererAttr
+// ---------------------------------------------------------
+
+class WXDLLIMPEXP_ADV wxDataViewTextRendererAttr: public wxDataViewTextRenderer
+{
+public:
+//
+// constructors / destructor
+//
+    wxDataViewTextRendererAttr(wxString const& varianttype=wxT("string"), wxDataViewCellMode mode=wxDATAVIEW_CELL_INERT, int align=wxDVR_DEFAULT_ALIGNMENT);
+
+private:
+    DECLARE_DYNAMIC_CLASS_NO_COPY(wxDataViewTextRendererAttr)
+};
+
 // ---------------------------------------------------------
 // wxDataViewBitmapRenderer
 // ---------------------------------------------------------