TagTable

TagTable — A simple formatting tag_table

Functions

Object Hierarchy

    GObject
    ╰── GtkTextTagTable
        ╰── TalkatuTagTable

Description

Talkatu provides a simple formatting tag_table that gives the user the ability to format any TalkatuBuffer via the formatting actions.

Functions

talkatu_tag_table_new ()

GtkTextTagTable *
talkatu_tag_table_new (void);

Creates a new TalkatuTagTable that provides the user with an interface to control the formatting of a TalkatuBuffer.

Returns

The new TalkatuTagTable instance.

[transfer full]