Lines Matching defs:tw
206 ToggleWidget tw = (ToggleWidget) new;
209 tw->toggle.radio_group = NULL;
211 if (tw->toggle.radio_data == NULL)
212 tw->toggle.radio_data = (XtPointer) new->core.name;
214 if (tw->toggle.widget != NULL) {
215 if ( GetRadioGroup(tw->toggle.widget) == NULL)
216 CreateRadioGroup(new, tw->toggle.widget);
218 AddToRadioGroup( GetRadioGroup(tw->toggle.widget), new);
265 ToggleWidget tw = (ToggleWidget)w;
268 if (tw->command.set)
281 ToggleWidget tw = (ToggleWidget) w;
282 long antilint = tw->command.set;
301 ToggleWidget tw = (ToggleWidget) new;
304 if (oldtw->toggle.widget != tw->toggle.widget)
305 XawToggleChangeRadioGroup(new, 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;
351 ToggleWidget tw = (ToggleWidget) w;
353 if (tw == NULL) return(NULL);
354 return( tw->toggle.radio_group );
396 ToggleWidget tw = (ToggleWidget) w;
401 tw->toggle.radio_group = local;
486 ToggleWidget tw = (ToggleWidget) w;
496 if ( tw->command.set && radio_group != NULL )