C# Class PropertyGrid.InternalTree

Inheritance: Gtk.TreeView
Show file Open project: modesto/monoreports Class Usage Examples

Public Methods

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

Protected Methods

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

Method Details

InternalTree() public method

public InternalTree ( PropertyGridTree tree, TreeModel model ) : System
tree PropertyGridTree
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

OnDestroyed() protected method

protected OnDestroyed ( ) : void
return void

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