]> git.saurik.com Git - wxWidgets.git/commit - Makefile.in
Added geometry.cpp and made it compile,
authorRobert Roebling <robert@roebling.de>
Mon, 24 Jan 2000 13:13:41 +0000 (13:13 +0000)
committerRobert Roebling <robert@roebling.de>
Mon, 24 Jan 2000 13:13:41 +0000 (13:13 +0000)
commit510fc784c0c7002488bcaad881901176554f7c32
treeafed20fd707b5b145b47d693bbbabe276dd728c0
parent6b82d89473972919c10d264efc94dd1ea4d64d9f
  Added geometry.cpp and made it compile,
  Added empty dndcmn.cpp to avoid GNU link warnings,
  Fixed problem with event.Skip() in new tab code.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5625 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
17 files changed:
Makefile.in
distrib/msw/tmake/filelist.txt
docs/gtk/changes.txt
docs/gtk/install.txt
docs/gtk/readme.txt
docs/gtk/todo.txt
include/wx/dnd.h
include/wx/geometry.h
include/wx/listctrl.h
include/wx/spinbutt.h
src/common/dndcmn.cpp [new file with mode: 0644]
src/generic/listctrl.cpp
src/generic/panelg.cpp
src/gtk/dnd.cpp
src/gtk/spinbutt.cpp
src/gtk1/dnd.cpp
src/gtk1/spinbutt.cpp