]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/defs.h
derive univ toggle button from button
[wxWidgets.git] / include / wx / defs.h
index ea4f1efbdceff5c1b13e3f3c76f9ebdca20c64ef..926821d2039cc3371eaa47f60bd68b83dff4b72a 100644 (file)
@@ -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;