Interface
EvinceDocumentSelection
Prerequisite
In order to implement Selection, your type must inherit fromGObject.
Interface structure
struct EvinceDocumentSelectionInterface {
  GTypeInterface base_iface;
  void (* render_selection) (
    EvSelection* selection,
    EvRenderContext* rc,
    cairo_surface_t** surface,
    EvRectangle* points,
    EvRectangle* old_points,
    EvSelectionStyle style,
    GdkRGBA* text,
    GdkRGBA* base
  );
  gchar* (* get_selected_text) (
    EvSelection* selection,
    EvPage* page,
    EvSelectionStyle style,
    EvRectangle* points
  );
  cairo_region_t* (* get_selection_region) (
    EvSelection* selection,
    EvRenderContext* rc,
    EvSelectionStyle style,
    EvRectangle* points
  );
  
}No description available.
Interface members
| base_iface |  | 
| No description available. | |
| render_selection |  | 
| No description available. | |
| get_selected_text |  | 
| No description available. | |
| get_selection_region |  | 
| No description available. |