Lines Matching refs:parent
1320 * Arguments: parent - the parent of the dialog - the main text widget.
1332 * parent - the parent of the dialog - the main text widget.
1336 CreateDialog(parent, ptr, name, func)
1337 Widget parent;
1349 XtSetArg(args[num_args], XtNtransientFor, GetShell(parent)); num_args++;
1351 parent, args, num_args);
1357 (*func) (form, ptr, parent);
1364 * Arguments: w - the widget whose parent shell should be returned.