More "Demo Program Catchup" updates. Working through them bit by bit.....
This commit is contained in:
parent
1eb653d910
commit
f1e0c7d03f
9 changed files with 87 additions and 57 deletions
|
@ -10,9 +10,4 @@ import PySimpleGUI as sg
|
|||
Copyright 2021 PySimpleGUI
|
||||
"""
|
||||
|
||||
sg.Window('Sudoku', [[sg.Frame('', [[sg.Input(justification='r', size=(3,1))
|
||||
for col in range(3)]
|
||||
for row in range(3)])
|
||||
for frame_col in range(3)]
|
||||
for frame_row in range(3)],
|
||||
use_custom_titlebar=True).read()
|
||||
sg.Window('Sudoku', [[sg.Frame('', [[sg.Input(justification='r', size=(3,1)) for col in range(3)] for row in range(3)]) for frame_col in range(3)] for frame_row in range(3)], use_custom_titlebar=True).read()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue