C# Class Hyena.Widgets.AnimatedWidget

Inheritance: Gtk.Container
Afficher le fichier Open project: GNOME/hyena Class Usage Examples

Méthodes publiques

Свойство 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

Méthodes publiques

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

Méthodes protégées

Méthode 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

Méthode Description
OnWidgetDestroyed ( object sender, EventArgs args ) : void

Method Details

AnimatedWidget() protected méthode

protected AnimatedWidget ( IntPtr raw ) : System
raw System.IntPtr
Résultat System

AnimatedWidget() public méthode

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
Résultat System

ForAll() protected méthode

protected ForAll ( bool include_internals, Callback callback ) : void
include_internals bool
callback Callback
Résultat void

OnDrawn() protected méthode

protected OnDrawn ( Cairo cr ) : bool
cr Cairo
Résultat bool

OnGetPreferredHeight() protected méthode

protected OnGetPreferredHeight ( int &minimum_height, int &natural_height ) : void
minimum_height int
natural_height int
Résultat void

OnGetPreferredWidth() protected méthode

protected OnGetPreferredWidth ( int &minimum_width, int &natural_width ) : void
minimum_width int
natural_width int
Résultat void

OnRealized() protected méthode

protected OnRealized ( ) : void
Résultat void

OnRemoved() protected méthode

protected OnRemoved ( Gtk.Widget widget ) : void
widget Gtk.Widget
Résultat void

OnSizeAllocated() protected méthode

protected OnSizeAllocated ( Gdk.Rectangle allocation ) : void
allocation Gdk.Rectangle
Résultat void

SizeRequested() protected méthode

protected SizeRequested ( ) : Requisition
Résultat Requisition

Property Details

AnimationState public_oe property

public AnimationState AnimationState
Résultat AnimationState

Bias public_oe property

public double Bias
Résultat double

Blocking public_oe property

public Blocking Blocking
Résultat Blocking

Duration public_oe property

public uint Duration
Résultat uint

Easing public_oe property

public Easing Easing
Résultat Easing

EndPadding public_oe property

public int EndPadding
Résultat int

Height public_oe property

public int Height
Résultat int

Node public_oe property

public LinkedListNode Node
Résultat LinkedListNode

StartPadding public_oe property

public int StartPadding
Résultat int

Widget public_oe property

public Widget,Gtk Widget
Résultat Gtk.Widget

Width public_oe property

public int Width
Résultat int