[maemo-developers] python getting active hildon.TextView()
From: Claudio Saavedra csaavedra at igalia.comDate: Mon Apr 26 19:30:55 EEST 2010
- Previous message: python getting active hildon.TextView()
- Next message: VS: Re: python app at portrait mode all the time
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Mon, 2010-04-26 at 19:18 +0300, peltsip at gmail.com wrote: > Hi > > Is there a way to know which textview is active (where the cursor blinks)? > > Didn't manage to find anything within python docs. Is it only my search skills? You actually want to answer a more general question: which of the widgets in my window currently has the focus? For that, you can use gtk_window_get_focus (). Claudio
- Previous message: python getting active hildon.TextView()
- Next message: VS: Re: python app at portrait mode all the time
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]