Lines Matching refs:FormEntry
62 } FormEntryRec, *FormEntry;
68 FormEntry *wlist; /* List of widgets. */
96 static FormEntry CreateWidget(RowList, WidgetClass, ArgList, Cardinal);
97 static void DeleteWidget(FormEntry);
150 FormEntry entry;
168 FormEntry entry;
185 FormEntry entry;
200 static void ChangeTextEntry(FormEntry entry, const char *str)
217 XtPointer closure, /* FormEntry */
220 FormEntry entry = (FormEntry)closure;
235 XtPointer closure, /* FormEntry */
238 FormBox form = ((FormEntry)closure)->row->group->form;
270 FormEntry entry;
348 XtPointer closure, /* FormEntry */
351 Pick pick = ((FormEntry)closure)->row->group->form->pick;
449 XtPointer closure, /* FormEntry */
452 Pick pick = ((FormEntry)closure)->row->group->form->pick;
458 static FormEntry CreateWidget(
473 FormEntry entry;
476 row->wlist = XtReallocArray(row->wlist, row->numwidgets, sizeof(FormEntry));
498 DeleteWidget(FormEntry entry)
538 row->wlist = (FormEntry *) NULL;
665 FormEntry entry;