Searched defs:new_pw (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Paned.c1699 PanedWidget new_pw = (PanedWidget) new; local
1702 if ( (old_pw->paned.cursor != new_pw->paned.cursor) && XtIsRealized(new))
1703 XDefineCursor(XtDisplay(new), XtWindow(new), new_pw->paned.cursor);
1705 if ( (old_pw->paned.internal_bp != new_pw->paned.internal_bp) ||
1706 (old_pw->core.background_pixel != new_pw->core.background_pixel) ) {
1712 if ( (old_pw->paned.grip_cursor != new_pw->paned.grip_cursor) ||
1713 (old_pw->paned.v_grip_cursor != new_pw->paned.v_grip_cursor) ||
1714 (old_pw->paned.h_grip_cursor != new_pw->paned.h_grip_cursor) ) {
1715 ChangeAllGripCursors(new_pw);
1718 if ( IsVert(old_pw) != IsVert(new_pw)) {
[all...]
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DPaned.c1734 PanedWidget new_pw = (PanedWidget) new; local
1737 if ( (old_pw->paned.cursor != new_pw->paned.cursor) && XtIsRealized(new))
1738 XDefineCursor(XtDisplay(new), XtWindow(new), new_pw->paned.cursor);
1740 if ( (old_pw->paned.internal_bp != new_pw->paned.internal_bp) ||
1741 (old_pw->core.background_pixel != new_pw->core.background_pixel) ) {
1747 if ( (old_pw->paned.grip_cursor != new_pw->paned.grip_cursor) ||
1748 (old_pw->paned.v_grip_cursor != new_pw->paned.v_grip_cursor) ||
1749 (old_pw->paned.h_grip_cursor != new_pw->paned.h_grip_cursor) ) {
1750 ChangeAllGripCursors(new_pw);
1753 if ( IsVert(old_pw) != IsVert(new_pw)) {
[all...]

Completed in 17 milliseconds