Fixes to fonts, static text, radiobox, frame
authorRobert Roebling <robert@roebling.de>
Fri, 30 Oct 1998 19:37:03 +0000 (19:37 +0000)
committerRobert Roebling <robert@roebling.de>
Fri, 30 Oct 1998 19:37:03 +0000 (19:37 +0000)
commit7bce6aec996f0e9da49963af7183f7bc9cd1fca3
tree85fed6478c05bdbeb6de7229175231a3b9a4b4d1
parent5db1a502b4bf38f36a14c1377618d9eaae4c8e79
  Fixes to fonts, static text, radiobox, frame

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@944 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
17 files changed:
docs/gtk/todo.txt
include/wx/generic/treectrl.h
samples/controls/controls.cpp
samples/controls/icons/gauge.xpm [new file with mode: 0644]
src/gtk/combobox.cpp
src/gtk/font.cpp
src/gtk/frame.cpp
src/gtk/listbox.cpp
src/gtk/radiobox.cpp
src/gtk/stattext.cpp
src/gtk1/combobox.cpp
src/gtk1/font.cpp
src/gtk1/frame.cpp
src/gtk1/listbox.cpp
src/gtk1/radiobox.cpp
src/gtk1/stattext.cpp
user/wxTest/wxTest.cpp