]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/dc.h
enumerating all MIME types (half finished, doesn't work yet)
[wxWidgets.git] / include / wx / msw / dc.h
index 8276e2a00ba217029ef4c40e4df77e8384e3228b..c7a3700f08d5488710e0d6f9e3db8010ead46247 100644 (file)
@@ -197,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;