[Top]
GTK2
GTK2.TextBuffer
|
Method GTK2.TextBuffer()->remove_tag()
- Method
remove_tag
GTK2.TextBuffer remove_tag(GTK2.TextTag tag, GTK2.TextIter start, GTK2.TextIter end)
- Description
Emits the "remove-tag" signal. The default handler for the signal removes
all occurrences of tag from the given range. start and end do not have to
be in order.
|