reorganize scroll sample to make it possible to understand what it does both when reading its code and when running it; merged scrollsub sample in it and removed the original one
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57523 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
8
configure
vendored
8
configure
vendored
@@ -1,5 +1,5 @@
|
||||
#! /bin/sh
|
||||
# From configure.in Id: configure.in 57209 2008-12-08 23:19:37Z FM .
|
||||
# From configure.in Id: configure.in 57498 2008-12-22 14:03:09Z RR .
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.61 for wxWidgets 2.9.0.
|
||||
#
|
||||
@@ -45691,6 +45691,10 @@ if test "$wxUSE_DRAG_AND_DROP" = "yes" -o "$wxUSE_CLIPBOARD" = "yes"; then
|
||||
SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dnd"
|
||||
fi
|
||||
|
||||
if test "$wxUSE_CLIPBOARD" = "yes"; then
|
||||
SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS clipboard"
|
||||
fi
|
||||
|
||||
if test "$wxUSE_SPLINES" = "yes" ; then
|
||||
cat >>confdefs.h <<\_ACEOF
|
||||
#define wxUSE_SPLINES 1
|
||||
@@ -46031,7 +46035,7 @@ if test "$wxUSE_SCROLLBAR" = "yes"; then
|
||||
_ACEOF
|
||||
|
||||
USES_CONTROLS=1
|
||||
SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS scroll scrollsub"
|
||||
SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS scroll"
|
||||
fi
|
||||
|
||||
if test "$wxUSE_SEARCHCTRL" = "yes"; then
|
||||
|
Reference in New Issue
Block a user