C# Class Banshee.Widgets.FadingAlignment

Inheritance: Gtk.Alignment
Datei anzeigen Open project: codebutler/meshwork Class Usage Examples

Public Methods

Method Description
FadingAlignment ( ) : System
FadingAlignment ( float xalign, float yalign, float xpadding, float ypadding ) : System

Protected Methods

Method Description
OnExposeEvent ( Gdk evnt ) : bool
OnSizeAllocated ( Gdk rect ) : void
OnStyleSet ( Gtk style ) : void

Method Details

FadingAlignment() public method

public FadingAlignment ( ) : System
return System

FadingAlignment() public method

public FadingAlignment ( float xalign, float yalign, float xpadding, float ypadding ) : System
xalign float
yalign float
xpadding float
ypadding float
return System

OnExposeEvent() protected method

protected OnExposeEvent ( Gdk evnt ) : bool
evnt Gdk
return bool

OnSizeAllocated() protected method

protected OnSizeAllocated ( Gdk rect ) : void
rect Gdk
return void

OnStyleSet() protected method

protected OnStyleSet ( Gtk style ) : void
style Gtk
return void