C# Class Hyena.Gui.WindowDecorator

Inheritance: IDisposable
Datei anzeigen Open project: abock/cubano

Public Methods

Method Description
Dispose ( ) : void
Render ( Cairo cr ) : void
WindowDecorator ( Gtk window ) : System

Private Methods

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

public Dispose ( ) : void
return void

Render() public method

public Render ( Cairo cr ) : void
cr Cairo
return void

WindowDecorator() public method

public WindowDecorator ( Gtk window ) : System
window Gtk
return System