X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4c82058341a64795e819d43abf912813ab813211..bd88c1fa96cc76c97e29f01f885423b3887a73ec:/include/wx/defs.h diff --git a/include/wx/defs.h b/include/wx/defs.h index ea4f1efbdc..926821d203 100644 --- a/include/wx/defs.h +++ b/include/wx/defs.h @@ -701,6 +701,24 @@ enum wxDOS /* wxBase under MS-DOS */ }; +/* Friendlier platform names */ +enum +{ + wxMotif = wxMOTIF_X, + wxMac = wxMAC, + wxMSW = wxWINDOWS, + wxWinCE = wxWINDOWS_CE, + wxWinPocketPC = wxWINDOWS_POCKETPC, + wxWinSmartPhone = wxWINDOWS_SMARTPHONE, + wxWin95= wxWIN95, + wxUnix = wxUNIX, /* wxBase under Unix */ + wxPalmOS = wxPALMOS, /* PalmOS */ + wxOS2 = wxOS2_PM, + + wxMGL = 100, + wxCocoa +}; + /* ---------------------------------------------------------------------------- */ /* standard wxWidgets types */ /* ---------------------------------------------------------------------------- */ @@ -1693,6 +1711,8 @@ enum wxBorder */ #define wxDD_NEW_DIR_BUTTON 0x0080 +#define wxDD_CHANGE_DIR 0x0100 + /* * extended dialog specifiers. these values are stored in a different @@ -2876,6 +2896,7 @@ typedef struct _GtkAccelGroup GtkAccelGroup; typedef struct _GtkItemFactory GtkItemFactory; typedef struct _GtkSelectionData GtkSelectionData; typedef struct _GtkTextBuffer GtkTextBuffer; +typedef struct _GtkRange GtkRange; typedef GtkWidget *WXWidget;