C# Class Hyena.Gui.BaseWidgetAccessible

Inheritance: Gtk.Accessible, Atk.ComponentImplementor
Mostra file Open project: rubenv/tripod

Public Methods

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

Protected Methods

Method Description
OnRefStateSet ( ) : Atk.StateSet

Private Methods

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

Method Details

AddFocusHandler() public method

public AddFocusHandler ( Atk handler ) : uint
handler Atk
return uint

BaseWidgetAccessible() public method

public BaseWidgetAccessible ( Gtk widget ) : System
widget Gtk
return System

Contains() public method

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

GetExtents() public method

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

GetPosition() public method

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

GetSize() public method

public GetSize ( int &w, int &h ) : void
w int
h int
return void

GrabFocus() public method

public GrabFocus ( ) : bool
return bool

OnRefStateSet() protected method

protected OnRefStateSet ( ) : Atk.StateSet
return Atk.StateSet

RefAccessibleAtPoint() public method

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

RemoveFocusHandler() public method

public RemoveFocusHandler ( uint handlerId ) : void
handlerId uint
return void

SetExtents() public method

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

SetPosition() public method

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

SetSize() public method

public SetSize ( int w, int h ) : bool
w int
h int
return bool