Home
last modified time | relevance | path

Searched refs:pchIBTitle (Results 1 – 1 of 1) sorted by relevance

/dports/x11-toolkits/open-motif/motif-2.3.8/clients/mwm/
H A DWmIconBox.c373 char *pchIBTitle = NULL; in MakeShell() local
399 pchIBTitle = WmXmStringToString (pWS->pSD->iconBoxTitle); in MakeShell()
401 XtSetArg (setArgs[i], XmNtitle, (XtArgVal)pchIBTitle); i++; in MakeShell()
402 XtSetArg (setArgs[i], XmNiconName, (XtArgVal)pchIBTitle); i++; in MakeShell()
418 if (pchIBTitle != NULL) XtFree (pchIBTitle); in MakeShell()