C# 클래스 Hyena.Gui.BaseWidgetAccessible

상속: Gtk.Accessible, Atk.ComponentImplementor
파일 보기 프로젝트 열기: rubenv/tripod

공개 메소드들

메소드 설명
AddFocusHandler ( Atk handler ) : uint
BaseWidgetAccessible ( Gtk widget ) : System
Contains ( int x, int y, Atk coordType ) : bool
GetExtents ( int &x, int &y, int &w, int &h, Atk coordType ) : void
GetPosition ( int &x, int &y, Atk coordType ) : void
GetSize ( int &w, int &h ) : void
GrabFocus ( ) : bool
RefAccessibleAtPoint ( int x, int y, Atk coordType ) : Atk.Object
RemoveFocusHandler ( uint handlerId ) : void
SetExtents ( int x, int y, int w, int h, Atk coordType ) : bool
SetPosition ( int x, int y, Atk coordType ) : bool
SetSize ( int w, int h ) : bool

보호된 메소드들

메소드 설명
OnRefStateSet ( ) : Atk.StateSet

비공개 메소드들

메소드 설명
AddStateIf ( Atk.StateSet s, bool condition, StateType t ) : void
OnAllocated ( object o, EventArgs args ) : void
OnFocus ( object o, EventArgs args ) : void
OnMap ( object o, EventArgs args ) : void
SetSizeAndPosition ( int x, int y, int w, int h, Atk coordType, bool setSize ) : bool

메소드 상세

AddFocusHandler() 공개 메소드

public AddFocusHandler ( Atk handler ) : uint
handler Atk
리턴 uint

BaseWidgetAccessible() 공개 메소드

public BaseWidgetAccessible ( Gtk widget ) : System
widget Gtk
리턴 System

Contains() 공개 메소드

public Contains ( int x, int y, Atk coordType ) : bool
x int
y int
coordType Atk
리턴 bool

GetExtents() 공개 메소드

public GetExtents ( int &x, int &y, int &w, int &h, Atk coordType ) : void
x int
y int
w int
h int
coordType Atk
리턴 void

GetPosition() 공개 메소드

public GetPosition ( int &x, int &y, Atk coordType ) : void
x int
y int
coordType Atk
리턴 void

GetSize() 공개 메소드

public GetSize ( int &w, int &h ) : void
w int
h int
리턴 void

GrabFocus() 공개 메소드

public GrabFocus ( ) : bool
리턴 bool

OnRefStateSet() 보호된 메소드

protected OnRefStateSet ( ) : Atk.StateSet
리턴 Atk.StateSet

RefAccessibleAtPoint() 공개 메소드

public RefAccessibleAtPoint ( int x, int y, Atk coordType ) : Atk.Object
x int
y int
coordType Atk
리턴 Atk.Object

RemoveFocusHandler() 공개 메소드

public RemoveFocusHandler ( uint handlerId ) : void
handlerId uint
리턴 void

SetExtents() 공개 메소드

public SetExtents ( int x, int y, int w, int h, Atk coordType ) : bool
x int
y int
w int
h int
coordType Atk
리턴 bool

SetPosition() 공개 메소드

public SetPosition ( int x, int y, Atk coordType ) : bool
x int
y int
coordType Atk
리턴 bool

SetSize() 공개 메소드

public SetSize ( int w, int h ) : bool
w int
h int
리턴 bool