From ec5984e358c24f98cb690736fdb8e07dd4706ae3 Mon Sep 17 00:00:00 2001 From: Francesco Montorsi Date: Mon, 29 Dec 2008 15:50:27 +0000 Subject: [PATCH] document the wince.dialog.real-ok-cancel option (closes #10242) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57641 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/sysopt.h | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/interface/wx/sysopt.h b/interface/wx/sysopt.h index d4143c8ffa..ec08a7d28a 100644 --- a/interface/wx/sysopt.h +++ b/interface/wx/sysopt.h @@ -53,6 +53,12 @@ appearance but not all fonts are available in this quality, e.g. the Terminal font in small sizes is not and this option may be used if wider fonts selection is more important than higher quality. + @flag{wince.dialog.real-ok-cancel} + The PocketPC guidelines recommend for Ok/Cancel dialogs to use an OK button + located inside the caption bar and implement Cancel functionality through + Undo outside the dialog. + wxDialog::CreateButtonSizer will follow the native behaviour on WinCE but + it can be overridden with real wxButtons by setting the option below to 1. @endFlagTable @@ -118,8 +124,7 @@ @library{wxbase} @category{misc} - @see wxSystemOptions::SetOption, wxSystemOptions::GetOptionInt, - wxSystemOptions::HasOption + @see wxSystemSettings */ class wxSystemOptions : public wxObject { -- 2.45.2