]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/dc.h
added wxToolBar::SetToolClientData
[wxWidgets.git] / include / wx / os2 / dc.h
index 225756a7a789256276396b0d9a78eeddd704758e..2df64604bc96fa668742c672bf7a218c3091efbd 100644 (file)
@@ -162,6 +162,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,
@@ -216,6 +218,8 @@ protected:
     WXHBRUSH          m_oldBrush;
     WXHFONT           m_oldFont;
     WXHPALETTE        m_oldPalette;
+
+    float             m_scaleFactor;  // wxPSDC wants to have this. Will disappear.
 };
 #endif
     // _WX_DC_H_