C# Class Xwt.Gtk.Mac.WebViewBackend

Inheritance: Xwt.GtkBackend.WidgetBackend, IWebViewBackend
Afficher le fichier Open project: mono/xwt Class Usage Examples

Méthodes publiques

Méthode Description
DisableEvent ( object eventId ) : void
EnableEvent ( object eventId ) : void
GoBack ( ) : void
GoForward ( ) : void
Initialize ( ) : void
LoadHtml ( string content, string base_uri ) : void
Reload ( ) : void
StopLoading ( ) : void
WebViewBackend ( ) : System

Private Methods

Méthode Description
HandleFinishedLoadForCss ( object sender, WebKit e ) : void
HandleLoadFinished ( object o, EventArgs args ) : void
HandleLoadStarted ( object o, EventArgs args ) : void
HandleStartedProvisionalLoad ( object sender, WebKit e ) : void
HandleTitleChanged ( object sender, WebKit e ) : void
SetCustomCss ( ) : void

Method Details

DisableEvent() public méthode

public DisableEvent ( object eventId ) : void
eventId object
Résultat void

EnableEvent() public méthode

public EnableEvent ( object eventId ) : void
eventId object
Résultat void

GoBack() public méthode

public GoBack ( ) : void
Résultat void

GoForward() public méthode

public GoForward ( ) : void
Résultat void

Initialize() public méthode

public Initialize ( ) : void
Résultat void

LoadHtml() public méthode

public LoadHtml ( string content, string base_uri ) : void
content string
base_uri string
Résultat void

Reload() public méthode

public Reload ( ) : void
Résultat void

StopLoading() public méthode

public StopLoading ( ) : void
Résultat void

WebViewBackend() public méthode

public WebViewBackend ( ) : System
Résultat System