History Row

History Row — History message widget

Functions

Properties

GObject * message Read / Write / Construct Only

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkBin
                    ╰── GtkListBoxRow
                        ╰── TalkatuHistoryRow

Implemented Interfaces

TalkatuHistoryRow implements AtkImplementorIface, GtkBuildable and GtkActionable.

Description

This widget is used to display a single message in the conversation history.

Functions

talkatu_history_row_new ()

GtkWidget *
talkatu_history_row_new (TalkatuMessage *message);

Creates a new TalkatuHistoryRow for displaying message .

Parameters

message

The TalkatuMessage instance that will be displayed.

 

Returns

The new TalkatuHistoryRow instance.

[transfer full]

Types and Values

TALKATU_TYPE_HISTORY_ROW

#define TALKATU_TYPE_HISTORY_ROW (talkatu_history_row_get_type())

The standard _get_type macro for TalkatuHistoryRow.

TalkatuHistoryRow

typedef struct _TalkatuHistoryRow TalkatuHistoryRow;

A GtkListBoxRow subclass that is used to display a TalkatuMessage.

Property Details

The “message” property

  “message”                  GObject *

The message to display.

Owner: TalkatuHistoryRow

Flags: Read / Write / Construct Only