This commit is contained in:
MikeTheWatchGuy 2018-07-11 22:35:36 -04:00
commit 00ca5808ee
1 changed files with 52 additions and 48 deletions

View File

@ -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')