fixes for non-Mac platforms
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42136 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
039550b00e
commit
7aa69ab26b
@ -115,7 +115,8 @@ enum {
|
||||
wxWEBKIT_STATE_STOP = 0,
|
||||
wxWEBKIT_STATE_FAILED = 0,
|
||||
|
||||
wxEVT_WEBKIT_STATE_CHANGED = 0
|
||||
wxEVT_WEBKIT_STATE_CHANGED = 0,
|
||||
wxEVT_WEBKIT_BEFORE_LOAD = 0
|
||||
};
|
||||
|
||||
enum {
|
||||
@ -150,7 +151,7 @@ public:
|
||||
void SetNavigationType(int navType) { }
|
||||
int GetNavigationType() { return 0; }
|
||||
|
||||
wxWebKitBeforeLoadEvent( wxWindow* win = (wxWindow*) NULL ) { wxPyRaiseNotImplemented }
|
||||
wxWebKitBeforeLoadEvent( wxWindow* win = (wxWindow*) NULL ) { wxPyRaiseNotImplemented(); }
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user