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:
Vadim Zeitlin
2008-12-24 01:28:55 +00:00
parent 16a6495db3
commit 6a5a7fba9d
37 changed files with 793 additions and 8655 deletions

View File

@@ -35,7 +35,7 @@ MAKEARGS = LINK_DLL_FLAGS="$(LINK_DLL_FLAGS)" \
### Targets: ###
all: access animate artprov aui calendar caret clipboard collpane config combo console controls dataview dialogs dialup display dnd docview dragimag drawing erase event exec except font grid help htlbox html image internat ipc joytest keyboard layout listctrl mdi mediaplayer menu minimal mobile nativdlg notebook oleauto opengl ownerdrw popup printing propgrid regtest render richtext sashtest scroll scrollsub shaped sockets sound splash splitter statbar stc taskbar text thread toolbar treectrl typetest validate vscroll widgets wizard wrapsizer
all: access animate artprov aui calendar caret clipboard collpane config combo console controls dataview dialogs dialup display dnd docview dragimag drawing erase event exec except font grid help htlbox html image internat ipc joytest keyboard layout listctrl mdi mediaplayer menu minimal mobile nativdlg notebook oleauto opengl ownerdrw popup printing propgrid regtest render richtext sashtest scroll shaped sockets sound splash splitter statbar stc taskbar text thread toolbar treectrl typetest validate vscroll widgets wizard wrapsizer
clean:
-if exist .\*.o del .\*.o
@@ -94,7 +94,6 @@ clean:
$(MAKE) -C richtext -f makefile.gcc $(MAKEARGS) clean
$(MAKE) -C sashtest -f makefile.gcc $(MAKEARGS) clean
$(MAKE) -C scroll -f makefile.gcc $(MAKEARGS) clean
$(MAKE) -C scrollsub -f makefile.gcc $(MAKEARGS) clean
$(MAKE) -C shaped -f makefile.gcc $(MAKEARGS) clean
$(MAKE) -C sockets -f makefile.gcc $(MAKEARGS) clean
$(MAKE) -C sound -f makefile.gcc $(MAKEARGS) clean
@@ -278,9 +277,6 @@ sashtest:
scroll:
$(MAKE) -C scroll -f makefile.gcc $(MAKEARGS) all
scrollsub:
$(MAKE) -C scrollsub -f makefile.gcc $(MAKEARGS) all
shaped:
$(MAKE) -C shaped -f makefile.gcc $(MAKEARGS) all
@@ -346,9 +342,8 @@ memcheck:
drawing erase event exec except font grid help htlbox html image internat ipc joytest \
keyboard layout listctrl mdi mediaplayer menu minimal mobile nativdlg notebook \
oleauto opengl ownerdrw popup printing propgrid regtest render richtext sashtest \
scroll scrollsub shaped sockets sound splash splitter statbar stc taskbar text \
thread toolbar treectrl typetest validate vscroll widgets wizard wrapsizer mfc \
memcheck
scroll shaped sockets sound splash splitter statbar stc taskbar text thread toolbar \
treectrl typetest validate vscroll widgets wizard wrapsizer mfc memcheck
SHELL := $(COMSPEC)