Top | ![]() |
![]() |
![]() |
![]() |
Message actionsMessage actions — A display widget for TalkatuMessage's |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBox ╰── TalkatuMessageActions
Talkatu provides a simple formatting message_actions that gives the user the ability to format any TalkatuBuffer via the formatting actions.
GtkWidget *
talkatu_message_actions_new (TalkatuMessage *message
);
Creates a new TalkatuMessageActions that provides the user with an interface to control the formatting of a TalkatuBuffer.
TalkatuMessage *
talkatu_message_actions_get_message (TalkatuMessageActions *message_action
);
Gets the TalkatuMessage associated with message_action
.
“message”
property“message” GObject *
The message that this widget is for.
Owner: TalkatuMessageActions
Flags: Read / Write / Construct Only