window name=runE title="Run Examples" onClose=.runExHelperQuit
grid 1 2 sticky=W
	label text="Choose an Example" font="bold 12" sticky=W pady=5
	radio name=eN value=0 sticky=W padx=20 text=CLEAR function=.runExHelper action=clear
grid 4 2 sticky=W byrow=F
	label text="Random\nVariables" font="bold 10" sticky=NW pady=2 padx=10
	grid 4 1 sticky=NW padx=5
		radio name=eN value=11  sticky=W padx=10 text=RanVars  function=.runExHelper action=RanVars
		radio name=eN value=12  sticky=W padx=10 text=RanProp  function=.runExHelper action=RanProp
		radio name=eN value=13  sticky=W padx=10 text=SineNorm function=.runExHelper action=SineNorm
		radio name=eN value=14  sticky=W padx=10 text=CalcVor  function=.runExHelper action=CalcVor
	label text="Statistical\nAnalyses" font="bold 10" sticky=NW pady=2 padx=10
	grid 5 1 sticky=NW
		radio name=eN value=21  sticky=W padx=10 text=LinReg   function=.runExHelper action=LinReg
		radio name=eN value=22  sticky=W padx=10 text=MarkRec  function=.runExHelper action=MarkRec
		radio name=eN value=23  sticky=W padx=10 text=CCA      function=.runExHelper action=CCA
		radio name=eN value=24  sticky=W padx=10 text=vonB     function=.runExHelper action=vonB
		radio name=eN value=25  sticky=W padx=10 text=SGM      function=.runExHelper action=SGM
	label text="Simulations" font="bold 10" sticky=NW pady=2 padx=10
	grid 2 1 sticky=NW
		radio name=eN value=31 sticky=W padx=10 text=FishRes  function=.runExHelper action=FishRes
		radio name=eN value=32 sticky=W padx=10 text=PopSim   function=.runExHelper action=PopSim
	label text="Other\nApps" font="bold 10" sticky=NW pady=2 padx=10
	grid 5 1 sticky=NW
		radio name=eN value=41 sticky=W padx=10 text=LissFig  function=.runExHelper action=LissFig
		radio name=eN value=42 sticky=W padx=10 text=FishTows function=.runExHelper action=FishTows
		radio name=eN value=43 sticky=W padx=10 text=YPR      function=.runExHelper action=YPR
		radio name=eN value=44 sticky=W padx=10 text=Sudoku   function=.runExHelper action=sudokuSolver
		radio name=eN value=99 sticky=W padx=10 text=TestFuns function=.runExHelper action=TestFuns
label
text name=wtxt height=15 width=60 relief=solid edit=TRUE value=""
button function=.runExHelper text="create window from source" action="__USE_EDIT__" pady=5 padx=20
