C# Class Hyena.Widgets.WrapLabel

Inheritance: Gtk.Widget
Show file Open project: GNOME/hyena Class Usage Examples

Public Methods

Method Description
MarkupFormat ( string format ) : void
WrapLabel ( ) : System

Protected Methods

Method Description
OnDrawn ( Cairo cr ) : bool
OnRealized ( ) : void
OnSizeAllocated ( Gdk allocation ) : void
OnStyleUpdated ( ) : void

Private Methods

Method Description
CreateLayout ( ) : void
UpdateLayout ( ) : void

Method Details

MarkupFormat() public method

public MarkupFormat ( string format ) : void
format string
return void

OnDrawn() protected method

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

OnRealized() protected method

protected OnRealized ( ) : void
return void

OnSizeAllocated() protected method

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

OnStyleUpdated() protected method

protected OnStyleUpdated ( ) : void
return void

WrapLabel() public method

public WrapLabel ( ) : System
return System