Re: python getting active hildon.TextView()

2010-04-26 Thread Claudio Saavedra
On Mon, 2010-04-26 at 19:18 +0300, pelt...@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


___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


python getting active hildon.TextView()

2010-04-26 Thread peltsip
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?

Ossipena / TimoP
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers