Applied patch [ 598016 ] remove flicker during combo box creation
authorJulian Smart <julian@anthemion.co.uk>
Thu, 22 Aug 2002 09:41:05 +0000 (09:41 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Thu, 22 Aug 2002 09:41:05 +0000 (09:41 +0000)
commitc832ef4985a506330691e11ac13240355ed7195b
tree41a150377151b525a8e7268744346eebf49fd105
parent0e7fa78358f89bdfd0f4b78099543b4beb2faaf6
Applied patch [ 598016 ] remove flicker during combo box creation
By Benjamin I. Williams (biwillia76)

The attached patch completely fixes the flicker problem when
creating combo boxes.  It also will make it elementary to
remove flicker during the creation of other controls
(although all the other controls are flicker free, AFAIK).
It does this by adding an optional 'visible' parameter to
the internal MSWCreateControl method, whereby the caller can
create a control invisibly by default, perform some
complicated sizing calculations, and then finally show the
control before the Create finished.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16676 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
distrib/msw/generic.rsp
distrib/msw/zipdistinno.bat
include/wx/msw/control.h
src/msw/combobox.cpp
src/msw/control.cpp