From 0b28fa3a917c83d2101bee375a0aadd816948156 Mon Sep 17 00:00:00 2001 From: MikeTheWatchGuy Date: Wed, 11 Jul 2018 22:32:26 -0400 Subject: [PATCH] Update readme.md --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index bb8d48a7..26d529c6 100644 --- a/readme.md +++ b/readme.md @@ -132,6 +132,7 @@ The differences tend to be the number and types of buttons. Here are the calls import PySimpleGUI as SG `SG.MsgBoxOK('This is an OK MsgBox')` + ![msgboxok](https://user-images.githubusercontent.com/13696193/42599852-8dd6914e-852e-11e8-888f-f133d787210b.jpg) SG.MsgBoxOKCancel('This is an OK Cancel MsgBox')