Three more attempts to get metal look.
authorRobert Roebling <robert@roebling.de>
Sun, 14 Apr 2002 14:42:43 +0000 (14:42 +0000)
committerRobert Roebling <robert@roebling.de>
Sun, 14 Apr 2002 14:42:43 +0000 (14:42 +0000)
commit193e19cfdfc0506d9ddc19b3532d340fd7421bae
tree5f5741fa56dd5c19dc69f843e2e26bc1b2196891
parentaaae8296646096f4f4e0cd6dc6ad77e1fed4c4c2
  Three more attempts to get metal look.
     - Added a few flags for inheriting background.
     - Added wxWindow param to wxR::DrawBackground()
     - Added wxR::DrawButtonSurface()
     - Removed wxR::DrawBackground() from wxR::DrawButtonBorder()
     - Adde DrawMetal to Metal theme
  Fixed minor bug in wxGTK scrollbar.
  Changed code in wxX11 wxTLW so that startup flicker no
    longer occurs in wxFrame.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15136 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
23 files changed:
include/wx/generic/panelg.h
include/wx/univ/button.h
include/wx/univ/checkbox.h
include/wx/univ/renderer.h
include/wx/univ/statbmp.h
include/wx/univ/statbox.h
include/wx/univ/stattext.h
include/wx/univ/toplevel.h
include/wx/univ/window.h
src/gtk/scrolbar.cpp
src/gtk1/scrolbar.cpp
src/univ/button.cpp
src/univ/checkbox.cpp
src/univ/renderer.cpp
src/univ/statbmp.cpp
src/univ/statbox.cpp
src/univ/stattext.cpp
src/univ/themes/gtk.cpp
src/univ/themes/metal.cpp
src/univ/themes/win32.cpp
src/univ/winuniv.cpp
src/x11/app.cpp
src/x11/toplevel.cpp