X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e54c96f187f46c06bd36be8cd52b35c19884aa2b..bf956fac0e89eab569c41a9f121e728958767de7:/interface/fontdlg.h diff --git a/interface/fontdlg.h b/interface/fontdlg.h index ae936116cf..4a5ea24021 100644 --- a/interface/fontdlg.h +++ b/interface/fontdlg.h @@ -68,19 +68,26 @@ public: // Global functions/macros // ============================================================================ +/** @ingroup group_funcmacro_dialog */ +//@{ + /** Shows the font selection dialog and returns the font selected by user or - invalid font (use @ref wxFont::isok wxFont:IsOk to test whether a font - is valid) if the dialog was cancelled. + invalid font (use wxFont::IsOk() to test whether a font is valid) if the + dialog was cancelled. @param parent - The parent window for the font selection dialog + The parent window for the font selection dialog. @param fontInit If given, this will be the font initially selected in the dialog. @param caption If given, this will be used for the dialog caption. + + @header{wx/fontdlg.h} */ wxFont wxGetFontFromUser(wxWindow* parent, const wxFont& fontInit, const wxString& caption = wxEmptyString); +//@} +