GtkCList::column_title_active
void column_title_active(int column); 
    
     Sets the specified column in the GtkCList to become selectable. 
     You can then respond to events from the user 
     clicking on a title button, 
     and take appropriate action.
    
    
     You can make all columns titles active by using
     column_titles_active.