Description Usage Arguments Value Author(s)
Returns TRUE
if some text is selected; places the bounds
of the selection in start
and end
(if the selection has length 0,
then start
and end
are filled in with the same value).
start
and end
will be in ascending order. If start
and end
are
NULL, then they are not filled in, but the return value still indicates
whether text is selected.
1 | gtkTextBufferGetSelectionBounds(object)
|
|
a |
A list containing the following elements:
retval |
[logical] whether the selection has nonzero length |
|
iterator to initialize with selection start |
|
iterator to initialize with selection end |
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.