C# Class Monodoc.Widgets.LabelItem

Inheritance: DocViewItem
Show file Open project: mono/monodoc-widgets Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Event ( EventInfo info ) : void
LabelItem ( DocView view, string text ) : System
Update ( int width ) : void

Protected Methods

Method Description
OnPaint ( Gdk win, Gdk offset, Gdk clip ) : void

Method Details

Event() public method

public Event ( EventInfo info ) : void
info EventInfo
return void

LabelItem() public method

public LabelItem ( DocView view, string text ) : System
view DocView
text string
return System

OnPaint() protected method

protected OnPaint ( Gdk win, Gdk offset, Gdk clip ) : void
win Gdk
offset Gdk
clip Gdk
return void

Update() public method

public Update ( int width ) : void
width int
return void