C# 클래스 Hyena.Widgets.AnimatedWidget

상속: Gtk.Container
파일 보기 프로젝트 열기: GNOME/hyena 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AnimationState AnimationState
Bias double
Blocking Blocking
Duration uint
Easing Easing
EndPadding int
Height int
Node LinkedListNode
StartPadding int
Widget Gtk.Widget
Width int

공개 메소드들

메소드 설명
AnimatedWidget ( Gtk.Widget widget, uint duration, Easing easing, Blocking blocking, bool horizontal ) : System

보호된 메소드들

메소드 설명
AnimatedWidget ( IntPtr raw ) : System
ForAll ( bool include_internals, Callback callback ) : void
OnDrawn ( Cairo cr ) : bool
OnGetPreferredHeight ( int &minimum_height, int &natural_height ) : void
OnGetPreferredWidth ( int &minimum_width, int &natural_width ) : void
OnRealized ( ) : void
OnRemoved ( Gtk.Widget widget ) : void
OnSizeAllocated ( Gdk.Rectangle allocation ) : void
SizeRequested ( ) : Requisition

비공개 메소드들

메소드 설명
OnWidgetDestroyed ( object sender, EventArgs args ) : void

메소드 상세

AnimatedWidget() 보호된 메소드

protected AnimatedWidget ( IntPtr raw ) : System
raw System.IntPtr
리턴 System

AnimatedWidget() 공개 메소드

public AnimatedWidget ( Gtk.Widget widget, uint duration, Easing easing, Blocking blocking, bool horizontal ) : System
widget Gtk.Widget
duration uint
easing Easing
blocking Blocking
horizontal bool
리턴 System

ForAll() 보호된 메소드

protected ForAll ( bool include_internals, Callback callback ) : void
include_internals bool
callback Callback
리턴 void

OnDrawn() 보호된 메소드

protected OnDrawn ( Cairo cr ) : bool
cr Cairo
리턴 bool

OnGetPreferredHeight() 보호된 메소드

protected OnGetPreferredHeight ( int &minimum_height, int &natural_height ) : void
minimum_height int
natural_height int
리턴 void

OnGetPreferredWidth() 보호된 메소드

protected OnGetPreferredWidth ( int &minimum_width, int &natural_width ) : void
minimum_width int
natural_width int
리턴 void

OnRealized() 보호된 메소드

protected OnRealized ( ) : void
리턴 void

OnRemoved() 보호된 메소드

protected OnRemoved ( Gtk.Widget widget ) : void
widget Gtk.Widget
리턴 void

OnSizeAllocated() 보호된 메소드

protected OnSizeAllocated ( Gdk.Rectangle allocation ) : void
allocation Gdk.Rectangle
리턴 void

SizeRequested() 보호된 메소드

protected SizeRequested ( ) : Requisition
리턴 Requisition

프로퍼티 상세

AnimationState 공개적으로 프로퍼티

public AnimationState AnimationState
리턴 AnimationState

Bias 공개적으로 프로퍼티

public double Bias
리턴 double

Blocking 공개적으로 프로퍼티

public Blocking Blocking
리턴 Blocking

Duration 공개적으로 프로퍼티

public uint Duration
리턴 uint

Easing 공개적으로 프로퍼티

public Easing Easing
리턴 Easing

EndPadding 공개적으로 프로퍼티

public int EndPadding
리턴 int

Height 공개적으로 프로퍼티

public int Height
리턴 int

Node 공개적으로 프로퍼티

public LinkedListNode Node
리턴 LinkedListNode

StartPadding 공개적으로 프로퍼티

public int StartPadding
리턴 int

Widget 공개적으로 프로퍼티

public Widget,Gtk Widget
리턴 Gtk.Widget

Width 공개적으로 프로퍼티

public int Width
리턴 int