Lines Matching refs:smw_new
409 SimpleMenuWidget smw_new = (SimpleMenuWidget) new;
414 if (!smw_new->simple_menu.recursive_set_values) {
415 if (smw_new->core.width != smw_old->core.width) {
416 smw_new->simple_menu.menu_width = (smw_new->core.width != 0);
419 if (smw_new->core.height != smw_old->core.height) {
420 smw_new->simple_menu.menu_height = (smw_new->core.height != 0);
425 if (smw_old->simple_menu.cursor != smw_new->simple_menu.cursor)
427 XtWindow(new), smw_new->simple_menu.cursor);
429 if (smw_old->simple_menu.label_string !=smw_new->simple_menu.label_string)
430 if (smw_new->simple_menu.label_string == NULL) /* Destroy. */
437 XtSetArg(arglist[0], XtNlabel, smw_new->simple_menu.label_string);
438 XtSetValues((Widget) smw_new->simple_menu.label, arglist, ONE);
441 if (smw_old->simple_menu.label_class != smw_new->simple_menu.label_class)
445 if ((smw_old->simple_menu.top_margin != smw_new->simple_menu.top_margin) ||
447 smw_new->simple_menu.bottom_margin) /* filler................. */ ) {