Lines Matching defs:tw
233 ToggleWidget tw = (ToggleWidget)cnew;
236 tw->toggle.radio_group = NULL;
238 if (tw->toggle.radio_data == NULL)
239 tw->toggle.radio_data = (XtPointer)cnew->core.name;
241 if (tw->toggle.widget != NULL) {
242 if (GetRadioGroup(tw->toggle.widget) == NULL)
243 CreateRadioGroup(cnew, tw->toggle.widget);
245 AddToRadioGroup(GetRadioGroup(tw->toggle.widget), cnew);
276 ToggleWidget tw = (ToggleWidget)w;
279 if (tw->command.set)
289 ToggleWidget tw = (ToggleWidget)w;
290 long antilint = tw->command.set;
301 ToggleWidget tw = (ToggleWidget)cnew;
304 if (oldtw->toggle.widget != tw->toggle.widget)
305 XawToggleChangeRadioGroup(cnew, tw->toggle.widget);
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;
353 ToggleWidget tw = (ToggleWidget)w;
355 if (tw == NULL)
358 return (tw->toggle.radio_group);
404 ToggleWidget tw = (ToggleWidget)w;
409 tw->toggle.radio_group = local;
494 ToggleWidget tw = (ToggleWidget)w;
503 if (tw->command.set && radio_group != NULL)