disable toggle button under Mac OS X (not yet implemented)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10600 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -3929,7 +3929,14 @@ if test "$wxUSE_TABDIALOG" = "yes"; then
|
||||
fi
|
||||
|
||||
if test "$wxUSE_TOGGLEBTN" = "yes"; then
|
||||
AC_DEFINE(wxUSE_TOGGLEBTN)
|
||||
if test "$wxUSE_MAC" = 1; then
|
||||
AC_MSG_WARN([Toggle button is not yet supported under Mac OS X])
|
||||
wxUSE_TOGGLEBTN=no
|
||||
fi
|
||||
|
||||
if test "$wxUSE_TOGGLEBTN" = "yes"; then
|
||||
AC_DEFINE(wxUSE_TOGGLEBTN)
|
||||
fi
|
||||
fi
|
||||
|
||||
if test "$wxUSE_TOOLBAR_SIMPLE" = "yes"; then
|
||||
|
Reference in New Issue
Block a user