Extracted from Pike v8.0 release 164 as of 2016-02-09.
   

Method GTK1.Combo()->set_value_in_list()


Method set_value_in_list

GTK1.Combo set_value_in_list(int value_must_be_in_list, int ok_if_empty)

Description

If value_must_be_in_list is true, the user will not be able to enter any value that is not in the list. If ok_if_empty is true, empty values are possible as well as the values in the list.