Parent document is top of "Motif FAQ (Part 6 of 9)"
Previous document is "200) How can I specify the widget that should have the keyboard"
Next document is "202) How can I determine which widget has keyboard focus?"

201) How can I specify my own keyboard traversal order?

[Last modified: May 97]

Answer:  In Motif 1.2 or later, set the XmNnavigationType resource for the
widgets in your tab group.  When any widget in a hierarchy has an
XmNnavigationType of XmEXCLUSIVE_TAB_GROUP, traversal of tab groups in the
hierarchy proceeds to widgets in the order in which their XmNnavigationType
resources were specified as XmEXCLUSIVE_TAB_GROUP or XmSTICKY_TAB_GROUP.

Earlier releases have a XmAddTabGroup(), but that is obsolete and has been
replaced by XmNnavigationType.

Ken Lee, http://www.rahul.net/kenton/

Parent document is top of "Motif FAQ (Part 6 of 9)"
Previous document is "200) How can I specify the widget that should have the keyboard"
Next document is "202) How can I determine which widget has keyboard focus?"