Aug-28-2024, 03:40 AM
Subclass tkinter SimpleDialog to make any dialog you want.
https://docs.python.org/3/library/dialog.html
https://docs.python.org/3/library/dialog.html
popup, text input with two readable buttons
|
Aug-28-2024, 03:40 AM
Subclass tkinter SimpleDialog to make any dialog you want.
https://docs.python.org/3/library/dialog.html |
|
Messages In This Thread |
popup, text input with two readable buttons - by ethompson - Aug-27-2024, 04:38 PM
RE: popup, text input with two readable buttons - by menator01 - Aug-27-2024, 05:31 PM
RE: popup, text input with two readable buttons - by ethompson - Aug-27-2024, 06:06 PM
RE: popup, text input with two readable buttons - by menator01 - Aug-27-2024, 06:10 PM
RE: popup, text input with two readable buttons - by ethompson - Aug-27-2024, 06:19 PM
RE: popup, text input with two readable buttons - by menator01 - Aug-27-2024, 06:59 PM
RE: popup, text input with two readable buttons - by ethompson - Aug-27-2024, 07:24 PM
RE: popup, text input with two readable buttons - by deanhystad - Aug-28-2024, 03:40 AM
|