]> git.saurik.com Git - wxWidgets.git/commit
The great wxVScrolledWindow refactoring: allow using it both horizontal and
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 8 Apr 2007 01:58:16 +0000 (01:58 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 8 Apr 2007 01:58:16 +0000 (01:58 +0000)
commitf18eaf2687ab42c97ccf469a2617306cadc0c6ef
tree6000592316281f1c6dfad063d071b4982c83a69d
parent4e4e981fe64ead425707119b3310547f1b9206d3
The great wxVScrolledWindow refactoring: allow using it both horizontal and
vertical directions (slightly modified patch 1671181)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45330 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
21 files changed:
docs/changes.txt
docs/latex/wx/classes.tex
docs/latex/wx/hscrolledwindow.tex [new file with mode: 0644]
docs/latex/wx/hvscrolledwindow.tex [new file with mode: 0644]
docs/latex/wx/minimald.tex
docs/latex/wx/position.tex [new file with mode: 0755]
docs/latex/wx/varhscrollhelper.tex [new file with mode: 0644]
docs/latex/wx/varhvscrollhelper.tex [new file with mode: 0644]
docs/latex/wx/varscrollhelperbase.tex [new file with mode: 0644]
docs/latex/wx/varvscrollhelper.tex [new file with mode: 0644]
docs/latex/wx/vscroll.tex [deleted file]
docs/latex/wx/vscrolledwindow.tex [new file with mode: 0644]
include/wx/htmllbox.h
include/wx/vlbox.h
include/wx/vscroll.h
samples/vscroll/vstest.cpp
src/generic/htmllbox.cpp
src/generic/vlbox.cpp
src/generic/vscroll.cpp
src/richtext/richtextfontpage.cpp
src/richtext/richtextsymboldlg.cpp