I have a ComboBoxEntry:
my $com_entry = Gtk2::ComboBoxEntry->new($model, 0);
and I need to delete the user entry from a ComboBoxEntry (to set an empty value). The method $com_entry->set_active_iter(undef);
of ComboBox doesn't work.
Any ideas? Thanks for a response.