Description Usage Arguments Value Author(s)
Returns TRUE
if iter
begins a paragraph,
i.e. if gtkTextIterGetLineOffset
would return 0.
However this function is potentially more efficient than
gtkTextIterGetLineOffset
because it doesn't have to compute
the offset, it just has to see whether it's 0.
1 | gtkTextIterStartsLine(object)
|
|
an iterator |
[logical] whether iter
begins a line
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.