Back to Seed Clases

Gtk


Classes

Interfaces

Structs

Unions

Enums

GObject.Object
parent-child marker Gtk.TextTagTable

Class Gtk.TextTagTable

Import line: Gtk = imports.gi.Gtk;
GIR File: Gtk-3.0.gir
C documentation: GtkTextTagTable
Class : TextTagTable
Implements: Gtk.Buildable
Extends: GObject.Object
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.

GtkTextTagTables as GtkBuildable

The GtkTextTagTable implementation of the GtkBuildable interface
supports adding tags by specifying "tag" as the "type"
attribute of a <child> element.

A UI definition fragment specifying tags





]]>


Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
Events - usage syntax: this.signals.EVENTNAME.connect( Function )
Event Defined By
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gtk.TextBuffer
Property
tag_table : Gtk.TextTagTable
Gtk.TextBuffer
Method
new Gtk.TextBuffer.c_new (TextTagTable table) : Gtk.TextBuffer
Create a new Gtk.TextBuffer
Gtk.TextBuffer
Method
get_tag_table () : Gtk.TextTagTable
Get the GtkTextTagTable associated with this buffer.
GtkSource.Buffer
Method
new GtkSource.Buffer.c_new (TextTagTable table) : GtkSource.Buffer
Create a new GtkSource.Buffer
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:14:05 GMT+0800 (HKT)