]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/setup0.h
Missing DMC OFN_* values.
[wxWidgets.git] / include / wx / univ / setup0.h
index 6c8867ded0c56758733782170b6fc0066102272e..a29805ee7cac1367d08c9cdb55ef8978a35d89fc 100644 (file)
 #define wxUSE_TOOLBAR 1
 #define wxUSE_TOOLBAR_NATIVE 0
 
-// this setting is obsolete, value is ignored
-#define wxUSE_BUTTONBAR 0
-
 // 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