C# 클래스 Monodoc.Widgets.SummaryTableItem

상속: DocViewItem
파일 보기 프로젝트 열기: mono/monodoc-widgets

공개 메소드들

메소드 설명
Event ( EventInfo info ) : void
SummaryTableItem ( DocView view, string label, string caption_heading, List rows ) : System
Update ( int width ) : void

보호된 메소드들

메소드 설명
OnPaint ( Gdk win, Gdk offset, Gdk clip ) : void

메소드 상세

Event() 공개 메소드

public Event ( EventInfo info ) : void
info EventInfo
리턴 void

OnPaint() 보호된 메소드

protected OnPaint ( Gdk win, Gdk offset, Gdk clip ) : void
win Gdk
offset Gdk
clip Gdk
리턴 void

SummaryTableItem() 공개 메소드

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

Update() 공개 메소드

public Update ( int width ) : void
width int
리턴 void