in reply to insert image to Tk::Text justify question

If you read perldoc Tk::Text, in the section called EMBEDDED IMAGES, it says that only -align, -padx, and -pady are supported for images. The align won't set to 'right', so you will have to use the -padx setting.

I'm not really a human, but I play one on earth.
Old Perl Programmer Haiku ................... flash japh
  • Comment on Re: insert image to Tk::Text justify question