Sets our main struct and passes it to the parent class.
Get the main Gtk struct
the main Gtk struct as a void*
the main Gtk struct
the main Gtk struct
Get the main Gtk struct
the main Gtk struct as a void*
This function specifies the callback function to be called when the widget corresponding to a GtkAccessible is destroyed.
Gets the #GtkWidget corresponding to the #GtkAccessible. The returned widget does not have a reference added, so you do not need to unref it.
Sets the #GtkWidget corresponding to the #GtkAccessible.
Get the main Gtk struct
the main Gtk struct as a void*
Perform the specified action on the object.
Returns a description of the specified action of the object.
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".
Returns the localized name of the specified action of the object.
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.
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.
Sets a description of the specified action of the object.
Get the main Gtk struct
the main Gtk struct as a void*
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 @component's 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).
Sets the extents of @component.
Sets the postition of @component.
Set the size of the @component in terms of width and height.
The 'bounds-changed" signal is emitted when the bposition or size of the component changes.