[Top]
GTK2
GTK2.TextBuffer
|
Method GTK2.TextBuffer()->delete_interactive()
- Method
delete_interactive
int delete_interactive(GTK2.TextIter start, GTK2.TextIter end, int default_editable)
- Description
Deletes all editable text in the given range. Calls delete() for each
editable sub-range of [start,end). start and end are revalidated to
point to the location of the last deleted range, or left untouched if no
text was deleted.
|