C# Class Hyena.Widgets.RoundedFrame

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

Méthodes publiques

Méthode Description
RoundedFrame ( ) : System
SetFillColor ( Cairo color ) : void
UnsetFillColor ( ) : void

Méthodes protégées

Méthode Description
OnAdded ( Gtk.Widget widget ) : void
OnDrawn ( Cairo cr ) : bool
OnGetPreferredHeight ( int &minimum_height, int &natural_height ) : void
OnGetPreferredWidth ( int &minimum_width, int &natural_width ) : void
OnRemoved ( Gtk.Widget widget ) : void
OnSizeAllocated ( Gdk allocation ) : void
OnStyleUpdated ( ) : void
RoundedFrame ( IntPtr ptr ) : System
SizeRequested ( ) : Requisition

Private Methods

Méthode Description
DrawFrame ( Cairo cr ) : void
InitTheme ( ) : void

Method Details

OnAdded() protected méthode

protected OnAdded ( Gtk.Widget widget ) : void
widget Gtk.Widget
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

OnRemoved() protected méthode

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

OnSizeAllocated() protected méthode

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

OnStyleUpdated() protected méthode

protected OnStyleUpdated ( ) : void
Résultat void

RoundedFrame() public méthode

public RoundedFrame ( ) : System
Résultat System

RoundedFrame() protected méthode

protected RoundedFrame ( IntPtr ptr ) : System
ptr System.IntPtr
Résultat System

SetFillColor() public méthode

public SetFillColor ( Cairo color ) : void
color Cairo
Résultat void

SizeRequested() protected méthode

protected SizeRequested ( ) : Requisition
Résultat Requisition

UnsetFillColor() public méthode

public UnsetFillColor ( ) : void
Résultat void