gtkTextIterGetTags {RGtk2} | R Documentation |
Returns a list of tags that apply to iter
, in ascending order of
priority (highest-priority tags are last). The GtkTextTag
in the
list don't have a reference added, but you have to free the list
itself.
gtkTextIterGetTags(object)
|
[list] list of GtkTextTag
. [ element-type GtkTextTag][ transfer container ]
Derived by RGtkGen from GTK+ documentation