Searched refs:sub_size (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/libXaw/dist/src/
H A DPaned.c1111 int diff, add_size = 0, sub_size = 0; local in function:MoveGripAdjustment
1119 sub_size = PaneSize(pw->paned.whichsub, IsVert(pw)) - diff;
1134 sub_size += old_add_size - add_size;
1139 old_sub_size = sub_size;
1140 AssignMax(sub_size, (int)PaneInfo(pw->paned.whichsub)->min);
1141 AssignMin(sub_size, (int)PaneInfo(pw->paned.whichsub)->max);
1142 if (sub_size != old_sub_size)
1148 if (sub_size != 0)
1149 PaneInfo(pw->paned.whichsub)->size = sub_size;

Completed in 3 milliseconds