[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

Re: [pygtk] multi selection in treeview does not work

2010-02-07 Thread Cornelius Kölbel
Hi Luke, thanks a lot. that helped. I thought the GTK.Builder would take care for this when configuring it in glade. But it didn't. Works fine as expected now. Kind regards Cornelius Luke Symes schrieb: Hi Cornelius, I'd like to select more than one entry, but it is not possible... I got