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_restart (EvView *view
,gint page
);
Restart the current search operation from the given page
.
Since: 3.12
void ev_view_find_set_result (EvView *view
,gint page
,gint result
);
FIXME
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_page_cache_size (EvView *view
,gsize cache_size
);
Sets the maximum size in bytes that will be used to cache rendered pages. Use 0 to disable caching rendered pages.
Note that this limit doesn't affect the current visible page range,
which will always be rendered. In order to limit the total memory used
you have to use ev_document_model_set_max_scale()
too.
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
);
Enables or disables caret navigation mode for the document.
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)
Flags: Action
“handle-link”
signalvoid user_function (EvView *evview, GObject *arg1, gpointer user_data)
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)
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)
Flags: Action
“sync-source”
signalvoid user_function (EvView *evview, gpointer arg1, gpointer user_data)
Flags: Action