gtkTextBufferApplyTag {RGtk2} | R Documentation |
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.
gtkTextBufferApplyTag(object, tag, start, end)
|
[GtkTextBuffer ] a GtkTextBuffer |
|
[GtkTextTag ] a GtkTextTag |
|
[GtkTextIter ] one bound of range to be tagged |
|
[GtkTextIter ] other bound of range to be tagged |
Derived by RGtkGen from GTK+ documentation