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

Inheritance: Gtk.DrawingArea
Mostra file Open project: powerumc/monodevelop_korean

Public Methods

Method Description
DiffScrollbar ( EditorCompareWidgetBase widget, MonoTextEditor editor, bool useLeftDiff, bool paintInsert ) : System
MouseMove ( double y ) : 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

Private Methods

Method 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 method

public DiffScrollbar ( EditorCompareWidgetBase widget, MonoTextEditor editor, bool useLeftDiff, bool paintInsert ) : System
widget EditorCompareWidgetBase
editor MonoTextEditor
useLeftDiff bool
paintInsert bool
return System

MouseMove() public method

public MouseMove ( double y ) : void
y double
return void

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