Description Usage Arguments Details Author(s)
This function moves the "insert" and "selection_bound" marks
simultaneously. If you move them in two steps
with gtkTextBufferMoveMark
, you will temporarily select a
region in between their old and new locations, which can be pretty
inefficient since the temporarily-selected region will force stuff
to be recalculated. This function moves them as a unit, which can
be optimized.
1 | gtkTextBufferSelectRange(object, ins, bound)
|
|
a |
|
where to put the "insert" mark |
|
where to put the "selection_bound" mark |
Since 2.4
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.