| Import line: | Pango = imports.gi.Pango; |
| GIR File: | Pango-1.0.gir |
| C documentation: | Pango.ScriptIter |
| Struct : | ScriptIter |
| Show / Hide Inherited methods, properties and signals |
| Properties | Defined By | |
|---|---|---|
|
paren_sp : Number
|
Pango.ScriptIter | |
|
paren_stack : Array
|
Pango.ScriptIter | |
|
script_code : Pango.Script
|
Pango.ScriptIter | |
|
script_end : String
|
Pango.ScriptIter | |
|
script_start : String
|
Pango.ScriptIter | |
|
text_end : String
|
Pango.ScriptIter | |
|
text_start : String
|
Pango.ScriptIter | |
| Method / Constructor | Defined By | |
|---|---|---|
|
new Pango.ScriptIter
()
Create a new Pango.ScriptIter
Create a new Pango.ScriptIter
|
||
|
Create a new Pango.ScriptIter
Create a new Pango.ScriptIter
|
||
|
free
()
:
none
Frees a PangoScriptIter created with pango_script_iter_new().
Frees a PangoScriptIter created with pango_script_iter_new().
|
Pango.ScriptIter | |
|
Gets information about the range to which iter currently points.
Gets information about the range to which iter currently points. The range is the set of locations p where *start <= p < *end. (That is, it doesn't include the character stored at *end)
|
Pango.ScriptIter | |
|
next
()
:
Boolean
Advances a PangoScriptIter to the next range.
Advances a PangoScriptIter to the next range. If iter is already at the end, it is left unchanged and FALSE is returned.
|
Pango.ScriptIter | |
| None |