C# Class Monodoc.Widgets.DocView

Inheritance: Gtk.DrawingArea
Show file Open project: mono/monodoc-widgets Class Usage Examples

Private Properties

Property Type Description
OnNodeSelected void
Reflow void

Public Methods

Method Description
DocView ( DocTree tree ) : System

Protected Methods

Method Description
OnButtonPressEvent ( Gdk ev ) : bool
OnExposeEvent ( Gdk.EventExpose ev ) : bool
OnSizeAllocated ( Gdk allocation ) : void
OnSizeRequested ( Gtk &requisition ) : void

Private Methods

Method Description
OnNodeSelected ( object o, NodeSelectedEventArgs args ) : void
Reflow ( ) : void

Method Details

DocView() public method

public DocView ( DocTree tree ) : System
tree DocTree
return System

OnButtonPressEvent() protected method

protected OnButtonPressEvent ( Gdk ev ) : bool
ev Gdk
return bool

OnExposeEvent() protected method

protected OnExposeEvent ( Gdk.EventExpose ev ) : bool
ev Gdk.EventExpose
return bool

OnSizeAllocated() protected method

protected OnSizeAllocated ( Gdk allocation ) : void
allocation Gdk
return void

OnSizeRequested() protected method

protected OnSizeRequested ( Gtk &requisition ) : void
requisition Gtk
return void