FreeSimpleGUI icon indicating copy to clipboard operation
FreeSimpleGUI copied to clipboard

Add all possible button parameters to lazy button functions

Open deajan opened this issue 1 month ago • 0 comments

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)

deajan avatar Oct 07 '25 12:10 deajan