X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/655719367ac5e131d9642e5783f3ecf64d1a3385..97e4cf6da52b74dc58c59e780463c614054ec0a2:/include/wx/mac/setup0.h diff --git a/include/wx/mac/setup0.h b/include/wx/mac/setup0.h index 2b0254895b..b5f6058a59 100644 --- a/include/wx/mac/setup0.h +++ b/include/wx/mac/setup0.h @@ -524,9 +524,6 @@ #define wxUSE_TOOLBAR 1 #define wxUSE_TOOLBAR_NATIVE 1 -// this setting is obsolete, value is ignored -#define wxUSE_BUTTONBAR 1 - // wxNotebook is a control with several "tabs" located on one of its sides. It // may be used ot logically organise the data presented to the user instead of // putting everything in one huge dialog. It replaces wxTabControl and related @@ -768,6 +765,11 @@ // smaller library. #define wxUSE_HTML 1 +// wxWebKit is a wrapper for Apple's WebKit framework, use it if you want to embed +// the Safari browser control +// 0 by default because of Jaguar compatibility problems +#define wxUSE_WEBKIT 0 + // OpenGL canvas #define wxUSE_GLCANVAS 0