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

Function make_send_window

DemoPrograms/Demo_Timer_API_State_Machine.py:44–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42
43
44def make_send_window():
45 layout = [[sg.Text('Send Window')],
46 [sg.Text('State:'), sg.Text(key='-STATE-')]]
47
48 # Create window a little lower on screen so windows don't overlap
49 window = sg.Window('Send Window', layout, finalize=True, relative_location=(0, 150))
50 return window
51
52
53def main():

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected