gtkTextTagTableRemove {RGtk2}R Documentation

gtkTextTagTableRemove

Description

Remove a tag from the table. This will remove the table's reference to the tag, so be careful - the tag will end up destroyed if you don't have a reference to it.

Usage

gtkTextTagTableRemove(object, tag)

Arguments

object [GtkTextTagTable] a GtkTextTagTable
tag [GtkTextTag] a GtkTextTag

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]