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:
@@ -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; }
|
||||
|
Reference in New Issue
Block a user