C# Class Stetic.PluggableWidget

Inheritance: Gtk.EventBox
Show file Open project: mono/stetic

Public Methods

Method Description
Dispose ( ) : void
PluggableWidget ( Application app ) : System

Protected Methods

Method Description
AddCustomWidget ( Gtk w ) : void
OnCreatePlug ( uint socketId ) : void
OnCreateWidget ( ) : Gtk.Widget
OnDestroyPlug ( uint socketId ) : void
OnDestroyWidget ( Gtk w ) : void
OnRealized ( ) : void
OnUnrealized ( ) : void
PrepareUpdateWidget ( ) : void
ResetCustomWidget ( ) : void
UpdateWidget ( ) : void

Private Methods

Method Description
ConnectPlug ( ) : void
OnBackendChanged ( ApplicationBackend oldBackend ) : void
OnBackendChanging ( ) : void

Method Details

AddCustomWidget() protected method

protected AddCustomWidget ( Gtk w ) : void
w Gtk
return void

Dispose() public method

public Dispose ( ) : void
return void

OnCreatePlug() protected abstract method

protected abstract OnCreatePlug ( uint socketId ) : void
socketId uint
return void

OnCreateWidget() protected abstract method

protected abstract OnCreateWidget ( ) : Gtk.Widget
return Gtk.Widget

OnDestroyPlug() protected abstract method

protected abstract OnDestroyPlug ( uint socketId ) : void
socketId uint
return void

OnDestroyWidget() protected method

protected OnDestroyWidget ( Gtk w ) : void
w Gtk
return void

OnRealized() protected method

protected OnRealized ( ) : void
return void

OnUnrealized() protected method

protected OnUnrealized ( ) : void
return void

PluggableWidget() public method

public PluggableWidget ( Application app ) : System
app Application
return System

PrepareUpdateWidget() protected method

protected PrepareUpdateWidget ( ) : void
return void

ResetCustomWidget() protected method

protected ResetCustomWidget ( ) : void
return void

UpdateWidget() protected method

protected UpdateWidget ( ) : void
return void