]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/aboutdlg.h
extract event handler body in a separate function instead of using a hack to call...
[wxWidgets.git] / include / wx / aboutdlg.h
index 44e86b06f6d120bd1b9fc457750f649556fc324b..8a4ccb36a1e613460dc6c5935d8a48a626263ea3 100644 (file)
@@ -151,7 +151,7 @@ private:
 };
 
 // functions to show the about dialog box
-WXDLLIMPEXP_ADV void wxAboutBox(const wxAboutDialogInfo& info);
+WXDLLIMPEXP_ADV void wxAboutBox(const wxAboutDialogInfo& info, wxWindow* parent = NULL);
 
 #endif // wxUSE_ABOUTDLG