C# Class Mono.WebKit.EmbedWidget

Inheritance: Gtk.Window
Mostrar archivo Open project: mono/mono-webbrowser Class Usage Examples

Public Methods

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

Protected Methods

Method Description
OnAdded ( Gtk.Widget webview ) : void
OnMapped ( ) : void
OnRealized ( ) : void
OnUnmapped ( ) : void
OnUnrealized ( ) : void

Method Details

EmbedWidget() public method

public EmbedWidget ( IntPtr handle, Gtk.Adjustment h, Gtk.Adjustment v ) : System
handle System.IntPtr
h Gtk.Adjustment
v Gtk.Adjustment
return System

Init() public method

public Init ( ) : void
return void

OnAdded() protected method

protected OnAdded ( Gtk.Widget webview ) : void
webview Gtk.Widget
return void

OnMapped() protected method

protected OnMapped ( ) : void
return void

OnRealized() protected method

protected OnRealized ( ) : void
return void

OnUnmapped() protected method

protected OnUnmapped ( ) : void
return void

OnUnrealized() protected method

protected OnUnrealized ( ) : void
return void