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
#endif
/* Standard menu identifiers */
+#define wxID_LOWEST 4999
+
#define wxID_OPEN 5000
#define wxID_CLOSE 5001
#define wxID_NEW 5002
typedef struct _GtkAdjustment GtkAdjustment;
typedef struct _GtkList GtkList;
typedef struct _GtkToolbar GtkToolbar;
+typedef struct _GtkTooltips GtkTooltips;
typedef struct _GtkNotebook GtkNotebook;
typedef struct _GtkNotebookPage GtkNotebookPage;