X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12f5e1e78fe906050ff2fee9529476db332633f0..850e47aa3c20c22ff650e80e92e7795a66431863:/interface/wx/aboutdlg.h diff --git a/interface/wx/aboutdlg.h b/interface/wx/aboutdlg.h index a3187bfb46..9d19a3f2fe 100644 --- a/interface/wx/aboutdlg.h +++ b/interface/wx/aboutdlg.h @@ -31,7 +31,7 @@ so you should avoid specifying these fields to achieve more native look and feel. @library{wxadv} - @category{misc} + @category{cmndlg,data} @see wxAboutDialogInfo::SetArtists */ @@ -170,7 +170,7 @@ public: // Global functions/macros // ============================================================================ -/** @ingroup group_funcmacro_dialog */ +/** @addtogroup group_funcmacro_dialog */ //@{ /** @@ -201,7 +201,7 @@ public: @header{wx/aboutdlg.h} */ -void wxAboutBox(const wxAboutDialogInfo& info); +void wxAboutBox(const wxAboutDialogInfo& info, wxWindow* parent = NULL); /** This function does the same thing as wxAboutBox() except that it always uses @@ -218,6 +218,6 @@ void wxAboutBox(const wxAboutDialogInfo& info); @header{wx/aboutdlg.h} */ -void wxGenericAboutBox(const wxAboutDialogInfo& info); +void wxGenericAboutBox(const wxAboutDialogInfo& info, wxWindow* parent = NULL); //@}