Virtualvfunc_Virtualvfunc_Checks whether the specified point is within the extent of the component.
Toolkit implementor note: ATK provides a default implementation for this virtual method. In general there are little reason to re-implement it.
Virtualvfunc_Returns the alpha value (i.e. the opacity) for this
component, on a scale from 0 (fully transparent) to 1.0
(fully opaque).
Virtualvfunc_Gets the rectangle which gives the extent of the component.
If the extent can not be obtained (e.g. a non-embedded plug or missing support), all of x, y, width, height are set to -1.
Virtualvfunc_Virtualvfunc_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.
Virtualvfunc_Gets the position of component in the form of
a point specifying component's top-left corner.
If the position can not be obtained (e.g. a non-embedded plug or missing support), x and y are set to -1.
Virtualvfunc_Gets the size of the component in terms of width and height.
If the size can not be obtained (e.g. a non-embedded plug or missing support), width and height are set to -1.
Virtualvfunc_Grabs focus for this component.
Virtualvfunc_Virtualvfunc_Remove the handler specified by handler_id from the list of
functions to be executed when this object receives focus events
(in or out).
the handler id of the focus handler to be removed from component
Virtualvfunc_Makes component visible on the screen by scrolling all necessary parents.
Contrary to atk_component_set_position, this does not actually move
component in its parent, this only makes the parents scroll so that the
object shows up on the screen, given its current position within the parents.
specify where the object should be made visible.
Virtualvfunc_Move the top-left of component to a given position of the screen by
scrolling all necessary parents.
Virtualvfunc_Virtualvfunc_Sets the position of component.
Contrary to atk_component_scroll_to, this does not trigger any scrolling,
this just moves component in its parent.
Virtualvfunc_Set the size of the component in terms of width and height.
width to set for component
height to set for component
Interface for implementing Component. Contains only the virtual methods that need to be implemented.