Import line: | Atk = imports.gi.Atk; |
GIR File: | Atk-1.0.gir |
C documentation: | AtkTextBoundary |
Enum : | TextBoundary |
Properties | |
---|---|
guint32 Atk.TextBoundary.CHAR : 0
|
|
guint32 Atk.TextBoundary.LINE_END : 6
|
|
guint32 Atk.TextBoundary.LINE_START : 5
|
|
guint32 Atk.TextBoundary.SENTENCE_END : 4
|
|
guint32 Atk.TextBoundary.SENTENCE_START : 3
|
|
guint32 Atk.TextBoundary.WORD_END : 2
|
|
guint32 Atk.TextBoundary.WORD_START : 1
|
None |
None |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Atk.Text
Method |
get_text_after_offset
(gint32 offset, TextBoundary boundary_type, gint32 start_offset, gint32 end_offset)
:
String
Gets the specified text.
|
Atk.Text
Method |
get_text_at_offset
(gint32 offset, TextBoundary boundary_type, gint32 start_offset, gint32 end_offset)
:
String
Gets the specified text.
|
Atk.Text
Method |
get_text_before_offset
(gint32 offset, TextBoundary boundary_type, gint32 start_offset, gint32 end_offset)
:
String
Gets the specified text.
|