Added layout constraints call to wxNotebook
authorRobert Roebling <robert@roebling.de>
Wed, 16 Dec 1998 08:06:02 +0000 (08:06 +0000)
committerRobert Roebling <robert@roebling.de>
Wed, 16 Dec 1998 08:06:02 +0000 (08:06 +0000)
commit435fe83e747aba481a255bab37768038cf9a9e81
treebdd65e023ad5e7a829260d22da5d478026f4027e
parent655822f3a720ec6f876d52cdd021f9056740a2e0
  Added layout constraints call to wxNotebook
  Renamed key_down events to match MSW equivalents
  Invened activated events to tree and list ctrl
  Added patches to text ctrl from georg

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1207 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
15 files changed:
include/wx/event.h
include/wx/generic/listctrl.h
include/wx/generic/treectrl.h
include/wx/msw/listctrl.h
include/wx/msw/treectrl.h
samples/listctrl/listtest.cpp
samples/listctrl/listtest.h
samples/treectrl/treetest.cpp
samples/treectrl/treetest.h
src/generic/listctrl.cpp
src/generic/treectrl.cpp
src/gtk/notebook.cpp
src/gtk/textctrl.cpp
src/gtk1/notebook.cpp
src/gtk1/textctrl.cpp