Top | ![]() |
![]() |
![]() |
![]() |
GtkWidget * | talkatu_history_new () |
void | talkatu_history_page_up () |
void | talkatu_history_page_down () |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkTextView ╰── TalkatuView ╰── TalkatuHistory
TalkatuHistory implements AtkImplementorIface, GtkBuildable and GtkScrollable.
This widget is used to display the conversation history. It doesn't care if it is multi user or one to one.
GtkWidget *
talkatu_history_new (void
);
Creates a new TalkatuHistory for displaying chat history.
void
talkatu_history_page_up (TalkatuHistory *history
);
Scrolls history
up one page.
void
talkatu_history_page_down (TalkatuHistory *history
);
Scrolls history
down one page.
#define TALKATU_TYPE_HISTORY (talkatu_history_get_type())
The standard _get_type macro for TalkatuHistory.
typedef struct _TalkatuHistory TalkatuHistory;
A TalkatuView subclass that is used to display a conversation.