Skip to content

Add all possible button parameters to lazy button functions#87

Closed
deajan wants to merge 2 commits intospyoungtech:mainfrom
netinvent:lazy_buttons_accept_button_params
Closed

Add all possible button parameters to lazy button functions#87
deajan wants to merge 2 commits intospyoungtech:mainfrom
netinvent:lazy_buttons_accept_button_params

Conversation

@deajan
Copy link
Contributor

@deajan deajan commented Oct 7, 2025

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 added 2 commits October 7, 2025 14:27
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
Copy link
Contributor Author

deajan commented Jan 25, 2026

Replaced by #97

@deajan deajan closed this Jan 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant