Use wxScrollWinEvent instead of wxScrollEvent in
authorRobert Roebling <robert@roebling.de>
Mon, 17 May 1999 19:17:28 +0000 (19:17 +0000)
committerRobert Roebling <robert@roebling.de>
Mon, 17 May 1999 19:17:28 +0000 (19:17 +0000)
commitc5b42c871b189a0199ff138ee094c00746bfc46a
tree45147e8c7f9eb3cf2844faeaef805113a021aca8
parent9111db680241332df07dd22db32973e20f77fb1a
  Use wxScrollWinEvent instead of wxScrollEvent in
    wxWindow and wxScrolledWindow. This breaks all ports!
  Added Layout() call to wxSplitter.
  wxDialog at least tries to set its position before its
    shown.
  wxGTK now emits char/key events as wxMSW does.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2491 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/event.h
include/wx/generic/scrolwin.h
include/wx/gtk/window.h
include/wx/gtk1/window.h
src/common/event.cpp
src/generic/scrolwin.cpp
src/generic/splitter.cpp
src/gtk/dialog.cpp
src/gtk/window.cpp
src/gtk1/dialog.cpp
src/gtk1/window.cpp