Searched refs:radiobox (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/examples/tepam/
H A D2_argument_dialogbox_introduction.demo105 -frame {-label "Checkbox, radiobox and checkbutton"} \
109 -radiobox {-label Radiobox -variable Radiobox
H A D2a_argument_dialogbox_all_widgets.demo67 # A group of radio boxes is created with the -radiobox item. The number of radio boxes and their
75 -radiobox {-label "Text adjustment" -variable Adjustment \
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/tepam/
H A Dadbox_widgets.test292 tepam::ad_form(radiobox) .f create;
293 tepam::ad_form(radiobox) .f set_choice {123 234 345 456 567}
300 -body {tepam::ad_form(radiobox) .f get} \
309 -body "tepam::ad_form(radiobox) .f set \"$Data\"" \
314 -body {tepam::ad_form(radiobox) .f get} \
H A Dadbox_all.test50 rbx radiobox ok "1" {2 4} {2 5} "-choices {1 2 3 4 5 6}"
H A Dproc_interactive.test283 set EntryWidget "radiobox"
331 radiobx0 radiobox {bold} {uline} {uline} {-choices {bold ital uline}}
332 radiobx1 radiobox {ital} {uline} {uline} {-choices {bold ital uline} -default ital}
H A Dtepam.tcl747 lappend DialogBoxArguments -radiobox [concat [list \
1386 -checkbox -radiobox -checkbutton
1432 # -radiobox {-label MyRadioBox -variable O(-radio1) -choices {bold italic underline} -choicelabels {Bold Italic Underline}} \
2191 proc ad_form(radiobox) {W Command {Par ""}} {
/macosx-10.10.1/emacs-93/emacs/lwlib/
H A Dlwlib-Xm.c451 /* update toggle and radiobox */
918 Boolean radiobox = 0;
922 XtSetArg (al [ac], XmNradioBehavior, &radiobox); ac++;
925 if (radiobox)
984 Boolean radiobox = 0;
988 XtSetArg (al [ac], XmNradioBehavior, &radiobox); ac++;
991 if (radiobox)
908 Boolean radiobox = 0; local
973 Boolean radiobox = 0; local

Completed in 102 milliseconds