Import line: | Atk = imports.gi.Atk; |
GIR File: | Atk-1.0.gir |
C documentation: | AtkDocument |
Interface : | Document |
Implementations: | Atk.NoOpObject |
None |
Method / Constructor | Defined By | |
---|---|---|
document, or NULL if a value for attribute_name has not been specified
for this document.
document, or NULL if a value for attribute_name has not been specified
for this document.
|
Atk.Document | |
get_attributes
()
:
Array
Gets an AtkAttributeSet which describes document-wide
attributes as name-value pairs.
Gets an AtkAttributeSet which describes document-wide
attributes as name-value pairs. set name-value-pair attributes associated with this document as a whole.
|
Atk.Document | |
get_document
()
:
void*
Gets a gpointer that points to an instance of the DOM.
Gets a gpointer that points to an instance of the DOM. It is
up to the caller to check atk_document_get_type to determine how to cast this pointer.
|
Atk.Document | |
get_document_type
()
:
String
Gets a string indicating the document type.
Gets a string indicating the document type.
|
Atk.Document | |
get_locale
()
:
String
Gets a UTF-8 string indicating the POSIX-style LC_MESSAGES locale
of the content of this document instance.
Gets a UTF-8 string indicating the POSIX-style LC_MESSAGES locale
of the content of this document instance. Individual text substrings or images within this document may have a different locale, see atk_text_get_attributes and atk_image_get_image_locale. locale of the document content as a whole, or NULL if the document content does not specify a locale.
|
Atk.Document | |
for this document, FALSE otherwise (e.g.
for this document, FALSE otherwise (e.g. if the document does not
allow the attribute to be modified).
|
Atk.Document |
Event | Defined By | |
---|---|---|
load_complete (Document self)
:
none
|
Atk.Document | |
load_stopped (Document self)
:
none
|
Atk.Document | |
reload (Document self)
:
none
|
Atk.Document |