C# 클래스 Bacon.VolumeButton.VolumeScale

상속: Gtk.VScale
파일 보기 프로젝트 열기: mono-soc-2011/banshee

공개 메소드들

메소드 설명
VolumeScale ( VolumeButton button, double min, double max, double step ) : System

보호된 메소드들

메소드 설명
OnButtonPressEvent ( Gdk evnt ) : bool
OnButtonReleaseEvent ( Gdk evnt ) : bool
OnKeyReleaseEvent ( Gdk evnt ) : bool
OnValueChanged ( ) : void

비공개 메소드들

메소드 설명
g_type_query ( IntPtr type, IntPtr query ) : void
g_type_query_fallback ( IntPtr type, IntPtr query ) : void

메소드 상세

OnButtonPressEvent() 보호된 메소드

protected OnButtonPressEvent ( Gdk evnt ) : bool
evnt Gdk
리턴 bool

OnButtonReleaseEvent() 보호된 메소드

protected OnButtonReleaseEvent ( Gdk evnt ) : bool
evnt Gdk
리턴 bool

OnKeyReleaseEvent() 보호된 메소드

protected OnKeyReleaseEvent ( Gdk evnt ) : bool
evnt Gdk
리턴 bool

OnValueChanged() 보호된 메소드

protected OnValueChanged ( ) : void
리턴 void

VolumeScale() 공개 메소드

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