Changes from the 4.6 release

This commit is contained in:
PySimpleGUI 2019-11-26 17:21:53 -05:00
parent 471b067604
commit 073a34b4a9
7 changed files with 5843 additions and 1173 deletions

View file

@ -13,7 +13,7 @@ for i in psg_funcs:
continue
print('')
print(f'<!-- <+func.{i[0]}+> -->')
# print('\n'.join(['\t' + j[0] for j in inspect.getmembers(i[1]) if '_' not in j[0] ]))
print('\n'.join(['\t' + j[0] for j in inspect.getmembers(i[1]) if not j[0].startswith('_')]))
sg.Popup()
sg.Button()