MCPcopy
hub / github.com/PySimpleGUI/PySimpleGUI / Txt

Function Txt

DemoPrograms/Demo_Desktop_Widget_CPU_Dashboard.py:59–60  ·  view source on GitHub ↗
(text, **kwargs)

Source from the content-addressed store, hash-verified

57def main(location):
58 # A couple of "User defined elements" that combine several elements and enable bulk edits
59 def Txt(text, **kwargs):
60 return(sg.Text(text, font=('Helvetica 8'), **kwargs))
61
62 def GraphColumn(name, key):
63 return sg.Column([[Txt(name, size=(10,1), key=('-TXT-', key))],

Callers 1

GraphColumnFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected