]> git.saurik.com Git - wxWidgets.git/commit
scrolling of foreign windowsplus sample
authorRobert Roebling <robert@roebling.de>
Fri, 15 Oct 1999 14:59:44 +0000 (14:59 +0000)
committerRobert Roebling <robert@roebling.de>
Fri, 15 Oct 1999 14:59:44 +0000 (14:59 +0000)
commitecab4dba7d33782458d7cc8b91c981d03d7b9e37
treec3f36401c6a761051c34f242670297b7af9b3aa5
parent9c40a88dbb6908475f9985db8898c4c9943a5e91
  scrolling of foreign windowsplus sample

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4000 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
16 files changed:
configure.in
include/wx/generic/scrolwin.h
samples/scrollsub/.cvsignore [new file with mode: 0644]
samples/scrollsub/Makefile.in [new file with mode: 0644]
samples/scrollsub/makefile.b32 [new file with mode: 0644]
samples/scrollsub/makefile.bcc [new file with mode: 0644]
samples/scrollsub/makefile.dos [new file with mode: 0644]
samples/scrollsub/makefile.g95 [new file with mode: 0644]
samples/scrollsub/makefile.twn [new file with mode: 0644]
samples/scrollsub/makefile.vc [new file with mode: 0644]
samples/scrollsub/makefile.wat [new file with mode: 0644]
samples/scrollsub/scrollsub.cpp [new file with mode: 0644]
samples/scrollsub/scrollsub.def [new file with mode: 0644]
samples/scrollsub/scrollsub.rc [new file with mode: 0644]
src/generic/scrolwin.cpp
wxGTK.spec