reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30056 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
85245f48ad
commit
4171e9dc20
@ -352,6 +352,8 @@ enum {
|
||||
wxWEBKIT_STATE_TRANSFERRING = 0,
|
||||
wxWEBKIT_STATE_STOP = 0,
|
||||
wxWEBKIT_STATE_FAILED = 0,
|
||||
|
||||
wxEVT_WEBKIT_STATE_CHANGED = 0
|
||||
};
|
||||
|
||||
class wxWebKitStateChangedEvent : public wxCommandEvent
|
||||
@ -360,7 +362,7 @@ public:
|
||||
wxWebKitStateChangedEvent( wxWindow* win = NULL )
|
||||
{ wxPyRaiseNotImplemented(); }
|
||||
|
||||
int GetState() { return 0 }
|
||||
int GetState() { return 0; }
|
||||
void SetState(const int state) {}
|
||||
wxString GetURL() { return wxEmptyString; }
|
||||
void SetURL(const wxString& url) {}
|
||||
|
Loading…
Reference in New Issue
Block a user