add parent parameter to wxAboutBox() (closes #9952)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60389 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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);
|
||||
|
||||
//@}
|
||||
|
Reference in New Issue
Block a user