Re: [PythonCE] Tkinter captures the little X close window button?

2008-04-08 Thread Frédéric Mantegazza
On jeudi 06 mars 2008, Jim Walsh wrote: I want my pythonce Tkinter window to look like all good WindowsCE windows: using the top of the screen as the title bar and the little X up there. I have a similar question, but at the opposite way... My root window is normaly shown with its title bar

Re: [PythonCE] Tkinter captures the little X close window button?

2008-03-05 Thread Frédéric Mantegazza
On mercredi 05 mars 2008, Jim Walsh wrote: I want to do something when the user taps the little X in the upper right hand corner. Can we do the default action of hiding the app? I use something like: self.protocol(WM_DELETE_WINDOW, self._quit) to bind the X close button to my _quit()