C# Class TreeMap.TreeMap

Inheritance: Gtk.DrawingArea
Mostrar archivo Open project: chergert/custom-gtk-widgets Class Usage Examples

Public Methods

Method Description
TreeMap ( ) : System

Protected Methods

Method Description
OnExposeEvent ( Gdk e ) : bool
OnRealized ( ) : void
OnSizeAllocated ( Gdk allocation ) : void
OnStyleSet ( Gtk previous_style ) : void

Private Methods

Method Description
ExposeTitle ( Cairo c ) : void
HandleButtonPressEvent ( object o, ButtonPressEventArgs args ) : void
HandleButtonReleaseEvent ( object o, Gtk.ButtonReleaseEventArgs args ) : void
HandleEnterNotifyEvent ( object o, Gtk.EnterNotifyEventArgs args ) : void
HandleLeaveNotifyEvent ( object o, Gtk.LeaveNotifyEventArgs args ) : void
HandleMotionNotifyEvent ( object o, Gtk.MotionNotifyEventArgs args ) : void
Invalidate ( ) : void
Model_RowChanged ( object o, RowChangedArgs e ) : void
Model_RowDeleted ( object o, Gtk.RowDeletedArgs e ) : void
Model_RowInserted ( object o, Gtk.RowInsertedArgs e ) : void
UpdateBgImage ( ) : void
UpdateStyle ( ) : void

Method Details

OnExposeEvent() protected method

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

OnRealized() protected method

protected OnRealized ( ) : void
return void

OnSizeAllocated() protected method

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

OnStyleSet() protected method

protected OnStyleSet ( Gtk previous_style ) : void
previous_style Gtk
return void

TreeMap() public method

public TreeMap ( ) : System
return System