Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uwm.edu!wuarchive!uunet!shelby!agate!ucbvax!alfalfa.com!nazgul From: nazgul@alfalfa.com (Kee Hinckley) Newsgroups: comp.windows.x.motif Subject: Re: How do I set input focus in a widget from within program? Message-ID: <910206105042.1219@alphalpha> Date: 6 Feb 91 15:50:42 GMT References: <12nz02n.05gE01@JUTS.ccc.amdahl.com> Sender: daemon@ucbvax.BERKELEY.EDU Distribution: inet Organization: The Internet Lines: 6 > I have a form containing 32 single line text widgets in it, arranged in 4 > columns, 8 rows. When the user presses osfUp, I want to move the active > cursor and focus into the widget directly above the current widget. (I wrap I believe you can set up a translation callback for osfUp and have it call XmProcessTraversal.