Allow wxUSE_DIRDLG and wxUSE_TREECTRL for wxCocoa (both are generic)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20051 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Elliott
2003-04-07 03:05:24 +00:00
parent 01f5f03e7f
commit de6dab5f7c
2 changed files with 661 additions and 673 deletions

1332
configure vendored

File diff suppressed because it is too large Load Diff

View File

@@ -960,7 +960,6 @@ if test "x$wxUSE_COCOA" != "x" -a "$wxUSE_COCOA" != "0" ; then
DEFAULT_wxUSE_SPINCTRL=no
DEFAULT_wxUSE_TOOLTIPS=no
DEFAULT_wxUSE_COLOURDLG=no
DEFAULT_wxUSE_DIRDLG=no
DEFAULT_wxUSE_DRAGIMAGE=no
DEFAULT_wxUSE_FINDREPLDLG=no
DEFAULT_wxUSE_FONTDLG=no
@@ -972,7 +971,6 @@ if test "x$wxUSE_COCOA" != "x" -a "$wxUSE_COCOA" != "0" ; then
DEFAULT_wxUSE_WIZARDDLG=no
DEFAULT_wxUSE_SPLITTER=no
DEFAULT_wxUSE_STARTUP_TIPS=no
DEFAULT_wxUSE_TREECTRL=no
fi
WX_ARG_ENABLE(accel, [ --enable-accel use accelerators], wxUSE_ACCEL)