GtkTextTagTable {RGtk2}R Documentation

GtkTextTagTable

Description

Collection of tags that can be used together

Methods and Functions

gtkTextTagTableNew()
gtkTextTagTableAdd(object, tag)
gtkTextTagTableRemove(object, tag)
gtkTextTagTableLookup(object, name)
gtkTextTagTableForeach(object, func, data = NULL)
gtkTextTagTableGetSize(object)
gtkTextTagTable()

Hierarchy

  GObject
   +----GtkTextTagTable

Detailed Description

You may wish to begin by reading the text widget conceptual overview which gives an overview of all the objects and data types related to the text widget and how they work together.

Structures

GtkTextTagTable
undocumented

Convenient Construction

gtkTextTagTable is the equivalent of gtkTextTagTableNew.

User Functions

GtkTextTagTableForeach(tag, data)
undocumented

tag
[GtkTextTag]
data
[R object]

Signals

The (texttagtable, arg1, user.data)
undocumented

texttagtable
[GtkTextTagTable] the object which received the signal.
arg1
[GtkTextTag]
user.data
[R object] user data set when the signal handler was connected.

The (texttagtable, arg1, arg2, user.data)
undocumented

texttagtable
[GtkTextTagTable] the object which received the signal.
arg1
[GtkTextTag]
arg2
[logical]
user.data
[R object] user data set when the signal handler was connected.

The (texttagtable, arg1, user.data)
undocumented

texttagtable
[GtkTextTagTable] the object which received the signal.
arg1
[GtkTextTag]
user.data
[R object] user data set when the signal handler was connected.

Author(s)

Derived by RGtkGen from GTK+ documentation

References

http://developer.gnome.org/doc/API/2.0/gtk/GtkTextTagTable.html


[Package RGtk2 version 2.12.5-3 Index]