[comp.windows.x.motif] HELP - missing definition, motif 1.0.

crouch@axion.bt.co.uk (the man whose head expanded) (11/14/90)

Hi,

We're using motif 1.0 as supplied by HP. The compiler complains that it
doesn't know what XmFocusData as used in XmMenuShellP.h. I can't find a
definition of this in any of the include files. Can someone tell me
which include file this is defined in, and also what the definition
should be.

Thanks,

Chris
-----------------------------------------------------------------------------
Chris Rouch                                             crouch@axion.bt.co.uk
RT3131, BTRL, Martlesham Heath, Ipswich, England.              +44 473 646093

Only when we dream are we free. The rest of the time we need wages.

nazgul@alphalpha.com (Kee Hinckley) (11/15/90)

> doesn't know what XmFocusData as used in XmMenuShellP.h. I can't find a
> definition of this in any of the include files. Can someone tell me
> which include file this is defined in, and also what the definition
> should be.

Looks like a pointer to some opaque data structure.  It's defined
as struct _XmFocusDataRec * in Traversal.h at 1.1

I don't know off hand what the contents of the structure are,
and I suspect they changed from 1.0 to 1.1 anyway.