Getting up to date....
This commit is contained in:
parent
9efd1a44aa
commit
ef7b146596
|
@ -3833,7 +3833,7 @@ window = sg.Window('My new window', layout, finalize=True)
|
||||||
window['-TEXT-'].update('My new text value')
|
window['-TEXT-'].update('My new text value')
|
||||||
|
|
||||||
while True: # Event Loop
|
while True: # Event Loop
|
||||||
event, values = window.read()
|
event, values = window.read()
|
||||||
if event == sg.WIN_CLOSED:
|
if event == sg.WIN_CLOSED:
|
||||||
break
|
break
|
||||||
```
|
```
|
||||||
|
|
|
@ -4830,7 +4830,7 @@ hide_row()
|
||||||
|
|
||||||
### print
|
### print
|
||||||
|
|
||||||
Print like Python normally prints except route the output to a multline element and also add colors if desired
|
Print like Python normally prints except route the output to a multiline element and also add colors if desired
|
||||||
|
|
||||||
colors -(str, str) or str. A combined text/background color definition in a single parameter
|
colors -(str, str) or str. A combined text/background color definition in a single parameter
|
||||||
|
|
||||||
|
|
|
@ -5211,7 +5211,7 @@ window = sg.Window('My new window', layout, finalize=True)
|
||||||
window['-TEXT-'].update('My new text value')
|
window['-TEXT-'].update('My new text value')
|
||||||
|
|
||||||
while True: # Event Loop
|
while True: # Event Loop
|
||||||
event, values = window.read()
|
event, values = window.read()
|
||||||
if event == sg.WIN_CLOSED:
|
if event == sg.WIN_CLOSED:
|
||||||
break
|
break
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue