C# Class TreeMap.TreeMap

Inheritance: Gtk.DrawingArea
Afficher le fichier Open project: chergert/custom-gtk-widgets Class Usage Examples

Méthodes publiques

Méthode Description
TreeMap ( ) : System

Méthodes protégées

Méthode Description
OnExposeEvent ( Gdk e ) : bool
OnRealized ( ) : void
OnSizeAllocated ( Gdk allocation ) : void
OnStyleSet ( Gtk previous_style ) : void

Private Methods

Méthode 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 méthode

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

OnRealized() protected méthode

protected OnRealized ( ) : void
Résultat void

OnSizeAllocated() protected méthode

protected OnSizeAllocated ( Gdk allocation ) : void
allocation Gdk
Résultat void

OnStyleSet() protected méthode

protected OnStyleSet ( Gtk previous_style ) : void
previous_style Gtk
Résultat void

TreeMap() public méthode

public TreeMap ( ) : System
Résultat System