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