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:
@@ -6728,7 +6728,7 @@ fi
|
||||
if test "$wxUSE_SCROLLBAR" = "yes"; then
|
||||
AC_DEFINE(wxUSE_SCROLLBAR)
|
||||
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