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;
virtual wxSize GetPPI() const;
virtual int GetDepth() const;
+ virtual GdkWindow* GetGDKWindow() const { return m_window; }
+
// implementation
// --------------