window name=testW title="Test Widgets"
label text="Choose a Widget" font="bold 12" sticky=W pady=10
grid 3 6 sticky=W byrow=F
   radio name=wN value=0  sticky=W padx=10 text=CLEAR function=.testWidHelper action=clear
   radio name=wN value=1  sticky=W padx=10 text=button    function=.testWidHelper action=button
   radio name=wN value=2  sticky=W padx=10 text=check     function=.testWidHelper action=check
   radio name=wN value=3  sticky=W padx=10 text=data      function=.testWidHelper action=data
   radio name=wN value=4  sticky=W padx=10 text=entry     function=.testWidHelper action=entry
   radio name=wN value=5  sticky=W padx=10 text=grid      function=.testWidHelper action=grid
   radio name=wN value=6  sticky=W padx=10 text=history   function=.testWidHelper action=history
   radio name=wN value=7  sticky=W padx=10 text=label     function=.testWidHelper action=label
   radio name=wN value=8  sticky=W padx=10 text=matrix    function=.testWidHelper action=matrix
   radio name=wN value=9  sticky=W padx=10 text=menu      function=.testWidHelper action=menu
   radio name=wN value=10 sticky=W padx=10 text=null      function=.testWidHelper action=null
   radio name=wN value=11 sticky=W padx=10 text=radio     function=.testWidHelper action=radio
   radio name=wN value=12 sticky=W padx=10 text=slider    function=.testWidHelper action=slider
   radio name=wN value=13 sticky=W padx=10 text=text      function=.testWidHelper action=text
   radio name=wN value=14 sticky=W padx=10 text="vector 1"           function=.testWidHelper action=vector1
   radio name=wN value=15 sticky=W padx=10 text="vector 2"           function=.testWidHelper action=vector2
   radio name=wN value=16 sticky=W padx=10 text="window (horizontal)" function=.testWidHelper action=windowH
   radio name=wN value=17 sticky=W padx=10 text="window (vertical)"   function=.testWidHelper action=windowV

label
text name=wtxt height=15 width=60 value="No widgets displayed" relief=solid edit=TRUE
button function=.testWidHelper text="create window from source" action="__USE_EDIT__" pady=7