GtkCombo::set_case_sensitive

void set_case_sensitive(bool val);

WARNING! This method has been deprecated in PHP-GTK 2 and should NOT be used in newly written code.

Specifies whether the text entered into the GtkEntry field and the text in the list items is case sensitive.

This may be useful, for example, when you have called set_value_in_list() to limit the values entered, but you are not worried about differences in case.