From 1fd26975c869ea37c9523af4682b797e1fe79ed7 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 19 May 2000 14:55:55 +0000 Subject: [PATCH] SetModal() deprecated git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7432 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/dialog.tex | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/latex/wx/dialog.tex b/docs/latex/wx/dialog.tex index f9ff3ab0cf..8ef5770041 100644 --- a/docs/latex/wx/dialog.tex +++ b/docs/latex/wx/dialog.tex @@ -280,6 +280,9 @@ propagate the notification to child windows and controls. \func{void}{SetModal}{\param{const bool}{ flag}} +{\bf NB:} This function is deprecated and doesn't work for all ports, just use +\helpref{ShowModal}{wxdialogshowmodal} to show a modal dialog instead. + Allows the programmer to specify whether the dialog box is modal (wxDialog::Show blocks control until the dialog is hidden) or modeless (control returns immediately).