X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/050d159c4a0fc1fd9db756c3ea0d534dbd784a90..7df6b37a5020a351adc11d06d70383fc89a30574:/include/wx/toolbook.h diff --git a/include/wx/toolbook.h b/include/wx/toolbook.h index e54c2e6056..a45d87815d 100644 --- a/include/wx/toolbook.h +++ b/include/wx/toolbook.h @@ -26,11 +26,16 @@ 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 // ----------------------------------------------------------------------------