]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/stubs/metafile.h
Added long-filename functions & normalisation; patch to Watcom makefiles
[wxWidgets.git] / include / wx / stubs / metafile.h
index f4d04bcb637f47e5377a6963f52f40e4db5f3cbc..e4be296d929fe941e6063147387f4ee1870d4300 100644 (file)
@@ -39,7 +39,8 @@ class WXDLLEXPORT wxMetaFile: public wxObject
   virtual bool SetClipboard(int width = 0, int height = 0);
 
   virtual bool Play(wxDC *dc);
-  inline bool Ok() { return m_metaFile != 0; };
+  // TODO
+  inline bool Ok() { return FALSE; };
 
 /* TODO: Implementation
   inline WXHANDLE GetHMETAFILE() { return m_metaFile; }
@@ -86,7 +87,7 @@ protected:
 /*
  * Pass filename of existing non-placeable metafile, and bounding box.
  * Adds a placeable metafile header, sets the mapping mode to anisotropic,
- * and sets the window origin and extent to mimic the MM_TEXT mapping mode.
+ * and sets the window origin and extent to mimic the wxMM_TEXT mapping mode.
  *
  */