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 56ef1c8

Browse files
Update One_Shot_Window.py
Comment modified
1 parent 8cceb7a commit 56ef1c8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎One_Shot_Window.py‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
# Create the window
1313
window = sg.Window('Login', layout)
1414

15-
# Display and interact with the Window using an Event Loop
15+
# Display and interact with the Window using an Event Loop.
16+
# When a button is clicked, the click event returns the text
17+
# of the button clicked by the user.
1618
while True:
1719
event, values = window.read()
1820
# See if user wants to quit or window was closed

0 commit comments

Comments
(0)

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