Component
Object Hierarchy:
Description:
[ CCode ( type_id = "atspi_component_get_type ()" ) ]
public interface Component : Object
All known implementing classes:
Content:
Methods:
- public bool contains (int x, int y, CoordType ctype) throws Error
Queries whether a given Component
contains a particular point.
- public Accessible? get_accessible_at_point (int x, int y, CoordType ctype) throws Error
Gets the accessible child at a given coordinate within an
Component.
- public double get_alpha () throws Error
Gets the opacity/alpha value of a component, if alpha blending is in
use.
- public Rect get_extents (CoordType ctype) throws Error
Gets the bounding box of the specified
Component.
- public ComponentLayer get_layer () throws Error
Queries which layer the component is painted into, to help determine
its visibility in terms of stacking order.
- public short get_mdi_z_order () throws Error
Queries the z stacking order of a component which is in the MDI or
window layer.
- public Point get_position (CoordType ctype) throws Error
Gets the minimum x and y coordinates of the specified
Component.
- public Point get_size () throws Error
Gets the size of the specified Component
.
- public bool grab_focus () throws Error
Attempts to set the keyboard input focus to the specified
Component.
- public bool scroll_to (ScrollType type) throws Error
Scrolls whatever container of the Component
object so it becomes visible on the screen.
- public bool scroll_to_point (CoordType coords, int x, int y) throws Error
Scrolls whatever container of the Component
object so it becomes visible on the screen at a given position.
- public bool set_extents (int x, int y, int width, int height, CoordType ctype) throws Error
Moves and resizes the specified component.
- public bool set_position (int x, int y, CoordType ctype) throws Error
Moves the component to the specified position.
- public bool set_size (int width, int height) throws Error
Resizes the specified component to the given coordinates.
Inherited Members:
All known members inherited from class GLib.Object
- @get
- @new
- @ref
- @set
- add_toggle_ref
- add_weak_pointer
- bind_property
- connect
- constructed
- disconnect
- dispose
- dup_data
- dup_qdata
- force_floating
- freeze_notify
- get_class
- get_data
- get_property
- get_qdata
- get_type
- getv
- interface_find_property
- interface_install_property
- interface_list_properties
- is_floating
- new_valist
- new_with_properties
- newv
- notify
- notify_property
- ref_count
- ref_sink
- remove_toggle_ref
- remove_weak_pointer
- replace_data
- replace_qdata
- set_data
- set_data_full
- set_property
- set_qdata
- set_qdata_full
- set_valist
- setv
- steal_data
- steal_qdata
- thaw_notify
- unref
- watch_closure
- weak_ref
- weak_unref