]> www.fi.muni.cz Git - evince.git/blobdiff - libview/ev-annotation-window.h
Preliminary support for adding new annotations
[evince.git] / libview / ev-annotation-window.h
index 697574f784bbef8bd34f9db018b36c03fbc40719..b9ba4f128edd2033cc48aff7e7031dcdd7216392 100644 (file)
@@ -38,18 +38,19 @@ typedef struct _EvAnnotationWindowClass EvAnnotationWindowClass;
 #define EV_IS_ANNOTATION_WINDOW_CLASS(klass)   (G_TYPE_CHECK_CLASS_TYPE((klass), EV_TYPE_ANNOTATION_WINDOW))
 #define EV_ANNOTATION_WINDOW_GET_CLASS(object) (G_TYPE_INSTANCE_GET_CLASS((object), EV_TYPE_ANNOTATION_WINDOW, EvAnnotationWindowClass))
 
-GType              ev_annotation_window_get_type       (void) G_GNUC_CONST;
-GtkWidget         *ev_annotation_window_new            (EvAnnotation       *annot,
-                                                       GtkWindow          *parent);
-EvAnnotation      *ev_annotation_window_get_annotation (EvAnnotationWindow *window);
-void               ev_annotation_window_set_annotation (EvAnnotationWindow *window,
-                                                       EvAnnotation       *annot);
-gboolean           ev_annotation_window_is_open        (EvAnnotationWindow *window);
-const EvRectangle *ev_annotation_window_get_rectangle  (EvAnnotationWindow *window);
-void               ev_annotation_window_set_rectangle  (EvAnnotationWindow *window,
-                                                       EvRectangle        *rect);
-void               ev_annotation_window_grab_focus     (EvAnnotationWindow *window);
-void               ev_annotation_window_ungrab_focus   (EvAnnotationWindow *window);
+GType         ev_annotation_window_get_type       (void) G_GNUC_CONST;
+GtkWidget    *ev_annotation_window_new            (EvAnnotation       *annot,
+                                                  GtkWindow          *parent);
+EvAnnotation *ev_annotation_window_get_annotation (EvAnnotationWindow *window);
+void          ev_annotation_window_set_annotation (EvAnnotationWindow *window,
+                                                  EvAnnotation       *annot);
+gboolean      ev_annotation_window_is_open        (EvAnnotationWindow *window);
+void          ev_annotation_window_get_rectangle  (EvAnnotationWindow *window,
+                                                  EvRectangle        *rect);
+void          ev_annotation_window_set_rectangle  (EvAnnotationWindow *window,
+                                                  const EvRectangle  *rect);
+void          ev_annotation_window_grab_focus     (EvAnnotationWindow *window);
+void          ev_annotation_window_ungrab_focus   (EvAnnotationWindow *window);
 
 G_END_DECLS