Lines Matching refs:Set
76 * to be set when we call the notify proc
91 offset(command.set),
119 {"set", ToggleSet},
176 NULL, /* Set */
207 * Find the set and unset actions in the command widget's action table
212 if (streq(actions[i].string, "set"))
213 cclass->toggle_class.Set = actions[i].proc;
217 if (cclass->toggle_class.Set != NULL &&
251 * have to handle the case where it needs to be set
256 * I want to set the toggle if the user set the state to "On" in
259 if (tw_req->command.set)
270 cclass->toggle_class.Set(w, event, NULL, NULL);
279 if (tw->command.set)
290 long antilint = tw->command.set;
307 if (!tw->core.sensitive && oldtw->core.sensitive && rtw->command.set)
308 tw->command.set = True;
310 if (oldtw->command.set != tw->command.set) {
311 tw->command.set = oldtw->command.set;
449 if (local_tog->command.set) {
499 * If the toggle that we are about to add is set then we will
503 if (tw->command.set && radio_group != NULL)
544 if (local_tog->command.set)
558 * radio_data - radio data of the toggle widget to set
575 !local_tog->command.set) {
595 if (!local_tog->command.set) { /* if not already set */
622 if (local_tog->command.set) {