Renamed return value from Read call from button to event... EVERYWHERE
This commit is contained in:
parent
43526e0182
commit
c79a8772cc
86 changed files with 7992 additions and 12709 deletions
|
@ -19,7 +19,7 @@ layout = [[sg.Listbox(values=('Listbox Item 1', 'Listbox Item 2', 'Listbox Item
|
|||
[sg.OK()]]
|
||||
|
||||
# Display the window and get values
|
||||
button, values = sg.Window('Compact 1-line form with column').Layout(layout).Read()
|
||||
event, values = sg.Window('Compact 1-line form with column').Layout(layout).Read()
|
||||
|
||||
sg.Popup(button, values, line_width=200)
|
||||
sg.Popup(event, values, line_width=200)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue