refactor some existing themes methods in a new base wxStdRenderer class (before addin...
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 18 Sep 2006 23:09:42 +0000 (23:09 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 18 Sep 2006 23:09:42 +0000 (23:09 +0000)
commit147b8a4ab5ef1546015c9f1c40cf701d1ac4376a
tree84a48e78efd2b9195d7efa6e6caa36c602bca757
parent9cd7a3f70056f134b61ac2b70216d578356896c6
refactor some existing themes methods in a new base wxStdRenderer class (before adding a new theme)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41289 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
build/bakefiles/files.bkl
include/wx/univ/renderer.h
include/wx/univ/stdrend.h [new file with mode: 0644]
src/univ/ctrlrend.cpp
src/univ/stdrend.cpp [new file with mode: 0644]
src/univ/themes/gtk.cpp
src/univ/themes/mono.cpp [copied from src/univ/themes/gtk.cpp with 54% similarity]
src/univ/themes/win32.cpp