]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/dvrenderers.h
Set initial window size as its minimal size.
[wxWidgets.git] / include / wx / osx / dvrenderers.h
index b25ca48e5a44103dc3c2cd4b512f9d16efbaa5b5..01a8998599ee4fe96155a3ac411fb71dd265b5ec 100644 (file)
@@ -24,18 +24,16 @@ public:
 
     virtual ~wxDataViewCustomRenderer();
 
 
     virtual ~wxDataViewCustomRenderer();
 
-    void RenderText( const wxString &text, int xoffset, wxRect cell, wxDC *dc, int state );
-
-    virtual wxSize GetSize() const = 0;
-
-    virtual bool Render(wxRect cell, wxDC* dc, int state) = 0;
-
 
     // implementation only
     // -------------------
 
     virtual bool MacRender();
 
 
     // implementation only
     // -------------------
 
     virtual bool MacRender();
 
+#if wxOSX_USE_COCOA
+    virtual void OSXApplyAttr(const wxDataViewItemAttr& attr);
+#endif // Cocoa
+
     virtual wxDC* GetDC(); // creates a device context and keeps it
     void SetDC(wxDC* newDCPtr); // this method takes ownership of the pointer
 
     virtual wxDC* GetDC(); // creates a device context and keeps it
     void SetDC(wxDC* newDCPtr); // this method takes ownership of the pointer