X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c801d85f158c4cba50b588807daabdcbd0ed3853..716b736420b6f9722f44c53931ceeeb23e8e54e4:/docs/symbols.txt diff --git a/docs/symbols.txt b/docs/symbols.txt index 65612ab69c..40c205c897 100644 --- a/docs/symbols.txt +++ b/docs/symbols.txt @@ -4,11 +4,11 @@ GUIs: ----- __X__ any X, but not GTK -__MOTIF__ Motif +__WXMOTIF__ Motif __XT__ Xt; mutually exclusive with WX_MOTIF (?) -__GTK__ GTK +__WXGTK__ GTK __XVIEW__ Obsolete! -__WINDOWS__ Any Windows +__WXMSW__ Any Windows __MAC__ MacOS __UNIX__ any Unix __WIN95__ GUI for Windows 95 and above; NT 4.0 and above. @@ -16,6 +16,10 @@ __WIN32__ WIN32 API __NT__ Windows NT __CURSES__ CURSES +In fact, they should better all start with __WX instead of __ only. +The only GUIs implemented for 2.0 are __WXGTK__, __WXMSW__ and __WXMOTIF__ +yet. Any new ones, please start the define with __WX. + OSes/machines: __HPUX__ @@ -51,6 +55,6 @@ __XLC__ ?? compiler wxWindows modes: ---------------- -__DEBUG__ usage: #ifdef __DEBUG__ (=> debug mode, else => release) +__WXDEBUG__ usage: #ifdef __DEBUG__ (=> debug mode, else => release) WXDEBUG usage: #if DEBUG (0: release, 1: minimal debug code, ...)