EvSidebarAttachments

EvSidebarAttachments

Synopsis

struct              EvSidebarAttachments;
struct              EvSidebarAttachmentsClass;
                    EvSidebarAttachmentsPrivate;
GtkWidget *         ev_sidebar_attachments_new          (void);

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----GtkWidget
               +----GtkContainer
                     +----GtkBox
                           +----EvSidebarAttachments

Implemented Interfaces

EvSidebarAttachments implements AtkImplementorIface, GtkBuildable, GtkOrientable and EvSidebarPage.

Signals

  "popup"                                          : Action

Description

Details

struct EvSidebarAttachments

struct EvSidebarAttachments;


struct EvSidebarAttachmentsClass

struct EvSidebarAttachmentsClass {
	GtkVBoxClass base_class;

	/* Signals */
	void (*popup_menu) (EvSidebarAttachments *ev_attachbar,
			    EvAttachment    *attachment);
};

EvSidebarAttachmentsPrivate

typedef struct _EvSidebarAttachmentsPrivate EvSidebarAttachmentsPrivate;


ev_sidebar_attachments_new ()

GtkWidget *         ev_sidebar_attachments_new          (void);

Signal Details

The "popup" signal

void                user_function                      (EvSidebarAttachments *evsidebarattachments,
                                                        gpointer              arg1,
                                                        gpointer              user_data)                 : Action