Lines Matching defs:oldtw
2451 TextWidget oldtw = (TextWidget) current;
2461 if (newtw->text.options != oldtw->text.options)
2466 newtw->text.display_caret = oldtw->text.display_caret;
2470 if (oldtw->text.r_margin.left != newtw->text.r_margin.left) {
2478 if (oldtw->text.scroll_vert != newtw->text.scroll_vert) {
2486 if (oldtw->text.r_margin.bottom != newtw->text.r_margin.bottom) {
2494 if (oldtw->text.scroll_horiz != newtw->text.scroll_horiz) {
2502 if ( oldtw->text.source != newtw->text.source )
2509 if ( oldtw->text.wrap != newtw->text.wrap ||
2510 oldtw->text.lt.top != newtw->text.lt.top ||
2511 oldtw->text.r_margin.right != newtw->text.r_margin.right ||
2512 oldtw->text.r_margin.top != newtw->text.r_margin.top ||
2513 oldtw->text.sink != newtw->text.sink ||
2520 if (oldtw->text.insertPos != newtw->text.insertPos)