C# Class MonoDevelop.VersionControl.Views.EditorCompareWidgetBase.DiffScrollbar

Inheritance: Gtk.DrawingArea
Afficher le fichier Open project: powerumc/monodevelop_korean

Méthodes publiques

Méthode Description
DiffScrollbar ( EditorCompareWidgetBase widget, MonoTextEditor editor, bool useLeftDiff, bool paintInsert ) : System
MouseMove ( double y ) : void

Méthodes protégées

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

Private Methods

Méthode Description
DrawBar ( Cairo cr, double y, double h ) : void
FillGradient ( Cairo cr, double y, double h ) : void
HandleValueChanged ( object sender, EventArgs e ) : void
IncPos ( Hunk h, int &pos ) : void

Method Details

DiffScrollbar() public méthode

public DiffScrollbar ( EditorCompareWidgetBase widget, MonoTextEditor editor, bool useLeftDiff, bool paintInsert ) : System
widget EditorCompareWidgetBase
editor MonoTextEditor
useLeftDiff bool
paintInsert bool
Résultat System

MouseMove() public méthode

public MouseMove ( double y ) : void
y double
Résultat void

OnButtonPressEvent() protected méthode

protected OnButtonPressEvent ( Gdk.EventButton evnt ) : bool
evnt Gdk.EventButton
Résultat bool

OnButtonReleaseEvent() protected méthode

protected OnButtonReleaseEvent ( Gdk.EventButton evnt ) : bool
evnt Gdk.EventButton
Résultat bool

OnDestroyed() protected méthode

protected OnDestroyed ( ) : void
Résultat void

OnExposeEvent() protected méthode

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

OnMotionNotifyEvent() protected méthode

protected OnMotionNotifyEvent ( Gdk.EventMotion evnt ) : bool
evnt Gdk.EventMotion
Résultat bool