MCPcopy Index your code
hub / github.com/PySimpleGUI/PySimpleGUI / remove

Method remove

PySimpleGUI/PySimpleGUI.py:940–944  ·  view source on GitHub ↗

Removes a tooltip from a widget

(self)

Source from the content-addressed store, hash-verified

938 self.tipwindow = None
939
940 def remove(self):
941 """
942 Removes a tooltip from a widget
943 """
944 self.text = None
945
946# ---------------------------------------------------------------------- #
947# Cascading structure.... Objects get larger #

Callers 15

show_package_versionFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
Demo_Google_TTS.pyFile · 0.80
remove_tooltipMethod · 0.80
updateMethod · 0.80
popup_get_folderFunction · 0.80
popup_get_fileFunction · 0.80
popup_get_textFunction · 0.80
delete_fileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected