]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/dcsvg.h
Fix wxTextValidator introducing a wxTextValidatorStyle enums since it does not suppor...
[wxWidgets.git] / interface / wx / dcsvg.h
index 110bcd1d17d9537907d9564a133f1e7d0a34bb7e..0efdf5a17b413e96145dcfe8434718f4cea798fa 100644 (file)
@@ -298,11 +298,6 @@ public:
     */
     void EndDoc();
 
-    /**
-        Does nothing.
-    */
-    void EndDrawing();
-
     /**
         Does nothing.
     */
@@ -378,7 +373,7 @@ public:
 
         @see SetMapMode()
     */
-    int GetMapMode() const;
+    wxMappingMode GetMapMode() const;
 
     //@{
     /**
@@ -505,7 +500,7 @@ public:
         Returns @true if the DC is ok to use. @false values arise from being
         unable to write the file.
     */
-    bool Ok();
+    bool IsOk();
 
     /**
         Resets the bounding box. After a call to this function, the bounding
@@ -606,7 +601,7 @@ public:
         - wxMM_LOMETRIC - Each logical unit is 1/10 of a mm.
         - wxMM_TEXT     - Each logical unit is 1 pixel.
     */
-    void SetMapMode(int mode);
+    void SetMapMode(wxMappingMode mode);
 
     /**
         Not implemented.