CellAccessible

Constructors

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

Members

Functions

self
CellAccessible self()

Returns this, for use in with statements.

Properties

_gType
GType _gType [@property getter]

Static functions

_getGType
GType _getGType()
builder
CellAccessibleGidBuilder builder()

Get builder for gtk.cell_accessible.CellAccessible

Mixed In Members

From mixin ActionT!()

doAction
bool doAction(int i)

Perform the specified action on the object.

getDescription
string getDescription(int i)

Returns a description of the specified action of the object.

getKeybinding
string getKeybinding(int i)

Gets the keybinding which can be used to activate this action, if one exists. The string returned should contain localized, human-readable, key sequences as they would appear when displayed on screen. It must be in the format "mnemonic;sequence;shortcut".

getLocalizedName
string getLocalizedName(int i)

Returns the localized name of the specified action of the object.

getNActions
int getNActions()

Gets the number of accessible actions available on the object. If there are more than one, the first one is considered the "default" action of the object.

getName
string getName(int i)

Returns a non-localized string naming the specified action of the object. This name is generally not descriptive of the end result of the action, but instead names the 'interaction type' which the object supports. By convention, the above strings should be used to represent the actions which correspond to the common point-and-click interaction techniques of the same name: i.e. "click", "press", "release", "drag", "drop", "popup", etc. The "popup" action should be used to pop up a context menu for the object, if one exists.

setDescription
bool setDescription(int i, string desc)

Sets a description of the specified action of the object.

From mixin ComponentT!()

contains
bool contains(int x, int y, atk.types.CoordType coordType)

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

getAlpha
double getAlpha()

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

getExtents
void getExtents(int x, int y, int width, int height, atk.types.CoordType coordType)

Gets the rectangle which gives the extent of the component.

getLayer
atk.types.Layer getLayer()

Gets the layer of the component.

getMdiZorder
int getMdiZorder()

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.

getPosition
void getPosition(int x, int y, atk.types.CoordType coordType)

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

getSize
void getSize(int width, int height)

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

grabFocus
bool grabFocus()

Grabs focus for this component.

refAccessibleAtPoint
atk.object.ObjectWrap refAccessibleAtPoint(int x, int y, atk.types.CoordType coordType)

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

removeFocusHandler
void removeFocusHandler(uint handlerId)

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

scrollTo
bool scrollTo(atk.types.ScrollType type)

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

scrollToPoint
bool scrollToPoint(atk.types.CoordType coords, int x, int y)

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

setExtents
bool setExtents(int x, int y, int width, int height, atk.types.CoordType coordType)

Sets the extents of component.

setPosition
bool setPosition(int x, int y, atk.types.CoordType coordType)

Sets the position of component.

setSize
bool setSize(int width, int height)

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

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

Connect to BoundsChanged signal.

From mixin TableCellT!()

getColumnHeaderCells
atk.object.ObjectWrap[] getColumnHeaderCells()

Returns the column headers as an array of cell accessibles.

getColumnSpan
int getColumnSpan()

Returns the number of columns occupied by this cell accessible.

getPosition
bool getPosition(int row, int column)

Retrieves the tabular position of this cell.

getRowColumnSpan
bool getRowColumnSpan(int row, int column, int rowSpan, int columnSpan)

Gets the row and column indexes and span of this cell accessible.

getRowHeaderCells
atk.object.ObjectWrap[] getRowHeaderCells()

Returns the row headers as an array of cell accessibles.

getRowSpan
int getRowSpan()

Returns the number of rows occupied by this cell accessible.

getTable
atk.object.ObjectWrap getTable()

Returns a reference to the accessible of the containing table.

Inherited Members

From Accessible

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

Returns this, for use in with statements.

builder
AccessibleGidBuilder builder()

Get builder for gtk.accessible.Accessible

widget
gtk.widget.Widget widget [@property getter]
widget
gtk.widget.Widget widget [@property setter]
connectWidgetDestroyed
void connectWidgetDestroyed()

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

getWidget
gtk.widget.Widget getWidget()

Gets the #GtkWidget corresponding to the #GtkAccessible. The returned widget does not have a reference added, so you do not need to unref it.

setWidget
void setWidget(gtk.widget.Widget widget)

Sets the #GtkWidget corresponding to the #GtkAccessible.

From Action

_getGType
GType _getGType()
doAction
bool doAction(int i)

Perform the specified action on the object.

getDescription
string getDescription(int i)

Returns a description of the specified action of the object.

getKeybinding
string getKeybinding(int i)

Gets the keybinding which can be used to activate this action, if one exists. The string returned should contain localized, human-readable, key sequences as they would appear when displayed on screen. It must be in the format "mnemonic;sequence;shortcut".

getLocalizedName
string getLocalizedName(int i)

Returns the localized name of the specified action of the object.

getNActions
int getNActions()

Gets the number of accessible actions available on the object. If there are more than one, the first one is considered the "default" action of the object.

getName
string getName(int i)

Returns a non-localized string naming the specified action of the object. This name is generally not descriptive of the end result of the action, but instead names the 'interaction type' which the object supports. By convention, the above strings should be used to represent the actions which correspond to the common point-and-click interaction techniques of the same name: i.e. "click", "press", "release", "drag", "drop", "popup", etc. The "popup" action should be used to pop up a context menu for the object, if one exists.

setDescription
bool setDescription(int i, string desc)

Sets a description of the specified action of the object.

From Component

_getGType
GType _getGType()
contains
bool contains(int x, int y, atk.types.CoordType coordType)

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

getAlpha
double getAlpha()

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

getExtents
void getExtents(int x, int y, int width, int height, atk.types.CoordType coordType)

Gets the rectangle which gives the extent of the component.

getLayer
atk.types.Layer getLayer()

Gets the layer of the component.

getMdiZorder
int getMdiZorder()

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.

getPosition
void getPosition(int x, int y, atk.types.CoordType coordType)

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

getSize
void getSize(int width, int height)

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

grabFocus
bool grabFocus()

Grabs focus for this component.

refAccessibleAtPoint
atk.object.ObjectWrap refAccessibleAtPoint(int x, int y, atk.types.CoordType coordType)

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

removeFocusHandler
void removeFocusHandler(uint handlerId)

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

scrollTo
bool scrollTo(atk.types.ScrollType type)

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

scrollToPoint
bool scrollToPoint(atk.types.CoordType coords, int x, int y)

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

setExtents
bool setExtents(int x, int y, int width, int height, atk.types.CoordType coordType)

Sets the extents of component.

setPosition
bool setPosition(int x, int y, atk.types.CoordType coordType)

Sets the position of component.

setSize
bool setSize(int width, int height)

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

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

Connect to BoundsChanged signal.

From TableCell

_getGType
GType _getGType()
getColumnHeaderCells
atk.object.ObjectWrap[] getColumnHeaderCells()

Returns the column headers as an array of cell accessibles.

getColumnSpan
int getColumnSpan()

Returns the number of columns occupied by this cell accessible.

getPosition
bool getPosition(int row, int column)

Retrieves the tabular position of this cell.

getRowColumnSpan
bool getRowColumnSpan(int row, int column, int rowSpan, int columnSpan)

Gets the row and column indexes and span of this cell accessible.

getRowHeaderCells
atk.object.ObjectWrap[] getRowHeaderCells()

Returns the row headers as an array of cell accessibles.

getRowSpan
int getRowSpan()

Returns the number of rows occupied by this cell accessible.

getTable
atk.object.ObjectWrap getTable()

Returns a reference to the accessible of the containing table.