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:
@@ -176,8 +176,6 @@ samples/sashtest/makefile.dmc
|
||||
samples/sashtest/makefile.dms
|
||||
samples/scroll/makefile.dmc
|
||||
samples/scroll/makefile.dms
|
||||
samples/scrollsub/makefile.dmc
|
||||
samples/scrollsub/makefile.dms
|
||||
samples/shaped/makefile.dmc
|
||||
samples/shaped/makefile.dms
|
||||
samples/sockets/makefile.dmc
|
||||
|
@@ -1097,17 +1097,6 @@ samples/scroll/makefile.unx
|
||||
samples/scroll/makefile.wat
|
||||
samples/scroll/makefile.vc
|
||||
samples/scroll/scroll.cpp
|
||||
samples/scrollsub/scrollsub.bkl
|
||||
samples/scrollsub/scrollsub.rc
|
||||
samples/scrollsub/scrollsubM5.xml
|
||||
samples/scrollsub/scrollsub.dsp
|
||||
samples/scrollsub/Makefile.in
|
||||
samples/scrollsub/makefile.bcc
|
||||
samples/scrollsub/makefile.gcc
|
||||
samples/scrollsub/makefile.unx
|
||||
samples/scrollsub/makefile.wat
|
||||
samples/scrollsub/makefile.vc
|
||||
samples/scrollsub/scrollsub.cpp
|
||||
samples/shaped/descrip.mms
|
||||
samples/shaped/shaped.bkl
|
||||
samples/shaped/shaped.rc
|
||||
|
@@ -87,7 +87,6 @@ samples/richtext/Makefile.in
|
||||
samples/rotate/Makefile.in
|
||||
samples/sashtest/Makefile.in
|
||||
samples/scroll/Makefile.in
|
||||
samples/scrollsub/Makefile.in
|
||||
samples/shaped/Makefile.in
|
||||
samples/sockets/Makefile.in
|
||||
samples/sound/Makefile.in
|
||||
|
@@ -188,8 +188,6 @@ samples/sashtest/sashtest.dsp
|
||||
samples/sashtest/sashtest.dsw
|
||||
samples/scroll/scroll.dsp
|
||||
samples/scroll/scroll.dsw
|
||||
samples/scrollsub/scrollsub.dsp
|
||||
samples/scrollsub/scrollsub.dsw
|
||||
samples/shaped/shaped.dsp
|
||||
samples/shaped/shaped.dsw
|
||||
samples/sockets/sockets_client.dsp
|
||||
|
@@ -167,8 +167,6 @@ samples/sashtest/sashtest.vcp
|
||||
samples/sashtest/sashtest.vcw
|
||||
samples/scroll/scroll.vcp
|
||||
samples/scroll/scroll.vcw
|
||||
samples/scrollsub/scrollsub.vcp
|
||||
samples/scrollsub/scrollsub.vcw
|
||||
samples/shaped/shaped.vcp
|
||||
samples/shaped/shaped.vcw
|
||||
samples/sockets/sockets_client.vcp
|
||||
|
Reference in New Issue
Block a user