Update readme.md

This commit is contained in:
MikeTheWatchGuy 2018-07-11 22:32:26 -04:00 committed by GitHub
parent 96cf4fc9fc
commit 0b28fa3a91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -132,6 +132,7 @@ 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')`
![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')