GObject.Object
Atk.Object
Atk.Socket
Import line: | Atk = imports.gi.Atk; |
GIR File: | Atk-1.0.gir |
C documentation: | AtkSocket |
Class : | Socket |
Implements: | Atk.Component |
Extends: | Atk.Object |
Properties | Defined By | |
---|---|---|
accessible_component_layer : gint32
read only
|
Atk.Object | |
accessible_component_mdi_zorder : gint32
read only
|
Atk.Object | |
accessible_description : String
|
Atk.Object | |
accessible_hypertext_nlinks : gint32
read only
|
Atk.Object | |
accessible_name : String
|
Atk.Object | |
accessible_parent : Atk.Object
|
Atk.Object | |
accessible_role : gint32
|
Atk.Object | |
accessible_table_caption : String
|
Atk.Object | |
accessible_table_caption_object : Atk.Object
|
Atk.Object | |
accessible_table_column_description : String
|
Atk.Object | |
accessible_table_column_header : Atk.Object
|
Atk.Object | |
accessible_table_row_description : String
|
Atk.Object | |
accessible_table_row_header : Atk.Object
|
Atk.Object | |
accessible_table_summary : Atk.Object
|
Atk.Object | |
accessible_value : gdouble
|
Atk.Object | |
description : String
read only
|
Atk.Object | |
embedded_plug_id : String
read only
|
Atk.Socket | |
layer : Atk.Layer
read only
|
Atk.Object | |
name : String
read only
|
Atk.Object | |
parent : Atk.Object
read only
|
Atk.Socket | |
relation_set : Atk.RelationSet
read only
|
Atk.Object | |
role : Atk.Role
read only
|
Atk.Object |
Method / Constructor | Defined By | |
---|---|---|
new Atk.Socket
(Object properties)
Create a new Atk.Socket
Create a new Atk.Socket
|
||
Adds a relationship of the specified type with the specified target.
Adds a relationship of the specified type with the specified target.
Returns TRUE if the relationship is added.
|
Atk.Object | |
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 | |
embed
(String plug_id)
:
none
Embeds the children of an AtkPlug as the children of the AtkSocket.
Embeds the children of an AtkPlug as the children of the AtkSocket. The
plug may be in the same process or in a different process.
|
Atk.Socket | |
get_alpha
()
:
gdouble
Returns the alpha value (i.e.
Returns the alpha value (i.e. the opacity) for this
(fully opaque).
|
Atk.Component | |
get_attributes
()
:
Array
Get a list of properties applied to this object as a whole, as an AtkAttributeSet consisting of
name-value pairs.
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. properties/annotations applied to the object, or an empty set if the object has no name-value pair attributes assigned to it.
|
Atk.Object | |
get_description
()
:
String
Gets the accessible description of the accessible.
Gets the accessible description of the accessible.
of the accessible.
|
Atk.Object | |
Gets the rectangle which gives the extent of the component.
Gets the rectangle which gives the extent of the component.
|
Atk.Component | |
get_index_in_parent
()
:
gint32
Gets the 0-based index of this accessible in its parent; returns -1 if the
accessible does not have an accessible 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
()
:
Atk.Layer
Gets the layer of the component.
Gets the layer of the component.
|
Atk.Component | |
get_mdi_zorder
()
:
gint32
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 | |
get_n_accessible_children
()
:
gint32
Gets the number of accessible children of the accessible.
Gets the number of accessible children of the accessible.
of the accessible.
|
Atk.Object | |
get_name
()
:
String
Gets the accessible name of the accessible.
Gets the accessible name of the accessible.
|
Atk.Object | |
get_parent
()
:
Atk.Object
Gets the accessible parent of the accessible.
Gets the accessible parent of the accessible.
of the accessible
|
Atk.Object | |
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_role
()
:
Atk.Role
Gets the role of the accessible.
Gets the role of the accessible.
|
Atk.Object | |
Atk.Component | ||
grab_focus
()
:
gboolean
Grabs focus for this component.
Grabs focus for this component.
|
Atk.Component | |
initialize
(void* data)
:
none
This function is called when implementing subclasses of AtkObject.
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 | |
is_occupied
()
:
gboolean
Determines whether or not the socket has an embedded plug.
Determines whether or not the socket has an embedded plug.
|
Atk.Socket | |
Emits a state-change signal for the specified state.
|
Atk.Object | |
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 | |
ref_accessible_child
(gint32 i)
:
Atk.Object
Gets a reference to the specified accessible child of the object.
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. accessible child of the accessible.
|
Atk.Object | |
ref_relation_set
()
:
Atk.RelationSet
Gets the AtkRelationSet associated with the object.
Gets the AtkRelationSet associated with the object.
of the object.
|
Atk.Object | |
ref_state_set
()
:
Atk.StateSet
Gets a reference to the state set of the accessible; the caller must
unreference it when it is no longer needed.
Gets a reference to the state set of the accessible; the caller must
unreference it when it is no longer needed. set of the accessible
|
Atk.Object | |
remove_focus_handler
(guint32 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 | |
remove_property_change_handler
(guint32 handler_id)
:
none
Removes a property change handler.
Removes a property change handler.
|
Atk.Object | |
Removes a relationship of the specified type with the specified target.
Removes a relationship of the specified type with the specified target.
Returns TRUE if the relationship is removed.
|
Atk.Object | |
set_description
(String description)
:
none
Sets the accessible description of the accessible.
Sets the accessible description of the accessible.
|
Atk.Object | |
Sets the extents of component.
Sets the extents of component.
|
Atk.Component | |
set_name
(String name)
:
none
Sets the accessible name of the accessible.
Sets the accessible name of the accessible.
|
Atk.Object | |
set_parent
(Object parent)
:
none
Sets the accessible parent of the accessible.
Sets the accessible parent of the accessible.
|
Atk.Object | |
Sets the postition of component.
Sets the postition of component.
|
Atk.Component | |
set_role
(Role role)
:
none
Sets the role of the accessible.
Sets the role of the accessible.
|
Atk.Object | |
Set the size of the component in terms of width and height.
|
Atk.Component |
Event | Defined By | |
---|---|---|
|
Atk.Object | |
|
Atk.Component | |
|
Atk.Object | |
|
Atk.Object | |
|
Atk.Object | |
|
Atk.Object | |
visible_data_changed (Object self)
:
none
|
Atk.Object |