C# Class Banshee.Widgets.StreamPositionLabel

Inheritance: Gtk.Alignment
Datei anzeigen Open project: mono-soc-2011/banshee Class Usage Examples

Public Methods

Method Description
StreamPositionLabel ( Banshee.Widgets.SeekSlider seekRange ) : System

Protected Methods

Method Description
OnExposeEvent ( Gdk evnt ) : bool
OnRealized ( ) : void
OnSizeRequested ( Gtk &requisition ) : void
OnStyleSet ( Gtk.Style old_style ) : void

Private Methods

Method Description
BuildLayouts ( ) : void
FormatDuration ( long time ) : string
OnSliderUpdated ( object o, EventArgs args ) : void
UpdateLabel ( ) : void
UpdateLabel ( string text ) : void

Method Details

OnExposeEvent() protected method

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

OnRealized() protected method

protected OnRealized ( ) : void
return void

OnSizeRequested() protected method

protected OnSizeRequested ( Gtk &requisition ) : void
requisition Gtk
return void

OnStyleSet() protected method

protected OnStyleSet ( Gtk.Style old_style ) : void
old_style Gtk.Style
return void

StreamPositionLabel() public method

public StreamPositionLabel ( Banshee.Widgets.SeekSlider seekRange ) : System
seekRange Banshee.Widgets.SeekSlider
return System