Fixed wxCheckBox on wxGTK (SetLabel called before widget creation),
authorJulian Smart <julian@anthemion.co.uk>
Mon, 7 Sep 1998 21:53:34 +0000 (21:53 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Mon, 7 Sep 1998 21:53:34 +0000 (21:53 +0000)
commitb8c631bb299230a18a9d2bbb26d28a426c161a8f
tree222a3a860e422d4d0a4a5c09c89ff87bf14d3861
parente22036dc390137b9926a5f87ea08399332da0b6d
Fixed wxCheckBox on wxGTK (SetLabel called before widget creation),
wxListBox::GetSelection returning -1 now doesn't assert; wxProp improvements
for wxGTK; parser.y includes <io.h> under VC++ to eliminate 'read' warning

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@709 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/msw/issues.txt
docs/msw/todo.txt
src/common/dosyacc.c
src/common/parser.y
src/gtk/checkbox.cpp
src/gtk/listbox.cpp
src/gtk1/checkbox.cpp
src/gtk1/listbox.cpp
utils/dialoged/src/reseditr.cpp
utils/wxprop/src/proplist.cpp