]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/defs.h
GetSubcontrols now const
[wxWidgets.git] / include / wx / defs.h
index 8d58b43bfae28c0727144676a028cb03495cbe7e..e2e134ea9ef02c4460a2917c7005385fe518850b 100644 (file)
@@ -293,12 +293,6 @@ typedef int wxWindowID;
     #define wxConstCast(obj, className) ((className *)(obj))
 #endif
 
-#ifdef HAVE_STATIC_CAST
-    #define wxStaticCast(val, type) static_cast<type>(val)
-#else
-    #define wxStaticCast(val, type) ((type)(val))
-#endif
-
 #ifndef HAVE_STD_WSTRING
     #if defined(__VISUALC__) && (__VISUALC__ >= 1100)
         /*  VC++ 6.0 and 5.0 have std::wstring (what about earlier versions?) */
@@ -2000,7 +1994,8 @@ enum wxPrintMode
     wxPRINT_MODE_NONE =    0,
     wxPRINT_MODE_PREVIEW = 1,   /*  Preview in external application */
     wxPRINT_MODE_FILE =    2,   /*  Print to file */
-    wxPRINT_MODE_PRINTER = 3    /*  Send to printer */
+    wxPRINT_MODE_PRINTER = 3,   /*  Send to printer */
+    wxPRINT_MODE_STREAM =  4    /*  Send postscript data into a stream */
 };
 
 /*  ---------------------------------------------------------------------------- */