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


in reply to Re^2: Tk label width to fit in text area
in thread Tk label width to fit in text area

Why? Turn off the wrap?
  • Comment on Re^3: Tk label width to fit in text area

Replies are listed 'Best First'.
Re^4: Tk label width to fit in text area
by Anonymous Monk on Sep 11, 2017 at 15:35 UTC
    I would like to have next 4 widgets on the next line of textarea.
Re^4: Tk label width to fit in text area
by Anonymous Monk on Sep 11, 2017 at 14:02 UTC
    Sorry forgot to mention text area width i have set is screen width * 0.100 , for ex : 1024 * 0.100 or 1360 * 0.100
      So what happened when you turned off wrap?
        Using wrap none working but it's not allowing to add next four labels in the text area. I am adding it like windowCreate->('end', window, window) to the text area