X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/34b1fdebbf3d40caaffad62b5bf89604213afb4a..50f8c98e06db4ab6e9752aa12cc86ee989ae9dd4:/include/wx/mac/carbon/dataview.h diff --git a/include/wx/mac/carbon/dataview.h b/include/wx/mac/carbon/dataview.h index abced130dd..67b17836cd 100644 --- a/include/wx/mac/carbon/dataview.h +++ b/include/wx/mac/carbon/dataview.h @@ -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 // ---------------------------------------------------------