]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/dc.h
Comment associated with wxODBC_FWD_ONLY_CURSORS modified
[wxWidgets.git] / include / wx / msw / dc.h
index 07bbb0013cd313ffdbe581fe22d06ae32aa38518..c7a3700f08d5488710e0d6f9e3db8010ead46247 100644 (file)
@@ -166,6 +166,8 @@ protected:
                               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 bool DoBlit(wxCoord xdest, wxCoord ydest, wxCoord width, wxCoord height,
                         wxDC *source, wxCoord xsrc, wxCoord ysrc,
@@ -195,6 +197,9 @@ protected:
     virtual void DoDrawSpline(wxList *points);
 #endif // wxUSE_SPLINES
 
+    // common part of DoDrawText() and DoDrawRotatedText()
+    void DrawAnyText(const wxString& text, wxCoord x, wxCoord y);
+
     // MSW-specific member variables
     int               m_windowExtX;
     int               m_windowExtY;