]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/dc.cpp
Inexplicable removal of wxRadioBox::MSWWindowProc reversed, so wxRadioBox
[wxWidgets.git] / src / msw / dc.cpp
index 7216cb8f6956b6855c77145e6e3f1ee67fe8cb5a..cd18a5005f64c014a16f6dd9f844d94e772ac39b 100644 (file)
@@ -655,6 +655,13 @@ void wxDC::DoDrawText(const wxString& text, wxCoord x, wxCoord y)
     CalcBoundingBox((x + w), (y + h));
 }
 
+void wxDC::DoDrawRotatedText(const wxString& text,
+                             wxCoord x, wxCoord y,
+                             double angle)
+{
+    wxFAIL_MSG( _T("TODO") );
+}
+
 // ---------------------------------------------------------------------------
 // set GDI objects
 // ---------------------------------------------------------------------------