GtkLabel::set_selectable

void set_selectable(bool setting);

Selectable labels allow the user to select text from the label, for copy-and-paste. With this function you can enable and disable it.

See also: get_selectable()