Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python align label left

#w = left; e = right; n = top; s = bottom

Label(root, text='Pack', anchor='w').pack(fill='both')
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #python #align #label #left
ADD COMMENT
Topic
Name
2+5 =