tkgui Function
Last update : 22/2/2006

tk_choices1 - replacement of x_choices, interactive choices using tk radio buttons

Calling Sequence

rep=tk_choices1(title,items,align)

Parameters

Description

Select items through radio buttons and return in rep the selected items

Examples

    l1=list('choice 1',1,['toggle c1','toggle c2','toggle c3']);
    l2=list('choice 2',2,['toggle d1','toggle d2','toggle d3']);
    l3=list('choice 3',3,['toggle e1','toggle e2']);
    rep=tk_choices1('Toggle Menu',list(l1,l2,l3));
    

See Also

x_choices,  tk_choices,