void ev_view_set_loading (EvView *view,gboolean loading);
ev_view_set_loading is deprecated and should not be used in newly-written code.
void ev_view_find_set_highlight_search (EvView *view,gboolean value);
void ev_view_find_changed (EvView *view,GList **results,gint page);
[skip]
view |
an EvView |
|
results |
the results as returned by |
|
page |
page index |
void ev_view_scroll (EvView *view,GtkScrollType scroll,gboolean horizontal);
ev_view_scroll is deprecated and should not be used in newly-written code.
“is-loading” property“is-loading” gboolean
Whether the view is loading.
Owner: EvView
Flags: Read
Default value: FALSE
“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, int arg1, int 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, int 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