]> git.saurik.com Git - wxWidgets.git/commitdiff
Some new members to assist in bitmap rendering
authorDavid Webster <Dave.Webster@bhmi.com>
Tue, 30 Apr 2002 22:29:51 +0000 (22:29 +0000)
committerDavid Webster <Dave.Webster@bhmi.com>
Tue, 30 Apr 2002 22:29:51 +0000 (22:29 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15318 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/os2/dcmemory.h

index 28747572ed306545e42428aca6c3c970a251093c..cc81974d4bc56ae3cf68f93f734949a27330de1e 100644 (file)
@@ -28,6 +28,21 @@ protected:
                                  ,wxCoord vWidth
                                  ,wxCoord vHeight
                                 );
+    virtual void DoDrawRoundedRectangle( wxCoord vX
+                                        ,wxCoord vY
+                                        ,wxCoord vWidth
+                                        ,wxCoord vHeight
+                                        ,double  dRadius
+                                       );
+    virtual void DoDrawText( const wxString& rsText
+                            ,wxCoord         vX
+                            ,wxCoord         vY
+                           );
+    virtual void DoDrawLine( wxCoord vX1
+                            ,wxCoord vY1
+                            ,wxCoord vX2
+                            ,wxCoord vY2
+                           );
     virtual void DoGetSize( int* pWidth
                            ,int* pHeight
                           ) const;