C# Class Stetic.InternalTree

Inheritance: Gtk.TreeView
Afficher le fichier Open project: mono/stetic Class Usage Examples

Méthodes publiques

Méthode Description
InternalTree ( PropertyTree tree, TreeModel model ) : System
Update ( ) : void

Méthodes protégées

Méthode Description
OnButtonPressEvent ( Gdk.EventButton evnt ) : bool
OnButtonReleaseEvent ( Gdk.EventButton evnt ) : bool
OnExposeEvent ( Gdk e ) : bool
OnMotionNotifyEvent ( Gdk.EventMotion evnt ) : bool

Method Details

InternalTree() public méthode

public InternalTree ( PropertyTree tree, TreeModel model ) : System
tree PropertyTree
model TreeModel
Résultat System

OnButtonPressEvent() protected méthode

protected OnButtonPressEvent ( Gdk.EventButton evnt ) : bool
evnt Gdk.EventButton
Résultat bool

OnButtonReleaseEvent() protected méthode

protected OnButtonReleaseEvent ( Gdk.EventButton evnt ) : bool
evnt Gdk.EventButton
Résultat bool

OnExposeEvent() protected méthode

protected OnExposeEvent ( Gdk e ) : bool
e Gdk
Résultat bool

OnMotionNotifyEvent() protected méthode

protected OnMotionNotifyEvent ( Gdk.EventMotion evnt ) : bool
evnt Gdk.EventMotion
Résultat bool

Update() public méthode

public Update ( ) : void
Résultat void