]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/setup0.h
use wxWindowDisabler instead of ShowModal() for showing the print preview frame ...
[wxWidgets.git] / include / wx / mac / setup0.h
index 2b0254895b82ae4a471be62f739618cc8f40cf60..b5f6058a5933b27f70e99de5769083550a95045e 100644 (file)
 #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
 // 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