PapersDocument.Selection¶
- Implementations:
None
Methods¶
|
|
|
|
|
Virtual Methods¶
|
|
|
|
|
Properties¶
None
Signals¶
None
Fields¶
None
Class Details¶
- class PapersDocument.Selection¶
- Bases:
- Structure:
- get_selected_text(page, style, points)¶
- Parameters:
page (
PapersDocument.Page)style (
PapersDocument.SelectionStyle)points (
PapersDocument.Rectangle)
- Return type:
- get_selection_region(rc, style, points)¶
- Parameters:
style (
PapersDocument.SelectionStyle)points (
PapersDocument.Rectangle)
- Return type:
- render_selection(rc, surface, points, old_points, style, text, base)¶
- Parameters:
surface (
cairo.Surface)points (
PapersDocument.Rectangle)old_points (
PapersDocument.Rectangle)style (
PapersDocument.SelectionStyle)text (
Gdk.RGBA)base (
Gdk.RGBA)
- do_get_selected_text(page, style, points) virtual¶
- Parameters:
page (
PapersDocument.Page)style (
PapersDocument.SelectionStyle)points (
PapersDocument.Rectangle)
- Return type:
- do_get_selection_region(rc, style, points) virtual¶
- Parameters:
style (
PapersDocument.SelectionStyle)points (
PapersDocument.Rectangle)
- Return type:
- do_render_selection(rc, surface, points, old_points, style, text, base) virtual¶
- Parameters:
surface (
cairo.Surface)points (
PapersDocument.Rectangle)old_points (
PapersDocument.Rectangle)style (
PapersDocument.SelectionStyle)text (
Gdk.RGBA)base (
Gdk.RGBA)