Did much work on colors. It doesn't work and I guess
authorRobert Roebling <robert@roebling.de>
Mon, 26 Oct 1998 00:19:25 +0000 (00:19 +0000)
committerRobert Roebling <robert@roebling.de>
Mon, 26 Oct 1998 00:19:25 +0000 (00:19 +0000)
commitf96aa4d9eb296b3dfc468a351ce013bf92fab983
treedd525b3f9472fc04a644da6c542f601ccdf224f3
parent019bf1286fa09d161a6cded1d3a1c1e8131d3d74
  Did much work on colors. It doesn't work and I guess
  it's a GTK bug.
  Small change to Blit()
  Added GTK_NO_TYPE_CHECK when compiling without debug_flag
  Added more wxCHECK_XXX

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@915 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
49 files changed:
configure
configure.in
include/wx/gtk/button.h
include/wx/gtk/checkbox.h
include/wx/gtk/choice.h
include/wx/gtk/radiobox.h
include/wx/gtk/radiobut.h
include/wx/gtk/window.h
include/wx/gtk1/button.h
include/wx/gtk1/checkbox.h
include/wx/gtk1/choice.h
include/wx/gtk1/radiobox.h
include/wx/gtk1/radiobut.h
include/wx/gtk1/window.h
samples/controls/controls.cpp
src/generic/panelg.cpp
src/gtk/bmpbuttn.cpp
src/gtk/brush.cpp
src/gtk/button.cpp
src/gtk/checkbox.cpp
src/gtk/choice.cpp
src/gtk/combobox.cpp
src/gtk/dcclient.cpp
src/gtk/listbox.cpp
src/gtk/radiobox.cpp
src/gtk/radiobut.cpp
src/gtk/region.cpp
src/gtk/scrolbar.cpp
src/gtk/settings.cpp
src/gtk/slider.cpp
src/gtk/textctrl.cpp
src/gtk/window.cpp
src/gtk1/bmpbuttn.cpp
src/gtk1/brush.cpp
src/gtk1/button.cpp
src/gtk1/checkbox.cpp [copied from src/gtk/checkbox.cpp with 71% similarity]
src/gtk1/choice.cpp
src/gtk1/combobox.cpp
src/gtk1/dcclient.cpp
src/gtk1/listbox.cpp
src/gtk1/radiobox.cpp
src/gtk1/radiobut.cpp
src/gtk1/region.cpp
src/gtk1/scrolbar.cpp
src/gtk1/settings.cpp
src/gtk1/slider.cpp
src/gtk1/textctrl.cpp
src/gtk1/window.cpp
user/wxTest/wxTest.cpp