Sets our main struct and passes it to the parent class.
the main Gtk struct as a void*
Get the main Gtk struct
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 gtk.Widget corresponding to the gtk.Accessible The returned widget does not have a reference added, so you do not need to unref it.
Sets the gtk.Widget corresponding to the gtk.Accessible
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).
Makes component visible on the screen by scrolling all necessary parents.
Makes an object visible on the screen at a given position 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.
The 'bounds-changed" signal is emitted when the bposition or size of the component changes.