Add parent parameter to BusyInfo

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44036 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2006-12-22 23:55:58 +00:00
parent 38c213b192
commit 015131a1fd

View File

@ -124,7 +124,7 @@ MustHaveApp(wxBusyInfo);
class wxBusyInfo : public wxObject {
public:
wxBusyInfo(const wxString& message);
wxBusyInfo(const wxString& message, wxWindow *parent = NULL);
~wxBusyInfo();
%pythoncode { def Destroy(self): pass }