3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
|
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
|
+
+
|
-variable ::Pref(context) -value 5
$top.m.mo.c add radiobutton -label "Context 10 lines" \
-variable ::Pref(context) -value 10
$top.m.mo.c add radiobutton -label "Context 20 lines" \
-variable ::Pref(context) -value 20
menu $top.m.mo.piv
$top.m.mo.piv add radiobutton -label "1" \
-variable ::Pref(pivot) -value 1
$top.m.mo.piv add radiobutton -label "10" \
-variable ::Pref(pivot) -value 10
$top.m.mo.piv add radiobutton -label "100" \
-variable ::Pref(pivot) -value 100
$top.m.mo.piv add radiobutton -label "1000" \
-variable ::Pref(pivot) -value 1000
$top.m.mo.piv add radiobutton -label "Max" \
|