Description Usage Arguments Value Author(s)
Changes the start and end offset of the specified selection.
1 | atkTextSetSelection(object, selection.num, start.offset, end.offset)
|
|
[ |
|
[integer] The selection number. The selected regions are assigned numbers that correspond to how far the region is from the start of the text. The selected region closest to the beginning of the text region is assigned the number 0, etc. Note that adding, moving or deleting a selected region can change the numbering. |
|
[integer] the new start position of the selection |
|
[integer] the new end position of (e.g. offset immediately past) the selection |
[logical] TRUE
if success, FALSE
otherwise
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.