![]() |
![]() |
![]() |
Evince View Library Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Signals |
EvView; EvViewClass; enum EvViewSelectionMode; GtkWidget * ev_view_new (void
); void ev_view_set_model (EvView *view
,EvDocumentModel *model
); void ev_view_set_loading (EvView *view
,gboolean loading
); void ev_view_reload (EvView *view
); void ev_view_copy (EvView *view
); void ev_view_copy_link_address (EvView *view
,EvLinkAction *action
); void ev_view_select_all (EvView *view
); gboolean ev_view_get_has_selection (EvView *view
); gboolean ev_view_can_zoom_in (EvView *view
); void ev_view_zoom_in (EvView *view
); gboolean ev_view_can_zoom_out (EvView *view
); void ev_view_zoom_out (EvView *view
); void ev_view_find_next (EvView *view
); void ev_view_find_previous (EvView *view
); void ev_view_find_search_changed (EvView *view
); void ev_view_find_set_highlight_search (EvView *view
,gboolean value
); void ev_view_find_changed (EvView *view
,GList **results
,gint page
); void ev_view_find_cancel (EvView *view
); void ev_view_hide_cursor (EvView *view
); void ev_view_show_cursor (EvView *view
); void ev_view_scroll (EvView *view
,GtkScrollType scroll
,gboolean horizontal
); void ev_view_handle_link (EvView *view
,EvLink *link
); gboolean ev_view_next_page (EvView *view
); gboolean ev_view_previous_page (EvView *view
); void ev_view_autoscroll_start (EvView *view
); void ev_view_autoscroll_stop (EvView *view
);
GObject +----GInitiallyUnowned +----GtkWidget +----GtkContainer +----GtkFixed +----EvView
GEnum +----EvViewSelectionMode
"annot-added" :Action
"binding-activated" :Action
"external-link" :Action
"handle-link" :Action
"layers-changed" :Action
"popup" :Action
"selection-changed" :Action
"sync-source" :Action
typedef enum { EV_VIEW_SELECTION_TEXT, EV_VIEW_SELECTION_RECTANGLE, } EvViewSelectionMode;
void ev_view_find_set_highlight_search (EvView *view
,gboolean value
);
"annot-added"
signalvoid user_function (EvView *evview,
EvAnnotation *arg1,
gpointer user_data) : Action
"binding-activated"
signalvoid user_function (EvView *evview,
GtkScrollType arg1,
gboolean arg2,
gpointer user_data) : Action
|
the object which received the signal. |
|
user data set when the signal handler was connected. |
"external-link"
signalvoid user_function (EvView *evview,
GObject *arg1,
gpointer user_data) : Action
|
the object which received the signal. |
|
user data set when the signal handler was connected. |
"handle-link"
signalvoid user_function (EvView *evview,
GObject *arg1,
gpointer user_data) : Action
|
the object which received the signal. |
|
user data set when the signal handler was connected. |
"popup"
signalvoid user_function (EvView *evview,
gpointer arg1,
gpointer user_data) : Action
|
the object which received the signal. |
|
user data set when the signal handler was connected. |
"selection-changed"
signalvoid user_function (EvView *evview,
gpointer user_data) : Action
|
the object which received the signal. |
|
user data set when the signal handler was connected. |