Searched refs:smw_old (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1SimpleMenu.c395 SimpleMenuWidget smw_old = (SimpleMenuWidget) current; local
402 if (smw_new->core.width != smw_old->core.width) {
406 if (smw_new->core.height != smw_old->core.height) {
412 if (smw_old->simple_menu.cursor != smw_new->simple_menu.cursor)
416 if (smw_old->simple_menu.label_string !=smw_new->simple_menu.label_string)
418 XtDestroyWidget((Widget)smw_old->simple_menu.label);
419 else if (smw_old->simple_menu.label_string == NULL) /* Create. */
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) ||
433 (smw_old
[all...]
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DSimpleMenu.c408 SimpleMenuWidget smw_old = (SimpleMenuWidget) current; local
415 if (smw_new->core.width != smw_old->core.width) {
419 if (smw_new->core.height != smw_old->core.height) {
425 if (smw_old->simple_menu.cursor != smw_new->simple_menu.cursor)
429 if (smw_old->simple_menu.label_string !=smw_new->simple_menu.label_string)
431 XtDestroyWidget((Widget) smw_old->simple_menu.label);
432 else if (smw_old->simple_menu.label_string == NULL) /* Create. */
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) ||
446 (smw_old
[all...]

Completed in 12 milliseconds