"ast" <[email protected]> a écrit dans le message de news:[email protected]...
w.pack(side=LEFT, fill = BOTH) Why is the label "w" only extended vertically and not horizontally too ?
with: w.pack(side=TOP, fill = BOTH) it expand horizontally but not vertically with: w.pack(side=LEFT, fill = BOTH, expand = 1) or w.pack(side=TOP, fill = BOTH, expand = 1) it expand both horizontally and vertically -- https://mail.python.org/mailman/listinfo/python-list
