API Version: 4.0
Library Version: 4.6.4
gboolean gtk_label_get_selection_bounds ( GtkLabel* self, int* start, int* end )
Gets the selected range of characters in the label.
start
int*
Return location for start of selection, as a character offset.
NULL
end
Return location for end of selection, as a character offset.
gboolean
TRUE if selection is non-empty.
TRUE