C# Class Stetic.InternalTree

Inheritance: Gtk.TreeView
Datei anzeigen Open project: mono/stetic Class Usage Examples

Public Methods

Method Description
InternalTree ( PropertyTree tree, TreeModel model ) : System
Update ( ) : void

Protected Methods

Method Description
OnButtonPressEvent ( Gdk.EventButton evnt ) : bool
OnButtonReleaseEvent ( Gdk.EventButton evnt ) : bool
OnExposeEvent ( Gdk e ) : bool
OnMotionNotifyEvent ( Gdk.EventMotion evnt ) : bool

Method Details

InternalTree() public method

public InternalTree ( PropertyTree tree, TreeModel model ) : System
tree PropertyTree
model TreeModel
return System

OnButtonPressEvent() protected method

protected OnButtonPressEvent ( Gdk.EventButton evnt ) : bool
evnt Gdk.EventButton
return bool

OnButtonReleaseEvent() protected method

protected OnButtonReleaseEvent ( Gdk.EventButton evnt ) : bool
evnt Gdk.EventButton
return bool

OnExposeEvent() protected method

protected OnExposeEvent ( Gdk e ) : bool
e Gdk
return bool

OnMotionNotifyEvent() protected method

protected OnMotionNotifyEvent ( Gdk.EventMotion evnt ) : bool
evnt Gdk.EventMotion
return bool

Update() public method

public Update ( ) : void
return void