Added Prepend() and Remove() methods to wxSizer,
authorRobert Roebling <robert@roebling.de>
Mon, 16 Aug 1999 20:17:48 +0000 (20:17 +0000)
committerRobert Roebling <robert@roebling.de>
Mon, 16 Aug 1999 20:17:48 +0000 (20:17 +0000)
commit42b4e99e9a72c259e6a4d24b7e9cd5a3129a990f
tree34520680f5dcba61f433fd91b487ab1c53013a03
parent0b129e1a852f024c0c0069d9a4ee3b7c0ea1549a
  Added Prepend() and Remove() methods to wxSizer,
  Corrected a stupid bug in it,
  Freshed up wxPropertyXXX to make use of the icons
  in the dialogs.
  Made wxBmpButton inherit from wxButton. Grumble.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3394 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
17 files changed:
BuildCVS.txt
configure.in
include/wx/gtk/bmpbuttn.h
include/wx/gtk/button.h
include/wx/gtk1/bmpbuttn.h
include/wx/gtk1/button.h
include/wx/prop.h
include/wx/proplist.h
include/wx/sizer.h
samples/proplist/.cvsignore
src/common/sizer.cpp
src/generic/proplist.cpp
src/gtk/app.cpp
src/gtk/bmpbuttn.cpp
src/gtk1/app.cpp
src/gtk1/bmpbuttn.cpp
src/makeprog.env.in