#pragma interface "webkit.h"
#endif
+#if wxUSE_WEBKIT
+
#if !defined(__WXMAC__) && !defined(__WXCOCOA__)
#error "wxWebKitCtrl not implemented for this platform"
#endif
void OnSize(wxSizeEvent &event);
protected:
DECLARE_EVENT_TABLE()
+ void MacVisibilityChanged();
private:
wxWindow *m_parent;
(wxWebKitStateChangedEventFunction) & func, \
(wxObject *) NULL ),
+#endif // wxUSE_WEBKIT
+
#endif // _WX_WEBKIT_H_