Applied patch [ 621451 ] Fixed version of wxSlider class
authorJulian Smart <julian@anthemion.co.uk>
Fri, 24 Jan 2003 11:23:52 +0000 (11:23 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Fri, 24 Jan 2003 11:23:52 +0000 (11:23 +0000)
commit6766e5d1368b2231500e320cd082332a63b15a3c
treeffc43f74eac0b6c564032c4904e91fb91eb7f3e0
parent350777b68f3cbc6c51d8fdbb29151ee36247563e
Applied patch [ 621451 ] Fixed version of wxSlider class
Otto Wyss

This patch corrects several bugs in the wxSlider class
for the wxUniversal/MSW port. It affects the files
"slider.h", "slider.cpp", "win32.cpp" and "gtk.cpp"
(and others). The slider should now work as expected. A simple test
program can be downloaded from

"http://dpartialmirror.sourceforge.net/Test/".

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18897 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/univ/renderer.h
include/wx/univ/slider.h
src/univ/slider.cpp
src/univ/themes/gtk.cpp
src/univ/themes/win32.cpp