]> git.saurik.com Git - wxWidgets.git/commitdiff
documented the wxNO_DEFAULT that I added to make No button in dialog
authorKarsten Ballüder <ballueder@usa.net>
Thu, 10 Jun 1999 09:55:03 +0000 (09:55 +0000)
committerKarsten Ballüder <ballueder@usa.net>
Thu, 10 Jun 1999 09:55:03 +0000 (09:55 +0000)
the default.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2736 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/msgdlg.tex

index 2a6874cdb45988acb6d02573a07bbc4bfdc58266..51589de029b0d6fd8b17a6cd9eed6532e31ede30 100644 (file)
@@ -43,6 +43,7 @@ Constructor. Use \helpref{wxMessageDialog::ShowModal}{wxmessagedialogshowmodal}
 \twocolitem{{\bf wxOK}}{Show an OK button.}
 \twocolitem{{\bf wxCANCEL}}{Show a Cancel button.}
 \twocolitem{{\bf wxYES\_NO}}{Show Yes and No buttons.}
+\twocolitem{{\bf wx\_NO\_DEFAULT}}{Used with {\bf wxYES\_NO}, makes {\bf No} button the default.}
 \twocolitem{{\bf wxCENTRE}}{Centre the message. Not Windows.}
 \twocolitem{{\bf wxICON\_EXCLAMATION}}{Shows an exclamation mark icon. Windows only.}
 \twocolitem{{\bf wxICON\_HAND}}{Shows a hand icon. Windows only.}