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

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Command.c512 CommandWidget oldcbw = (CommandWidget) current; local
516 if ( oldcbw->core.sensitive != cbw->core.sensitive && !cbw->core.sensitive) {
523 if ( (oldcbw->label.foreground != cbw->label.foreground) ||
524 (oldcbw->core.background_pixel != cbw->core.background_pixel) ||
525 (oldcbw->command.highlight_thickness !=
527 (oldcbw->label.font != cbw->label.font) )
529 if (oldcbw->label.normal_GC == oldcbw->command.normal_GC)
549 && oldcbw->command.shape_style != cbw->command.shape_style
552 cbw->command.shape_style = oldcbw
[all...]
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DCommand.c498 CommandWidget oldcbw = (CommandWidget) current; local
502 if ( oldcbw->core.sensitive != cbw->core.sensitive && !cbw->core.sensitive) {
509 if ( (oldcbw->label.foreground != cbw->label.foreground) ||
510 (oldcbw->core.background_pixel != cbw->core.background_pixel) ||
511 (oldcbw->command.highlight_thickness !=
513 (oldcbw->label.font != cbw->label.font) )
515 if (oldcbw->label.normal_GC == oldcbw->command.normal_GC)
534 && oldcbw->command.shape_style != cbw->command.shape_style
537 cbw->command.shape_style = oldcbw
[all...]

Completed in 13 milliseconds