C# Class Monodoc.Widgets.RemarksItem

Inheritance: DocViewItem
Exibir arquivo Open project: mono/monodoc-widgets Class Usage Examples

Public Methods

Method Description
Event ( EventInfo info ) : void
RemarksItem ( DocView view, XmlElement elem ) : 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

OnPaint() protected method

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

RemarksItem() public method

public RemarksItem ( DocView view, XmlElement elem ) : System
view DocView
elem System.Xml.XmlElement
return System

Update() public method

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