GtkCList::set_selectable
void set_selectable(int row, bool selectable);
Sets whether the specified row is selectable or not. This is useful if you want
to separate rows from each other to e.g. categorize them. You should also set
the background color
so that the user can distinguish between selectable and not selectable
cells.