C# Класс Hyena.Gui.WindowDecorator

Наследование: IDisposable
Показать файл Открыть проект

Открытые методы

Метод Описание
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