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

What is your question ?

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

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

Replies are listed 'Best First'.
Re^4: How to configure a HListplus widget
by ghosh123 (Monk) on Feb 21, 2013 at 08:57 UTC

    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