Top | ![]() |
![]() |
![]() |
![]() |
TalkatuWholeBuffer is a GtkTextBuffer who's formatting applied to the entire buffer and not on a character by character basis.
GtkTextBuffer *
talkatu_whole_buffer_new (void
);
Creates a new TalkatuWholeBuffer that applies formatting across the whole text buffer instead of just a subset.
#define TALKATU_TYPE_WHOLE_BUFFER (talkatu_whole_buffer_get_type())
The standard _get_type macro for TalkatuWholeBuffer.
typedef struct _TalkatuWholeBuffer TalkatuWholeBuffer;
A TalkatuBuffer subclass that applies formatting to the entire buffer rather that allowing rich formatting at character resolution.