C# 클래스 Hyena.Gui.WindowDecorator

상속: IDisposable
파일 보기 프로젝트 열기: abock/cubano

공개 메소드들

메소드 설명
Dispose ( ) : void
Render ( Cairo cr ) : void
WindowDecorator ( Gtk window ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Render() 공개 메소드

public Render ( Cairo cr ) : void
cr Cairo
리턴 void

WindowDecorator() 공개 메소드

public WindowDecorator ( Gtk window ) : System
window Gtk
리턴 System