Tk::PopList

Popping a selection list relative to a widget

Repositoryhttps://github.com/haje61/Tk-PopList
CPANhttps://metacpan.org/pod/Tk::PopList
Bug trackerhttps://github.com/haje61/Tk-PopList/issues
Latest version0.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.

Related posts

Scroll to Top