|  |  |  | Evince View Library Reference Manual |  | 
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | Properties | Signals | ||||
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);
GObject +----GInitiallyUnowned +----GtkWidget +----GtkContainer +----GtkBin +----GtkWindow +----EvAnnotationWindow
"annotation" EvAnnotationMarkup* : Write / Construct Only "parent" GtkWindow* : Write / Construct Only
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);
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);
"annotation" property"annotation" EvAnnotationMarkup* : Write / Construct Only
The annotation associated to the window.
"closed" signalvoid                user_function                      (EvAnnotationWindow *evannotationwindow,
                                                        gpointer            user_data)               : Action
"moved" signalvoid                user_function                      (EvAnnotationWindow *evannotationwindow,
                                                        gint                arg1,
                                                        gint                arg2,
                                                        gpointer            user_data)               : Action