atkTextGetDefaultAttributes {RGtk2}R Documentation

atkTextGetDefaultAttributes

Description

Creates an AtkAttributeSet which consists of the default values of attributes for the text. See the enum AtkTextAttribute for types of text attributes that can be returned. Note that other attributes may also be returned.

Usage

atkTextGetDefaultAttributes(object)

Arguments

object [AtkText] an AtkText

Value

[AtkAttributeSet] an AtkAttributeSet which contains the default values of attributes. at offset.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]