C# Class Hyena.Gui.BaseWidgetAccessible

Inheritance: Gtk.Accessible, Atk.ComponentImplementor
Afficher le fichier Open project: rubenv/tripod

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
OnRefStateSet ( ) : Atk.StateSet

Private Methods

Méthode 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 méthode

public AddFocusHandler ( Atk handler ) : uint
handler Atk
Résultat uint

BaseWidgetAccessible() public méthode

public BaseWidgetAccessible ( Gtk widget ) : System
widget Gtk
Résultat System

Contains() public méthode

public Contains ( int x, int y, Atk coordType ) : bool
x int
y int
coordType Atk
Résultat bool

GetExtents() public méthode

public GetExtents ( int &x, int &y, int &w, int &h, Atk coordType ) : void
x int
y int
w int
h int
coordType Atk
Résultat void

GetPosition() public méthode

public GetPosition ( int &x, int &y, Atk coordType ) : void
x int
y int
coordType Atk
Résultat void

GetSize() public méthode

public GetSize ( int &w, int &h ) : void
w int
h int
Résultat void

GrabFocus() public méthode

public GrabFocus ( ) : bool
Résultat bool

OnRefStateSet() protected méthode

protected OnRefStateSet ( ) : Atk.StateSet
Résultat Atk.StateSet

RefAccessibleAtPoint() public méthode

public RefAccessibleAtPoint ( int x, int y, Atk coordType ) : Atk.Object
x int
y int
coordType Atk
Résultat Atk.Object

RemoveFocusHandler() public méthode

public RemoveFocusHandler ( uint handlerId ) : void
handlerId uint
Résultat void

SetExtents() public méthode

public SetExtents ( int x, int y, int w, int h, Atk coordType ) : bool
x int
y int
w int
h int
coordType Atk
Résultat bool

SetPosition() public méthode

public SetPosition ( int x, int y, Atk coordType ) : bool
x int
y int
coordType Atk
Résultat bool

SetSize() public méthode

public SetSize ( int w, int h ) : bool
w int
h int
Résultat bool