]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/dcclient.h
replaced size_t with unsigned int in wxAnimation and related classes and a couple...
[wxWidgets.git] / include / wx / gtk / dcclient.h
index f6eee0b5fed6bdbbed0409ec3eb5007acfcafeba..de91b5c126025c948a3090d16945e7586bca3755 100644 (file)
@@ -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 &region );
 
@@ -123,7 +124,6 @@ public:
     void SetUpDC();
     void Destroy();
     
-protected:
     virtual void ComputeScaleAndOrigin();
 
     virtual GdkWindow *GetGDKWindow() const { return m_window; }