Native wxStaticText. Cleaning of wxRadioBox code before native implementation. Events...
authorWłodzimierz Skiba <abx@abx.art.pl>
Mon, 31 Jan 2005 08:04:44 +0000 (08:04 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Mon, 31 Jan 2005 08:04:44 +0000 (08:04 +0000)
commita152561c76dbed50d23f28d6e5761b4ece968156
tree257ae036253316595944998bfca47732d2686c0c
parent9cc311d32c3eeca78030e3c45d7829f1059befcc
Native wxStaticText. Cleaning of wxRadioBox code before native implementation. Events for wxButton, wxCheckBox, wxToggleButton, wxRadioButton sended from within wxTLW. Internal improvements in structure of wxControl. Pass full palm event to handlers (instead of ID only). Last palm control ID with value which allow portable IDs with wxMSW (according to comment in msw code).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31670 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
26 files changed:
docs/changes.txt
include/wx/palmos/button.h
include/wx/palmos/checkbox.h
include/wx/palmos/control.h
include/wx/palmos/frame.h
include/wx/palmos/radiobox.h
include/wx/palmos/radiobut.h
include/wx/palmos/setup0.h
include/wx/palmos/slider.h
include/wx/palmos/stattext.h
include/wx/palmos/tglbtn.h
include/wx/palmos/toplevel.h
include/wx/radiobox.h
include/wx/stattext.h
src/common/wincmn.cpp
src/palmos/button.cpp
src/palmos/checkbox.cpp
src/palmos/control.cpp
src/palmos/frame.cpp
src/palmos/radiobox.cpp
src/palmos/radiobut.cpp
src/palmos/slider.cpp
src/palmos/stattext.cpp
src/palmos/tglbtn.cpp
src/palmos/toplevel.cpp
src/palmos/window.cpp