Lines Matching refs:set
61 * to be set when we call the notify proc.
73 offset(command.set), XtRString, "off"},
98 {"set", ToggleSet},
185 * Find the set and unset actions in the command widget's action table.
189 if (streq(actions[i].string, "set"))
229 * have to handle the case where it needs to be set.
234 * I want to set the toggle if the user set the state to "On" in
238 if (tw_req->command.set)
273 if (tw->command.set)
287 XtCallCallbacks(w, XtNcallback, tw->command.set);
307 if (oldtw->command.set != tw->command.set) {
308 tw->command.set = oldtw->command.set;
434 if ( local_tog->command.set ) {
484 * If the toggle that we are about to add is set then we will
488 if ( tw->command.set && radio_group != NULL )
511 if ( local_tog->command.set )
522 * radio_data - radio data of the toggle widget to set.
539 if (!local_tog->command.set) {
559 if (!local_tog->command.set) { /* if not already set. */
584 if (local_tog->command.set) {