]> git.saurik.com Git - wxWidgets.git/commitdiff
Sadly, direct access to SetUpDC is required for the
authorRobert Roebling <robert@roebling.de>
Fri, 8 Sep 2006 09:45:10 +0000 (09:45 +0000)
committerRobert Roebling <robert@roebling.de>
Fri, 8 Sep 2006 09:45:10 +0000 (09:45 +0000)
   native custom rendering of wxDataViewCells

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41066 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/gtk/dcclient.h

index 38a639311afce61cc244b355a234226e59503291..1dbedda34f980a57724304e02d7d298e4f7cd71c 100644 (file)
@@ -94,6 +94,7 @@ public:
     virtual wxSize GetPPI() const;
     virtual int GetDepth() const;
 
+// protected:
     // implementation
     // --------------
 
@@ -114,9 +115,10 @@ public:
     PangoLayout *m_layout;
     PangoFontDescription *m_fontdesc;
 
-protected:
     void SetUpDC();
     void Destroy();
+    
+protected:
     virtual void ComputeScaleAndOrigin();
 
     GdkWindow *GetWindow() { return m_window; }