Toolbar

Toolbar — A simple formatting toolbar

Functions

GtkWidget * talkatu_toolbar_new ()

Types and Values

Object Hierarchy

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

Implemented Interfaces

TalkatuToolbar implements AtkImplementorIface, GtkBuildable, GtkToolShell and GtkOrientable.

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

TALKATU_TYPE_TOOLBAR

#define TALKATU_TYPE_TOOLBAR            (talkatu_toolbar_get_type())

The standard _get_type macro for TalkatuToolbar.


TalkatuToolbar

typedef struct _TalkatuToolbar TalkatuToolbar;

The formatting toolbar for TalkatuView's. It's based on the GSimpleActionGroup's that TalkatuBuffer's expose which makes it completely autonomous.