-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I am trying to make a GUI with a number of widget groups. You can see a draft screenshot at: http://dev.laptop.org/~bemasc/screenshot.png
I would like to allow the user to operate the GUI by keyboard alone. The user should be able to use the arrow keys to move between the groups, with some indication of which group has focus. Then, when they type, the button accelerators should go to the buttons in the group, and all other keystrokes should go to the group's gtk.Entry field. I tried wrapping each row in a gtk.EventBox with 'can-focus' set to True, but none of the EventBoxes ever received focus. How can I build this GUI? - --Ben -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHOJjLUJT6e6HFtqQRAobrAJ0SXecm/7X9FcHYomlrVspNABV81gCfV79m 713ErAjiuffJp35cEeNxSdg= =QA2d -----END PGP SIGNATURE----- _______________________________________________ gtk-app-devel-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
