History View

History View — Chat history widget

Functions

GtkWidget * talkatu_history_new ()

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkTextView
                    ╰── TalkatuView
                        ╰── TalkatuHistory

Implemented Interfaces

TalkatuHistory implements AtkImplementorIface, GtkBuildable and GtkScrollable.

Description

This widget is used to display the conversation history. It doesn't care if it is multi user or one to one.

Functions

talkatu_history_new ()

GtkWidget *
talkatu_history_new (void);

Creates a new TalkatuHistory for displaying chat history.

Returns

The new TalkatuHistory instance.

[transfer full]

Types and Values

TALKATU_TYPE_HISTORY

#define TALKATU_TYPE_HISTORY            (talkatu_history_get_type())

TalkatuHistory

typedef struct _TalkatuHistory TalkatuHistory;