Subject: | Listbox->insert_at improvement? |
Hi,
It would be great if Listbox->insert_at could insert labels as well as
values. In my app, at least, I'd like to use it for something like:
$listbox->insert_at(1, greeting => 'Hello');
where greeting is the value and 'Hello' is the label.
I'm sorry I don't have the time to come up with a patch, but I think it
would be a cool feature if anyone /does/ have the time.
Antony