Evince
Evince is a document viewer capable of displaying multiple and single page document formats like PDF and Postscript.
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
ev-sidebar-attachments.h File Reference
#include "ev-attachment.h"
#include "ev-document.h"
+ Include dependency graph for ev-sidebar-attachments.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  _EvSidebarAttachments
 
struct  _EvSidebarAttachmentsClass
 

Macros

#define EV_TYPE_SIDEBAR_ATTACHMENTS   (ev_sidebar_attachments_get_type())
 
#define EV_SIDEBAR_ATTACHMENTS(object)   (G_TYPE_CHECK_INSTANCE_CAST((object), EV_TYPE_SIDEBAR_ATTACHMENTS, EvSidebarAttachments))
 
#define EV_SIDEBAR_ATTACHMENTS_CLASS(klass)   (G_TYPE_CHECK_CLASS_CAST((klass), EV_TYPE_SIDEBAR_ATTACHMENTS, EvSidebarAttachmentsClass))
 
#define EV_IS_SIDEBAR_ATTACHMENTS(object)   (G_TYPE_CHECK_INSTANCE_TYPE((object), EV_TYPE_SIDEBAR_ATTACHMENTS))
 
#define EV_IS_SIDEBAR_ATTACHMENTS_CLASS(klass)   (G_TYPE_CHECK_CLASS_TYPE((klass), EV_TYPE_SIDEBAR_ATTACHMENTS))
 
#define EV_SIDEBAR_ATTACHMENTS_GET_CLASS(object)   (G_TYPE_INSTANCE_GET_CLASS((object), EV_TYPE_SIDEBAR_ATTACHMENTS, EvSidebarAttachmentsClass))
 

Typedefs

typedef typedefG_BEGIN_DECLS
struct _EvSidebarAttachments 
EvSidebarAttachments
 
typedef struct
_EvSidebarAttachmentsClass 
EvSidebarAttachmentsClass
 
typedef struct
_EvSidebarAttachmentsPrivate 
EvSidebarAttachmentsPrivate
 

Functions

GType ev_sidebar_attachments_get_type (void) G_GNUC_CONST
 
GtkWidget * ev_sidebar_attachments_new (void)
 

Macro Definition Documentation

#define EV_IS_SIDEBAR_ATTACHMENTS (   object)    (G_TYPE_CHECK_INSTANCE_TYPE((object), EV_TYPE_SIDEBAR_ATTACHMENTS))

Definition at line 39 of file ev-sidebar-attachments.h.

#define EV_IS_SIDEBAR_ATTACHMENTS_CLASS (   klass)    (G_TYPE_CHECK_CLASS_TYPE((klass), EV_TYPE_SIDEBAR_ATTACHMENTS))

Definition at line 40 of file ev-sidebar-attachments.h.

#define EV_SIDEBAR_ATTACHMENTS (   object)    (G_TYPE_CHECK_INSTANCE_CAST((object), EV_TYPE_SIDEBAR_ATTACHMENTS, EvSidebarAttachments))

Definition at line 37 of file ev-sidebar-attachments.h.

#define EV_SIDEBAR_ATTACHMENTS_CLASS (   klass)    (G_TYPE_CHECK_CLASS_CAST((klass), EV_TYPE_SIDEBAR_ATTACHMENTS, EvSidebarAttachmentsClass))

Definition at line 38 of file ev-sidebar-attachments.h.

#define EV_SIDEBAR_ATTACHMENTS_GET_CLASS (   object)    (G_TYPE_INSTANCE_GET_CLASS((object), EV_TYPE_SIDEBAR_ATTACHMENTS, EvSidebarAttachmentsClass))

Definition at line 41 of file ev-sidebar-attachments.h.

#define EV_TYPE_SIDEBAR_ATTACHMENTS   (ev_sidebar_attachments_get_type())

Definition at line 36 of file ev-sidebar-attachments.h.

Typedef Documentation

typedef typedefG_BEGIN_DECLS struct _EvSidebarAttachments EvSidebarAttachments

Definition at line 32 of file ev-sidebar-attachments.h.

Function Documentation

GType ev_sidebar_attachments_get_type ( void  )
GtkWidget* ev_sidebar_attachments_new ( void  )

Definition at line 596 of file ev-sidebar-attachments.c.

597 {
598  GtkWidget *ev_attachbar;
599 
600  ev_attachbar = g_object_new (EV_TYPE_SIDEBAR_ATTACHMENTS,
601  "orientation", GTK_ORIENTATION_VERTICAL,
602  NULL);
603 
604  return ev_attachbar;
605 }

+ Here is the caller graph for this function: