Lines Matching defs:oldtw
2879 TextWidget oldtw = (TextWidget) current;
2885 newtw->text.display_caret = oldtw->text.display_caret;
2889 if (oldtw->text.r_margin.left != newtw->text.r_margin.left) {
2897 if (oldtw->text.scroll_vert != newtw->text.scroll_vert) {
2905 if (oldtw->text.r_margin.bottom != newtw->text.r_margin.bottom) {
2913 if (oldtw->text.scroll_horiz != newtw->text.scroll_horiz) {
2921 if ( oldtw->text.source != newtw->text.source )
2928 if ( oldtw->text.wrap != newtw->text.wrap ||
2929 oldtw->text.lt.top != newtw->text.lt.top ||
2930 oldtw->text.r_margin.right != newtw->text.r_margin.right ||
2931 oldtw->text.r_margin.top != newtw->text.r_margin.top ||
2932 oldtw->text.sink != newtw->text.sink ||
2939 if (oldtw->text.insertPos != newtw->text.insertPos) {