FreeSimpleGUI
FreeSimpleGUI copied to clipboard
Add all possible button parameters to lazy button functions
This allows to customize all "lazy button functions", eg FileBrowse, just like any button. Example, changing FileBrowse button to be an image instead of a button:
sg.FilesBrowse(
"",
target="--ADD-PATHS-FILE--",
key="--ADD-PATHS-FILE-BUTTON--",
image_data=ADD_FILE)