merge wxEditableListBox sample in widgets sample (it was a 60-lines sample of a single control showing limited features)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58743 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2009-02-08 00:47:04 +00:00
parent ab13878f7b
commit 27721528c4
25 changed files with 267 additions and 3871 deletions

View File

@@ -6669,7 +6669,6 @@ fi
if test "$wxUSE_EDITABLELISTBOX" = "yes"; then
AC_DEFINE(wxUSE_EDITABLELISTBOX)
USES_CONTROLS=1
SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS editlbox"
fi
if test "$wxUSE_NOTEBOOK" = "yes"; then