![]() |
![]() |
![]() |
![]() |
Message actions — A display widget for TalkatuMessage's
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBox ╰── TalkatuMessageActions
TalkatuMessageActions implements AtkImplementorIface, GtkBuildable and GtkOrientable.
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_actions
);
Gets the TalkatuMessage associated with message_action
.
#define TALKATU_TYPE_MESSAGE_ACTIONS (talkatu_message_actions_get_type())
The standard _get_type macro for TalkatuMessageActions.
typedef struct _TalkatuMessageActions TalkatuMessageActions;
A composite GtkWidget to allow the user to interact with a message in a TalkatuHistory.
“message”
property“message” GObject *
The message that this widget is for.
Owner: TalkatuMessageActions
Flags: Read / Write / Construct Only