]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/symbols.txt
Added knowledge of virtual size to wx(Scrolled)Windows, they can now
[wxWidgets.git] / docs / symbols.txt
index 2eb06a06f2b3d2e60643e87d59b6e7e67e5313d3..d79695390bf17479f396edde633e1f0310aa6462 100644 (file)
@@ -11,6 +11,7 @@ __WXGTK12__     GTK 1.2 or higher
 __WXMSW__       Any Windows
 __WXWINE__      WINE (i.e. Win32 on Unix)
 __WXMAC__       MacOS
+__WXPM__        OS/2 native Presentation Manager
 __UNIX__        any Unix
 __WINDOWS__     any Windows
 __WIN95__       GUI for Windows 95 and above; NT 4.0 and above.
@@ -19,7 +20,7 @@ __NT__          Windows NT
 __WXCURSES__    CURSES
 __WXSTUBS__     Stubbed version ('template' wxWin implementation)
 
-In fact, they should better all start with __WX instead of __ only. 
+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.
 
@@ -58,6 +59,6 @@ __XLC__         ?? compiler
 wxWindows modes:
 ----------------
 
-__WXDEBUG__       usage: #ifdef __WXDEBUG__ (=> debug mode, else => release)
+__WXDEBUG__     usage: #ifdef __WXDEBUG__ (=> debug mode, else => release)
 WXDEBUG         usage: #if DEBUG (0: release, 1: minimal debug code, ...)