many fixes to wxTextCrtl, wxTreeCrtl, wxListBox,
authorRobert Roebling <robert@roebling.de>
Mon, 20 Jul 1998 18:05:48 +0000 (18:05 +0000)
committerRobert Roebling <robert@roebling.de>
Mon, 20 Jul 1998 18:05:48 +0000 (18:05 +0000)
commite2414cbe8c21931afbb590132232553514da824c
tree7b80a41bb4af26535257ceac29c49fcf6bc44ca2
parent035b704a464852c4d6ce297f20a90551c08d3a4c
many fixes to wxTextCrtl, wxTreeCrtl, wxListBox,
wxDialog, wxFrame
two more samples work now, docview and treectrl

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@316 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
25 files changed:
include/wx/generic/imaglist.h
include/wx/generic/treectrl.h
include/wx/gtk/dialog.h
include/wx/gtk/frame.h
include/wx/gtk/listbox.h
include/wx/gtk/menu.h
include/wx/gtk1/dialog.h
include/wx/gtk1/frame.h
include/wx/gtk1/listbox.h
include/wx/gtk1/menu.h
samples/docview/docview.cpp
samples/treectrl/treetest.cpp
src/generic/treectrl.cpp
src/gtk/dialog.cpp
src/gtk/filedlg.cpp
src/gtk/frame.cpp
src/gtk/listbox.cpp
src/gtk/menu.cpp
src/gtk/textctrl.cpp
src/gtk1/dialog.cpp
src/gtk1/filedlg.cpp
src/gtk1/frame.cpp
src/gtk1/listbox.cpp
src/gtk1/menu.cpp
src/gtk1/textctrl.cpp