Merge pull request #2352 from PySimpleGUI/Dev-latest

Release 4.11.0
This commit is contained in:
PySimpleGUI 2019-12-10 15:50:39 -05:00 committed by GitHub
commit 549afd0c49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1239 additions and 984 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/python3
version = __version__ = "4.10.0.2 Unreleased - Fonts for TabGroups, Element.bind, Window.bind"
version = __version__ = "4.11.0 Released 10-Dec-2019"
port = 'PySimpleGUI'
@ -783,9 +783,8 @@ class Element():
def ButtonReboundCallback(self, event):
"""
Used in combination with tkinter's widget.bind function. If you wish to have a double-click for a button to call back the button's normal
callback routine, then you should target your call to tkinter's bind method to point to this function which will in turn call the button
callback function that is normally called.
*** DEPRICATED ***
Use Element.bind instead
:param event: (unknown) Not used in this function.
"""

File diff suppressed because it is too large Load Diff

1108
readme.md

File diff suppressed because it is too large Load Diff