window name=runE title="Run Examples" onClose=.win.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 2 4 sticky=W byrow=F
	label text="Random" font="bold 10" fg=red sticky=NW pady=2 padx=10
	grid 4 1 sticky=NW
		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="Estimation" font="bold 10" fg=blue 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=vonB     function=.runExHelper action=vonB
		radio name=eN value=24  sticky=W padx=10 text=SGM      function=.runExHelper action=SGM
		radio name=eN value=25  sticky=W padx=10 text=CCA      function=.runExHelper action=CCA
	label text="Simulation" font="bold 10" fg=seagreen sticky=NW pady=2 padx=10
	grid 3 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
		radio name=eN value=33 sticky=W padx=10 text=YPR       function=.runExHelper action=ypr
	label text="Novelty" font="bold 10" fg=purple 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=Sudoku    function=.runExHelper action=sudokuSolver
		radio name=eN value=44 sticky=W padx=10 text=swisstalk function=.runExHelper action=swisstalk
		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="" font="helvetica 8" bg=mintcream
button function=.runExHelper text="create window from source" action="__USE_EDIT__" pady=5 padx=20
