X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e0543d2a7000693be84cd8bb5cfa3a85b1ad457c..5fb9fcfc01e19f91f42993d2c3fa2724531df856:/include/wx/defs.h diff --git a/include/wx/defs.h b/include/wx/defs.h index 2c3b71ec0c..eefebd53ed 100644 --- a/include/wx/defs.h +++ b/include/wx/defs.h @@ -140,7 +140,7 @@ 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;