How to focus widget previous, using the sign key_press_event?

For the key tab, I am using:

if( event->keyval == GDK_Tab)
 {
    return FALSE;
}

And shift+tab?

Thanks


Novidade no Yahoo! Mail: receba alertas de novas mensagens no seu celular. Registre seu aparelho agora!
_______________________________________________
gtk-list mailing list
gtk-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to