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