]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/toolbook.h
compilation fixes after pen/brush styles changes
[wxWidgets.git] / include / wx / toolbook.h
index 404933ee501a62eabe3aab103dcc7364cfcfc952..a45d87815ddea54673db4862042b53e70f35eb6a 100644 (file)
@@ -26,7 +26,15 @@ extern WXDLLIMPEXP_CORE const wxEventType wxEVT_COMMAND_TOOLBOOK_PAGE_CHANGING;
 
 
 // Use wxButtonToolBar
-#define wxBK_BUTTONBAR            0x0100
+#define wxTBK_BUTTONBAR            0x0100
+
+// Use wxTB_HORZ_LAYOUT style for the controlling toolbar
+#define wxTBK_HORZ_LAYOUT          0x8000
+
+// deprecated synonym, don't use
+#if WXWIN_COMPATIBILITY_2_8
+    #define wxBK_BUTTONBAR wxTBK_BUTTONBAR
+#endif
 
 // ----------------------------------------------------------------------------
 // wxToolbook