Searched defs:smw_new (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1SimpleMenu.c396 SimpleMenuWidget smw_new = (SimpleMenuWidget) new; local
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
[all...]
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DSimpleMenu.c409 SimpleMenuWidget smw_new = (SimpleMenuWidget) new; local
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
[all...]

Completed in 18 milliseconds