diff options
Diffstat (limited to 'src/gtkext/gtkbufferdisplay.h')
-rw-r--r-- | src/gtkext/gtkbufferdisplay.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gtkext/gtkbufferdisplay.h b/src/gtkext/gtkbufferdisplay.h index dc2e4ff..73fbbde 100644 --- a/src/gtkext/gtkbufferdisplay.h +++ b/src/gtkext/gtkbufferdisplay.h @@ -59,6 +59,9 @@ GBufferView *gtk_buffer_display_get_view(const GtkBufferDisplay *); /* ------------------------------ ANIMATION DU CURSEUR ------------------------------ */ +/* Détermine si une position est comprise dans l'affichage. */ +bool gtk_buffer_display_contains_cursor(const GtkBufferDisplay *, const GLineCursor *); + /* Déplace le curseur à un emplacement en extrémité. */ bool gtk_buffer_display_move_caret_to(GtkBufferDisplay *, bool, gint *); |