]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/sysopt.h
fix few doxygen warnings
[wxWidgets.git] / interface / wx / sysopt.h
index d4143c8ffadc6cd9a4cbb9fa081fc5d6e1c10e5b..ec08a7d28a87287527ae9e63530f1f69f6bf0646 100644 (file)
         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
 
 
     @library{wxbase}
     @category{misc}
 
-    @see wxSystemOptions::SetOption, wxSystemOptions::GetOptionInt,
-    wxSystemOptions::HasOption
+    @see wxSystemSettings
 */
 class wxSystemOptions : public wxObject
 {