X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/20123d495814b8b8543bf43fbd63aa7ec21e5d78..90a77e64841dfcaf37103b6411987402739baa0b:/include/wx/gtk1/dcclient.h?ds=sidebyside diff --git a/include/wx/gtk1/dcclient.h b/include/wx/gtk1/dcclient.h index 70b7d9b38f..6e001e5c78 100644 --- a/include/wx/gtk1/dcclient.h +++ b/include/wx/gtk1/dcclient.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: dcclient.h +// Name: wx/gtk1/dcclient.h // Purpose: // Author: Robert Roebling // Id: $Id$ @@ -10,10 +10,6 @@ #ifndef __GTKDCCLIENTH__ #define __GTKDCCLIENTH__ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma interface -#endif - #include "wx/dc.h" #include "wx/window.h" @@ -78,7 +74,7 @@ protected: wxCoord *width, wxCoord *height, wxCoord *descent = (wxCoord *) NULL, wxCoord *externalLeading = (wxCoord *) NULL, - wxFont *theFont = (wxFont *) NULL) const; + const wxFont *theFont = (wxFont *) NULL) const; public: virtual wxCoord GetCharWidth() const; @@ -104,6 +100,8 @@ public: virtual wxSize GetPPI() const; virtual int GetDepth() const; + virtual GdkWindow* GetGDKWindow() const { return m_window; } + // implementation // -------------- @@ -119,13 +117,6 @@ public: wxRegion m_currentClippingRegion; wxRegion m_paintClippingRegion; - // PangoContext stuff for GTK 2.0 -#ifdef __WXGTK20__ - PangoContext *m_context; - PangoLayout *m_layout; - PangoFontDescription *m_fontdesc; -#endif - void SetUpDC(); void Destroy(); virtual void ComputeScaleAndOrigin();