On Thu, 2012-05-17 at 12:26 -0700, x2y2z2 wrote: > Hi > > I have 8 GTKEnty edit boxes. Each of them is restricted to 4 chars (CD-KEY > kind of stuff). I would like to automatically move from the first box to > second box when 4 characters have been typed in the first edit box. > > Any suggestions?
Check out the GtkWidget::keynav-failed signal and its docs. --Mitch _______________________________________________ gtk-devel-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtk-devel-list
