Learn R Programming

RGtk2 (version 2.12.17)

GtkTextTag: GtkTextTag

Description

A tag that can be applied to text in a GtkTextBuffer

Arguments

Methods and Functions

gtkTextTagNew(name = NULL) gtkTextTagGetPriority(object) gtkTextTagSetPriority(object, priority) gtkTextTagEvent(object, event.object, event, iter) gtkTextAttributesNew() gtkTextAttributesCopy(object) gtkTextAttributesCopyValues(object, dest) gtkTextTag(name = NULL)

Hierarchy

GObject +----GtkTextTag

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. Tags should be in the GtkTextTagTable for a given GtkTextBuffer before using them with that buffer. gtkTextBufferCreateTag is the best way to create tags. See gtk-demo for numerous examples. The "invisible" property was not implemented for GTK+ 2.0; it's planned to be implemented in future releases.

Convenient Construction

gtkTextTag is the equivalent of gtkTextTagNew.

References

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