Lines Matching defs:on_size
488 * on_size_ret - new on_size (return)
882 * on_size - size of rectangle
890 unsigned int on_size, unsigned int off_size)
894 off_loc, on_loc, off_size, on_size);
897 on_loc, off_loc, on_size, off_size);
916 unsigned int on_size, off_size;
927 on_size = (unsigned int)pw->paned.internal_bw;
931 on_loc -= (int)on_size;
933 _DrawRect(pw, gc, on_loc, off_loc, on_size, off_size);
958 unsigned int on_size, off_size;
966 on_size = pw->paned.internal_bw;
968 on_loc = PaneInfo(*childP)->olddelta - (int) on_size;
970 on_loc, off_loc, on_size, off_size);
973 on_loc = PaneInfo(*childP)->delta - (int)on_size;
976 on_loc, off_loc, on_size, off_size);
1611 Dimension on_size, off_size;
1619 * o The child did not ask to change the on_size
1636 AdjustPanedSize(pw, PaneSize((Widget)pw, !vert), &result, &on_size,
1641 * a different on_size
1646 XtHeight(pw) = on_size;
1648 XtWidth(pw) = on_size;
1654 * Set up reply struct and reset core on_size
1674 * o The "on_size" we will allow is different from that requested