So I’m trying to call a function when a GtkLabel is clicked, and I know connect_clicked exists for GtkButton, connect_closure for more specific events, etc.
But I can’t seem to find a solution for GtkLabel (except for Gestures, which seem to wrap the label in yet another widget), so is there a proper way of handling click events on labels?