hwa@ece-csc.UUCP (George Hwa) (04/25/89)
I was wondering if anyone could enlighten me on what a XtAppContext is. Upon examining the include files I found that it is defined in Intrinsic.h as: typedef struct _XtAppStruct *XtAppContext. But, I have been unable to determine what a _XtAppStruct is. Any help would be greatly appreciated. Thanks in advance Russ Cook NC State University hwa@ece-csc.ncsu.edu
converse@EXPO.LCS.MIT.EDU (Donna Converse) (04/27/89)
> I was wondering if anyone could enlighten me on what a XtAppContext is.
Read the beginning of section 2.1 of the X Toolkit Intrinsics manual.
It is an opaque type, meaning, its definition is intended to be hidden
from you as a programmer. It is not available to you.
If you want to know more than that, you could read toolkit source,
for example, lib/Xt/InitialI.h