| Top |
Functions
Signals
| 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 |
Functions
ev_view_find_set_highlight_search ()
void ev_view_find_set_highlight_search (EvView *view,gboolean value);
ev_view_find_set_result ()
void ev_view_find_set_result (EvView *view,gint page,gint result);
Since 3.10
ev_view_highlight_forward_search ()
void ev_view_highlight_forward_search (EvView *view,EvSourceLink *link);
ev_view_begin_add_annotation ()
void ev_view_begin_add_annotation (EvView *view,EvAnnotationType annot_type);
ev_view_get_page_extents ()
gboolean ev_view_get_page_extents (EvView *view,gint page,GdkRectangle *page_area,GtkBorder *border);
ev_view_set_caret_cursor_position ()
void ev_view_set_caret_cursor_position (EvView *view,guint page,guint offset);
Since 3.10
ev_view_set_caret_navigation_enabled ()
void ev_view_set_caret_navigation_enabled (EvView *view,gboolean enabled);
Since 3.10
ev_view_supports_caret_navigation ()
gboolean
ev_view_supports_caret_navigation (EvView *view);
Since 3.10
ev_view_set_loading ()
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.
ev_view_find_changed ()
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
Parameters
view |
an EvView |
|
results |
the results as returned by |
|
page |
page index |
Property Details
The “can-zoom-in” property
“can-zoom-in” gboolean
Whether the view can be zoomed in further.
Flags: Read
Default value: TRUE
Since 3.8
The “can-zoom-out” property
“can-zoom-out” gboolean
Whether the view can be zoomed out further.
Flags: Read
Default value: TRUE
Since 3.8
Signal Details
The “annot-added” signal
void user_function (EvView *evview, EvAnnotation *arg1, gpointer user_data)
Flags: Action
The “annot-removed” signal
void user_function (EvView *evview, EvAnnotation *arg1, gpointer user_data)
Flags: Action
The “cursor-moved” signal
void user_function (EvView *evview, gint arg1, gint arg2, gpointer user_data)
Flags: Run Last
The “external-link” signal
void user_function (EvView *evview, GObject *arg1, gpointer user_data)
Parameters
evview |
the object which received the signal. |
|
user_data |
user data set when the signal handler was connected. |
Flags: Action
The “handle-link” signal
void user_function (EvView *evview, GObject *arg1, gpointer user_data)
Parameters
evview |
the object which received the signal. |
|
user_data |
user data set when the signal handler was connected. |
Flags: Action
The “move-cursor” signal
gboolean user_function (EvView *evview, GtkMovementStep arg1, gint arg2, gboolean arg3, gpointer user_data)
Flags: Action
The “popup” signal
void user_function (EvView *evview, gpointer arg1, gpointer user_data)
Parameters
evview |
the object which received the signal. |
|
user_data |
user data set when the signal handler was connected. |
Flags: Action
The “scroll” signal
void user_function (EvView *evview, GtkScrollType arg1, GtkOrientation arg2, gpointer user_data)
Flags: Action
The “selection-changed” signal
void user_function (EvView *evview, gpointer user_data)
Parameters
evview |
the object which received the signal. |
|
user_data |
user data set when the signal handler was connected. |
Flags: Action
The “sync-source” signal
void user_function (EvView *evview, gpointer arg1, gpointer user_data)
Flags: Action
