Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit bb294c3

Browse files
committed
adicionando
1 parent d25c93e commit bb294c3

File tree

1 file changed

+1
-0
lines changed
  • part3-guiProgramming/07-graphicalUserInterfaces/15-thePackerS-ExpandAndFillRevisited

1 file changed

+1
-0
lines changed

‎part3-guiProgramming/07-graphicalUserInterfaces/15-thePackerS-ExpandAndFillRevisited/gui-2.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ def greeting():
77
win = Frame()
88
win.pack(side=TOP, expand=YES, fill=BOTH)
99

10+
1011
Button(win, text='hello/ola', command=greeting).pack(side=LEFT, fill=Y)
1112
Label(win, text='hello container world/ola mundo container').pack(side=TOP)
1213
Button(win, text='quit/sair', command=win.quit).pack(side=RIGHT, expand=YES, fill=Y)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /