Class

GtkTreeViewAccessible

Description

class Gtk.TreeViewAccessible : Gtk.ContainerAccessible
 implements Atk.Component, Atk.Selection, Atk.Table, Gtk.CellAccessibleParent {
 GtkTreeViewAccessiblePrivate* priv
}

No description available.

Hierarchy

hierarchy this GtkTreeViewAccessible implements_0 AtkComponent this--implements_0 implements_1 AtkSelection this--implements_1 implements_2 AtkTable this--implements_2 implements_3 GtkCellAccessibleParent this--implements_3 ancestor_0 GtkContainerAccessible ancestor_0--this ancestor_1 GtkWidgetAccessible ancestor_1--ancestor_0 ancestor_2 GtkAccessible ancestor_2--ancestor_1 ancestor_3 AtkObject ancestor_3--ancestor_2 ancestor_4 GObject ancestor_4--ancestor_3

Ancestors

Implements

Instance methods

Methods inherited from GtkAccessible (3)
gtk_accessible_connect_widget_destroyed

This function specifies the callback function to be called when the widget corresponding to a GtkAccessible is destroyed.

deprecated: 3.4

gtk_accessible_get_widget

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

gtk_accessible_set_widget

Sets the GtkWidget corresponding to the GtkAccessible.

since: 2.22

Methods inherited from (26)

Please see for a full list of methods.

Methods inherited from (43)

Please see for a full list of methods.

Methods inherited from (16)

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.

Checks whether the specified point is within the extent of the component.

Returns the alpha value (i.e. the opacity) for this component, on a scale from 0 (fully transparent) to 1.0 (fully opaque).

Gets the rectangle which gives the extent of the component.

Gets the layer 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.

Gets the position of component in the form of a point specifying components top-left corner.

Gets the size of the component in terms of width and height.

Grabs focus for this component.

Gets a reference to the accessible child, if one exists, at the coordinate point specified by x and y.

Remove the handler specified by handler_id from the list of functions to be executed when this object receives focus events (in or out).

Makes component visible on the screen by scrolling all necessary parents.

Move the top-left of component to a given position of the screen by scrolling all necessary parents.

Sets the extents of component.

Sets the position of component.

Set the size of the component in terms of width and height.

Methods inherited from (7)

Adds the specified accessible child of the object to the object’s selection.

Clears the selection in the object so that no children in the object are selected.

Gets the number of accessible children currently selected. Note: callers should not rely on NULL or on a zero value for indication of whether AtkSelectionIface is implemented, they should use type checking/interface checking macros or the atk_get_accessible_value() convenience method.

Determines if the current child of this object is selected Note: callers should not rely on NULL or on a zero value for indication of whether AtkSelectionIface is implemented, they should use type checking/interface checking macros or the atk_get_accessible_value() convenience method.

Gets a reference to the accessible object representing the specified selected child of the object. Note: callers should not rely on NULL or on a zero value for indication of whether AtkSelectionIface is implemented, they should use type checking/interface checking macros or the atk_get_accessible_value() convenience method.

Removes the specified child of the object from the object’s selection.

Causes every child of the object to be selected if the object supports multiple selections.

Methods inherited from (29)

Please see for a full list of methods.

Methods inherited from GtkCellAccessibleParent (12)
gtk_cell_accessible_parent_activate
No description available.
gtk_cell_accessible_parent_edit
No description available.
gtk_cell_accessible_parent_expand_collapse
No description available.
gtk_cell_accessible_parent_get_cell_area
No description available.
gtk_cell_accessible_parent_get_cell_extents
No description available.
gtk_cell_accessible_parent_get_cell_position
No description available.
gtk_cell_accessible_parent_get_child_index
No description available.
gtk_cell_accessible_parent_get_column_header_cells
No description available.
gtk_cell_accessible_parent_get_renderer_state
No description available.
gtk_cell_accessible_parent_get_row_header_cells
No description available.
gtk_cell_accessible_parent_grab_focus
No description available.
gtk_cell_accessible_parent_update_relationset
No description available.

Properties

Properties inherited from GtkAccessible (1)
Gtk.Accessible:widget
No description available.
Properties inherited from (15)
No description available.
No description available.
No description available.
No description available.
No description available.
No description available.
No description available.

Table caption.

No description available.

Accessible table column description.

Accessible table column header.

Accessible table row description.

Accessible table row header.

No description available.

Numeric value of this object, in case being and AtkValue.

Signals

Signals inherited from (8)

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 “announcement” signal can be emitted to pass an announcement on to be read by a screen reader.

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 gained or lost focus.

The “notification” signal can be emitted to pass an announcement on to be read by a screen reader.

The signal “property-change” is emitted when an object’s property value changes. arg1 contains an AtkPropertyValues with the name and the new value of the property whose value has changed. Note that, as with GObject notify, getting this signal does not guarantee that the value of the property has actually changed; it may also be emitted when the setter of the property is called to reinstate the previous value.

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.

Signals inherited from (1)

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Signals inherited from (1)

The ‘bounds-changed” signal is emitted when the bposition or size of the component changes.

Signals inherited from (1)

The “selection-changed” signal is emitted by an object which implements AtkSelection interface when the selection changes.

Signals inherited from (7)

The “column-deleted” signal is emitted by an object which implements the AtkTable interface when a column is deleted.

The “column-inserted” signal is emitted by an object which implements the AtkTable interface when a column is inserted.

The “column-reordered” signal is emitted by an object which implements the AtkTable interface when the columns are reordered.

The “model-changed” signal is emitted by an object which implements the AtkTable interface when the model displayed by the table changes.

The “row-deleted” signal is emitted by an object which implements the AtkTable interface when a row is deleted.

The “row-inserted” signal is emitted by an object which implements the AtkTable interface when a row is inserted.

The “row-reordered” signal is emitted by an object which implements the AtkTable interface when the rows are reordered.

Class structure

struct GtkTreeViewAccessibleClass {
 GtkContainerAccessibleClass parent_class;
 
}

No description available.

Class members
parent_class: GtkContainerAccessibleClass

No description available.

AltStyle によって変換されたページ (->オリジナル) /