C# Class Hyena.Gui.WindowDecorator

Inheritance: IDisposable
Afficher le fichier Open project: abock/cubano

Méthodes publiques

Méthode Description
Dispose ( ) : void
Render ( Cairo cr ) : void
WindowDecorator ( Gtk window ) : System

Private Methods

Méthode Description
DestroyCursors ( ) : void
GetCursor ( CursorType type ) : Gdk.Cursor
InBottom ( double y ) : bool
InLeft ( double x ) : bool
InRight ( double x ) : bool
InTop ( double y ) : bool
OnButtonPressEvent ( object o, ButtonPressEventArgs args ) : void
OnButtonReleaseEvent ( object o, Gtk.ButtonReleaseEventArgs args ) : void
OnEnterNotifyEvent ( object o, Gtk.EnterNotifyEventArgs args ) : void
OnLeaveNotifyEvent ( object o, Gtk.LeaveNotifyEventArgs args ) : void
OnMotionNotifyEvent ( object o, Gtk.MotionNotifyEventArgs args ) : void
OnSizeAllocated ( object o, Gtk.SizeAllocatedArgs args ) : void
ResetCursor ( ) : void
SetCursor ( CursorType type ) : void
TranslatePosition ( Gdk current, double eventX, double eventY, int &x, int &y ) : void
UpdateCursor ( double x, double y, bool updateResize ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Render() public méthode

public Render ( Cairo cr ) : void
cr Cairo
Résultat void

WindowDecorator() public méthode

public WindowDecorator ( Gtk window ) : System
window Gtk
Résultat System