Popping a selection list relative to a widget
Repository | https://github.com/haje61/Tk-PopList |
CPAN | https://metacpan.org/pod/Tk::PopList |
Bug tracker | https://github.com/haje61/Tk-PopList/issues |
Latest version | 0.10 |
This widget pops a listbox relative to the widget specified in the -widget option. It aligns its size and position to the widget.
You can specify -selectcall to do something when you select an item. It gets the selected item as parameter.
You can use the escape key to hide the list. You can use the return key to select an item.