moved wxScrollBar geometry methods out of wxRenderer, they are common for all themes
authorVáclav Slavík <vslavik@fastmail.fm>
Mon, 30 Oct 2006 12:33:25 +0000 (12:33 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Mon, 30 Oct 2006 12:33:25 +0000 (12:33 +0000)
commit561955046eefec83345402eedea28cb31a10f9c6
tree3b67b7ef7207e2f4ac600fe2ce14e5ddf5e7147b
parent6236b8b477e113922c63db0c1413150bb1986ebf
moved wxScrollBar geometry methods out of wxRenderer, they are common for all themes

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