Gjsify LogoGjsify Logo

Hierarchy

Index

Constructors

Properties

Methods

Constructors

Properties

accessible_component_layer: number
accessible_component_mdi_zorder: number
accessible_description: string
accessible_hypertext_nlinks: number
accessible_name: string
accessible_parent: Atk.Object
accessible_role: Atk.Role
accessible_table_caption: string

Table caption.

accessible_table_caption_object: Atk.Object
accessible_table_column_description: string

Accessible table column description.

accessible_table_column_header: Atk.Object

Accessible table column header.

accessible_table_row_description: string

Accessible table row description.

accessible_table_row_header: Atk.Object

Accessible table row header.

accessible_table_summary: Atk.Object
accessible_value: number

Numeric value of this object, in case being and AtkValue.

description: string
g_type_instance: TypeInstance
layer: Atk.Layer
name: string
relation_set: RelationSet
role: Atk.Role
widget: Gtk.Widget
name: string

Methods

  • Creates a binding between source_property on source and target_property on target.

    Whenever the source_property is changed the target_property is updated using the same value. For instance:

      g_object_bind_property (action, "active", widget, "sensitive", 0);
    

    Will result in the "sensitive" property of the widget #GObject instance to be updated with the same value of the "active" property of the action #GObject instance.

    If flags contains %G_BINDING_BIDIRECTIONAL then the binding will be mutual: if target_property on target changes then the source_property on source will be updated as well.

    The binding will automatically be removed when either the source or the target instances are finalized. To remove the binding without affecting the source and the target you can just call g_object_unref() on the returned #GBinding instance.

    Removing the binding by calling g_object_unref() on it must only be done if the binding, source and target are only used from a single thread and it is clear that both source and target outlive the binding. Especially it is not safe to rely on this if the binding, source or target can be finalized from different threads. Keep another reference to the binding and use g_binding_unbind() instead to be on the safe side.

    A #GObject can have multiple bindings.

    Parameters

    • source_property: string

      the property on source to bind

    • target: GObject.Object

      the target #GObject

    • target_property: string

      the property on target to bind

    • flags: BindingFlags

      flags to pass to #GBinding

    Returns Binding

  • Creates a binding between source_property on source and target_property on target, allowing you to set the transformation functions to be used by the binding.

    This function is the language bindings friendly version of g_object_bind_property_full(), using #GClosures instead of function pointers.

    Parameters

    • source_property: string

      the property on source to bind

    • target: GObject.Object

      the target #GObject

    • target_property: string

      the property on target to bind

    • flags: BindingFlags

      flags to pass to #GBinding

    • transform_to: TClosure<any, any>

      a #GClosure wrapping the transformation function from the source to the target, or %NULL to use the default

    • transform_from: TClosure<any, any>

      a #GClosure wrapping the transformation function from the target to the source, or %NULL to use the default

    Returns Binding

  • connect(sigName: "notify::widget", callback: (($obj: FrameAccessible, pspec: ParamSpec) => void)): number
  • connect(sigName: "notify::accessible-component-layer", callback: (($obj: FrameAccessible, pspec: ParamSpec) => void)): number
  • connect(sigName: "notify::accessible-component-mdi-zorder", callback: (($obj: FrameAccessible, pspec: ParamSpec) => void)): number
  • connect(sigName: "notify::accessible-description", callback: (($obj: FrameAccessible, pspec: ParamSpec) => void)): number
  • connect(sigName: "notify::accessible-hypertext-nlinks", callback: (($obj: FrameAccessible, pspec: ParamSpec) => void)): number
  • connect(sigName: "notify::accessible-name", callback: (($obj: FrameAccessible, pspec: ParamSpec) => void)): number
  • connect(sigName: "notify::accessible-role", callback: (($obj: FrameAccessible, pspec: ParamSpec) => void)): number
  • connect(sigName: "notify::accessible-table-caption", callback: (($obj: FrameAccessible, pspec: ParamSpec) => void)): number
  • connect(sigName: "notify::accessible-table-caption-object", callback: (($obj: FrameAccessible, pspec: ParamSpec) => void)): number
  • connect(sigName: "notify::accessible-table-column-description", callback: (($obj: FrameAccessible, pspec: ParamSpec) => void)): number
  • connect(sigName: "notify::accessible-table-column-header", callback: (($obj: FrameAccessible, pspec: ParamSpec) => void)): number
  • connect(sigName: "notify::accessible-table-row-description", callback: (($obj: FrameAccessible, pspec: ParamSpec) => void)): number
  • connect(sigName: "notify::accessible-table-row-header", callback: (($obj: FrameAccessible, pspec: ParamSpec) => void)): number
  • connect(sigName: "notify::accessible-table-summary", callback: (($obj: FrameAccessible, pspec: ParamSpec) => void)): number
  • connect(sigName: "notify::accessible-value", callback: (($obj: FrameAccessible, pspec: ParamSpec) => void)): number
  • connect(sigName: string, callback: ((...args: any[]) => void)): number
  • connect_after(sigName: "notify::widget", callback: (($obj: FrameAccessible, pspec: ParamSpec) => void)): number
  • connect_after(sigName: "notify::accessible-component-layer", callback: (($obj: FrameAccessible, pspec: ParamSpec) => void)): number
  • connect_after(sigName: "notify::accessible-component-mdi-zorder", callback: (($obj: FrameAccessible, pspec: ParamSpec) => void)): number
  • connect_after(sigName: "notify::accessible-description", callback: (($obj: FrameAccessible, pspec: ParamSpec) => void)): number
  • connect_after(sigName: "notify::accessible-hypertext-nlinks", callback: (($obj: FrameAccessible, pspec: ParamSpec) => void)): number
  • connect_after(sigName: "notify::accessible-name", callback: (($obj: FrameAccessible, pspec: ParamSpec) => void)): number
  • connect_after(sigName: "notify::accessible-role", callback: (($obj: FrameAccessible, pspec: ParamSpec) => void)): number
  • connect_after(sigName: "notify::accessible-table-caption", callback: (($obj: FrameAccessible, pspec: ParamSpec) => void)): number
  • connect_after(sigName: "notify::accessible-table-caption-object", callback: (($obj: FrameAccessible, pspec: ParamSpec) => void)): number
  • connect_after(sigName: "notify::accessible-table-column-description", callback: (($obj: FrameAccessible, pspec: ParamSpec) => void)): number
  • connect_after(sigName: "notify::accessible-table-column-header", callback: (($obj: FrameAccessible, pspec: ParamSpec) => void)): number
  • connect_after(sigName: "notify::accessible-table-row-description", callback: (($obj: FrameAccessible, pspec: ParamSpec) => void)): number
  • connect_after(sigName: "notify::accessible-table-row-header", callback: (($obj: FrameAccessible, pspec: ParamSpec) => void)): number
  • connect_after(sigName: "notify::accessible-table-summary", callback: (($obj: FrameAccessible, pspec: ParamSpec) => void)): number
  • connect_after(sigName: "notify::accessible-value", callback: (($obj: FrameAccessible, pspec: ParamSpec) => void)): number
  • connect_after(sigName: string, callback: ((...args: any[]) => void)): number
  • connect_widget_destroyed(): void
  • contains(x: number, y: number, coord_type: Atk.CoordType): boolean
  • 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.

    Parameters

    • x: number

      x coordinate

    • y: number

      y coordinate

    • coord_type: Atk.CoordType

      specifies whether the coordinates are relative to the screen or to the components top level window

    Returns boolean

  • disconnect(id: number): void
  • emit(sigName: "notify::widget", ...args: any[]): void
  • emit(sigName: "notify::accessible-component-layer", ...args: any[]): void
  • emit(sigName: "notify::accessible-component-mdi-zorder", ...args: any[]): void
  • emit(sigName: "notify::accessible-description", ...args: any[]): void
  • emit(sigName: "notify::accessible-hypertext-nlinks", ...args: any[]): void
  • emit(sigName: "notify::accessible-name", ...args: any[]): void
  • emit(sigName: "notify::accessible-role", ...args: any[]): void
  • emit(sigName: "notify::accessible-table-caption", ...args: any[]): void
  • emit(sigName: "notify::accessible-table-caption-object", ...args: any[]): void
  • emit(sigName: "notify::accessible-table-column-description", ...args: any[]): void
  • emit(sigName: "notify::accessible-table-column-header", ...args: any[]): void
  • emit(sigName: "notify::accessible-table-row-description", ...args: any[]): void
  • emit(sigName: "notify::accessible-table-row-header", ...args: any[]): void
  • emit(sigName: "notify::accessible-table-summary", ...args: any[]): void
  • emit(sigName: "notify::accessible-value", ...args: any[]): void
  • emit(sigName: string, ...args: any[]): void
  • force_floating(): void
  • This function is intended for #GObject implementations to re-enforce a [floating][floating-ref] object reference. Doing this is seldom required: all #GInitiallyUnowneds are created with a floating reference which usually just needs to be sunken by calling g_object_ref_sink().

    Returns void

  • freeze_notify(): void
  • Increases the freeze count on object. If the freeze count is non-zero, the emission of "notify" signals on object is stopped. The signals are queued until the freeze count is decreased to zero. Duplicate notifications are squashed so that at most one #GObject::notify signal is emitted for each property modified while the object is frozen.

    This is necessary for accessors that modify multiple properties to prevent premature notification while the object is still being modified.

    Returns void

  • get_accessible_id(): string
  • get_alpha(): number
  • Get a list of properties applied to this object as a whole, as an #AtkAttributeSet consisting of name-value pairs. As such these attributes may be considered weakly-typed properties or annotations, as distinct from strongly-typed object data available via other get/set methods. Not all objects have explicit "name-value pair" #AtkAttributeSet properties.

    Returns SList

  • get_data(key?: string): object
  • get_description(): string
  • get_extents(coord_type: Atk.CoordType): [number, number, number, number]
  • 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.

    Parameters

    • coord_type: Atk.CoordType

      specifies whether the coordinates are relative to the screen or to the components top level window

    Returns [number, number, number, number]

  • get_index_in_parent(): number
  • get_mdi_zorder(): number
  • get_n_accessible_children(): number
  • get_name(): string
  • get_object_locale(): string
  • Gets the accessible parent of the accessible. By default this is the one assigned with atk_object_set_parent(), but it is assumed that ATK implementors have ways to get the parent of the object without the need of assigning it manually with atk_object_set_parent(), and will return it with this method.

    If you are only interested on the parent assigned with atk_object_set_parent(), use atk_object_peek_parent().

    Returns Atk.Object

  • 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.

    Parameters

    • coord_type: Atk.CoordType

      specifies whether the coordinates are relative to the screen or to the components top level window

    Returns [number, number]

  • get_property(property_name?: string, value?: any): void
  • Gets a property of an object.

    The value can be:

    • an empty #GValue initialized by %G_VALUE_INIT, which will be automatically initialized with the expected type of the property (since GLib 2.60)
    • a #GValue initialized with the expected type of the property
    • a #GValue initialized with a type to which the expected type of the property can be transformed

    In general, a copy is made of the property contents and the caller is responsible for freeing the memory by calling g_value_unset().

    Note that g_object_get_property() is really intended for language bindings, g_object_get() is much more convenient for C programming.

    Parameters

    • Optional property_name: string

      the name of the property to get

    • Optional value: any

      return location for the property value

    Returns void

  • get_qdata(quark: number): object
  • get_size(): [number, number]
  • 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.

    Returns [number, number]

  • getv(names: string[], values: any[]): void
  • Gets n_properties properties for an object. Obtained properties will be set to values. All properties must be valid. Warnings will be emitted and undefined behaviour may result if invalid properties are passed in.

    Parameters

    • names: string[]

      the names of each property to get

    • values: any[]

      the values of each property to get

    Returns void

  • grab_focus(): boolean
  • initialize(data: object): void
  • This function is called when implementing subclasses of #AtkObject. It does initialization required for the new object. It is intended that this function should called only in the ..._new() functions used to create an instance of a subclass of #AtkObject

    Parameters

    • data: object

      a #gpointer which identifies the object for which the AtkObject was created.

    Returns void

  • is_floating(): boolean
  • notify(property_name: string): void
  • Emits a "notify" signal for the property property_name on object.

    When possible, eg. when signaling a property change from within the class that registered the property, you should use g_object_notify_by_pspec() instead.

    Note that emission of the notify signal may be blocked with g_object_freeze_notify(). In this case, the signal emissions are queued and will be emitted (in reverse order) when g_object_thaw_notify() is called.

    Parameters

    • property_name: string

      the name of a property installed on the class of object.

    Returns void

  • Emits a "notify" signal for the property specified by pspec on object.

    This function omits the property name lookup, hence it is faster than g_object_notify().

    One way to avoid using g_object_notify() from within the class that registered the properties, and using g_object_notify_by_pspec() instead, is to store the GParamSpec used with g_object_class_install_property() inside a static array, e.g.:

      enum
    {
    PROP_0,
    PROP_FOO,
    PROP_LAST
    };

    static GParamSpec *properties[PROP_LAST];

    static void
    my_object_class_init (MyObjectClass *klass)
    {
    properties[PROP_FOO] = g_param_spec_int ("foo", "Foo", "The foo",
    0, 100,
    50,
    G_PARAM_READWRITE);
    g_object_class_install_property (gobject_class,
    PROP_FOO,
    properties[PROP_FOO]);
    }

    and then notify a change on the "foo" property with:

      g_object_notify_by_pspec (self, properties[PROP_FOO]);
    

    Parameters

    • pspec: ParamSpec

      the #GParamSpec of a property installed on the class of object.

    Returns void

  • notify_state_change(state: number, value: boolean): void
  • Emits a state-change signal for the specified state.

    Note that as a general rule when the state of an existing object changes, emitting a notification is expected.

    Parameters

    • state: number

      an #AtkState whose state is changed

    • value: boolean

      a gboolean which indicates whether the state is being set on or off

    Returns void

  • Gets the accessible parent of the accessible, if it has been manually assigned with atk_object_set_parent. Otherwise, this function returns %NULL.

    This method is intended as an utility for ATK implementors, and not to be exposed to accessible tools. See atk_object_get_parent() for further reference.

    Returns Atk.Object

  • Increases the reference count of object.

    Since GLib 2.56, if GLIB_VERSION_MAX_ALLOWED is 2.56 or greater, the type of object will be propagated to the return type (using the GCC typeof() extension), so any casting the caller needs to do on the return type must be explicit.

    Returns GObject.Object

  • Increase the reference count of object, and possibly remove the [floating][floating-ref] reference, if object has a floating reference.

    In other words, if the object is floating, then this call "assumes ownership" of the floating reference, converting it to a normal reference by clearing the floating flag while leaving the reference count unchanged. If the object is not floating, then this call adds a new normal reference increasing the reference count by one.

    Since GLib 2.56, the type of object will be propagated to the return type under the same conditions as for g_object_ref().

    Returns GObject.Object

  • remove_focus_handler(handler_id: number): void
  • Remove the handler specified by handler_id from the list of functions to be executed when this object receives focus events (in or out).

    Parameters

    • handler_id: number

      the handler id of the focus handler to be removed from component

    Returns void

  • remove_property_change_handler(handler_id: number): void
  • run_dispose(): void
  • 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.

    Parameters

    • type: Atk.ScrollType

      specify where the object should be made visible.

    Returns boolean

  • scroll_to_point(coords: Atk.CoordType, x: number, y: number): boolean
  • Move the top-left of component to a given position of the screen by scrolling all necessary parents.

    Parameters

    • coords: Atk.CoordType

      specify whether coordinates are relative to the screen or to the parent object.

    • x: number

      x-position where to scroll to

    • y: number

      y-position where to scroll to

    Returns boolean

  • set_accessible_id(name: string): void
  • Sets the accessible ID of the accessible. This is not meant to be presented to the user, but to be an ID which is stable over application development. Typically, this is the gtkbuilder ID. Such an ID will be available for instance to identify a given well-known accessible object for tailored screen reading, or for automatic regression testing.

    Parameters

    • name: string

      a character string to be set as the accessible id

    Returns void

  • set_data(key: string, data?: object): void
  • Each object carries around a table of associations from strings to pointers. This function lets you set an association.

    If the object already had an association with that name, the old association will be destroyed.

    Internally, the key is converted to a #GQuark using g_quark_from_string(). This means a copy of key is kept permanently (even after object has been finalized) — so it is recommended to only use a small, bounded set of values for key in your program, to avoid the #GQuark storage growing unbounded.

    Parameters

    • key: string

      name of the key

    • Optional data: object

      data to associate with that key

    Returns void

  • set_description(description: string): void
  • Sets the accessible description of the accessible. You can't set the description to NULL. This is reserved for the initial value. In this aspect NULL is similar to ATK_ROLE_UNKNOWN. If you want to set the name to a empty value you can use "".

    Parameters

    • description: string

      a character string to be set as the accessible description

    Returns void

  • set_extents(x: number, y: number, width: number, height: number, coord_type: Atk.CoordType): boolean
  • Sets the extents of component.

    Parameters

    • x: number

      x coordinate

    • y: number

      y coordinate

    • width: number

      width to set for component

    • height: number

      height to set for component

    • coord_type: Atk.CoordType

      specifies whether the coordinates are relative to the screen or to the components top level window

    Returns boolean

  • set_name(name: string): void
  • Sets the accessible name of the accessible. You can't set the name to NULL. This is reserved for the initial value. In this aspect NULL is similar to ATK_ROLE_UNKNOWN. If you want to set the name to a empty value you can use "".

    Parameters

    • name: string

      a character string to be set as the accessible name

    Returns void

  • set_position(x: number, y: number, coord_type: Atk.CoordType): boolean
  • Sets the position of component.

    Contrary to atk_component_scroll_to, this does not trigger any scrolling, this just moves component in its parent.

    Parameters

    • x: number

      x coordinate

    • y: number

      y coordinate

    • coord_type: Atk.CoordType

      specifies whether the coordinates are relative to the screen or to the component's top level window

    Returns boolean

  • set_property(property_name: string, value?: any): void
  • set_size(width: number, height: number): boolean
  • Sets the #GtkWidget corresponding to the #GtkAccessible.

    accessible will not hold a reference to widget. It is the caller’s responsibility to ensure that when widget is destroyed, the widget is unset by calling this function again with widget set to %NULL.

    Parameters

    • widget: Gtk.Widget

      a #GtkWidget or %NULL to unset

    Returns void

  • steal_data(key?: string): object
  • steal_qdata(quark: number): object
  • This function gets back user data pointers stored via g_object_set_qdata() and removes the data from object without invoking its destroy() function (if any was set). Usually, calling this function is only required to update user data pointers with a destroy notifier, for example:

    void
    object_add_to_user_list (GObject *object,
    const gchar *new_string)
    {
    // the quark, naming the object data
    GQuark quark_string_list = g_quark_from_static_string ("my-string-list");
    // retrieve the old string list
    GList *list = g_object_steal_qdata (object, quark_string_list);

    // prepend new string
    list = g_list_prepend (list, g_strdup (new_string));
    // this changed 'list', so we need to set it again
    g_object_set_qdata_full (object, quark_string_list, list, free_string_list);
    }
    static void
    free_string_list (gpointer data)
    {
    GList *node, *list = data;

    for (node = list; node; node = node->next)
    g_free (node->data);
    g_list_free (list);
    }

    Using g_object_get_qdata() in the above example, instead of g_object_steal_qdata() would have left the destroy function set, and thus the partial string list would have been freed upon g_object_set_qdata_full().

    Parameters

    • quark: number

      A #GQuark, naming the user data pointer

    Returns object

  • thaw_notify(): void
  • Reverts the effect of a previous call to g_object_freeze_notify(). The freeze count is decreased on object and when it reaches zero, queued "notify" signals are emitted.

    Duplicate notifications for each property are squashed so that at most one #GObject::notify signal is emitted for each property, in the reverse order in which they have been queued.

    It is an error to call this function when the freeze count is zero.

    Returns void

  • unref(): void
  • Decreases the reference count of object. When its reference count drops to 0, the object is finalized (i.e. its memory is freed).

    If the pointer to the #GObject may be reused in future (for example, if it is an instance variable of another object), it is recommended to clear the pointer to %NULL rather than retain a dangling pointer to a potentially invalid #GObject instance. Use g_clear_object() for this.

    Returns void

  • vfunc_active_descendant_changed(child: object): void
  • vfunc_children_changed(change_index: number, changed_child: object): void
  • vfunc_connect_widget_destroyed(): void
  • vfunc_constructed(): void
  • vfunc_contains(x: number, y: number, coord_type: Atk.CoordType): boolean
  • 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.

    virtual

    Parameters

    • x: number

      x coordinate

    • y: number

      y coordinate

    • coord_type: Atk.CoordType

      specifies whether the coordinates are relative to the screen or to the components top level window

    Returns boolean

  • vfunc_dispatch_properties_changed(n_pspecs: number, pspecs: ParamSpec): void
  • vfunc_dispose(): void
  • vfunc_finalize(): void
  • vfunc_focus_event(focus_in: boolean): void
  • vfunc_get_alpha(): number
  • vfunc_get_attributes(): SList
  • Get a list of properties applied to this object as a whole, as an #AtkAttributeSet consisting of name-value pairs. As such these attributes may be considered weakly-typed properties or annotations, as distinct from strongly-typed object data available via other get/set methods. Not all objects have explicit "name-value pair" #AtkAttributeSet properties.

    virtual

    Returns SList

  • vfunc_get_description(): string
  • vfunc_get_extents(coord_type: Atk.CoordType): [number, number, number, number]
  • 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.

    virtual

    Parameters

    • coord_type: Atk.CoordType

      specifies whether the coordinates are relative to the screen or to the components top level window

    Returns [number, number, number, number]

  • vfunc_get_index_in_parent(): number
  • vfunc_get_mdi_zorder(): number
  • vfunc_get_n_children(): number
  • vfunc_get_name(): string
  • vfunc_get_object_locale(): string
  • Gets the accessible parent of the accessible. By default this is the one assigned with atk_object_set_parent(), but it is assumed that ATK implementors have ways to get the parent of the object without the need of assigning it manually with atk_object_set_parent(), and will return it with this method.

    If you are only interested on the parent assigned with atk_object_set_parent(), use atk_object_peek_parent().

    virtual

    Returns Atk.Object

  • vfunc_get_position(coord_type: Atk.CoordType): [number, number]
  • 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.

    virtual

    Parameters

    • coord_type: Atk.CoordType

      specifies whether the coordinates are relative to the screen or to the components top level window

    Returns [number, number]

  • vfunc_get_property(property_id: number, value?: any, pspec?: ParamSpec): void
  • vfunc_get_size(): [number, number]
  • vfunc_grab_focus(): boolean
  • vfunc_initialize(data: object): void
  • This function is called when implementing subclasses of #AtkObject. It does initialization required for the new object. It is intended that this function should called only in the ..._new() functions used to create an instance of a subclass of #AtkObject

    virtual

    Parameters

    • data: object

      a #gpointer which identifies the object for which the AtkObject was created.

    Returns void

  • Emits a "notify" signal for the property property_name on object.

    When possible, eg. when signaling a property change from within the class that registered the property, you should use g_object_notify_by_pspec() instead.

    Note that emission of the notify signal may be blocked with g_object_freeze_notify(). In this case, the signal emissions are queued and will be emitted (in reverse order) when g_object_thaw_notify() is called.

    virtual

    Parameters

    Returns void

  • vfunc_remove_focus_handler(handler_id: number): void
  • vfunc_remove_property_change_handler(handler_id: number): void
  • 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.

    virtual

    Parameters

    • type: Atk.ScrollType

      specify where the object should be made visible.

    Returns boolean

  • vfunc_scroll_to_point(coords: Atk.CoordType, x: number, y: number): boolean
  • Move the top-left of component to a given position of the screen by scrolling all necessary parents.

    virtual

    Parameters

    • coords: Atk.CoordType

      specify whether coordinates are relative to the screen or to the parent object.

    • x: number

      x-position where to scroll to

    • y: number

      y-position where to scroll to

    Returns boolean

  • vfunc_set_description(description: string): void
  • Sets the accessible description of the accessible. You can't set the description to NULL. This is reserved for the initial value. In this aspect NULL is similar to ATK_ROLE_UNKNOWN. If you want to set the name to a empty value you can use "".

    virtual

    Parameters

    • description: string

      a character string to be set as the accessible description

    Returns void

  • vfunc_set_extents(x: number, y: number, width: number, height: number, coord_type: Atk.CoordType): boolean
  • Sets the extents of component.

    virtual

    Parameters

    • x: number

      x coordinate

    • y: number

      y coordinate

    • width: number

      width to set for component

    • height: number

      height to set for component

    • coord_type: Atk.CoordType

      specifies whether the coordinates are relative to the screen or to the components top level window

    Returns boolean

  • vfunc_set_name(name: string): void
  • Sets the accessible name of the accessible. You can't set the name to NULL. This is reserved for the initial value. In this aspect NULL is similar to ATK_ROLE_UNKNOWN. If you want to set the name to a empty value you can use "".

    virtual

    Parameters

    • name: string

      a character string to be set as the accessible name

    Returns void

  • vfunc_set_position(x: number, y: number, coord_type: Atk.CoordType): boolean
  • Sets the position of component.

    Contrary to atk_component_scroll_to, this does not trigger any scrolling, this just moves component in its parent.

    virtual

    Parameters

    • x: number

      x coordinate

    • y: number

      y coordinate

    • coord_type: Atk.CoordType

      specifies whether the coordinates are relative to the screen or to the component's top level window

    Returns boolean

  • vfunc_set_property(property_id: number, value?: any, pspec?: ParamSpec): void
  • vfunc_set_role(role: Atk.Role): void
  • vfunc_set_size(width: number, height: number): boolean
  • vfunc_state_change(name: string, state_set: boolean): void
  • vfunc_visible_data_changed(): void
  • vfunc_widget_set(): void
  • vfunc_widget_unset(): void
  • watch_closure(closure: TClosure<any, any>): void
  • This function essentially limits the life time of the closure to the life time of the object. That is, when the object is finalized, the closure is invalidated by calling g_closure_invalidate() on it, in order to prevent invocations of the closure with a finalized (nonexisting) object. Also, g_object_ref() and g_object_unref() are added as marshal guards to the closure, to ensure that an extra reference count is held on object during invocation of the closure. Usually, this function will be called on closures that use this object as closure data.

    Parameters

    • closure: TClosure<any, any>

      #GClosure to watch

    Returns void

  • compat_control(what: number, data: object): number
  • Find the #GParamSpec with the given name for an interface. Generally, the interface vtable passed in as g_iface will be the default vtable from g_type_default_interface_ref(), or, if you know the interface has already been loaded, g_type_default_interface_peek().

    Parameters

    • g_iface: TypeInterface

      any interface vtable for the interface, or the default vtable for the interface

    • property_name: string

      name of a property to look up.

    Returns ParamSpec

  • Add a property to an interface; this is only useful for interfaces that are added to GObject-derived types. Adding a property to an interface forces all objects classes with that interface to have a compatible property. The compatible property could be a newly created #GParamSpec, but normally g_object_class_override_property() will be used so that the object class only needs to provide an implementation and inherits the property description, default value, bounds, and so forth from the interface property.

    This function is meant to be called from the interface's default vtable initialization function (the class_init member of #GTypeInfo.) It must not be called after after class_init has been called for any object types implementing this interface.

    If pspec is a floating reference, it will be consumed.

    Parameters

    • g_iface: TypeInterface

      any interface vtable for the interface, or the default vtable for the interface.

    • pspec: ParamSpec

      the #GParamSpec for the new property

    Returns void

  • Creates a new instance of a #GObject subtype and sets its properties.

    Construction parameters (see %G_PARAM_CONSTRUCT, %G_PARAM_CONSTRUCT_ONLY) which are not explicitly specified are set to their default values.

    Parameters

    • object_type: GType<unknown>

      the type id of the #GObject subtype to instantiate

    • parameters: GObject.Parameter[]

      an array of #GParameter

    Returns GObject.Object

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method