|
Evince
Evince is a document viewer capable of displaying multiple and single page document formats like PDF and Postscript.
|
Include dependency graph for ev-selection.c:Go to the source code of this file.
Functions | |
| static void | ev_selection_default_init (EvSelectionInterface *klass) |
| void | ev_selection_render_selection (EvSelection *selection, EvRenderContext *rc, cairo_surface_t **surface, EvRectangle *points, EvRectangle *old_points, EvSelectionStyle style, GdkColor *text, GdkColor *base) |
| gchar * | ev_selection_get_selected_text (EvSelection *selection, EvPage *page, EvSelectionStyle style, EvRectangle *points) |
| cairo_region_t * | ev_selection_get_selection_region (EvSelection *selection, EvRenderContext *rc, EvSelectionStyle style, EvRectangle *points) |
|
static |
Definition at line 28 of file ev-selection.c.
| gchar* ev_selection_get_selected_text | ( | EvSelection * | selection, |
| EvPage * | page, | ||
| EvSelectionStyle | style, | ||
| EvRectangle * | points | ||
| ) |
| cairo_region_t* ev_selection_get_selection_region | ( | EvSelection * | selection, |
| EvRenderContext * | rc, | ||
| EvSelectionStyle | style, | ||
| EvRectangle * | points | ||
| ) |
| void ev_selection_render_selection | ( | EvSelection * | selection, |
| EvRenderContext * | rc, | ||
| cairo_surface_t ** | surface, | ||
| EvRectangle * | points, | ||
| EvRectangle * | old_points, | ||
| EvSelectionStyle | style, | ||
| GdkColor * | text, | ||
| GdkColor * | base | ||
| ) |