Lines Matching refs:smw_new
396 SimpleMenuWidget smw_new = (SimpleMenuWidget) new;
401 if (!smw_new->simple_menu.recursive_set_values) {
402 if (smw_new->core.width != smw_old->core.width) {
403 smw_new->simple_menu.menu_width = (smw_new->core.width != 0);
406 if (smw_new->core.height != smw_old->core.height) {
407 smw_new->simple_menu.menu_height = (smw_new->core.height != 0);
412 if (smw_old->simple_menu.cursor != smw_new->simple_menu.cursor)
414 XtWindow(new), smw_new->simple_menu.cursor);
416 if (smw_old->simple_menu.label_string !=smw_new->simple_menu.label_string)
417 if (smw_new->simple_menu.label_string == NULL) /* Destroy. */
424 XtSetArg(args[0], XtNlabel, smw_new->simple_menu.label_string);
425 XtSetValues((Widget)smw_new->simple_menu.label, args, ONE);
428 if (smw_old->simple_menu.label_class != smw_new->simple_menu.label_class)
432 if ((smw_old->simple_menu.top_margin != smw_new->simple_menu.top_margin) ||
434 smw_new->simple_menu.bottom_margin) /* filler................. */ ) {