]> 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 4884bcaae1b87e97e0fbc07cb45b2fdc23214991..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