Lines Matching defs:oldcbw
498 CommandWidget oldcbw = (CommandWidget) current;
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->command.shape_style;