C# Class Monodoc.Widgets.KitchenSinkItem

Inheritance: DocViewItem
显示文件 Open project: mono/monodoc-widgets Class Usage Examples

Private Properties

Property Type Description
ParseElem void

Public Methods

Method Description
Event ( EventInfo info ) : void
KitchenSinkItem ( DocView view, XmlElement elem ) : System
KitchenSinkItem ( DocView view, XmlElement elem, EditingFlags flags ) : System
Update ( int width ) : void

Protected Methods

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

Private Methods

Method Description
ParseElem ( ) : void

Method Details

Event() public method

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

KitchenSinkItem() public method

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

KitchenSinkItem() public method

public KitchenSinkItem ( DocView view, XmlElement elem, EditingFlags flags ) : System
view DocView
elem System.Xml.XmlElement
flags EditingFlags
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