Interface

AtspiComponent

Description

interface Atspi.Component : GObject.Object

No description available.

Prerequisite

In order to implement Component, your type must inherit fromGObject.

Implementations

Instance methods

atspi_component_contains

Queries whether a given AtspiComponent contains a particular point.

atspi_component_get_accessible_at_point

Gets the accessible child at a given coordinate within an AtspiComponent.

atspi_component_get_alpha

Gets the opacity/alpha value of a component, if alpha blending is in use.

atspi_component_get_extents

Gets the bounding box of the specified AtspiComponent. The returned values are meaningful only if the Component has both STATE_VISIBLE and STATE_SHOWING.

atspi_component_get_layer

Queries which layer the component is painted into, to help determine its visibility in terms of stacking order.

atspi_component_get_mdi_z_order

Queries the z stacking order of a component which is in the MDI or window layer. (Bigger z-order numbers mean nearer the top)

atspi_component_get_position

Gets the minimum x and y coordinates of the specified AtspiComponent. The returned values are meaningful only if the Component has both STATE_VISIBLE and STATE_SHOWING.

atspi_component_get_size

Gets the size of the specified AtspiComponent. The returned values are meaningful only if the Component has both STATE_VISIBLE and STATE_SHOWING.

atspi_component_grab_focus

Attempts to set the keyboard input focus to the specified AtspiComponent.

atspi_component_scroll_to

Scrolls whatever container of the AtspiComponent object so it becomes visible on the screen.

atspi_component_scroll_to_point

Scrolls whatever container of the AtspiComponent object so it becomes visible on the screen at a given position.

atspi_component_set_extents

Moves and resizes the specified component.

atspi_component_set_position

Moves the component to the specified position.

atspi_component_set_size

Resizes the specified component to the given coordinates.