]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/defs.h
1. Harm's patch for AppendText()
[wxWidgets.git] / include / wx / defs.h
index 70456d0bd3bd0df1918542abcd454f0242c7788b..eefebd53edc72d6643b24ff3ee3e5196a3d05db7 100644 (file)
 #elif defined(__WATCOMC__)
     typedef unsigned int bool;
 #elif defined(__SUNCC__)
-    #ifdef __SUNPRO_C
+    #ifdef __SUNPRO_CC
         // starting from version 5.0 Sun CC understands 'bool'
-        #if __SUNPRO_C <= 0x0420
+        #if __SUNPRO_CC <= 0x0420
             // If we use int, we get identically overloaded functions in config.cpp
             typedef unsigned char bool;
         #endif // Sun CC version
     #else
-        #error "Unknown compiler: only Sun's CC and gcc are currently reckognized."
+        #error "Unknown compiler: only Sun's CC and gcc are currently recognised."
     #endif // Sun CC
 #endif
 
@@ -894,6 +894,8 @@ enum
 #endif
 
 /* Standard menu identifiers */
+#define wxID_LOWEST             4999
+
 #define wxID_OPEN               5000
 #define wxID_CLOSE              5001
 #define wxID_NEW                5002
@@ -1030,6 +1032,7 @@ typedef struct _GtkStyle        GtkStyle;
 typedef struct _GtkAdjustment   GtkAdjustment;
 typedef struct _GtkList         GtkList;
 typedef struct _GtkToolbar      GtkToolbar;
+typedef struct _GtkTooltips     GtkTooltips;
 typedef struct _GtkNotebook     GtkNotebook;
 typedef struct _GtkNotebookPage GtkNotebookPage;