X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cc81d32f2bf8c159f3b1bf6ddaf62e6d77720209..6294ac2e91af3408cfa04910b90ad7ace94f1220:/docs/latex/wx/fontdlg.tex diff --git a/docs/latex/wx/fontdlg.tex b/docs/latex/wx/fontdlg.tex index 93e83bf0e6..cfb372c9c2 100644 --- a/docs/latex/wx/fontdlg.tex +++ b/docs/latex/wx/fontdlg.tex @@ -62,10 +62,7 @@ The default value is black. \func{wxFont}{GetChosenFont}{\void} -Gets the font chosen by the user. If the user pressed OK (wxFontDialog::Show returned true), this returns -a new font which is now `owned' by the application, and should be deleted -if not required. If the user pressed Cancel (wxFontDialog::Show returned false) or -the colour dialog has not been invoked yet, this will return NULL. +Gets the font chosen by the user if the user pressed OK (wxFontDialog::ShowModal returned wxID\_OK). \membersection{wxFontData::GetEnableEffects}