I would like to know how can we make tkinter to align text justify.
There's only CENTER
, LEFT
, and RIGHT
.
I would like something like justify = "JUSTIFY"
And it seems that it is not implemented.
Thank you.
I would like to know how can we make tkinter to align text justify.
There's only CENTER
, LEFT
, and RIGHT
.
I would like something like justify = "JUSTIFY"
And it seems that it is not implemented.
Thank you.