Lines Matching refs:string
14 global proc string nw4cSetFrameExtensionList_Get_FrameExtensionList(string $node)
16 string $val = (`attributeQuery -n $node -ex "nw4cFeList"`) ?
17 (string)`getAttr ($node + ".nw4cFeList")` : "";
21 global proc nw4cSetFrameExtensionList_Add_FrameExtensionList(string $node)
25 addAttr -ln "nw4cFeList" -dt "string" -h 1 $node;
29 global proc nw4cSetFrameExtensionList_Set_FrameExtensionList(string $node, string $val)
32 setAttr ($node + ".nw4cFeList") -typ "string" $val;
35 proc SetJob_FrameExtensionList(string $node)
46 global proc nw4cSetFrameExtensionList_ListCB(string $mainNode)
48 string $val = `textFieldGrp -q -tx nw4cSetFrameExtensionList_List`;
70 string $files[] = `ls -sl -typ file`;
73 string $mats[] = `ls -sl -mat`;
76 string $hist[] = `listHistory $mat`;
91 string $nodeName;
110 string $node = $files[0];
157 string $setForm = `formLayout -nd 100`;
178 string $closeCmd = "deleteUI nw4cSetFrameExtensionList_Win";
179 string $form = `formLayout -nd 100`;
180 string $closeBtn = `button -h 26 -l "Close" -c $closeCmd`;