Lines Matching refs:string
15 global proc string nw4cSetFrameExtensionList_Get_FrameExtensionList(string $node)
17 string $val = (`attributeQuery -n $node -ex "nw4cFeList"`) ?
18 (string)`getAttr ($node + ".nw4cFeList")` : "";
22 global proc nw4cSetFrameExtensionList_Add_FrameExtensionList(string $node)
26 addAttr -ln "nw4cFeList" -dt "string" -h 1 $node;
30 global proc nw4cSetFrameExtensionList_Set_FrameExtensionList(string $node, string $val)
33 setAttr ($node + ".nw4cFeList") -typ "string" $val;
36 proc SetJob_FrameExtensionList(string $node)
47 global proc nw4cSetFrameExtensionList_ListCB(string $mainNode)
49 string $val = `textFieldGrp -q -tx nw4cSetFrameExtensionList_List`;
71 string $files[] = `ls -sl -typ file`;
74 string $mats[] = `ls -sl -mat`;
77 string $hist[] = `listHistory $mat`;
92 string $nodeName;
111 string $node = $files[0];
158 string $setForm = `formLayout -nd 100`;
179 string $closeCmd = "deleteUI nw4cSetFrameExtensionList_Win";
180 string $form = `formLayout -nd 100`;
181 string $closeBtn = `button -h 26 -l "Close" -c $closeCmd`;