Added wxRadioButton (not tested)
authorRobert Roebling <robert@roebling.de>
Fri, 14 Aug 1998 10:07:38 +0000 (10:07 +0000)
committerRobert Roebling <robert@roebling.de>
Fri, 14 Aug 1998 10:07:38 +0000 (10:07 +0000)
commit6de97a3b945c99fb942209df48be26f43c1b436d
tree3a6899037c45f133a372d3b3851d4b4844891996
parent3ebece2bdaa6c92383c86ea4687f4d492913697b
  Added wxRadioButton (not tested)
  Added wxValidator to constructros
  Added resource.cpp
  Added parser stuff
  Added the coolest Makefile.in
  Added callbacks to Menu
  Changed parser.y to include lexer.c for wxGTK
    (Is that right?)
  Can't remeber havning changed the printing stuff.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@530 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
74 files changed:
.cvsignore
include/wx/generic/listctrl.h
include/wx/gtk/bmpbuttn.h [copied from include/wx/gtk1/bmpbuttn.h with 66% similarity]
include/wx/gtk/button.h [copied from include/wx/gtk1/button.h with 65% similarity]
include/wx/gtk/checkbox.h
include/wx/gtk/choice.h
include/wx/gtk/combobox.h
include/wx/gtk/frame.h
include/wx/gtk/gauge.h
include/wx/gtk/listbox.h
include/wx/gtk/menu.h
include/wx/gtk/radiobox.h
include/wx/gtk/radiobut.h
include/wx/gtk/scrolbar.h
include/wx/gtk/slider.h
include/wx/gtk/textctrl.h
include/wx/gtk/window.h
include/wx/gtk1/bmpbuttn.h
include/wx/gtk1/button.h
include/wx/gtk1/checkbox.h [copied from include/wx/gtk/checkbox.h with 65% similarity]
include/wx/gtk1/choice.h
include/wx/gtk1/combobox.h
include/wx/gtk1/frame.h
include/wx/gtk1/gauge.h [copied from include/wx/gtk/gauge.h with 69% similarity]
include/wx/gtk1/listbox.h
include/wx/gtk1/menu.h
include/wx/gtk1/radiobox.h
include/wx/gtk1/radiobut.h
include/wx/gtk1/scrolbar.h
include/wx/gtk1/slider.h
include/wx/gtk1/textctrl.h
include/wx/gtk1/window.h
samples/Makefile
src/Makefile.in
src/common/parser.y
src/common/resource.cpp
src/common/validate.cpp
src/generic/listctrl.cpp
src/gtk.inc
src/gtk/bmpbuttn.cpp
src/gtk/button.cpp
src/gtk/checkbox.cpp
src/gtk/choice.cpp
src/gtk/combobox.cpp
src/gtk/control.cpp
src/gtk/gauge.cpp
src/gtk/listbox.cpp
src/gtk/menu.cpp
src/gtk/radiobox.cpp
src/gtk/radiobut.cpp
src/gtk/scrolbar.cpp
src/gtk/slider.cpp
src/gtk/textctrl.cpp
src/gtk/utilsgtk.cpp
src/gtk/window.cpp
src/gtk1/bmpbuttn.cpp
src/gtk1/button.cpp
src/gtk1/checkbox.cpp
src/gtk1/choice.cpp
src/gtk1/combobox.cpp
src/gtk1/control.cpp
src/gtk1/gauge.cpp
src/gtk1/listbox.cpp
src/gtk1/menu.cpp
src/gtk1/radiobox.cpp
src/gtk1/radiobut.cpp
src/gtk1/scrolbar.cpp
src/gtk1/slider.cpp
src/gtk1/textctrl.cpp
src/gtk1/utilsgtk.cpp
src/gtk1/window.cpp
user/Makefile
utils/Makefile
utils/serialize/serwnd.cpp