Top | ![]() |
![]() |
![]() |
![]() |
void | activate | Action |
void | annot-added | Action |
void | annot-removed | Action |
void | cursor-moved | Run Last |
void | external-link | Action |
void | handle-link | Action |
void | layers-changed | Action |
gboolean | move-cursor | Action |
void | popup | Action |
void | scroll | Action |
void | selection-changed | Action |
void | sync-source | Action |
void ev_view_find_set_highlight_search (EvView *view
,gboolean value
);
void ev_view_find_set_result (EvView *view
,gint page
,gint result
);
Since: 3.10
void ev_view_highlight_forward_search (EvView *view
,EvSourceLink *link
);
void ev_view_begin_add_annotation (EvView *view
,EvAnnotationType annot_type
);
gboolean ev_view_get_page_extents (EvView *view
,gint page
,GdkRectangle *page_area
,GtkBorder *border
);
void ev_view_set_caret_cursor_position (EvView *view
,guint page
,guint offset
);
Since: 3.10
void ev_view_set_caret_navigation_enabled (EvView *view
,gboolean enabled
);
Since: 3.10
gboolean
ev_view_supports_caret_navigation (EvView *view
);
Since: 3.10
void ev_view_set_loading (EvView *view
,gboolean loading
);
ev_view_set_loading
has been deprecated since version 3.8 and should not be used in newly-written code.
void ev_view_find_changed (EvView *view
,GList **results
,gint page
);
ev_view_find_changed
has been deprecated since version 3.6 and should not be used in newly-written code.
Use ev_view_find_started()
instead
[skip]
view |
an EvView |
|
results |
the results as returned by |
|
page |
page index |
“can-zoom-in”
property “can-zoom-in” gboolean
Whether the view can be zoomed in further.
Flags: Read
Default value: TRUE
Since: 3.8
“can-zoom-out”
property “can-zoom-out” gboolean
Whether the view can be zoomed out further.
Flags: Read
Default value: TRUE
Since: 3.8
“annot-added”
signalvoid user_function (EvView *evview, EvAnnotation *arg1, gpointer user_data)
Flags: Action
“annot-removed”
signalvoid user_function (EvView *evview, EvAnnotation *arg1, gpointer user_data)
Flags: Action
“cursor-moved”
signalvoid user_function (EvView *evview, gint arg1, gint arg2, gpointer user_data)
Flags: Run Last
“external-link”
signalvoid user_function (EvView *evview, GObject *arg1, gpointer user_data)
evview |
the object which received the signal. |
|
user_data |
user data set when the signal handler was connected. |
Flags: Action
“handle-link”
signalvoid user_function (EvView *evview, GObject *arg1, gpointer user_data)
evview |
the object which received the signal. |
|
user_data |
user data set when the signal handler was connected. |
Flags: Action
“move-cursor”
signalgboolean user_function (EvView *evview, GtkMovementStep arg1, gint arg2, gboolean arg3, gpointer user_data)
Flags: Action
“popup”
signalvoid user_function (EvView *evview, gpointer arg1, gpointer user_data)
evview |
the object which received the signal. |
|
user_data |
user data set when the signal handler was connected. |
Flags: Action
“scroll”
signalvoid user_function (EvView *evview, GtkScrollType arg1, GtkOrientation arg2, gpointer user_data)
Flags: Action
“selection-changed”
signalvoid user_function (EvView *evview, gpointer user_data)
evview |
the object which received the signal. |
|
user_data |
user data set when the signal handler was connected. |
Flags: Action
“sync-source”
signalvoid user_function (EvView *evview, gpointer arg1, gpointer user_data)
Flags: Action