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)
| 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 | """ |
no test coverage detected