Doc updates, wxsizer et al
authorRobert Roebling <robert@roebling.de>
Thu, 19 Aug 1999 18:41:41 +0000 (18:41 +0000)
committerRobert Roebling <robert@roebling.de>
Thu, 19 Aug 1999 18:41:41 +0000 (18:41 +0000)
commit9c8849722a71ee7139e035bca5fdb2ae7b0af570
tree16deca570af47f1f75176ba0a86ba4510458260c
parent03443829ac3e79461814da084e01060ddc7e60dd
 Doc updates, wxsizer et al
 wxFileDialog displays current dir now,
 wxTipProvider uses statictext for headline
 messagebox (and other) dialogs now always display
   an OK buttons, unless wxYES_NO is given
 Appending a menu to a menu bar after having called
   wxFrame::SetMenuBar() should now work
 Added test to configure so that it correctly sets
  compiler flags etc if GCC is used on Solaris and
  IRIX instead of CC, also changed default shared
  library create to GCC from G++ on some platforms
  (as previously already Linux)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3429 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
26 files changed:
BuildCVS.txt
configure
configure.in
docs/latex/wx/boxsizer.tex
docs/latex/wx/category.tex
docs/latex/wx/choice.tex
docs/latex/wx/cmdevent.tex
docs/latex/wx/combobox.tex
docs/latex/wx/function.tex
docs/latex/wx/image.tex
docs/latex/wx/listbox.tex
docs/latex/wx/sbsizer.tex
docs/latex/wx/sizer.tex
docs/latex/wx/sizeritem.tex [deleted file]
docs/latex/wx/text.tex
include/wx/generic/filedlgg.h
include/wx/gtk/menu.h
include/wx/gtk1/menu.h
samples/dialogs/Makefile.in
src/common/dlgcmn.cpp
src/generic/filedlgg.cpp
src/generic/tipdlg.cpp
src/gtk/menu.cpp
src/gtk/radiobox.cpp
src/gtk1/menu.cpp
src/gtk1/radiobox.cpp