X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8ba01d3546ba25eee6f2990fbc7cddbef9ef4e41..c579ac6280f819e8e6fb2adf80d345d84b0bfcfe:/include/wx/osx/dataview.h diff --git a/include/wx/osx/dataview.h b/include/wx/osx/dataview.h index b1b692eede..679e229ba2 100644 --- a/include/wx/osx/dataview.h +++ b/include/wx/osx/dataview.h @@ -32,7 +32,7 @@ public: // constructors / destructor // wxDataViewRenderer(wxString const& varianttype, wxDataViewCellMode mode=wxDATAVIEW_CELL_INERT, int align=wxDVR_DEFAULT_ALIGNMENT); - + virtual ~wxDataViewRenderer(void); // @@ -74,7 +74,7 @@ public: return this->m_NativeDataPtr; } - virtual bool Render() = 0; // a call to the native data browser function to render the data; + virtual bool MacRender() = 0; // a call to the native data browser function to render the data; // returns true if the data value could be rendered, false otherwise void SetNativeData(wxDataViewRendererNativeData* newNativeDataPtr); @@ -150,7 +150,7 @@ public: // // implementation // - virtual bool Render(); + virtual bool MacRender(); void SetDC(wxDC* newDCPtr); // this method takes ownership of the pointer @@ -184,7 +184,7 @@ public: // // inherited functions from wxDataViewRenderer // - virtual bool Render(); + virtual bool MacRender(); protected: private: @@ -222,7 +222,7 @@ public: // // inherited functions from wxDataViewRenderer // - virtual bool Render(); + virtual bool MacRender(); protected: private: @@ -247,7 +247,7 @@ public: // // inherited functions from wxDataViewRenderer // - virtual bool Render(); + virtual bool MacRender(); // // implementation @@ -283,7 +283,7 @@ public: // // inherited functions from wxDataViewRenderer // - virtual bool Render(); + virtual bool MacRender(); protected: private: @@ -302,7 +302,7 @@ public: // // inherited functions from wxDataViewRenderer // - virtual bool Render(); + virtual bool MacRender(); protected: private: @@ -322,7 +322,7 @@ public: // // inherited functions from wxDataViewRenderer // - virtual bool Render(); + virtual bool MacRender(); protected: private: @@ -341,7 +341,7 @@ public: // // inherited functions from wxDataViewRenderer // - virtual bool Render(); + virtual bool MacRender(); protected: private: @@ -400,7 +400,7 @@ public: { return this->m_NativeDataPtr; } - + void SetNativeData(wxDataViewColumnNativeData* newNativeDataPtr); // class takes ownership of pointer void SetWidthVariable(int NewWidth) {