Top |
GtkWidget * | ev_annotation_window_new () |
EvAnnotation * | ev_annotation_window_get_annotation () |
void | ev_annotation_window_set_annotation () |
gboolean | ev_annotation_window_is_open () |
void | ev_annotation_window_get_rectangle () |
void | ev_annotation_window_set_rectangle () |
void | ev_annotation_window_grab_focus () |
void | ev_annotation_window_ungrab_focus () |
EvAnnotationMarkup * | annotation | Write / Construct Only |
GtkWindow * | parent | Write / Construct Only |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBin ╰── GtkWindow ╰── EvAnnotationWindow
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 *
The annotation associated to the window.
Owner: EvAnnotationWindow
Flags: Write / Construct Only
“closed”
signalvoid user_function (EvAnnotationWindow *evannotationwindow, gpointer user_data)
Flags: Action
“moved”
signalvoid user_function (EvAnnotationWindow *evannotationwindow, int arg1, int arg2, gpointer user_data)
Flags: Action