Sets our main struct and passes it to the parent class
This function specifies the callback function to be called when the widget corresponding to a GtkAccessible is destroyed.
the main Gtk struct as a void*
Gets the GtkWidget corresponding to the GtkAccessible. The returned widget does not have a reference added, so you do not need to unref it. Since 2.22
Sets the GtkWidget corresponding to the GtkAccessible. Since 2.22
the main Gtk struct
the main Gtk struct
the main Gtk struct as a void*
The "active-descendant-changed" signal is emitted by an object which has the state ATK_STATE_MANAGES_DESCENDANTS when the focus object in the object changes. For instance, a table will emit the signal when the cell in the table which has focus changes.
The signal "children-changed" is emitted when a child is added or removed form an object. It supports two details: "add" and "remove"
The signal "focus-event" is emitted when an object gains or loses focus.
The signal "property-change" is emitted when an object's property value changes. The detail identifies the name of the property whose value has changed.
The "state-change" signal is emitted when an object's state changes. The detail value identifies the state type which has changed.
The "visible-data-changed" signal is emitted when the visual appearance of the object changed. See Also See also: AtkObjectFactory, AtkRegistry. ( GTK+ users see also GtkAccessible).
Registers the role specified by name.
Gets a reference to an object's AtkObject implementation, if the object implements AtkObjectIface
Gets the accessible name of the accessible.
Gets the accessible description of the accessible.
Gets the accessible parent of the accessible.
Gets the number of accessible children of the accessible.
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.
Gets the AtkRelationSet associated with the object.
Warning atk_object_get_layer is deprecated and should not be used in newly-written code. Use atk_component_get_layer instead. Gets the layer of the accessible.
Warning atk_object_get_mdi_zorder is deprecated and should not be used in newly-written code. Use atk_component_get_mdi_zorder instead. Gets the zorder of the accessible. The value G_MININT will be returned if the layer of the accessible is not ATK_LAYER_MDI.
Gets the role of the accessible.
Gets a reference to the state set of the accessible; the caller must unreference it when it is no longer needed.
Gets the 0-based index of this accessible in its parent; returns -1 if the accessible does not have an accessible parent.
Sets the accessible name of the accessible.
Sets the accessible description of the accessible.
Sets the accessible parent of the accessible.
Sets the role of the accessible.
Specifies a function to be called when a property changes value.
Removes a property change handler.
Emits a state-change signal for the specified state.
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
Adds a relationship of the specified type with the specified target.
Removes a relationship of the specified type with the specified target.
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. Since 1.12
Gets the description string describing the AtkRole role.
Gets the localized description string describing the AtkRole role.
Get the AtkRole type corresponding to a rolew name.
Description