Description Usage Arguments Details Author(s)
Selects a region of text. The characters that are selected are
those characters at positions from start.pos
up to, but not
including end.pos
. If end.pos
is negative, then the the
characters selected are those characters from start.pos
to
the end of the text.
1 | gtkEditableSelectRegion(object, start, end)
|
|
a |
|
start of region |
|
end of region |
Note that positions are specified in characters, not bytes.
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.