Added UpdateSize to wxSplitterWindow, to allow an app
authorJulian Smart <julian@anthemion.co.uk>
Thu, 25 Mar 2004 13:14:54 +0000 (13:14 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Thu, 25 Mar 2004 13:14:54 +0000 (13:14 +0000)
commit7e521b01c32d4f98de9f6b7624968ee4cdaada93
treede3547650487f41a14760459b95f5d1cb2444e0f
parent52a15d5b9671ee73375243a29a3009fb20d8569f
Added UpdateSize to wxSplitterWindow, to allow an app
to force pane resizing _before_ showing the window.
Added a call to UpdateSize from helpfrm.cpp. Without
this, the flicker is horrible.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26333 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/generic/splitter.h
src/generic/splitter.cpp
src/html/helpctrl.cpp
src/html/helpfrm.cpp