TreeViewAccessible

Constructors

this
this(void* ptr, Flag!"Take" take)

Members

Functions

self
TreeViewAccessible self()

Returns this, for use in with statements.

Properties

_gType
GType _gType [@property getter]

Static functions

_getGType
GType _getGType()
builder
TreeViewAccessibleGidBuilder builder()

Get builder for gtk.tree_view_accessible.TreeViewAccessible

Mixed In Members

From mixin SelectionT!()

addSelection
bool addSelection(int i)

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

clearSelection
bool clearSelection()

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

getSelectionCount
int getSelectionCount()

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.

isChildSelected
bool isChildSelected(int i)

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.

refSelection
atk.object.ObjectWrap refSelection(int i)

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.

removeSelection
bool removeSelection(int i)

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

selectAllSelection
bool selectAllSelection()

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

connectSelectionChanged
gulong connectSelectionChanged(T callback, Flag!"After" after)

Connect to SelectionChanged signal.

From mixin TableT!()

addColumnSelection
bool addColumnSelection(int column)

Adds the specified column to the selection.

addRowSelection
bool addRowSelection(int row)

Adds the specified row to the selection.

getCaption
atk.object.ObjectWrap getCaption()

Gets the caption for the table.

getColumnAtIndex
int getColumnAtIndex(int index)

Gets a #gint representing the column at the specified index_.

getColumnDescription
string getColumnDescription(int column)

Gets the description text of the specified column in the table

getColumnExtentAt
int getColumnExtentAt(int row, int column)

Gets the number of columns occupied by the accessible object at the specified row and column in the table.

getColumnHeader
atk.object.ObjectWrap getColumnHeader(int column)

Gets the column header of a specified column in an accessible table.

getIndexAt
int getIndexAt(int row, int column)

Gets a #gint representing the index at the specified row and column.

getNColumns
int getNColumns()

Gets the number of columns in the table.

getNRows
int getNRows()

Gets the number of rows in the table.

getRowAtIndex
int getRowAtIndex(int index)

Gets a #gint representing the row at the specified index_.

getRowDescription
string getRowDescription(int row)

Gets the description text of the specified row in the table

getRowExtentAt
int getRowExtentAt(int row, int column)

Gets the number of rows occupied by the accessible object at a specified row and column in the table.

getRowHeader
atk.object.ObjectWrap getRowHeader(int row)

Gets the row header of a specified row in an accessible table.

getSelectedColumns
void getSelectedColumns(int[] selected)

Gets the selected columns of the table by initializing **selected with the selected column numbers. This array should be freed by the caller.

getSelectedRows
void getSelectedRows(int[] selected)

Gets the selected rows of the table by initializing **selected with the selected row numbers. This array should be freed by the caller.

getSummary
atk.object.ObjectWrap getSummary()

Gets the summary description of the table.

isColumnSelected
bool isColumnSelected(int column)

Gets a boolean value indicating whether the specified column is selected

isRowSelected
bool isRowSelected(int row)

Gets a boolean value indicating whether the specified row is selected

isSelected
bool isSelected(int row, int column)

Gets a boolean value indicating whether the accessible object at the specified row and column is selected

refAt
atk.object.ObjectWrap refAt(int row, int column)

Get a reference to the table cell at row, column. This cell should implement the interface #AtkTableCell

removeColumnSelection
bool removeColumnSelection(int column)

Adds the specified column to the selection.

removeRowSelection
bool removeRowSelection(int row)

Removes the specified row from the selection.

setCaption
void setCaption(atk.object.ObjectWrap caption)

Sets the caption for the table.

setColumnDescription
void setColumnDescription(int column, string description)

Sets the description text for the specified column of the table.

setColumnHeader
void setColumnHeader(int column, atk.object.ObjectWrap header)

Sets the specified column header to header.

setRowDescription
void setRowDescription(int row, string description)

Sets the description text for the specified row of table.

setRowHeader
void setRowHeader(int row, atk.object.ObjectWrap header)

Sets the specified row header to header.

setSummary
void setSummary(atk.object.ObjectWrap accessible)

Sets the summary description of the table.

connectColumnDeleted
gulong connectColumnDeleted(T callback, Flag!"After" after)

