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

What is your question ? I did not understand ...do you suggest me to use something else for this ?

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

Replies are listed 'Best First'.
Re^3: How to configure a HListplus widget
by Anonymous Monk on Feb 21, 2013 at 08:27 UTC

    What is your question ?

    What is the name of the module you are using, which documentation are you reading?

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

        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.

        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