|  |  |  | Evince Programmer's Reference Manual |  | 
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | Signals | ||||
struct              EvSidebarAttachments;
struct              EvSidebarAttachmentsClass;
                    EvSidebarAttachmentsPrivate;
GtkWidget *         ev_sidebar_attachments_new          (void);
  GObject
   +----GInitiallyUnowned
         +----GtkWidget
               +----GtkContainer
                     +----GtkBox
                           +----EvSidebarAttachments
EvSidebarAttachments implements AtkImplementorIface, GtkBuildable, GtkOrientable and EvSidebarPage.
struct EvSidebarAttachmentsClass {
	GtkVBoxClass base_class;
	/* Signals */
	void (*popup_menu) (EvSidebarAttachments *ev_attachbar,
			    EvAttachment    *attachment);
};
typedef struct _EvSidebarAttachmentsPrivate EvSidebarAttachmentsPrivate;
"popup" signalvoid                user_function                      (EvSidebarAttachments *evsidebarattachments,
                                                        gpointer              arg1,
                                                        gpointer              user_data)                 : Action