Added SetActive to wxEventLoop
authorJulian Smart <julian@anthemion.co.uk>
Sun, 24 Mar 2002 21:19:27 +0000 (21:19 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Sun, 24 Mar 2002 21:19:27 +0000 (21:19 +0000)
commitdf0e1b64e382510896c2ae3849cca91baede40d7
tree9472c65dba766c21a85752f4e798a1464dc7d2a4
parent2bc524f35862de3a8ffd3793d815ad6ec9d9ff06
Added SetActive to wxEventLoop
Ensured Yield has a wxEventLoop (wxX11)
Process size event explicitly in top-level SetSize (wxX11)
Added wxYield to wxTopLevelWindow::Show (wxX11)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14763 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/evtloop.h
src/x11/app.cpp
src/x11/toplevel.cpp
src/x11/window.cpp