Extracted from Pike v7.8 release 866 at 2016-11-06.
pike.ida.liu.se
[Top]
GTK
GTK.Combo

Method GTK.Combo()->set_value_in_list()


Method set_value_in_list

GTK.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.