Virtual Method
GtkTextBufferremove_tag
Declaration [src]
void
remove_tag (
  GtkTextBuffer* buffer,
  GtkTextTag* tag,
  const GtkTextIter* start,
  const GtkTextIter* end
)
Description [src]
Emits the “remove-tag” signal.
The default handler for the signal removes all occurrences
of tag from the given range. start and end don’t have
to be in order.
Parameters
- tag
- 
            Type: GtkTextTagA GtkTextTagThe data is owned by the caller of the function. 
- start
- 
            Type: GtkTextIterOne bound of range to be untagged. The data is owned by the caller of the function. 
- end
- 
            Type: GtkTextIterOther bound of range to be untagged. The data is owned by the caller of the function.