Whole Buffer

Whole Buffer — A whole format text buffer

Functions

GtkTextBuffer * talkatu_whole_buffer_new ()

Types and Values

Object Hierarchy

    GObject
    ╰── GtkTextBuffer
        ╰── TalkatuBuffer
            ╰── TalkatuWholeBuffer

Description

TalkatuWholeBuffer is a GtkTextBuffer who's formatting applied to the entire buffer and not on a character by character basis.

Functions

talkatu_whole_buffer_new ()

GtkTextBuffer *
talkatu_whole_buffer_new (void);

Creates a new TalkatuWholeBuffer that applies formatting across the whole text buffer instead of just a subset.

Returns

The new TalkatuWholeBuffer instance.

[transfer full]

Types and Values

TALKATU_TYPE_WHOLE_BUFFER

#define TALKATU_TYPE_WHOLE_BUFFER            (talkatu_whole_buffer_get_type())

The standard _get_type macro for TalkatuWholeBuffer.


TalkatuWholeBuffer

typedef struct _TalkatuWholeBuffer TalkatuWholeBuffer;

A TalkatuBuffer subclass that applies formatting to the entire buffer rather that allowing rich formatting at character resolution.