gtkTextTagTableForeach {RGtk2} | R Documentation |
Calls func
on each tag in table
, with user data data
.
Note that the table may not be modified while iterating
over it (you can't add/remove tags).
gtkTextTagTableForeach(object, func, data = NULL)
|
[GtkTextTagTable ] a GtkTextTagTable |
|
[GtkTextTagTableForeach ] a function to call on each tag |
|
[R object] user data |
Derived by RGtkGen from GTK+ documentation