1. wxTextCtrl::SetBackgroundColour() now works
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 19 Oct 1998 14:18:56 +0000 (14:18 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 19 Oct 1998 14:18:56 +0000 (14:18 +0000)
commit68dda78574c865bd5bec89fbf4c8c3607b0912db
treeda8fdae1ef964a9f4819a168ce4f57ae38414734
parentbe6bf94bf0500c4d83a0180125a8376cbba676b3
1. wxTextCtrl::SetBackgroundColour() now works
2. wxListBox::SetBackgroundColour() now does something, although still not
   what I'd like
3. wxColour() now has a ctor from "const char *" to allow calls like
   SetBackgroundColour("green");
4. controls sample modified to use colors

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@872 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
21 files changed:
include/wx/gtk/colour.h
include/wx/gtk/listbox.h
include/wx/gtk/textctrl.h
include/wx/gtk/window.h
include/wx/gtk1/colour.h
include/wx/gtk1/listbox.h
include/wx/gtk1/textctrl.h
include/wx/gtk1/window.h
include/wx/msw/colour.h
samples/controls/controls.cpp
src/gtk/colour.cpp
src/gtk/listbox.cpp
src/gtk/tbargtk.cpp
src/gtk/textctrl.cpp
src/gtk/window.cpp
src/gtk1/colour.cpp
src/gtk1/listbox.cpp
src/gtk1/tbargtk.cpp
src/gtk1/textctrl.cpp
src/gtk1/window.cpp
src/msw/colour.cpp