]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/dcclient.h
Next try at avoiding too few or too many size events.
[wxWidgets.git] / include / wx / gtk / dcclient.h
index a28585ffbd266795a114b5f8e9673953f53448d3..0142e694c7297c2b1721a93b138b6660b6eb4fa1 100644 (file)
@@ -70,6 +70,8 @@ public:
                          int logical_func = wxCOPY, bool useMask = FALSE );
 
     virtual void DoDrawText( const wxString &text, wxCoord x, wxCoord y );
+    virtual void DoDrawRotatedText(const wxString& text, wxCoord x, wxCoord y,
+                                   double angle);
     virtual void DoGetTextExtent( const wxString &string,
                                 wxCoord *width, wxCoord *height,
                                 wxCoord *descent = (wxCoord *) NULL,