C# Class MonoDevelop.Components.PathBar

Inheritance: Gtk.DrawingArea
Afficher le fichier Open project: LogosBible/monodevelop Class Usage Examples

Méthodes publiques

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

Méthodes protégées

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

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

public Destroy ( ) : void
Résultat void

GetHoverXPosition() public méthode

public GetHoverXPosition ( int &w ) : int
w int
Résultat int

HideMenu() public méthode

public HideMenu ( ) : void
Résultat void

IndexOf() public méthode

public IndexOf ( PathEntry entry ) : int
entry PathEntry
Résultat int

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

OnEnterNotifyEvent() protected méthode

protected OnEnterNotifyEvent ( Gdk.EventCrossing evnt ) : bool
evnt Gdk.EventCrossing
Résultat bool

OnExposeEvent() protected méthode

protected OnExposeEvent ( Gdk.EventExpose evnt ) : bool
evnt Gdk.EventExpose
Résultat bool

OnLeaveNotifyEvent() protected méthode

protected OnLeaveNotifyEvent ( Gdk.EventCrossing evnt ) : bool
evnt Gdk.EventCrossing
Résultat bool

OnMotionNotifyEvent() protected méthode

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

OnSizeRequested() protected méthode

protected OnSizeRequested ( Requisition &requisition ) : void
requisition Requisition
Résultat void

OnStyleSet() protected méthode

protected OnStyleSet ( Gtk.Style previous ) : void
previous Gtk.Style
Résultat void

PathBar() public méthode

public PathBar ( Widget>.Func createMenuForItem ) : System
createMenuForItem Widget>.Func
Résultat System

SetActive() public méthode

public SetActive ( int index ) : void
index int
Résultat void

SetPath() public méthode

public SetPath ( PathEntry path ) : void
path PathEntry
Résultat void