C# Class Monodoc.Widgets.SummaryTableItem

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

Public Methods

Method Description
Event ( EventInfo info ) : void
SummaryTableItem ( DocView view, string label, string caption_heading, List rows ) : 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

SummaryTableItem() public method

public SummaryTableItem ( DocView view, string label, string caption_heading, List rows ) : System
view DocView
label string
caption_heading string
rows List
return System

Update() public method

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