From: Karsten Ballüder Date: Thu, 10 Jun 1999 09:55:03 +0000 (+0000) Subject: documented the wxNO_DEFAULT that I added to make No button in dialog X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/9df759b5084b4893dc1e8c198bea923f958f59da documented the wxNO_DEFAULT that I added to make No button in dialog the default. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2736 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/msgdlg.tex b/docs/latex/wx/msgdlg.tex index 2a6874cdb4..51589de029 100644 --- a/docs/latex/wx/msgdlg.tex +++ b/docs/latex/wx/msgdlg.tex @@ -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.}