
[Top]
GTK
GTK.Editable
|
Method GTK.Editable()->select_region()
- Method
select_region
object(GTK.Editable) GTK.Editable()->select_region(int start_pos, int end_pos)
- Description
-
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 will be those characters from start_pos to the end of the
text. are
Extracted from Pike v7.3 release 11 at 2001-11-03.
|