e-attachment-popover
e-attachment-popover
|
|
Object Hierarchy
GObject
╰── GInitiallyUnowned
╰── GtkWidget
╰── GtkContainer
╰── GtkBin
╰── GtkPopover
╰── EAttachmentPopover
Implemented Interfaces
EAttachmentPopover implements
AtkImplementorIface and GtkBuildable.
Functions
e_attachment_popover_new ()
GtkWidget *
e_attachment_popover_new (GtkWidget *relative_to
,
EAttachment *attachment
);
e_attachment_popover_get_changes_saved ()
gboolean
e_attachment_popover_get_changes_saved
(EAttachmentPopover *self
);
e_attachment_popover_set_changes_saved ()
void
e_attachment_popover_set_changes_saved
(EAttachmentPopover *self
,
gboolean changes_saved
);
e_attachment_popover_get_allow_disposition ()
gboolean
e_attachment_popover_get_allow_disposition
(EAttachmentPopover *self
);
e_attachment_popover_set_allow_disposition ()
void
e_attachment_popover_set_allow_disposition
(EAttachmentPopover *self
,
gboolean allow_disposition
);
Types and Values
E_TYPE_ATTACHMENT_POPOVER
#define E_TYPE_ATTACHMENT_POPOVER (e_attachment_popover_get_type ())
EAttachmentPopover
typedef struct _EAttachmentPopover EAttachmentPopover;