Small changed to wxExtDialog
authorRobert Roebling <robert@roebling.de>
Sun, 4 Jul 1999 13:50:13 +0000 (13:50 +0000)
committerRobert Roebling <robert@roebling.de>
Sun, 4 Jul 1999 13:50:13 +0000 (13:50 +0000)
commit8dbf458911c24bae120bed07d5627a65f362b8d1
tree423a144c071bc8292742148708f5e945ee3d8f3d
parentba059d80b40d7f1f249afa17b57d682f8b0e8b93
  Small changed to wxExtDialog
  Made DnD use long instead of int
  Made DnD sample compile again
  Re-Updated wxTextDialog
  Added GetDefaultSize() to wxButton

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2951 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
18 files changed:
include/wx/generic/extdlgg.h
include/wx/gtk/button.h
include/wx/gtk/dnd.h
include/wx/gtk/textdlg.h
include/wx/gtk1/button.h
include/wx/gtk1/dnd.h
include/wx/gtk1/textdlg.h
samples/dialogs/dialogs.cpp
samples/dnd/dnd.cpp
src/generic/extdlgg.cpp
src/gtk/app.cpp
src/gtk/button.cpp
src/gtk/dnd.cpp
src/gtk/textdlg.cpp
src/gtk1/app.cpp
src/gtk1/button.cpp
src/gtk1/dnd.cpp
src/gtk1/textdlg.cpp