API Version: 4.0
Library Version: 4.2.0
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
end
return location for end of selection, as a character offset
gboolean
TRUE if selection is non-empty
TRUE