Skip Menu |

This queue is for tickets about the Curses-UI CPAN distribution.

Report information
The Basics
Id: 40263
Status: new
Priority: 0/
Queue: Curses-UI

People
Owner: Nobody in particular
Requestors: antony.gelberg [...] wayforth.com
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



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