Running a Tkinter window and PysTray Icon together
问题 I'm building a tkinter gui project and i'm looking for ways to run a tray icon with the tkinter window. I found Pystray library that does it, But now i'm trying to figure it out how to use this library (tray Icon) together with tkinter window, I set it up when the user exit winodw it's only will withdraw window: self.protocol('WM_DELETE_WINDOW', self.withdraw) I want to bring it back with the tray icon.. anyone know how to do it? EDIT:untill now I just wrote this code so far (they're not