Back to Seed Clases

Atk


Classes

Interfaces

Structs

Unions

Enums

Enum Atk.TextAttribute

Import line: Atk = imports.gi.Atk;
GIR File: Atk-1.0.gir
C documentation: AtkTextAttribute
Enum : TextAttribute
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Atk
Method
Atk.text_attribute_for_name (String name) : Atk.TextAttribute
Get the AtkTextAttribute type corresponding to a text attribute name.
Atk
Method
Atk.text_attribute_get_name (TextAttribute attr) : String
Gets the name corresponding to the AtkTextAttribute
Atk
Method
Atk.text_attribute_get_value (TextAttribute attr, gint32 index_) : String
Gets the value for the index of the AtkTextAttribute
NULL is returned if there are no values maintained for the attr value.
Atk
Method
Atk.text_attribute_register (String name) : Atk.TextAttribute
Associate name with a new AtkTextAttribute
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:09:04 GMT+0800 (HKT)