I’m trying to allow the user to select the text present in a GtkLabel and copy it to the clipboard. I’ve stumbled upon set_selectable(bool), however when I try it on GtkLabel, after I click on it a caret appears.
Caret:
Text selection however works:
Is there a way to hide the caret? Basically, I want the text selection to behave just like in the browser.