Toolbar

Toolbar — A simple formatting toolbar

Functions

GtkWidget * talkatu_toolbar_new ()

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkToolbar
                    ╰── TalkatuToolbar

Description

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

Functions

talkatu_toolbar_new ()

GtkWidget *
talkatu_toolbar_new (void);

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

Returns

The new TalkatuToolbar instance.

[transfer full]

Types and Values