Added wxDC:DrawPolygone
authorRobert Roebling <robert@roebling.de>
Sat, 8 Aug 1998 13:11:54 +0000 (13:11 +0000)
committerRobert Roebling <robert@roebling.de>
Sat, 8 Aug 1998 13:11:54 +0000 (13:11 +0000)
commitb6af8d80dcdd9d7ef9cca3aaaaf8fe4db343d7ae
tree4e4a427baad15720ee2c04615cdc4667f89235cf
parent7c23a0b01b3fb667ec41fc8271ce1ee5b5aa4e19
  Added wxDC:DrawPolygone
  Corrected wxBitmap::SetLabel
  Added wxASSERT here and there
  wxDropSource:DoDrop() now returns Cancel when supposed to

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@476 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
23 files changed:
include/wx/gtk/button.h
include/wx/gtk/dnd.h
include/wx/gtk1/button.h
include/wx/gtk1/dnd.h
src/.cvsignore
src/gtk/button.cpp
src/gtk/choice.cpp
src/gtk/colour.cpp
src/gtk/combobox.cpp
src/gtk/control.cpp
src/gtk/dcclient.cpp
src/gtk/dialog.cpp
src/gtk/dnd.cpp
src/gtk/notebook.cpp
src/gtk1/button.cpp
src/gtk1/choice.cpp
src/gtk1/colour.cpp
src/gtk1/combobox.cpp
src/gtk1/control.cpp
src/gtk1/dcclient.cpp
src/gtk1/dialog.cpp
src/gtk1/dnd.cpp
src/gtk1/notebook.cpp