SetModal() deprecated
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7432 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -280,6 +280,9 @@ propagate the notification to child windows and controls.
|
|||||||
|
|
||||||
\func{void}{SetModal}{\param{const bool}{ flag}}
|
\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
|
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).
|
until the dialog is hidden) or modeless (control returns immediately).
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user