Lines Matching refs:new_pw
1734 PanedWidget new_pw = (PanedWidget) new;
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)) {
1758 if (IsVert(new_pw))
1759 new_pw->core.width = 0;
1761 new_pw->core.height = 0;
1763 new_pw->paned.resize_children_to_pref = TRUE;
1765 new_pw->paned.resize_children_to_pref = FALSE;
1766 if (new_pw->paned.grip_cursor == None)
1767 ChangeAllGripCursors(new_pw);
1771 if (old_pw->paned.internal_bw != new_pw->paned.internal_bw) {
1772 AdjustPanedSize( new_pw, PaneSize(new, !IsVert(old_pw)),
1779 if ( (old_pw->paned.grip_indent != new_pw->paned.grip_indent) &&
1781 CommitNewLocations(new_pw);