[comp.windows.x.motif] How do I find XmList current position?

wdavis@x102c.harris-atd.com (davis william 26373) (01/22/91)

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.