Skip to content

Commit 99d4400

Browse files
authored
Merge pull request PySimpleGUI#3694 from PySimpleGUI/Dev-latest
Not needed.
2 parents 12edd9a + fc18ade commit 99d4400

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

PySimpleGUI.py

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2540,7 +2540,7 @@ def __init__(self, text='', size=(None, None), auto_size_text=None, click_submit
25402540
:param text: The text to display. Can include /n to achieve multiple lines. Will convert (optional) parameter into a string
25412541
:type text: Any
25422542
:param size: (width, height) width = characters-wide, height = rows-high
2543-
:type size: (int, int)
2543+
:type size: (int, int or None)
25442544
:param auto_size_text: if True size of the Text Element will be sized to fit the string provided in 'text' parm
25452545
:type auto_size_text: (bool)
25462546
:param click_submits: DO NOT USE. Only listed for backwards compat - Use enable_events instead
@@ -14030,19 +14030,6 @@ def SetOptions(icon=None, button_color=None, element_size=(None, None), button_e
1403014030
return True
1403114031

1403214032

14033-
14034-
def get_globals():
14035-
"""
14036-
Returns the dictionary of the global variables
14037-
14038-
:return: the gobals dictionary
14039-
:rtype: Dict[str, Any]
14040-
"""
14041-
14042-
return globals()
14043-
14044-
14045-
1404614033
# ----------------------------------------------------------------- #
1404714034

1404814035
# .########.##.....##.########.##.....##.########..######.

0 commit comments

Comments
 (0)