C# Class Xwt.GtkBackend.WebKit.WebView.WebView

Inheritance: Gtk.Container
Exibir arquivo Open project: mono/xwt

Private Properties

Property Type Description
Initialize void
webkit_web_view_can_go_back bool
webkit_web_view_can_go_forward bool
webkit_web_view_get_full_content_zoom bool
webkit_web_view_get_progress double
webkit_web_view_get_title System.IntPtr
webkit_web_view_get_type System.IntPtr
webkit_web_view_get_uri System.IntPtr
webkit_web_view_go_back void
webkit_web_view_go_forward void
webkit_web_view_load_string void
webkit_web_view_load_uri void
webkit_web_view_new System.IntPtr
webkit_web_view_reload void
webkit_web_view_set_full_content_zoom void
webkit_web_view_stop_loading void

Public Methods

Method Description
CanGoBack ( ) : bool
CanGoForward ( ) : bool
GoBack ( ) : void
GoForward ( ) : void
LoadHtmlString ( string content, string base_uri ) : void
LoadUri ( string uri ) : void
Reload ( ) : void
StopLoading ( ) : void
WebView ( ) : System
WebView ( IntPtr raw ) : System

Private Methods

Method Description
Initialize ( ) : void
webkit_web_view_can_go_back ( IntPtr raw ) : bool
webkit_web_view_can_go_forward ( IntPtr raw ) : bool
webkit_web_view_get_full_content_zoom ( IntPtr raw ) : bool
webkit_web_view_get_progress ( IntPtr raw ) : double
webkit_web_view_get_title ( IntPtr raw ) : IntPtr
webkit_web_view_get_type ( ) : IntPtr
webkit_web_view_get_uri ( IntPtr raw ) : IntPtr
webkit_web_view_go_back ( IntPtr raw ) : void
webkit_web_view_go_forward ( IntPtr raw ) : void
webkit_web_view_load_string ( IntPtr raw, IntPtr content, IntPtr mime_type, IntPtr encoding, IntPtr base_uri ) : void
webkit_web_view_load_uri ( IntPtr raw, IntPtr uri ) : void
webkit_web_view_new ( ) : IntPtr
webkit_web_view_reload ( IntPtr raw ) : void
webkit_web_view_set_full_content_zoom ( IntPtr raw, bool full_content_zoom ) : void
webkit_web_view_stop_loading ( IntPtr raw ) : void

Method Details

CanGoBack() public method

public CanGoBack ( ) : bool
return bool

CanGoForward() public method

public CanGoForward ( ) : bool
return bool

GoBack() public method

public GoBack ( ) : void
return void

GoForward() public method

public GoForward ( ) : void
return void

LoadHtmlString() public method

public LoadHtmlString ( string content, string base_uri ) : void
content string
base_uri string
return void

LoadUri() public method

public LoadUri ( string uri ) : void
uri string
return void

Reload() public method

public Reload ( ) : void
return void

StopLoading() public method

public StopLoading ( ) : void
return void

WebView() public method

public WebView ( ) : System
return System

WebView() public method

public WebView ( IntPtr raw ) : System
raw System.IntPtr
return System