Corrected filelist.txt a little - one gsocket.c is enough,
authorRobert Roebling <robert@roebling.de>
Thu, 30 Sep 1999 22:13:45 +0000 (22:13 +0000)
committerRobert Roebling <robert@roebling.de>
Thu, 30 Sep 1999 22:13:45 +0000 (22:13 +0000)
commit5e014a0c44e36efe429bea1303f4309af287eb77
tree092a9cbdacdf115b92cee66ce8ba790035398752
parenta9221a950894036f6ae5d79af8fab694a5504eed
  Corrected filelist.txt a little - one gsocket.c is enough,
  Corrected cursors - not yet perfect,
  Added some tests to scroll sample
  Made wxScrolledWindow::Scroll() call Refresh(),
  Change wxListCtrl to reflect the latter change (wxTreeCtrl will follow),
  Added activate event for wxMDIChildFrame
  Implemented wxSIMPLE_BORDER for wxWindow (no controls),
  Tried to correct positioning upon start-up - no way,
  Rewrote catching of scroll events - page-up, page-down, up and down
    work now. Don't know what TOP and BOTTOM are used for.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3763 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
21 files changed:
Makefile.in
distrib/msw/tmake/filelist.txt
include/wx/gtk/listbox.h
include/wx/gtk/win_gtk.h
include/wx/gtk1/listbox.h
include/wx/gtk1/win_gtk.h
samples/scroll/scroll.cpp
src/generic/listctrl.cpp
src/generic/scrolwin.cpp
src/gtk/dialog.cpp
src/gtk/frame.cpp
src/gtk/listbox.cpp
src/gtk/mdi.cpp
src/gtk/win_gtk.c
src/gtk/window.cpp
src/gtk1/dialog.cpp
src/gtk1/frame.cpp
src/gtk1/listbox.cpp
src/gtk1/mdi.cpp
src/gtk1/win_gtk.c
src/gtk1/window.cpp