Evince
Evince is a document viewer capable of displaying multiple and single page document formats like PDF and Postscript.
|
Go to the source code of this file.
Macros | |
#define | EV_TYPE_ANNOTATION_PROPERTIES_DIALOG (ev_annotation_properties_dialog_get_type()) |
#define | EV_ANNOTATION_PROPERTIES_DIALOG(o) (G_TYPE_CHECK_INSTANCE_CAST((o), EV_TYPE_ANNOTATION_PROPERTIES_DIALOG, EvAnnotationPropertiesDialog)) |
#define | EV_ANNOTATION_PROPERTIES_DIALOG_CLASS(k) (G_TYPE_CHECK_CLASS_CAST((k), EV_TYPE_ANNOTATION_PROPERTIES_DIALOG, EvAnnotationPropertiesDialogClass)) |
#define | EV_IS_ANNOTATION_PROPERTIES_DIALOG(o) (G_TYPE_CHECK_INSTANCE_TYPE((o), EV_TYPE_ANNOTATION_PROPERTIES_DIALOG)) |
#define | EV_IS_ANNOTATION_PROPERTIES_DIALOG_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE((k), EV_TYPE_ANNOTATION_PROPERTIES_DIALOG)) |
#define | EV_ANNOTATION_PROPERTIES_DIALOG_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS((o), EV_TYPE_ANNOTATION_PROPERTIES_DIALOG, EvAnnotationPropertiesDialogClass)) |
Typedefs | |
typedef struct _EvAnnotationPropertiesDialog | EvAnnotationPropertiesDialog |
typedef struct _EvAnnotationPropertiesDialogClass | EvAnnotationPropertiesDialogClass |
Functions | |
GType | ev_annotation_properties_dialog_get_type (void) G_GNUC_CONST |
GtkWidget * | ev_annotation_properties_dialog_new (EvAnnotationType annot_type) |
GtkWidget * | ev_annotation_properties_dialog_new_with_annotation (EvAnnotation *annot) |
const gchar * | ev_annotation_properties_dialog_get_author (EvAnnotationPropertiesDialog *dialog) |
void | ev_annotation_properties_dialog_get_rgba (EvAnnotationPropertiesDialog *dialog, GdkRGBA *rgba) |
gdouble | ev_annotation_properties_dialog_get_opacity (EvAnnotationPropertiesDialog *dialog) |
gboolean | ev_annotation_properties_dialog_get_popup_is_open (EvAnnotationPropertiesDialog *dialog) |
EvAnnotationTextIcon | ev_annotation_properties_dialog_get_text_icon (EvAnnotationPropertiesDialog *dialog) |
EvAnnotationTextMarkupType | ev_annotation_properties_dialog_get_text_markup_type (EvAnnotationPropertiesDialog *dialog) |
#define EV_ANNOTATION_PROPERTIES_DIALOG | ( | o) | (G_TYPE_CHECK_INSTANCE_CAST((o), EV_TYPE_ANNOTATION_PROPERTIES_DIALOG, EvAnnotationPropertiesDialog)) |
Definition at line 32 of file ev-annotation-properties-dialog.h.
#define EV_ANNOTATION_PROPERTIES_DIALOG_CLASS | ( | k) | (G_TYPE_CHECK_CLASS_CAST((k), EV_TYPE_ANNOTATION_PROPERTIES_DIALOG, EvAnnotationPropertiesDialogClass)) |
Definition at line 33 of file ev-annotation-properties-dialog.h.
#define EV_ANNOTATION_PROPERTIES_DIALOG_GET_CLASS | ( | o) | (G_TYPE_INSTANCE_GET_CLASS((o), EV_TYPE_ANNOTATION_PROPERTIES_DIALOG, EvAnnotationPropertiesDialogClass)) |
Definition at line 36 of file ev-annotation-properties-dialog.h.
#define EV_IS_ANNOTATION_PROPERTIES_DIALOG | ( | o) | (G_TYPE_CHECK_INSTANCE_TYPE((o), EV_TYPE_ANNOTATION_PROPERTIES_DIALOG)) |
Definition at line 34 of file ev-annotation-properties-dialog.h.
#define EV_IS_ANNOTATION_PROPERTIES_DIALOG_CLASS | ( | k) | (G_TYPE_CHECK_CLASS_TYPE((k), EV_TYPE_ANNOTATION_PROPERTIES_DIALOG)) |
Definition at line 35 of file ev-annotation-properties-dialog.h.
#define EV_TYPE_ANNOTATION_PROPERTIES_DIALOG (ev_annotation_properties_dialog_get_type()) |
Definition at line 31 of file ev-annotation-properties-dialog.h.
typedef struct _EvAnnotationPropertiesDialog EvAnnotationPropertiesDialog |
Definition at line 38 of file ev-annotation-properties-dialog.h.
Definition at line 39 of file ev-annotation-properties-dialog.h.
const gchar* ev_annotation_properties_dialog_get_author | ( | EvAnnotationPropertiesDialog * | dialog) |
Definition at line 288 of file ev-annotation-properties-dialog.c.
gdouble ev_annotation_properties_dialog_get_opacity | ( | EvAnnotationPropertiesDialog * | dialog) |
Definition at line 301 of file ev-annotation-properties-dialog.c.
gboolean ev_annotation_properties_dialog_get_popup_is_open | ( | EvAnnotationPropertiesDialog * | dialog) |
Definition at line 307 of file ev-annotation-properties-dialog.c.
void ev_annotation_properties_dialog_get_rgba | ( | EvAnnotationPropertiesDialog * | dialog, |
GdkRGBA * | rgba | ||
) |
Definition at line 294 of file ev-annotation-properties-dialog.c.
EvAnnotationTextIcon ev_annotation_properties_dialog_get_text_icon | ( | EvAnnotationPropertiesDialog * | dialog) |
Definition at line 313 of file ev-annotation-properties-dialog.c.
EvAnnotationTextMarkupType ev_annotation_properties_dialog_get_text_markup_type | ( | EvAnnotationPropertiesDialog * | dialog) |
Definition at line 319 of file ev-annotation-properties-dialog.c.
GType ev_annotation_properties_dialog_get_type | ( | void | ) |
GtkWidget* ev_annotation_properties_dialog_new | ( | EvAnnotationType | annot_type) |
Definition at line 239 of file ev-annotation-properties-dialog.c.
GtkWidget* ev_annotation_properties_dialog_new_with_annotation | ( | EvAnnotation * | annot) |
Definition at line 247 of file ev-annotation-properties-dialog.c.