Connect to ColumnDeleted signal.

connectColumnInserted
gulong connectColumnInserted(T callback, Flag!"After" after)

Connect to ColumnInserted signal.

connectColumnReordered
gulong connectColumnReordered(T callback, Flag!"After" after)

Connect to ColumnReordered signal.

connectModelChanged
gulong connectModelChanged(T callback, Flag!"After" after)

Connect to ModelChanged signal.

connectRowDeleted
gulong connectRowDeleted(T callback, Flag!"After" after)

Connect to RowDeleted signal.

connectRowInserted
gulong connectRowInserted(T callback, Flag!"After" after)

Connect to RowInserted signal.

connectRowReordered
gulong connectRowReordered(T callback, Flag!"After" after)

Connect to RowReordered signal.

From mixin CellAccessibleParentT!()

activate
void activate(gtk.cell_accessible.CellAccessible cell)
edit
void edit(gtk.cell_accessible.CellAccessible cell)
expandCollapse
void expandCollapse(gtk.cell_accessible.CellAccessible cell)
getCellArea
void getCellArea(gtk.cell_accessible.CellAccessible cell, gdk.rectangle.Rectangle cellRect)
getCellExtents
void getCellExtents(gtk.cell_accessible.CellAccessible cell, int x, int y, int width, int height, atk.types.CoordType coordType)
getCellPosition
void getCellPosition(gtk.cell_accessible.CellAccessible cell, int row, int column)
getChildIndex
int getChildIndex(gtk.cell_accessible.CellAccessible cell)
getColumnHeaderCells
atk.object.ObjectWrap[] getColumnHeaderCells(gtk.cell_accessible.CellAccessible cell)
getRendererState
gtk.types.CellRendererState getRendererState(gtk.cell_accessible.CellAccessible cell)
getRowHeaderCells
atk.object.ObjectWrap[] getRowHeaderCells(gtk.cell_accessible.CellAccessible cell)
grabFocus
bool grabFocus(gtk.cell_accessible.CellAccessible cell)
updateRelationset
void updateRelationset(gtk.cell_accessible.CellAccessible cell, atk.relation_set.RelationSet relationset)

Inherited Members

From ContainerAccessible

_getGType
GType _getGType()
_gType
GType _gType [@property getter]
self
ContainerAccessible self()

Returns this, for use in with statements.

builder
ContainerAccessibleGidBuilder builder()

Get builder for gtk.container_accessible.ContainerAccessible

From Selection

_getGType
GType _getGType()
addSelection
bool addSelection(int i)

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

clearSelection
bool clearSelection()

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

getSelectionCount
int getSelectionCount()

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.

isChildSelected
bool isChildSelected(int i)

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.

refSelection
atk.object.ObjectWrap refSelection(int i)

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.

removeSelection
bool removeSelection(int i)

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

selectAllSelection
bool selectAllSelection()

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

connectSelectionChanged
gulong connectSelectionChanged(T callback, Flag!"After" after)

Connect to SelectionChanged signal.

From Table

_getGType
GType _getGType()
addColumnSelection
bool addColumnSelection(int column)

Adds the specified column to the selection.

addRowSelection
bool addRowSelection(int row)

Adds the specified row to the selection.

getCaption
atk.object.ObjectWrap getCaption()

Gets the caption for the table.

getColumnAtIndex
int getColumnAtIndex(int index)

Gets a #gint representing the column at the specified index_.

getColumnDescription
string getColumnDescription(int column)

Gets the description text of the specified column in the table

getColumnExtentAt
int getColumnExtentAt(int row, int column)

Gets the number of columns occupied by the accessible object at the specified row and column in the table.

getColumnHeader
atk.object.ObjectWrap getColumnHeader(int column)

Gets the column header of a specified column in an accessible table.

getIndexAt
int getIndexAt(int row, int column)

Gets a #gint representing the index at the specified row and column.

getNColumns
int getNColumns()

Gets the number of columns in the table.

getNRows
int getNRows()

Gets the number of rows in the table.

getRowAtIndex
int getRowAtIndex(int index)

Gets a #gint representing the row at the specified index_.

getRowDescription
string getRowDescription(int row)

Gets the description text of the specified row in the table

getRowExtentAt
int getRowExtentAt(int row, int column)

Gets the number of rows occupied by the accessible object at a specified row and column in the table.

getRowHeader
atk.object.ObjectWrap getRowHeader(int row)

Gets the row header of a specified row in an accessible table.

getSelectedColumns
void getSelectedColumns(int[] selected)

Gets the selected columns of the table by initializing **selected with the selected column numbers. This array should be freed by the caller.

getSelectedRows
void getSelectedRows(int[] selected)

Gets the selected rows of the table by initializing **selected with the selected row numbers. This array should be freed by the caller.

getSummary
atk.object.ObjectWrap getSummary()

Gets the summary description of the table.

isColumnSelected
bool isColumnSelected(int column)

Gets a boolean value indicating whether the specified column is selected

isRowSelected
bool isRowSelected(int row)

Gets a boolean value indicating whether the specified row is selected

isSelected
bool isSelected(int row, int column)

Gets a boolean value indicating whether the accessible object at the specified row and column is selected

refAt
atk.object.ObjectWrap refAt(int row, int column)

Get a reference to the table cell at row, column. This cell should implement the interface #AtkTableCell

removeColumnSelection
bool removeColumnSelection(int column)

Adds the specified column to the selection.

removeRowSelection
bool removeRowSelection(int row)

Removes the specified row from the selection.

setCaption
void setCaption(atk.object.ObjectWrap caption)

Sets the caption for the table.

setColumnDescription
void setColumnDescription(int column, string description)

Sets the description text for the specified column of the table.

setColumnHeader
void setColumnHeader(int column, atk.object.ObjectWrap header)

Sets the specified column header to header.

setRowDescription
void setRowDescription(int row, string description)

Sets the description text for the specified row of table.

setRowHeader
void setRowHeader(int row, atk.object.ObjectWrap header)

Sets the specified row header to header.

setSummary
void setSummary(atk.object.ObjectWrap accessible)

Sets the summary description of the table.

connectColumnDeleted
gulong connectColumnDeleted(T callback, Flag!"After" after)

Connect to ColumnDeleted signal.

connectColumnInserted
gulong connectColumnInserted(T callback, Flag!"After" after)

Connect to ColumnInserted signal.

connectColumnReordered
gulong connectColumnReordered(T callback, Flag!"After" after)

Connect to ColumnReordered signal.

connectModelChanged
gulong connectModelChanged(T callback, Flag!"After" after)

Connect to ModelChanged signal.

connectRowDeleted
gulong connectRowDeleted(T callback, Flag!"After" after)

Connect to RowDeleted signal.

connectRowInserted
gulong connectRowInserted(T callback, Flag!"After" after)

Connect to RowInserted signal.

connectRowReordered
gulong connectRowReordered(T callback, Flag!"After" after)

Connect to RowReordered signal.

From CellAccessibleParent

_getGType
GType _getGType()
activate
void activate(gtk.cell_accessible.CellAccessible cell)
edit
void edit(gtk.cell_accessible.CellAccessible cell)
expandCollapse
void expandCollapse(gtk.cell_accessible.CellAccessible cell)
getCellArea
void getCellArea(gtk.cell_accessible.CellAccessible cell, gdk.rectangle.Rectangle cellRect)
getCellExtents
void getCellExtents(gtk.cell_accessible.CellAccessible cell, int x, int y, int width, int height, atk.types.CoordType coordType)
getCellPosition
void getCellPosition(gtk.cell_accessible.CellAccessible cell, int row, int column)
getChildIndex
int getChildIndex(gtk.cell_accessible.CellAccessible cell)
getColumnHeaderCells
atk.object.ObjectWrap[] getColumnHeaderCells(gtk.cell_accessible.CellAccessible cell)
getRendererState
gtk.types.CellRendererState getRendererState(gtk.cell_accessible.CellAccessible cell)
getRowHeaderCells
atk.object.ObjectWrap[] getRowHeaderCells(gtk.cell_accessible.CellAccessible cell)
grabFocus
bool grabFocus(gtk.cell_accessible.CellAccessible cell)
updateRelationset
void updateRelationset(gtk.cell_accessible.CellAccessible cell, atk.relation_set.RelationSet relationset)