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

Function HelpText

DemoPrograms/Demo_Post_An_Issue.py:179–180  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

177 text_font = '_ 10'
178
179 def HelpText(text):
180 return sg.Text(text, size=(80, None), font=text_font)
181
182 help_why = \
183""" Let's start with a review of the Goals of the PySimpleGUI project

Callers 1

_github_issue_helpFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected