]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/enhmeta.h
translate "Copy URL" string in the popup menu (feature request 1803958) (should have...
[wxWidgets.git] / include / wx / msw / enhmeta.h
index 2e894bbbb55e58dec16adb0ba0d94298d6d94317..264cccb1882f6edf48bf99bf13317b8ce7ba8706 100644 (file)
@@ -87,6 +87,10 @@ public:
                     int width = 0, int height = 0,
                     const wxString& description = wxEmptyString);
 
+    // obtain a pointer to the new metafile (caller should delete it)
+    wxEnhMetaFile *Close();
+
+private:
     DECLARE_DYNAMIC_CLASS_NO_COPY(wxEnhMetaFileDC)
 };