commit
560fa24e1f
2 changed files with 59 additions and 8 deletions
|
@ -2758,7 +2758,7 @@ layout = [ [sg.Text('Text area', key='_TEXT_')],
|
|||
[sg.Input(key='_URL_')],
|
||||
[sg.Button('Chrome'), sg.Button('Exit')]]
|
||||
|
||||
window = sg.Window('Window Title', layuout)
|
||||
window = sg.Window('Window Title', layout)
|
||||
|
||||
while True: # Event Loop
|
||||
event, values = window.read()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue