]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/defs.h
removed code (not necessary anymore)
[wxWidgets.git] / include / wx / defs.h
index 8033d8540d565ffd83fe41f11203b7cb72b9d2eb..be319e0322a78a56b9dc270ff33680d7d1250f6f 100644 (file)
@@ -1122,6 +1122,8 @@ enum wxBorder
 #define wxTB_DOCKABLE       0x0040          // use native docking under GTK
 #define wxTB_NOICONS        0x0080          // don't show the icons
 #define wxTB_TEXT           0x0100          // show the text
+#define wxTB_NODIVIDER      0x0200          // don't show the divider (Windows)
+#define wxTB_NOALIGN        0x0400          // no automatic alignment (Windows)
 
 /*
  * wxStatusBar95 flags
@@ -1473,8 +1475,8 @@ enum wxKeyCode
   WXK_MENU,
   WXK_PAUSE,
   WXK_CAPITAL,
-  WXK_PRIOR,  /* Page up */
-  WXK_NEXT,   /* Page down */
+  WXK_PRIOR,  // Page up
+  WXK_NEXT,   // Page down
   WXK_END,
   WXK_HOME,
   WXK_LEFT,