C# Class Bacon.VolumeButton

Inheritance: Gtk.Button
Mostrar archivo Open project: mono-soc-2011/banshee Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
ToggleMute ( ) : void
VolumeButton ( ) : System
VolumeButton ( double min, double max, double step, IconSize size ) : System

Protected Methods

Method Description
OnButtonPressEvent ( Gdk evnt ) : bool
OnKeyPressEvent ( Gdk evnt ) : bool
OnKeyReleaseEvent ( Gdk evnt ) : bool
OnScrollEvent ( Gdk evnt ) : bool
OnStyleSet ( Gtk.Style previous ) : void
OnVolumeChanged ( ) : void

Private Methods

Method Description
AdjustVolume ( int direction ) : bool
BuildButton ( ) : void
BuildPopup ( double min, double max, double step ) : void
LoadIcons ( ) : void
MarshalWriteDouble ( IntPtr ptr, int offset, double value ) : void
OnDockButtonPressEvent ( object o, ButtonPressEventArgs args ) : void
OnDockHidden ( object o, EventArgs args ) : void
OnDockKeyPressEvent ( object o, Gtk.KeyPressEventArgs args ) : void
OnDockKeyReleaseEvent ( object o, Gtk.KeyReleaseEventArgs args ) : void
OnPlusMinusButtonPressEvent ( object o, ButtonPressEventArgs args ) : void
OnPlusMinusButtonReleaseEvent ( object o, Gtk.ButtonReleaseEventArgs args ) : void
OnPlusMinusScollEvent ( object o, Gtk.ScrollEventArgs args ) : void
OnWidgetEventAfter ( object o, Gtk.WidgetEventAfterArgs args ) : void
PlusMinusButtonTimeout ( ) : bool
ReleaseGrab ( Gdk evnt ) : void
ShowDock ( Gdk evnt ) : bool
Update ( ) : void
UpdateEventButton ( Gdk evnt, Gdk window, Gdk type ) : void
UpdateEventButton ( Gdk evnt, Gdk window, double x, double y ) : void
UpdateEventButtonWindow ( Gdk evnt, Gdk window ) : void
UpdateIcon ( ) : void
UpdateTip ( ) : void
WarnGObjectMap ( ) : void
g_signal_stop_emission_by_name ( IntPtr o, string signal ) : void
g_signal_stop_emission_by_name_fallback ( IntPtr o, string signal ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

OnButtonPressEvent() protected method

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

OnKeyPressEvent() protected method

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

OnKeyReleaseEvent() protected method

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

OnScrollEvent() protected method

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

OnStyleSet() protected method

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

OnVolumeChanged() protected method

protected OnVolumeChanged ( ) : void
return void

ToggleMute() public method

public ToggleMute ( ) : void
return void

VolumeButton() public method

public VolumeButton ( ) : System
return System

VolumeButton() public method

public VolumeButton ( double min, double max, double step, IconSize size ) : System
min double
max double
step double
size IconSize
return System