Lines Matching refs:l
549 string $nameLabel = `text -l "Name" -al "right"`;
554 radioButtonGrp -l "Type" -nrb 3 -cw4 60 70 70 70
560 text -l "String :" -al "left" -fn "boldLabelFont"
566 text -l "Number : (One value per line)" -al "left" -fn "boldLabelFont"
574 string $okBtn = `button -w 100 -h 26 -l "OK"
576 string $cancelBtn = `button -w 100 -h 26 -l "Cancel"
868 text -e -l $nodeName nw4cSetUserData_NodeName;
946 menu -l "Help";
947 menuItem -l ("Help on " + `window -q -t nw4cSetUserData_Win` + "...")
954 …string $nameFrame = `frameLayout -l "Selected Transform Node or Shading Group" -cll 0 -cl 0 -bv 1 …
957 text -l "" nw4cSetUserData_NodeName;
964 string $listFrame = `frameLayout -l "" -cll 0 -cl 0 -bv 1 -bs "etchedIn"`;
971 button -l "Move Up" -h 24
973 button -l "Move Down" -h 24
975 button -l "Add..." -h 24
977 button -l "Delete" -h 24
979 button -l "Edit..." -h 24
984 string $listText = `text -l "Name Type Size Value"
1014 button -h 26 -l "Close" -c $closeCmd