]> git.saurik.com Git - wxWidgets.git/commitdiff
reSWIGged
authorRobin Dunn <robin@alldunn.com>
Fri, 22 Oct 2004 02:51:10 +0000 (02:51 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 22 Oct 2004 02:51:10 +0000 (02:51 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30056 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/mac/webkit_wrap.cpp

index 209b049008412b9ccf53db5ca7068473f83310e2..d5faba66c5bcdfedf84784434eec1f72e1536dc4 100644 (file)
@@ -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) {}