Sadly, direct access to SetUpDC is required for the

native custom rendering of wxDataViewCells


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41066 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2006-09-08 09:45:10 +00:00
parent 9d5ccdd326
commit f6f1f4adbf

View 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; }