Method | Description | |
---|---|---|
AddFocusHandler ( Atk handler ) : uint | ||
ComponentImplementorHelper ( |
||
Contains ( int x, int y, Atk coordType ) : bool | ||
GetExtents ( int &x, int &y, int &width, int &height, Atk coordType ) : void | ||
GetPosition ( int &x, int &y, Atk coordType ) : void | ||
GetSize ( int &width, int &height ) : void | ||
GrabFocus ( ) : bool | ||
RefAccessibleAtPoint ( int x, int y, Atk coordType ) : Atk.Object | ||
RemoveFocusHandler ( uint handler_id ) : void | ||
SetExtents ( int x, int y, int width, int height, Atk coordType ) : bool | ||
SetPosition ( int x, int y, Atk coordType ) : bool | ||
SetSize ( int width, int height ) : bool |
public AddFocusHandler ( Atk handler ) : uint | ||
handler | Atk | |
return | uint |
public ComponentImplementorHelper ( |
||
resource | ||
return | System |
public Contains ( int x, int y, Atk coordType ) : bool | ||
x | int | |
y | int | |
coordType | Atk | |
return | bool |
public GetExtents ( int &x, int &y, int &width, int &height, Atk coordType ) : void | ||
x | int | |
y | int | |
width | int | |
height | int | |
coordType | Atk | |
return | void |
public GetPosition ( int &x, int &y, Atk coordType ) : void | ||
x | int | |
y | int | |
coordType | Atk | |
return | void |
public GetSize ( int &width, int &height ) : void | ||
width | int | |
height | int | |
return | void |
public RefAccessibleAtPoint ( int x, int y, Atk coordType ) : Atk.Object | ||
x | int | |
y | int | |
coordType | Atk | |
return | Atk.Object |
public RemoveFocusHandler ( uint handler_id ) : void | ||
handler_id | uint | |
return | void |
public SetExtents ( int x, int y, int width, int height, Atk coordType ) : bool | ||
x | int | |
y | int | |
width | int | |
height | int | |
coordType | Atk | |
return | bool |
public SetPosition ( int x, int y, Atk coordType ) : bool | ||
x | int | |
y | int | |
coordType | Atk | |
return | bool |
public SetSize ( int width, int height ) : bool | ||
width | int | |
height | int | |
return | bool |