Return SetSizeHints() in wxWindow to its former
authorRobert Roebling <robert@roebling.de>
Tue, 31 Oct 2006 23:14:28 +0000 (23:14 +0000)
committerRobert Roebling <robert@roebling.de>
Tue, 31 Oct 2006 23:14:28 +0000 (23:14 +0000)
commitb21f4960b13ad92398975de63e3a3f1de8536e52
treeb29de8fb6dfad29cc167bdcd44fa2cac8b7e3721
parent93da796db4fdeeba8b2370cbc864b74b769126d5
  Return SetSizeHints() in wxWindow to its former
    life but still recommend to use SetMinSize()
    and SetMaxSize(). I've already purged wxWidgets
    of any use of this function internally, but
    others may use it still.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42875 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/latex/wx/window.tex
include/wx/window.h
src/common/wincmn.cpp