Make wxWindow::SetSizeHints() do nothing.
authorRobert Roebling <robert@roebling.de>
Sun, 29 Oct 2006 19:17:00 +0000 (19:17 +0000)
committerRobert Roebling <robert@roebling.de>
Sun, 29 Oct 2006 19:17:00 +0000 (19:17 +0000)
commit9379c0d752144826342fa2688a77aa5cccea3d9b
tree6851ec338e5667be92ce76441df848cfc6096852
parent7a9763046b9f7b99399d5538d204b3d8c03bbc2e
  Make wxWindow::SetSizeHints() do nothing.
  Make wxTLW::SetSizeHints() set the various m_minWidth etc. fields.
  Override SetSizeHints() in wxGTK to call the relevant gtk funcion
    only there and not in every resize.
  Make GetMinWidth() etc. non-virtual.

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