C# Class Mono.WebKit.EmbedWidget

Inheritance: Gtk.Window
Afficher le fichier Open project: mono/mono-webbrowser Class Usage Examples

Méthodes publiques

Méthode Description
EmbedWidget ( IntPtr handle, Gtk.Adjustment h, Gtk.Adjustment v ) : System
Init ( ) : void

Méthodes protégées

Méthode Description
OnAdded ( Gtk.Widget webview ) : void
OnMapped ( ) : void
OnRealized ( ) : void
OnUnmapped ( ) : void
OnUnrealized ( ) : void

Method Details

EmbedWidget() public méthode

public EmbedWidget ( IntPtr handle, Gtk.Adjustment h, Gtk.Adjustment v ) : System
handle System.IntPtr
h Gtk.Adjustment
v Gtk.Adjustment
Résultat System

Init() public méthode

public Init ( ) : void
Résultat void

OnAdded() protected méthode

protected OnAdded ( Gtk.Widget webview ) : void
webview Gtk.Widget
Résultat void

OnMapped() protected méthode

protected OnMapped ( ) : void
Résultat void

OnRealized() protected méthode

protected OnRealized ( ) : void
Résultat void

OnUnmapped() protected méthode

protected OnUnmapped ( ) : void
Résultat void

OnUnrealized() protected méthode

protected OnUnrealized ( ) : void
Résultat void