C# Class Monodoc.Widgets.HeadingItem

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

Private Properties

Property Type Description

Public Methods

Method Description
Event ( EventInfo info ) : void
HeadingItem ( DocView view, string heading ) : 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

HeadingItem() public method

public HeadingItem ( DocView view, string heading ) : System
view DocView
heading string
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