TagTable

TagTable — A simple formatting tag_table

Functions

GtkTextTagTable * talkatu_tag_table_new ()

Types and Values

Object Hierarchy

    GObject
    ╰── GtkTextTagTable
        ╰── TalkatuTagTable

Implemented Interfaces

TalkatuTagTable implements GtkBuildable.

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]

Types and Values

TALKATU_TYPE_TAG_TABLE

#define TALKATU_TYPE_TAG_TABLE            (talkatu_tag_table_get_type())

The standard _get_type macro for TalkatuTagTable.


TalkatuTagTable

typedef struct _TalkatuTagTable TalkatuTagTable;

A GtkTextTagTable subclass that is preloaded with all of the TalkatuTag's.