On 7/3/07, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
> Hi all,
>         i am working on an embeded application over the TI OMAP 2430 SDP
> and new to GTK.
>
> i have a window with multiple text entries over it.
>
> In my application since we dont have a keboard but only a keypad over the
> target.. i m handling all the key press events myself.
> while creating the text entries i call a function which returns me a
> horizontal box with a label and text entry..which i add to a vertical box
> which in turn is added to the window..
> my question is ..how can i implement the shifting of focus between the
> text entries..i have seen dat by default TAB key shifts the focus..but in
> my case i m handling all the key press events..
> i want to know how can i acces the individual text entries on my window as
> i m not maintaing them individualy.
>
> any help will be of great importance..
>
> if one needs any clarification on this plz let me know..
>

Just a guess, but if your application runs GTK atop X (not directFB,
etc), then use Xmodmap to map some key to "TAB".
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to