![]() |
![]() |
![]() |
![]() |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBox ╰── GtkInfoBar ╰── TalkatuAttachmentPreview
TalkatuAttachmentPreview implements AtkImplementorIface, GtkBuildable and GtkOrientable.
GtkWidget *
talkatu_attachment_preview_new (TalkatuAttachment *attachment
);
Creates a new TalkatuAttachmentPreview for the given attachment.
TalkatuAttachment *
talkatu_attachment_preview_get_attachment
(TalkatuAttachmentPreview *preview
);
Gets the TalkatuAttachment from preview
.
#define TALKATU_TYPE_ATTACHMENT_PREVIEW (talkatu_attachment_preview_get_type())
The standard _get_type macro for TalkatuAttachmentPreview.
typedef struct _TalkatuAttachmentPreview TalkatuAttachmentPreview;
A GtkWidget that displays a preview of a TalkatuAttachment and allows the user to save it.
“attachment”
property“attachment” GObject *
The attachment that this preview is customizing.
Owner: TalkatuAttachmentPreview
Flags: Read / Write / Construct Only