Interface
PapersDocumentSelection
Prerequisite
In order to implement Selection, your type must inherit fromGObject.
Interface structure
struct PapersDocumentSelectionInterface {
  GTypeInterface base_iface;
  void (* render_selection) (
    PpsSelection* selection,
    PpsRenderContext* rc,
    cairo_surface_t** surface,
    PpsRectangle* points,
    PpsRectangle* old_points,
    PpsSelectionStyle style,
    GdkRGBA* text,
    GdkRGBA* base
  );
  gchar* (* get_selected_text) (
    PpsSelection* selection,
    PpsPage* page,
    PpsSelectionStyle style,
    PpsRectangle* points
  );
  cairo_region_t* (* get_selection_region) (
    PpsSelection* selection,
    PpsRenderContext* rc,
    PpsSelectionStyle style,
    PpsRectangle* 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. |