GtkCList::freeze
Causes the GtkCList to stop updating its visuals until a matching call to
thaw is made.
This function is useful if a lot of changes will be made to the widget that may cause a lot of visual updating to occur.
Note that calls to gtk_clist_freeze() can be nested.