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

I am using this one
http://search.cpan.org/~mikra/Tk-MK-0.21/lib/Tk/HListplus.pm

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

Replies are listed 'Best First'.
Re^5: How to configure a HListplus widget
by marto (Cardinal) on Feb 21, 2013 at 09:03 UTC

    I suspect they're pointing out the fact that the module name is Tk::HListplus and not as you have in your code HListplus dispite your claims to have copied the code from the documentation.

Re^5: How to configure a HListplus widget
by Anonymous Monk on Feb 21, 2013 at 09:27 UTC

    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