Class
AtkPlug
Ancestors
- AtkObject
- GObject
Instance methods
atk_plug_get_id
Gets the unique ID of an AtkPlug object, which can be used to
embed inside of an AtkSocket using atk_socket_embed().
Available since: 1.30
atk_plug_set_child
Sets child as accessible child of plug and plug as accessible parent of
child. child can be NULL.
Available since: 2.35.0
Methods inherited from AtkObject (26)
atk_object_add_relationship
Adds a relationship of the specified type with the specified target.
atk_object_connect_property_change_handler
Calls handler on property changes.
Deprecated since: 2.12
atk_object_get_accessible_id
Gets the accessible id of the accessible.
Available since: 2.34
atk_object_get_attributes
Get a list of properties applied to this object as a whole, as an AtkAttributeSet consisting of
name-value pairs. As such these attributes may be considered weakly-typed properties or annotations,
as distinct from strongly-typed object data available via other get/set methods.
Not all objects have explicit “name-value pair” AtkAttributeSet properties.
Available since: 1.12
atk_object_get_description
Gets the accessible description of the accessible.
atk_object_get_index_in_parent
Gets the 0-based index of this accessible in its parent; returns -1 if the accessible does not have an accessible parent.
atk_object_get_layer
Gets the layer of the accessible.
atk_object_get_mdi_zorder
Gets the zorder of the accessible. The value G_MININT will be returned if the layer of the accessible is not ATK_LAYER_MDI.
atk_object_get_n_accessible_children
Gets the number of accessible children of the accessible.
atk_object_get_name
Gets the accessible name of the accessible.
atk_object_get_object_locale
Gets a UTF-8 string indicating the POSIX-style LC_MESSAGES locale
of accessible.
Available since: 2.8
atk_object_get_parent
Gets the accessible parent of the accessible. By default this is
the one assigned with atk_object_set_parent(), but it is assumed
that ATK implementors have ways to get the parent of the object
without the need of assigning it manually with
atk_object_set_parent(), and will return it with this method.
atk_object_get_role
Gets the role of the accessible.
atk_object_initialize
This function is called when implementing subclasses of AtkObject.
It does initialization required for the new object. It is intended
that this function should called only in the …_new() functions used
to create an instance of a subclass of AtkObject.
atk_object_notify_state_change
Emits a state-change signal for the specified state.
atk_object_peek_parent
Gets the accessible parent of the accessible, if it has been
manually assigned with atk_object_set_parent. Otherwise, this
function returns NULL.
atk_object_ref_accessible_child
Gets a reference to the specified accessible child of the object. The accessible children are 0-based so the first accessible child is at index 0, the second at index 1 and so on.
atk_object_ref_relation_set
Gets the AtkRelationSet associated with the object.
atk_object_ref_state_set
Gets a reference to the state set of the accessible; the caller must unreference it when it is no longer needed.
atk_object_remove_property_change_handler
Removes a property change handler.
Deprecated since: 2.12
atk_object_remove_relationship
Removes a relationship of the specified type with the specified target.
atk_object_set_accessible_id
Sets the accessible ID of the accessible. This is not meant to be presented to the user, but to be an ID which is stable over application development. Typically, this is the gtkbuilder ID. Such an ID will be available for instance to identify a given well-known accessible object for tailored screen reading, or for automatic regression testing.
Available since: 2.34
atk_object_set_description
Sets the accessible description of the accessible. You can’t set the description to NULL. This is reserved for the initial value. In this aspect NULL is similar to ATK_ROLE_UNKNOWN. If you want to set the name to a empty value you can use “”.
Methods inherited from AtkComponent (16)
atk_component_add_focus_handler
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.
Deprecated since: 2.9.4
atk_component_contains
Checks whether the specified point is within the extent of the component.
atk_component_get_alpha
Returns the alpha value (i.e. the opacity) for this
component, on a scale from 0 (fully transparent) to 1.0
(fully opaque).
Available since: 1.12
atk_component_get_extents
Gets the rectangle which gives the extent of the component.
atk_component_get_layer
Gets the layer of the component.
atk_component_get_mdi_zorder
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.
atk_component_get_position
Gets the position of component in the form of
a point specifying component‘s top-left corner.
atk_component_get_size
Gets the size of the component in terms of width and height.
atk_component_grab_focus
Grabs focus for this component.
atk_component_ref_accessible_at_point
Gets a reference to the accessible child, if one exists, at the
coordinate point specified by x and y.
atk_component_remove_focus_handler
Remove the handler specified by handler_id from the list of
functions to be executed when this object receives focus events
(in or out).
Deprecated since: 2.9.4
atk_component_scroll_to
Makes component visible on the screen by scrolling all necessary parents.
Available since: 2.30
atk_component_scroll_to_point
Move the top-left of component to a given position of the screen by
scrolling all necessary parents.
Available since: 2.30
atk_component_set_extents
Sets the extents of component.
atk_component_set_position
Sets the position of component.
atk_component_set_size
Set the size of the component in terms of width and height.
Class structure
struct AtkPlugClass {
AtkObjectClass parent_class;
gchar* (* get_object_id) (
AtkPlug* obj
);
}
Class members
parent_class |
|
| No description available. | |
get_object_id |
|
| No description available. |