X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/eda276b09272496b7ec4e920e6344c5469f0d017..be33a1c72620aad7a221896b24b7f75fe79dbdc5:/include/wx/gtk/dcclient.h diff --git a/include/wx/gtk/dcclient.h b/include/wx/gtk/dcclient.h index f6eee0b5fe..de91b5c126 100644 --- a/include/wx/gtk/dcclient.h +++ b/include/wx/gtk/dcclient.h @@ -69,6 +69,7 @@ protected: wxCoord *descent = (wxCoord *) NULL, wxCoord *externalLeading = (wxCoord *) NULL, wxFont *theFont = (wxFont *) NULL) const; + virtual bool DoGetPartialTextExtents(const wxString& text, wxArrayInt& widths) const; virtual void DoSetClippingRegion( wxCoord x, wxCoord y, wxCoord width, wxCoord height ); virtual void DoSetClippingRegionAsRegion( const wxRegion ®ion ); @@ -123,7 +124,6 @@ public: void SetUpDC(); void Destroy(); -protected: virtual void ComputeScaleAndOrigin(); virtual GdkWindow *GetGDKWindow() const { return m_window; }