Home
last modified time | relevance | path

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

/dports/x11-toolkits/lesstif/lesstif-0.95.2/lib/Xm-2.1/
H A DFileSB.c535 if (FS_FileListLabelString(new_w) == (XmString)XmUNSPECIFIED) in initialize()
542 else if (FS_FileListLabelString(new_w) != NULL) in initialize()
544 files = XmStringCopy(FS_FileListLabelString(new_w)); in initialize()
547 FS_FileListLabelString(new_w) = files; in initialize()
549 XtSetArg(argl[argc], XmNlabelString, FS_FileListLabelString(new_w)); in initialize()
816 XmStringFree(FS_FileListLabelString(w)); in destroy()
/dports/x11-toolkits/lesstif/lesstif-0.95.2/include/Motif-2.1/XmI/
H A DMacrosI.h1334 #define FS_FileListLabelString(w) \ macro