| Top |  |  |  |  | 
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBox ╰── EvSidebarAttachments
EvSidebarAttachments implements AtkImplementorIface, GtkBuildable, GtkOrientable and EvSidebarPage.
struct EvSidebarAttachmentsClass {
	GtkBoxClass base_class;
	/* Signals */
	void (*popup_menu)      (EvSidebarAttachments *ev_attachbar,
			         EvAttachment         *attachment);
	void (*save_attachment) (EvSidebarAttachments *ev_attachbar,
			         EvAttachment         *attachment,
	                         const char          *uri);
};
“popup” signalvoid user_function (EvSidebarAttachments *evsidebarattachments, gpointer arg1, gpointer user_data)
Flags: Action