Major demo refresh.. switched everything to new function names, new design patterns
Out with the old, in with the new!!
This commit is contained in:
parent
2a06683383
commit
a1f4c60271
68 changed files with 706 additions and 1863 deletions
|
@ -5,6 +5,6 @@ layout = [[sg.T('Calendar Test')],
|
|||
[sg.CalendarButton('Choose Date', target='input', key='date')],
|
||||
[sg.Ok(key=1)]]
|
||||
|
||||
form = sg.FlexForm('Calendar', grab_anywhere=False)
|
||||
b,v = form.LayoutAndRead(layout)
|
||||
window = sg.Window('Calendar', grab_anywhere=False).Layout(layout)
|
||||
b,v = window.Read()
|
||||
sg.Popup(v['input'])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue