[pygtk] gtk.Window focus problem

2010-02-07 Thread ಮಲ್ಲಿಕಾರ್ಜುನ್
Dear friends, I have written a small application, which is a very tiny and exits by pressing escape. But I am not able to bring the window on to front on launch. print self.window.is_focus()-- Output is False print self.window.is_active()-- Output is False Ofcourse I wrote

Re: [pygtk] gtk.Window focus problem

2010-02-07 Thread Yann Leboulanger
Mallikarjun(ಮಲ್ಲಿಕಾರ್ಜುನ್) wrote: Dear friends, I have written a small application, which is a very tiny and exits by pressing escape. But I am not able to bring the window on to front on launch. print self.window.is_focus()-- Output is False print self.window.is_active()

Re: [pygtk] gtk.Window focus problem

2010-02-07 Thread Yann Leboulanger
Mallikarjun(ಮಲ್ಲಿಕಾರ್ಜುನ್) wrote: On Sun, Feb 7, 2010 at 3:54 PM, Yann Leboulanger aste...@lagaule.org mailto:aste...@lagaule.org wrote: Mallikarjun(ಮಲ್ಲಿಕಾರ್ಜುನ್) wrote: Dear friends, I have written a small application, which is a very tiny and exits by pressing