From 9df759b5084b4893dc1e8c198bea923f958f59da Mon Sep 17 00:00:00 2001 From: =?utf8?q?Karsten=20Ball=C3=BCder?= Date: Thu, 10 Jun 1999 09:55:03 +0000 Subject: [PATCH] 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 --- docs/latex/wx/msgdlg.tex | 1 + 1 file changed, 1 insertion(+) 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.} -- 2.50.0