]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/fontdlg.tex
support for huge files (patch 1002226)
[wxWidgets.git] / docs / latex / wx / fontdlg.tex
index 93e83bf0e692376d44059f2906a27c19dde43bb9..cfb372c9c2e583071ef06413226458b6566bcfac 100644 (file)
@@ -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}