atk-sharp2.12.0.0Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.The ATK interface provided by UI components which occupy a physical area on the screen.
The ATK interface provided by UI components which occupy a
physical area on the screen.
This should be implemented by most if not all UI elements with
an actual on-screen presence, i.e. components which can be
said to have a screen-coordinate bounding box. Virtually all
widgets will need to have implementations
provided for their corresponding class. In short,
only UI elements which are* not* GUI elements will omit this
ATK interface.
A possible exception might be textual information with a
transparent background, in which case text glyph bounding box
information is provided by .
GLib.IWrapperMethodSystem.Void
Remove the handler 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.
MethodSystem.BooleanSets the postition of this component.
X coordinate.
Y coordinate.
Specifies whether the coordinates are relative to the screen
or to the components top level window.
or whether or not the position was set or not.MethodSystem.BooleanGrabs focus for this component if successful, otherwise.
MethodSystem.BooleanSets the extents of this component.
X coordinate.
Y coordinate.
Width to set for this component.
Height to set for this component.
Specifies whether the coordinates are relative to the screen
or to the components top level window.
or whether the extents were
set or not.
MethodSystem.BooleanSet the size of this component in terms of width and height.
Width to set for this component.
Height to set for this component.
or whether the size was set or not.
MethodSystem.UInt32
Add the specified handler to the set of functions to be
called when this object receives focus events (in or out).
The to be attached to this component.
A handler id which can be used in
or zero if the handler
was already added.
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.
MethodSystem.BooleanChecks whether the specified point is within the extent of this component.
X coordinate
Y coordinate
Specifies whether the coordinates are relative to the screen
or to the components top level window.
or indicating whether the specified point is
within the extent of the component or not.
MethodAtk.ObjectTo be added
To be added: an object of type 'int'
To be added: an object of type 'int'
To be added: an object of type 'Atk.CoordType'
To be added: an object of type 'Atk.Object'To be addedPropertySystem.Int32Gets the Z order 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.PropertyAtk.LayerGets the layer of this component.An which is the layer of the component.MethodSystem.Void
Gets the position of component in the form of a point
specifying this component's top-left corner.
X coordinate position
Y coordinate position
Specifies whether the coordinates are relative to the screen
or to the components top level window.
MethodSystem.VoidGets the rectangle which gives the extent of this component.
X coordinate position
Y coordinate position
Width
Height
Specifies whether the coordinates are relative to the screen
or to the components top level window.
MethodSystem.VoidGets the size of this component in terms of width and height.
Width
Height
EventAtk.BoundsChangedHandlerTo be addedTo be addedPropertySystem.DoubleTo be added.To be added.To be added.