Add gtk_text_view_get_cursor_locations
In GTK 3.0 it's no longer possible to e.g. pop up something at a text view's cursor (this wasn't exactly possible before either without including gtktextlayout, but this is a quite special need anyway).
This commit is contained in:
@ -3448,6 +3448,7 @@ gtk_text_view_move_mark_onscreen
|
||||
gtk_text_view_place_cursor_onscreen
|
||||
gtk_text_view_get_visible_rect
|
||||
gtk_text_view_get_iter_location
|
||||
gtk_text_view_get_cursor_locations
|
||||
gtk_text_view_get_line_at_y
|
||||
gtk_text_view_get_line_yrange
|
||||
gtk_text_view_get_iter_at_location
|
||||
|
||||
Reference in New Issue
Block a user