Description Usage Arguments Value Author(s)
Moves iter
forward by one character offset. Note that images
embedded in the buffer occupy 1 character slot, so
gtkTextIterForwardChar
may actually move onto an image instead
of a character, if you have images in your buffer. If iter
is the
end iterator or one character before it, iter
will now point at
the end iterator, and gtkTextIterForwardChar
returns FALSE
for
convenience when writing loops.
1 | gtkTextIterForwardChar(object)
|
|
an iterator |
[logical] whether iter
moved and is dereferenceable
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.