readme.md updated from https://stackedit.io/

This commit is contained in:
MikeTheWatchGuy 2019-01-13 10:40:02 -05:00
parent ac7dbac26c
commit 009a9f3853
1 changed files with 2 additions and 2 deletions

View File

@ -1507,7 +1507,7 @@ There are a few methods (functions) that you will see in this document that act
window.Close() - To close your window, if a button hasn't already closed it window.Close() - To close your window, if a button hasn't already closed it
window.Disable() - Use to disable the window inputwhen opening another window on top of the primnary Window window.Disable() - Use to disable the window inputwhen opening another window on top of the primnary Window
window.Enable() - Re-enable a Disabled window window.Enable() - Re-enable a Disabled window
window.FindElement(key) - Returns the element that has a matching key value window.FindElement(key, silent_on_error=None) - Returns the element that has a matching key value
window.Move(x,y) - Moves window to location x,y on screen' window.Move(x,y) - Moves window to location x,y on screen'
window.SetAlpha(alpha) - Changes window transparency window.SetAlpha(alpha) - Changes window transparency
window.BringToFront() - Brings the window to the top of other windows on the screen window.BringToFront() - Brings the window to the top of other windows on the screen
@ -4955,5 +4955,5 @@ In the hands of a competent programmer, this tool is **amazing**. It's a must-
The PySimpleGUI window that the results are shown in is an 'input' field which means you can copy and paste the results right into your code. The PySimpleGUI window that the results are shown in is an 'input' field which means you can copy and paste the results right into your code.
<!--stackedit_data: <!--stackedit_data:
eyJoaXN0b3J5IjpbMTk1NTk3ODU3OV19 eyJoaXN0b3J5IjpbMzI3OTQ1Nzg4XX0=
--> -->