C# Class MonoDevelop.Components.PathBar

Inheritance: Gtk.DrawingArea
Exibir arquivo Open project: LogosBible/monodevelop Class Usage Examples

Public Methods

Method Description
Destroy ( ) : void
GetHoverXPosition ( int &w ) : int
HideMenu ( ) : void
IndexOf ( PathEntry entry ) : int
PathBar ( Widget>.Func createMenuForItem ) : System
SetActive ( int index ) : void
SetPath ( PathEntry path ) : void

Protected Methods

Method Description
OnButtonPressEvent ( Gdk.EventButton evnt ) : bool
OnButtonReleaseEvent ( Gdk.EventButton evnt ) : bool
OnEnterNotifyEvent ( Gdk.EventCrossing evnt ) : bool
OnExposeEvent ( Gdk.EventExpose evnt ) : bool
OnLeaveNotifyEvent ( Gdk.EventCrossing evnt ) : bool
OnMotionNotifyEvent ( Gdk.EventMotion evnt ) : bool
OnSizeRequested ( Requisition &requisition ) : void
OnStyleSet ( Gtk.Style previous ) : void

Private Methods

Method Description
ArrSame ( PathEntry a, PathEntry b ) : bool
CreateWidthArray ( int result, int index, PathEntry path ) : void
DrawButtonBorder ( Cairo ctx, double x, double width ) : void
DrawPathSeparator ( Cairo ctx, double x, double y, double size ) : void
EnsureLayout ( ) : void
EnsureWidths ( ) : void
GetItemAt ( int x, int y ) : int
KillLayout ( ) : void
PositionFunc ( Gtk.Menu mn, int &x, int &y, bool &push_in ) : void
PositionWidget ( Gtk widget ) : void
ReduceWidths ( int overflow ) : int[]
SetHover ( int i ) : void
ShowMenu ( ) : void

Method Details

Destroy() public method

public Destroy ( ) : void
return void

GetHoverXPosition() public method

public GetHoverXPosition ( int &w ) : int
w int
return int

HideMenu() public method

public HideMenu ( ) : void
return void

IndexOf() public method

public IndexOf ( PathEntry entry ) : int
entry PathEntry
return int

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

OnEnterNotifyEvent() protected method

protected OnEnterNotifyEvent ( Gdk.EventCrossing evnt ) : bool
evnt Gdk.EventCrossing
return bool

OnExposeEvent() protected method

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

OnLeaveNotifyEvent() protected method

protected OnLeaveNotifyEvent ( Gdk.EventCrossing evnt ) : bool
evnt Gdk.EventCrossing
return bool

OnMotionNotifyEvent() protected method

protected OnMotionNotifyEvent ( Gdk.EventMotion evnt ) : bool
evnt Gdk.EventMotion
return bool

OnSizeRequested() protected method

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

OnStyleSet() protected method

protected OnStyleSet ( Gtk.Style previous ) : void
previous Gtk.Style
return void

PathBar() public method

public PathBar ( Widget>.Func createMenuForItem ) : System
createMenuForItem Widget>.Func
return System

SetActive() public method

public SetActive ( int index ) : void
index int
return void

SetPath() public method

public SetPath ( PathEntry path ) : void
path PathEntry
return void