Added SetFont to most controls and controls sample
authorRobert Roebling <robert@roebling.de>
Sun, 6 Sep 1998 13:46:50 +0000 (13:46 +0000)
committerRobert Roebling <robert@roebling.de>
Sun, 6 Sep 1998 13:46:50 +0000 (13:46 +0000)
commit868a28262c40a7428d3991ca8a034674814bdb0a
tree2ea75da3367da5447d83d7b242c1ed99c8f47cb3
parent1573d8ed987f98c212c5de19f18b042086794f71
  Added SetFont to most controls and controls sample
    (recompile)
  Added tiny bit of documentation to window.cpp

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@676 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
39 files changed:
include/wx/gtk/button.h
include/wx/gtk/checkbox.h
include/wx/gtk/choice.h
include/wx/gtk/combobox.h
include/wx/gtk/font.h
include/wx/gtk/listbox.h
include/wx/gtk/radiobox.h
include/wx/gtk/radiobut.h
include/wx/gtk/textctrl.h
include/wx/gtk/window.h
include/wx/gtk1/button.h
include/wx/gtk1/checkbox.h
include/wx/gtk1/choice.h
include/wx/gtk1/combobox.h
include/wx/gtk1/font.h
include/wx/gtk1/listbox.h
include/wx/gtk1/radiobox.h
include/wx/gtk1/radiobut.h
include/wx/gtk1/textctrl.h
include/wx/gtk1/window.h
samples/controls/controls.cpp
src/gtk/button.cpp
src/gtk/checkbox.cpp
src/gtk/choice.cpp
src/gtk/combobox.cpp
src/gtk/listbox.cpp
src/gtk/radiobox.cpp
src/gtk/radiobut.cpp
src/gtk/textctrl.cpp
src/gtk/window.cpp
src/gtk1/button.cpp
src/gtk1/checkbox.cpp
src/gtk1/choice.cpp
src/gtk1/combobox.cpp
src/gtk1/listbox.cpp
src/gtk1/radiobox.cpp
src/gtk1/radiobut.cpp
src/gtk1/textctrl.cpp
src/gtk1/window.cpp