C# Class Hyena.Widgets.AnimatedWidget

Inheritance: Gtk.Container
Exibir arquivo Open project: GNOME/hyena Class Usage Examples

Public Properties

Property Type Description
AnimationState AnimationState
Bias double
Blocking Blocking
Duration uint
Easing Easing
EndPadding int
Height int
Node LinkedListNode
StartPadding int
Widget Gtk.Widget
Width int

Public Methods

Method Description
AnimatedWidget ( Gtk.Widget widget, uint duration, Easing easing, Blocking blocking, bool horizontal ) : System

Protected Methods

Method Description
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

Private Methods

Method Description
OnWidgetDestroyed ( object sender, EventArgs args ) : void

Method Details

AnimatedWidget() protected method

protected AnimatedWidget ( IntPtr raw ) : System
raw System.IntPtr
return System

AnimatedWidget() public method

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
return System

ForAll() protected method

protected ForAll ( bool include_internals, Callback callback ) : void
include_internals bool
callback Callback
return void

OnDrawn() protected method

protected OnDrawn ( Cairo cr ) : bool
cr Cairo
return bool

OnGetPreferredHeight() protected method

protected OnGetPreferredHeight ( int &minimum_height, int &natural_height ) : void
minimum_height int
natural_height int
return void

OnGetPreferredWidth() protected method

protected OnGetPreferredWidth ( int &minimum_width, int &natural_width ) : void
minimum_width int
natural_width int
return void

OnRealized() protected method

protected OnRealized ( ) : void
return void

OnRemoved() protected method

protected OnRemoved ( Gtk.Widget widget ) : void
widget Gtk.Widget
return void

OnSizeAllocated() protected method

protected OnSizeAllocated ( Gdk.Rectangle allocation ) : void
allocation Gdk.Rectangle
return void

SizeRequested() protected method

protected SizeRequested ( ) : Requisition
return Requisition

Property Details

AnimationState public_oe property

public AnimationState AnimationState
return AnimationState

Bias public_oe property

public double Bias
return double

Blocking public_oe property

public Blocking Blocking
return Blocking

Duration public_oe property

public uint Duration
return uint

Easing public_oe property

public Easing Easing
return Easing

EndPadding public_oe property

public int EndPadding
return int

Height public_oe property

public int Height
return int

Node public_oe property

public LinkedListNode Node
return LinkedListNode

StartPadding public_oe property

public int StartPadding
return int

Widget public_oe property

public Widget,Gtk Widget
return Gtk.Widget

Width public_oe property

public int Width
return int