Controls will readjust their size and minsize when SetLabel or SetFont
authorRobin Dunn <robin@alldunn.com>
Sat, 19 Jun 2004 01:35:10 +0000 (01:35 +0000)
committerRobin Dunn <robin@alldunn.com>
Sat, 19 Jun 2004 01:35:10 +0000 (01:35 +0000)
commitfe161a2685012cf90bb5bfe95f2260aee71d8ad7
treef0655612c1c2ae938747ceaa5d4b568efad4c0d1
parent8de5b24e54bd7fec2a9e2011b2402b3f33117bd7
Controls will readjust their size and minsize when SetLabel or SetFont
are called.  Fixed up wxStaticText to blend the wxST_NO_AUTOSIZE with
this new functionality.  Made SetBestSize public under the
SetBestFittingSize name.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27890 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
43 files changed:
docs/latex/wx/control.tex
docs/latex/wx/window.tex
include/wx/control.h
include/wx/gtk/control.h
include/wx/gtk/stattext.h
include/wx/gtk1/control.h
include/wx/gtk1/stattext.h
include/wx/mac/carbon/stattext.h
include/wx/mac/classic/stattext.h
include/wx/msw/checkbox.h
include/wx/msw/stattext.h
include/wx/msw/tglbtn.h
include/wx/stattext.h
include/wx/window.h
src/common/ctrlcmn.cpp
src/common/wincmn.cpp
src/gtk/bmpbuttn.cpp
src/gtk/button.cpp
src/gtk/checkbox.cpp
src/gtk/control.cpp
src/gtk/radiobox.cpp
src/gtk/radiobut.cpp
src/gtk/statbox.cpp
src/gtk/stattext.cpp
src/gtk/tglbtn.cpp
src/gtk/window.cpp
src/gtk1/bmpbuttn.cpp
src/gtk1/button.cpp
src/gtk1/checkbox.cpp
src/gtk1/control.cpp
src/gtk1/radiobox.cpp
src/gtk1/radiobut.cpp
src/gtk1/statbox.cpp
src/gtk1/stattext.cpp
src/gtk1/tglbtn.cpp
src/gtk1/window.cpp
src/mac/carbon/stattext.cpp
src/mac/classic/stattext.cpp
src/msw/checkbox.cpp
src/msw/stattext.cpp
src/msw/tglbtn.cpp
wxPython/src/_control.i
wxPython/src/_window.i