Exemplo n.º 1
0
func (v *WebKitWebView) StopLoading() {
	C.webkit_web_view_stop_loading(v.getWebView())
}
Exemplo n.º 2
0
// StopLoading is a wrapper around webkit_web_view_stop_loading().
func (w *WebView) StopLoading() {
	C.webkit_web_view_stop_loading(w.native())
}