Make SetMinSize() and SetMaxSize() virtual so they
authorRobert Roebling <robert@roebling.de>
Mon, 30 Oct 2006 13:18:35 +0000 (13:18 +0000)
committerRobert Roebling <robert@roebling.de>
Mon, 30 Oct 2006 13:18:35 +0000 (13:18 +0000)
commita1b05a60e14fe5a1309b7d46c5c87b25b1af3705
tree67fc2d5e13ce16343cb84357b0b8181e625baa34
parente0137813dce131bdddc6161580e7776445b04078
  Make SetMinSize() and SetMaxSize() virtual so they
    can be overridden in wxTLW to set WM hints.
  Actually did that for wxGTK, nothing required for
    wxMSW, no idea about wxMac.
  Documented this in tlw.tex.

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