I am writing a program. I created the whole gui and its time to update my window according to events. Everything is pretty good but i think the PySimpleGUI developer actually missed button mouseover color to update. Usually it should be
window[key].update[mouseover_color=(bg_color, txt_color)]
Is there any method to do this?
Edit: I forget my one issue that since i can't add buttons to title bar i removed it and create my own title bar using multi-windows and bind it with other window.But the problem here is that without round corners the title looks very sick.
Please tell me a way to do this.
One more issue is that suppose the user clicked the button and new windows open over previous one but when i hover my mouse out of new window screen it disappear i mean it goes behind my main window even i set new window to keep on top = True