Not needed.

This commit is contained in:
PySimpleGUI 2020-12-07 10:01:48 -05:00
parent de4c48fea2
commit fc18adecd1
1 changed files with 1 additions and 14 deletions

View File

@ -2540,7 +2540,7 @@ class Text(Element):
:param text: The text to display. Can include /n to achieve multiple lines. Will convert (optional) parameter into a string
:type text: Any
:param size: (width, height) width = characters-wide, height = rows-high
:type size: (int, int)
:type size: (int, int or None)
:param auto_size_text: if True size of the Text Element will be sized to fit the string provided in 'text' parm
:type auto_size_text: (bool)
: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
return True
def get_globals():
"""
Returns the dictionary of the global variables
:return: the gobals dictionary
:rtype: Dict[str, Any]
"""
return globals()
# ----------------------------------------------------------------- #
# .########.##.....##.########.##.....##.########..######.