Description Usage Arguments Author(s)
Removes all tags in the range between start
and end
. Be careful
with this function; it could remove tags added in code unrelated to
the code you're currently writing. That is, using this function is
probably a bad idea if you have two or more unrelated code sections
that add tags.
1 | gtkTextBufferRemoveAllTags(object, start, end)
|
|
a |
|
one bound of range to be untagged |
|
other bound of range to be untagged |
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.