Searched refs:GCchoices (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xgc/dist/
H A Dmain.c226 static Widget GCchoices[NUMCHOICES]; /* all the forms that contain stuff variable in typeref:typename:Widget[]
325 /* create all the GCchoices forms */
331 gcchoiceargs[0].value = (XtArgVal) GCchoices[i-1];
333 GCchoices[i] = XtCreateManagedWidget(Everything[i]->choice.text,
338 GCdescs[i] = create_choice(GCchoices[i],Everything[i]);
342 gcchoiceargs[0].value = (XtArgVal) GCchoices[NUMCHOICES-1];

Completed in 2 milliseconds