Replaced old wxSizer,
authorRobert Roebling <robert@roebling.de>
Mon, 9 Aug 1999 17:00:51 +0000 (17:00 +0000)
committerRobert Roebling <robert@roebling.de>
Mon, 9 Aug 1999 17:00:51 +0000 (17:00 +0000)
commit3417c2cd3d5cb05451270b5a09fe2355406158a3
tree2eac74f4d17fbebf87bfea6803e839f5e3bfd685
parentd597fcb781bf227d327191f2a8d2fdf1c20368f7
  Replaced old wxSizer,
  Converted two of wxGTK's standard dialogs to use them,
  Applied two fixes to wxDC code,
  Made wxRadiobox a little smaller,
  Added sizer.h to wx.h

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3325 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
19 files changed:
include/wx/layout.h
include/wx/sizer.h
include/wx/window.h
include/wx/wx.h
samples/layout/layout.cpp
samples/layout/layout.h
src/common/layout.cpp
src/common/sizer.cpp
src/common/wincmn.cpp
src/gtk/button.cpp
src/gtk/choicdlg.cpp
src/gtk/dcclient.cpp
src/gtk/radiobox.cpp
src/gtk/textdlg.cpp
src/gtk1/button.cpp
src/gtk1/choicdlg.cpp
src/gtk1/dcclient.cpp
src/gtk1/radiobox.cpp
src/gtk1/textdlg.cpp [copied from src/gtk/textdlg.cpp with 58% similarity]