Added switch for mousewheel.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33447 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -456,6 +456,7 @@ if test $DEBUG_CONFIGURE = 1; then
|
|||||||
DEFAULT_wxUSE_DRAG_AND_DROP=no
|
DEFAULT_wxUSE_DRAG_AND_DROP=no
|
||||||
DEFAULT_wxUSE_DRAGIMAGE=no
|
DEFAULT_wxUSE_DRAGIMAGE=no
|
||||||
DEFAULT_wxUSE_SPLINES=no
|
DEFAULT_wxUSE_SPLINES=no
|
||||||
|
DEFAULT_wxUSE_MOUSEWHEEL=no
|
||||||
|
|
||||||
DEFAULT_wxUSE_MDI=no
|
DEFAULT_wxUSE_MDI=no
|
||||||
DEFAULT_wxUSE_MDI_ARCHITECTURE=no
|
DEFAULT_wxUSE_MDI_ARCHITECTURE=no
|
||||||
@@ -652,6 +653,7 @@ else
|
|||||||
DEFAULT_wxUSE_DRAG_AND_DROP=yes
|
DEFAULT_wxUSE_DRAG_AND_DROP=yes
|
||||||
DEFAULT_wxUSE_DRAGIMAGE=yes
|
DEFAULT_wxUSE_DRAGIMAGE=yes
|
||||||
DEFAULT_wxUSE_SPLINES=yes
|
DEFAULT_wxUSE_SPLINES=yes
|
||||||
|
DEFAULT_wxUSE_MOUSEWHEEL=yes
|
||||||
|
|
||||||
DEFAULT_wxUSE_MDI=yes
|
DEFAULT_wxUSE_MDI=yes
|
||||||
DEFAULT_wxUSE_MDI_ARCHITECTURE=yes
|
DEFAULT_wxUSE_MDI_ARCHITECTURE=yes
|
||||||
@@ -1149,6 +1151,7 @@ WX_ARG_ENABLE(menus, [ --enable-menus use wxMenu/wxMenuBar/wxMen
|
|||||||
WX_ARG_ENABLE(miniframe, [ --enable-miniframe use wxMiniFrame class], wxUSE_MINIFRAME)
|
WX_ARG_ENABLE(miniframe, [ --enable-miniframe use wxMiniFrame class], wxUSE_MINIFRAME)
|
||||||
WX_ARG_ENABLE(tooltips, [ --enable-tooltips use wxToolTip class], wxUSE_TOOLTIPS)
|
WX_ARG_ENABLE(tooltips, [ --enable-tooltips use wxToolTip class], wxUSE_TOOLTIPS)
|
||||||
WX_ARG_ENABLE(splines, [ --enable-splines use spline drawing code], wxUSE_SPLINES)
|
WX_ARG_ENABLE(splines, [ --enable-splines use spline drawing code], wxUSE_SPLINES)
|
||||||
|
WX_ARG_ENABLE(mousewheel, [ --enable-mousewheel use mousewheel], wxUSE_MOUSEWHEEL)
|
||||||
WX_ARG_ENABLE(validators, [ --enable-validators use wxValidator and derived classes], wxUSE_VALIDATORS)
|
WX_ARG_ENABLE(validators, [ --enable-validators use wxValidator and derived classes], wxUSE_VALIDATORS)
|
||||||
WX_ARG_ENABLE(busyinfo, [ --enable-busyinfo use wxBusyInfo], wxUSE_BUSYINFO)
|
WX_ARG_ENABLE(busyinfo, [ --enable-busyinfo use wxBusyInfo], wxUSE_BUSYINFO)
|
||||||
WX_ARG_ENABLE(joystick, [ --enable-joystick use wxJoystick], wxUSE_JOYSTICK)
|
WX_ARG_ENABLE(joystick, [ --enable-joystick use wxJoystick], wxUSE_JOYSTICK)
|
||||||
@@ -5569,6 +5572,10 @@ if test "$wxUSE_SPLINES" = "yes" ; then
|
|||||||
AC_DEFINE(wxUSE_SPLINES)
|
AC_DEFINE(wxUSE_SPLINES)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if test "$wxUSE_MOUSEWHEEL" = "yes" ; then
|
||||||
|
AC_DEFINE(wxUSE_MOUSEWHEEL)
|
||||||
|
fi
|
||||||
|
|
||||||
dnl ---------------------------------------------------------------------------
|
dnl ---------------------------------------------------------------------------
|
||||||
dnl GUI controls
|
dnl GUI controls
|
||||||
dnl ---------------------------------------------------------------------------
|
dnl ---------------------------------------------------------------------------
|
||||||
|
Reference in New Issue
Block a user