C# Class Monodoc.Widgets.SummaryTableItem

Inheritance: DocViewItem
Afficher le fichier Open project: mono/monodoc-widgets

Méthodes publiques

Méthode Description
Event ( EventInfo info ) : void
SummaryTableItem ( DocView view, string label, string caption_heading, List rows ) : System
Update ( int width ) : void

Méthodes protégées

Méthode Description
OnPaint ( Gdk win, Gdk offset, Gdk clip ) : void

Method Details

Event() public méthode

public Event ( EventInfo info ) : void
info EventInfo
Résultat void

OnPaint() protected méthode

protected OnPaint ( Gdk win, Gdk offset, Gdk clip ) : void
win Gdk
offset Gdk
clip Gdk
Résultat void

SummaryTableItem() public méthode

public SummaryTableItem ( DocView view, string label, string caption_heading, List rows ) : System
view DocView
label string
caption_heading string
rows List
Résultat System

Update() public méthode

public Update ( int width ) : void
width int
Résultat void