Method
Gtk.TextBuffer.apply_tag
Declaration [src]
void
gtk_text_buffer_apply_tag (
GtkTextBuffer* buffer,
GtkTextTag* tag,
const GtkTextIter* start,
const GtkTextIter* end
)
Description [src]
Emits the “apply-tag” signal on buffer
.
The default handler for the signal applies
tag
to the given range. start
and end
do
not have to be in order.
Parameters
tag |
GtkTextTag |
a |
|
Ownership is not transferred to the callee | |
start |
GtkTextIter |
one bound of range to be tagged |
|
Ownership is not transferred to the callee | |
end |
GtkTextIter |
other bound of range to be tagged |
|
Ownership is not transferred to the callee |