Dears,
How To Minimize Window Using Python/PySimpleGUI ? Knowing that , I want to hide existing title bar from my Window and add my personal icons :Maximize, Minimize and Close, it's OK for 2 and not the case for Minimize.
I followed answer shared in : How to create a minimize button with pysimplegui?, unfortunately didn't help , it's behavying same as Close button.
if event == "Button":
  window.close()
Could you please support on that ?
                        
Check the document on https://www.pysimplegui.org/en/latest/ all the time.
The buttons for
minimize,maximizeandclosebutton of a window are defined asTextelements. You have to define oneTitlebarelement by yourself if you want to use figures for them.