RGtk2 (version 2.20.31)

atkTextRemoveSelection: atkTextRemoveSelection

Description

Removes the specified selection.

Usage

atkTextRemoveSelection(object, selection.num)

Arguments

object
selection.num
[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.

Value

TRUE if success, FALSE otherwise