Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!spool2.mu.edu!sdd.hp.com!wuarchive!rex!uflorida!mlb.semi.harris.com!trantor.harris-atd.com!x102c!wdavis From: wdavis@x102c.harris-atd.com (davis william 26373) Newsgroups: comp.windows.x.motif Subject: How do I find XmList current position? Message-ID: <5315@trantor.harris-atd.com> Date: 21 Jan 91 21:34:26 GMT Sender: news@trantor.harris-atd.com Reply-To: wdavis@x102c.ess.harris.com (davis william 26373) Organization: Harris Corporation GSS, Melbourne, Florida Lines: 20 References: I want to do something like: current_top = XmListGetPos(list); XmListSetPos(list,current_top+1); This is to be used to scroll a list under program control to keep the top item in the displayed list as the "next item" to be processed. Where is the "XmListGetPos" or "XmListPos" type of function and what is it called? Also, is there a FAQ list for motif? Is it available somewhere for ftp? Since Motif 1.1 is so new, is there a good place to go for complete (and hopefully correct) documentation. I have some OSF/Motif books from Prentice Hall and they aren't even correct for Motif 1.0 in all cases. Thanks for any help on this.