| Evince View Library Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | Properties | Signals | ||||
Synopsis
EvAnnotationWindow; EvAnnotationWindowClass; 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);
Object Hierarchy
GObject
+----GInitiallyUnowned
+----GtkWidget
+----GtkContainer
+----GtkBin
+----GtkWindow
+----EvAnnotationWindow
Properties
"annotation" EvAnnotationMarkup* : Write / Construct Only "parent" GtkWindow* : Write / Construct Only
Details
ev_annotation_window_new ()
GtkWidget * ev_annotation_window_new (EvAnnotation *annot,GtkWindow *parent);
ev_annotation_window_get_annotation ()
EvAnnotation * ev_annotation_window_get_annotation (EvAnnotationWindow *window);
ev_annotation_window_set_annotation ()
void ev_annotation_window_set_annotation (EvAnnotationWindow *window,EvAnnotation *annot);
ev_annotation_window_get_rectangle ()
void ev_annotation_window_get_rectangle (EvAnnotationWindow *window,EvRectangle *rect);
ev_annotation_window_set_rectangle ()
void ev_annotation_window_set_rectangle (EvAnnotationWindow *window,const EvRectangle *rect);
ev_annotation_window_grab_focus ()
void ev_annotation_window_grab_focus (EvAnnotationWindow *window);
ev_annotation_window_ungrab_focus ()
void ev_annotation_window_ungrab_focus (EvAnnotationWindow *window);
Property Details
The "annotation" property
"annotation" EvAnnotationMarkup* : Write / Construct Only
The annotation associated to the window.
Signal Details
The "closed" signal
void user_function (EvAnnotationWindow *evannotationwindow,
gpointer user_data) : Action
The "moved" signal
void user_function (EvAnnotationWindow *evannotationwindow,
gint arg1,
gint arg2,
gpointer user_data) : Action
