Searched refs:add_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
1116 add_size = PaneSize(pw->paned.whichadd, IsVert(pw)) + diff;
1126 int old_add_size = add_size, old_sub_size;
1131 AssignMax(add_size, (int)PaneInfo(pw->paned.whichadd)->min);
1132 AssignMin(add_size, (int)PaneInfo(pw->paned.whichadd)->max);
1133 if (add_size != old_add_size)
1134 sub_size += old_add_size - add_size;
1146 if (add_size != 0)
1147 PaneInfo(pw->paned.whichadd)->size = add_size;

Completed in 3 milliseconds