C# Class Hyena.Widgets.RoundedFrame

Inheritance: Gtk.Bin
ファイルを表示 Open project: GNOME/hyena Class Usage Examples

Public Methods

Method Description
RoundedFrame ( ) : System
SetFillColor ( Cairo color ) : void
UnsetFillColor ( ) : void

Protected Methods

Method 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

Method Description
DrawFrame ( Cairo cr ) : void
InitTheme ( ) : void

Method Details

OnAdded() protected method

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

OnRemoved() protected method

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

OnSizeAllocated() protected method

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

OnStyleUpdated() protected method

protected OnStyleUpdated ( ) : void
return void

RoundedFrame() public method

public RoundedFrame ( ) : System
return System

RoundedFrame() protected method

protected RoundedFrame ( IntPtr ptr ) : System
ptr System.IntPtr
return System

SetFillColor() public method

public SetFillColor ( Cairo color ) : void
color Cairo
return void

SizeRequested() protected method

protected SizeRequested ( ) : Requisition
return Requisition

UnsetFillColor() public method

public UnsetFillColor ( ) : void
return void