http://www.perlmonks.org?node_id=1019924


in reply to Re^4: How to configure a HListplus widget
in thread How to configure a HListplus widget

Ok, so Tk::HListplus, it says it is derived from HList, that must mean Tk::HList, so if you go to Tk::HList you can see documentation for ->add and ->addchild

->add has interesting documentation about options -at -after and -before

  • Comment on Re^5: How to configure a HListplus widget