Import line: | Atk = imports.gi.Atk; |
GIR File: | Atk-1.0.gir |
C documentation: | AtkComponent |
Interface : | Component |
Implementations: | Atk.NoOpObject, Atk.Plug, Atk.Socket |
Show / Hide Inherited methods, properties and signals |
None |
Method / Constructor | Defined By | |
---|---|---|
Add the specified handler to the set of functions to be called when this object receives focus events (in or out).
Add the specified handler to the set of functions to be called when this object receives focus events (in or out). If the handler is already added it is not added again or zero if the handler was already added.
|
Atk.Component | |
Checks whether the specified point is within the extent of the component.
Checks whether the specified point is within the extent of the component. the extent of the component or not
|
Atk.Component | |
get_alpha
()
:
Number
Returns the alpha value (i.e.
Returns the alpha value (i.e. the opacity) for this (fully opaque).
|
Atk.Component | |
Gets the rectangle which gives the extent of the component.
Gets the rectangle which gives the extent of the component.
|
Atk.Component | |
get_layer
()
:
Atk.Layer
Gets the layer of the component.
Gets the layer of the component.
|
Atk.Component | |
get_mdi_zorder
()
:
Number
Gets the zorder of the component.
Gets the zorder of the component. The value G_MININT will be returned if the layer of the component is not ATK_LAYER_MDI or ATK_LAYER_WINDOW. which the component is shown in relation to other components in the same container.
|
Atk.Component | |
Gets the position of component in the form of a point specifying component's top-left corner.
Gets the position of component in the form of a point specifying component's top-left corner.
|
Atk.Component | |
get_size
()
:
Object
|
Atk.Component | |
grab_focus
()
:
Boolean
Grabs focus for this component.
Grabs focus for this component.
|
Atk.Component | |
Gets a reference to the accessible child, if one exists, at the coordinate point specified by x and y.
Gets a reference to the accessible child, if one exists, at the coordinate point specified by x and y.
|
Atk.Component | |
remove_focus_handler
(Number handler_id)
:
none
Remove the handler specified by handler_id from the list of functions to be executed when this object receives focus events (in or out).
Remove the handler specified by handler_id from the list of functions to be executed when this object receives focus events (in or out).
|
Atk.Component | |
Atk.Component | ||
Sets the postition of component.
Sets the postition of component.
|
Atk.Component | |
Atk.Component |
Event | Defined By | |
---|---|---|
|
Atk.Component |