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