Merge branch 'master' of https://github.com/MikeTheWatchGuy/PySimpleGUI
This commit is contained in:
commit
00ca5808ee
|
@ -132,7 +132,11 @@ The differences tend to be the number and types of buttons. Here are the calls
|
||||||
import PySimpleGUI as SG
|
import PySimpleGUI as SG
|
||||||
|
|
||||||
`SG.MsgBoxOK('This is an OK MsgBox')`
|
`SG.MsgBoxOK('This is an OK MsgBox')`
|
||||||
|
<<<<<<< HEAD
|
||||||
|
|
||||||
|
=======
|
||||||
|
|
||||||
|
>>>>>>> 0b28fa3a917c83d2101bee375a0aadd816948156
|
||||||
![msgboxok](https://user-images.githubusercontent.com/13696193/42599852-8dd6914e-852e-11e8-888f-f133d787210b.jpg)
|
![msgboxok](https://user-images.githubusercontent.com/13696193/42599852-8dd6914e-852e-11e8-888f-f133d787210b.jpg)
|
||||||
|
|
||||||
SG.MsgBoxOKCancel('This is an OK Cancel MsgBox')
|
SG.MsgBoxOKCancel('This is an OK Cancel MsgBox')
|
||||||
|
|
Loading…
Reference in New Issue