![]() |
![]() |
![]() |
![]() |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBin ╰── GtkListBoxRow ╰── TalkatuHistoryRow
TalkatuHistoryRow implements AtkImplementorIface, GtkBuildable and GtkActionable.
GtkWidget *
talkatu_history_row_new (TalkatuMessage *message
);
Creates a new TalkatuHistoryRow for displaying message
.
#define TALKATU_TYPE_HISTORY_ROW (talkatu_history_row_get_type())
The standard _get_type macro for TalkatuHistoryRow.
typedef struct _TalkatuHistoryRow TalkatuHistoryRow;
A GtkListBoxRow subclass that is used to display a TalkatuMessage.
“message”
property“message” GObject *
The message to display.
Owner: TalkatuHistoryRow
Flags: Read / Write / Construct Only