window name=runE title="Run Examples"
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 3 2 sticky=W byrow=F
   label text="Random\nVariables" font="bold 10" sticky=NW pady=2 padx=10
   grid 3 1 sticky=W padx=5
      radio name=eN value=1 sticky=W padx=10 text=RanVars  function=.runExHelper action=RanVars
      radio name=eN value=2 sticky=W padx=10 text=RanProp  function=.runExHelper action=RanProp
      radio name=eN value=3 sticky=W padx=10 text=SineNorm function=.runExHelper action=SineNorm
   label text="Statistical\nAnalyses" font="bold 10" sticky=NW pady=2 padx=10
   grid 3 1
      radio name=eN value=4 sticky=W padx=10 text=LinReg   function=.runExHelper action=LinReg
      radio name=eN value=5 sticky=W padx=10 text=MarkRec  function=.runExHelper action=MarkRec
      radio name=eN value=6 sticky=W padx=10 text=CCA      function=.runExHelper action=CCA
   label text="Other\nApplications" font="bold 10" sticky=NW pady=2 padx=10
   grid 3 1
      radio name=eN value=7 sticky=W padx=10 text=LissFig  function=.runExHelper action=LissFig
      radio name=eN value=8 sticky=W padx=10 text=FishRes  function=.runExHelper action=FishRes
      radio name=eN value=9 sticky=W padx=10 text=FishTows function=.runExHelper action=FishTows
label
text name=wtxt height=15 width=50 relief=solid edit=TRUE value=""
grid 1 2 sticky=W pady=5
   button function=.runExHelper text="create window from source" action="__USE_EDIT__" pady=5 padx=20
   button function=.runExHelper text=QUIT action=quit padx=50