| 13 | |
| 14 | // FIXME: grid sticky may clash with flex sticky when changing layout, check it once |
| 15 | export class TkinterBase extends Widget { |
| 16 | |
| 17 | static requiredImports = ['import tkinter as tk'] |
| 18 |
nothing calls this directly
no outgoing calls
no test coverage detected