]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/defs.h
wxMotif compiles and links now.
[wxWidgets.git] / include / wx / defs.h
index ae8cc520a5aaf43adff3e52d64e82001f062f74c..7ed90835ba741cfe97310f72fb69150e2fcb7e73 100644 (file)
@@ -618,7 +618,13 @@ enum wxOrientation
  */
 // use native docking
 #define wxMB_DOCKABLE       0x0001
+// make all menus tearoff menus, even if not set on per-menu basis
+#define wxMB_TEAROFF        0x0002
 
+/*
+ * wxMenu style flags
+ */
+#define wxMENU_TEAROFF      0x0001
 
 /*
  * Apply to all panel items
@@ -1341,6 +1347,9 @@ typedef void*           WXFont;
 typedef void*           WXImage;
 typedef void*           WXCursor;
 typedef void*           WXFontList;
+
+typedef unsigned long   Atom;  /* this might fail on a few architectures */
+
 #endif // Motif
 
 #ifdef __WXGTK__