]> git.saurik.com Git - wxWidgets.git/commit
Put dialog in more sensible place in Forty, got a bit further
authorJulian Smart <julian@anthemion.co.uk>
Thu, 21 Mar 2002 13:10:17 +0000 (13:10 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Thu, 21 Mar 2002 13:10:17 +0000 (13:10 +0000)
commit868741e9d30e1b62e8ee27614543e8ae820fd15d
tree87d7b54afc471aeff51cbf6da7850dd884e9e970
parent618f2efa413947456c7efb17d143a44a76787619
Put dialog in more sensible place in Forty, got a bit further
with running it under wxX11 but still crashes (bad XPM?)
Updated wxX11 readme text
Added more wxYields to progress dialog
Added timer and idle processing to wxApp::Yield for X11
Made busy info dialog thick frame for wxX11, else
no decorations
Some corrections for Nano-X
Made text for busy dialog more sensible in dialogs sample

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14704 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
14 files changed:
demos/forty/canvas.cpp
demos/forty/canvas.h
demos/forty/forty.cpp
demos/forty/forty.h
demos/forty/pile.cpp
docs/x11/install.txt
docs/x11/readme.txt
samples/dialogs/dialogs.cpp
src/generic/busyinfo.cpp
src/generic/progdlgg.cpp
src/x11/app.cpp
src/x11/dcclient.cpp
src/x11/evtloop.cpp
src/x11/window.cpp