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:
parent
38c213b192
commit
015131a1fd
@ -124,7 +124,7 @@ MustHaveApp(wxBusyInfo);
|
|||||||
|
|
||||||
class wxBusyInfo : public wxObject {
|
class wxBusyInfo : public wxObject {
|
||||||
public:
|
public:
|
||||||
wxBusyInfo(const wxString& message);
|
wxBusyInfo(const wxString& message, wxWindow *parent = NULL);
|
||||||
~wxBusyInfo();
|
~wxBusyInfo();
|
||||||
|
|
||||||
%pythoncode { def Destroy(self): pass }
|
%pythoncode { def Destroy(self): pass }
|
||||||
|
Loading…
Reference in New Issue
Block a user