GtkTextTagTable: GtkTextTagTable

Description Methods and Functions Hierarchy Detailed Description Structures Convenient Construction User Functions Signals Author(s) References

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

1
2

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()

undocumented

Signals

tag-added(texttagtable, user.data)

undocumented

texttagtable

the object which received the signal.

user.data

user data set when the signal handler was connected.

tag-changed(texttagtable, user.data)

undocumented

texttagtable

the object which received the signal.

user.data

user data set when the signal handler was connected.

tag-removed(texttagtable, user.data)

undocumented

texttagtable

the object which received the signal.

user.data

user data set when the signal handler was connected.

Author(s)

Derived by RGtkGen from GTK+ documentation

References

https://developer.gnome.org/gtk2/stable/GtkTextTagTable.html


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.

Related to GtkTextTagTable in RGtk2...