Re: Emulating TAB keypress in window



Am Montag, den 22.08.2005, 14:31 +0200 schrieb LaundroMat:
> I have 5 text entry widgets, one below the other. Upon filling in one entry,
> and pressing Enter (which is an activate event), I'd like the cursor to jump to the
> next widget in line.

g_signal_connect_swapped (foo_entry_1, "activate",
			  G_CALLBACK (gtk_widget_grab_focus),
                          foo_entry_2);

If you have further questions, please ask gtk-app-devel-list [1]. This
mailing list is meant for GTK+ development, not application development.

[1] http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

-- 
Christian Neumair <chris gnome-de org>

Attachment: signature.asc
Description: This is a digitally signed message part



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]