]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/symbols.txt
wxFindFirst/NextFile() now return wxString and not "char *", wxGetCwd() added
[wxWidgets.git] / docs / symbols.txt
index 40c205c89721ba6a2b377219f64c94fc50d5ba06..c92794bd71d5cf8bb8026917718d0893d87b2517 100644 (file)
@@ -4,17 +4,18 @@ GUIs:
 -----
 
 __X__           any X, but not GTK
-__WXMOTIF__       Motif
-__XT__          Xt; mutually exclusive with WX_MOTIF (?)
-__WXGTK__         GTK
-__XVIEW__       Obsolete!
-__WXMSW__     Any Windows
-__MAC__         MacOS
+__WXMOTIF__     Motif
+__WXXT__        Xt; mutually exclusive with WX_MOTIF (?)
+__WXGTK__       GTK
+__WXMSW__       Any Windows
+__WXMAC__       MacOS
 __UNIX__        any Unix
+__WINDOWS__     any Windows
 __WIN95__       GUI for Windows 95 and above; NT 4.0 and above.
 __WIN32__       WIN32 API
 __NT__          Windows NT
-__CURSES__      CURSES
+__WXCURSES__    CURSES
+__WXSTUBS__     Stubbed version ('template' wxWin implementation)
 
 In fact, they should better all start with __WX instead of __ only. 
 The only GUIs implemented for 2.0 are __WXGTK__, __WXMSW__ and __WXMOTIF__
@@ -49,12 +50,12 @@ __BORLANDC__    Borland C++
 __WATCOMC__     Watcom C++
 __SYMANTECC__   Symantec C++
 __VISUALC__     VC++
-__SUNCC__
+__SUNCC__       Sun CC
 __XLC__         ?? compiler
 
 wxWindows modes:
 ----------------
 
-__WXDEBUG__       usage: #ifdef __DEBUG__ (=> debug mode, else => release)
+__WXDEBUG__       usage: #ifdef __WXDEBUG__ (=> debug mode, else => release)
 WXDEBUG         usage: #if DEBUG (0: release, 1: minimal debug code, ...)