Lines Matching refs:new_pw
1699 PanedWidget new_pw = (PanedWidget) new;
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)) {
1723 if (IsVert(new_pw))
1724 new_pw->core.width = 0;
1726 new_pw->core.height = 0;
1728 new_pw->paned.resize_children_to_pref = TRUE;
1730 new_pw->paned.resize_children_to_pref = FALSE;
1731 if (new_pw->paned.grip_cursor == None)
1732 ChangeAllGripCursors(new_pw);
1736 if (old_pw->paned.internal_bw != new_pw->paned.internal_bw) {
1737 AdjustPanedSize( new_pw, PaneSize(new, !IsVert(old_pw)),
1743 if ( (old_pw->paned.grip_indent != new_pw->paned.grip_indent) &&
1745 CommitNewLocations(new_pw);