Searched defs:oldtw (Results 1 - 4 of 4) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Toggle.c301 ToggleWidget oldtw = (ToggleWidget) current; local
304 if (oldtw->toggle.widget != tw->toggle.widget)
307 if (oldtw->command.set != tw->command.set) {
308 tw->command.set = oldtw->command.set;
H A DXaw3_1Text.c2451 TextWidget oldtw = (TextWidget) current; local
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
[all...]
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DToggle.c300 ToggleWidget oldtw = (ToggleWidget) current; local
304 if (oldtw->toggle.widget != tw->toggle.widget)
307 if (!tw->core.sensitive && oldtw->core.sensitive && rtw->command.set)
310 if (oldtw->command.set != tw->command.set) {
311 tw->command.set = oldtw->command.set;
H A DText.c2879 TextWidget oldtw = (TextWidget) current; local
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
[all...]

Completed in 223 milliseconds