Lines Matching refs:index
372 * index - the index of the current pane.
379 ChoosePaneToResize(pw, index, dir, shrink)
381 int index;
388 int _index = index;
390 if ( (index == NO_INDEX) || (dir == AnyPane) ) { /* Use defaults. */
402 ((index != PaneIndex(*childP)) || (dir == AnyPane)) )
478 * index - the number of the pane border we are moving.
486 LoopAndRefigureChildren(pw, index, dir, sizeused)
488 int index, *sizeused;
494 if (dir == LowRightPane) index++;
509 pane = ChoosePaneToResize(pw, index, dir, shrink);
553 * index - child to start refiguring at.
557 * There are special arguements to index and dir, they are:
558 * index - NO_INDEX.
567 RefigureLocations(pw, index, dir)
569 int index;
592 LoopAndRefigureChildren(pw, index, dir, &sizeused);
600 if ( (index != NO_INDEX) && (dir != AnyPane) ) {
601 Pane pane = PaneInfo(*(pw->composite.children + index));