GetBestFittingSize --> GetEffectiveMinSize
authorRobin Dunn <robin@alldunn.com>
Tue, 31 Oct 2006 08:50:17 +0000 (08:50 +0000)
committerRobin Dunn <robin@alldunn.com>
Tue, 31 Oct 2006 08:50:17 +0000 (08:50 +0000)
commit170acdc90e9f92f8b8120fa6c04acdbf45c89582
tree1d0f22356f2babc805f601809117aa16bcb3e95c
parent1e0e7f7d0ec3d923c8e9b247ca73d3a52e70a006
GetBestFittingSize --> GetEffectiveMinSize
SetBestFittingSize --> SetInitialSize
SetBestSize  --> SetInitialSize
SetInitialBestSize --> SetInitialSize

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42816 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
103 files changed:
contrib/src/gizmos/statpict.cpp
contrib/src/stc/stc.cpp
contrib/src/stc/stc.cpp.in
demos/forty/scoredg.cpp
docs/changes.txt
docs/latex/wx/window.tex
include/wx/bookctrl.h
include/wx/control.h
include/wx/ctrlsub.h
include/wx/msw/radiobox.h
include/wx/palmos/radiobox.h
include/wx/window.h
src/common/mediactrlcmn.cpp
src/common/sizer.cpp
src/common/wincmn.cpp
src/generic/buttonbar.cpp
src/generic/calctrl.cpp
src/generic/choicbkg.cpp
src/generic/collpaneg.cpp
src/generic/combog.cpp
src/generic/datectlg.cpp
src/generic/grid.cpp
src/generic/hyperlink.cpp
src/generic/listctrl.cpp
src/generic/spinctlg.cpp
src/generic/splitter.cpp
src/generic/treectlg.cpp
src/gtk/animate.cpp
src/gtk/choice.cpp
src/gtk/clrpicker.cpp
src/gtk/combobox.cpp
src/gtk/control.cpp
src/gtk/filepicker.cpp
src/gtk/fontpicker.cpp
src/gtk/gauge.cpp
src/gtk/listbox.cpp
src/gtk1/choice.cpp
src/gtk1/combobox.cpp
src/gtk1/control.cpp
src/gtk1/gauge.cpp
src/gtk1/listbox.cpp
src/mac/carbon/checklst.cpp
src/mac/carbon/choice.cpp
src/mac/carbon/combobox.cpp
src/mac/carbon/combobxc.cpp
src/mac/carbon/listbox.cpp
src/mac/carbon/spinctrl.cpp
src/mac/carbon/statbmp.cpp
src/mac/carbon/toolbar.cpp
src/mac/carbon/window.cpp
src/mac/classic/statbmp.cpp
src/mac/classic/stattext.cpp
src/msw/bmpbuttn.cpp
src/msw/choice.cpp
src/msw/combo.cpp
src/msw/control.cpp
src/msw/listbox.cpp
src/msw/radiobox.cpp
src/msw/spinbutt.cpp
src/msw/spinctrl.cpp
src/msw/statbmp.cpp
src/msw/wince/checklst.cpp
src/msw/wince/choicece.cpp
src/msw/wince/textctrlce.cpp
src/os2/choice.cpp
src/os2/combobox.cpp
src/palmos/control.cpp
src/palmos/slider.cpp
src/richtext/richtextctrl.cpp
src/richtext/richtextstyles.cpp
src/stc/stc.cpp
src/stc/stc.cpp.in
src/univ/button.cpp
src/univ/checkbox.cpp
src/univ/gauge.cpp
src/univ/listbox.cpp
src/univ/notebook.cpp
src/univ/scrolbar.cpp
src/univ/slider.cpp
src/univ/spinbutt.cpp
src/univ/statbmp.cpp
src/univ/stattext.cpp
src/univ/textctrl.cpp
src/univ/toolbar.cpp
wxPython/demo/CustomTreeCtrl.py
wxPython/demo/GenericButtons.py
wxPython/demo/MediaCtrl.py
wxPython/misc/drawwidget.py
wxPython/misc/widgetLayoutTest.py
wxPython/src/_pycontrol.i
wxPython/src/_pywindows.i
wxPython/src/_window.i
wxPython/wx/lib/analogclock/analogclock.py
wxPython/wx/lib/buttonpanel.py
wxPython/wx/lib/buttons.py
wxPython/wx/lib/masked/combobox.py
wxPython/wx/lib/masked/maskededit.py
wxPython/wx/lib/masked/textctrl.py
wxPython/wx/lib/scrolledpanel.py
wxPython/wx/lib/splitter.py
wxPython/wx/lib/statbmp.py
wxPython/wx/lib/stattext.py
wxPython/wx/lib/ticker.py