Forum und email

GtkCombo::set_case_sensitive

void set_case_sensitive(bool val);

警告! このメソッドは PHP-GTK 2 では非推奨です。 新しく書くコードでは使用してはいけません。

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.