C# Class Bacon.VolumeButton.VolumeScale

Inheritance: Gtk.VScale
Show file Open project: mono-soc-2011/banshee

Public Methods

Method Description
VolumeScale ( VolumeButton button, double min, double max, double step ) : System

Protected Methods

Method Description
OnButtonPressEvent ( Gdk evnt ) : bool
OnButtonReleaseEvent ( Gdk evnt ) : bool
OnKeyReleaseEvent ( Gdk evnt ) : bool
OnValueChanged ( ) : void

Private Methods

Method Description
g_type_query ( IntPtr type, IntPtr query ) : void
g_type_query_fallback ( IntPtr type, IntPtr query ) : void

Method Details

OnButtonPressEvent() protected method

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

OnButtonReleaseEvent() protected method

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

OnKeyReleaseEvent() protected method

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

OnValueChanged() protected method

protected OnValueChanged ( ) : void
return void

VolumeScale() public method

public VolumeScale ( VolumeButton button, double min, double max, double step ) : System
button VolumeButton
min double
max double
step double
return System