C# Class Monodoc.Widgets.LabelItem

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Event ( EventInfo info ) : void
LabelItem ( DocView view, string text ) : 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

LabelItem() public méthode

public LabelItem ( DocView view, string text ) : System
view DocView
text string
Résultat System

OnPaint() protected méthode

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

Update() public méthode

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