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

Method hidetip

PySimpleGUI/PySimpleGUI.py:932–938  ·  view source on GitHub ↗

Destroy the tooltip window

(self)

Source from the content-addressed store, hash-verified

930 label.pack()
931
932 def hidetip(self):
933 """
934 Destroy the tooltip window
935 """
936 if self.tipwindow:
937 self.tipwindow.destroy()
938 self.tipwindow = None
939
940 def remove(self):
941 """

Callers 1

leaveMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected