- Timestamp:
- Dec 10, 2009 4:46:04 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/Reduction/SANS/MultScatter_MonteCarlo_2D.ipf
r614 r615 918 918 Button MC_button0,fColor=(3,52428,1) 919 919 Button MC_button1,pos={17,208},size={80,20},proc=MC_Display2DButtonProc,title="Show 2D" 920 Button MC_button3,pos={182,94},size={25,20},proc=showIncohXSHelp,title="?" 920 921 SetVariable setvar0_3,pos={105,484},size={50,20},disable=1 921 922 GroupBox group0,pos={15,42},size={267,130},title="Monte Carlo" … … 937 938 SetActiveSubwindow ## 938 939 EndMacro 940 941 942 // 943 Proc showIncohXSHelp(ctrlName): ButtonControl 944 String ctrlName 945 DisplayHelpTopic/K=1/Z "Approximate Incoherent Cross Section" 946 if(V_flag !=0) 947 DoAlert 0,"The SANS Simulation Help file could not be found" 948 endif 949 end 950 939 951 940 952 Function CountTimeSetVarProc(sva) : SetVariableControl
Note: See TracChangeset
for help on using the changeset viewer.