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

Method visibility_changed

PySimpleGUI/PySimpleGUI.py:11945–11950  ·  view source on GitHub ↗

When making an element in a column or someplace that has a scrollbar, then you'll want to call this function prior to the column's contents_changed() method.

(self)

Source from the content-addressed store, hash-verified

11943 _error_popup_with_traceback('Window.set_resizable - tkinter reported error', e)
11944
11945 def visibility_changed(self):
11946 """
11947 When making an element in a column or someplace that has a scrollbar, then you'll want to call this function
11948 prior to the column's contents_changed() method.
11949 """
11950 self.refresh()
11951
11952 def set_transparent_color(self, color):
11953 """

Callers 1

Calls 1

refreshMethod · 0.95

Tested by

no test coverage detected