Frames have Ctrl+Q accelerator set automatically, as per the
authorJulian Smart <julian@anthemion.co.uk>
Mon, 14 Mar 2005 17:15:06 +0000 (17:15 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Mon, 14 Mar 2005 17:15:06 +0000 (17:15 +0000)
commit9ceeecb94e9b5e4a5d9f3382e91eb4c1aad1d382
treedada4a5152f9f18955ec5a7bde25649331fecc08
parentf8a10a3d2ba6884cbde1f38cb5dac53e2310ce97
Frames have Ctrl+Q accelerator set automatically, as per the
PocketPC guidelines
Documented issues in manual under wxWinCE topic.
wxDEFAULT_DIALOG_STYLES rationalised so we can make use of
styles such as wxCLOSE_BOX in future (OK button on titlebar)
Added Set/GetAffirmativeId and DoOK so that titlebar OK button
can be customised

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32823 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
docs/latex/wx/cppconst.tex
docs/latex/wx/dialog.tex
docs/latex/wx/helpinst.tex
docs/latex/wx/wxmsw.tex
include/wx/dialog.h
include/wx/msw/dialog.h
src/common/dlgcmn.cpp
src/msw/dialog.cpp
src/msw/toplevel.cpp