C# Class Monodoc.Widgets.LinkItem

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
LinkItem ( DocView view, string caption, DocNode target ) : 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

LinkItem() public méthode

public LinkItem ( DocView view, string caption, DocNode target ) : System
view DocView
caption string
target DocNode
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