Lines Matching refs:dir
398 * dir - direction to search first.
404 ChoosePaneToResize(pw, paneindex, dir, shrink)
407 Direction dir;
412 Direction _dir = dir;
415 if ( (paneindex == NO_INDEX) || (dir == AnyPane) ) { /* Use defaults. */
429 ((paneindex != PaneIndex(*childP)) || (dir == AnyPane)) )
506 * dir - the pane to move (either UpLeftPane or LowRightPane).
513 LoopAndRefigureChildren(pw, paneindex, dir, sizeused)
516 Direction dir;
521 if (dir == LowRightPane) paneindex++;
536 pane = ChoosePaneToResize(pw, paneindex, dir, shrink);
581 * dir - direction to move from child.
584 * There are special arguments to paneindex and dir, they are:
586 * dir - AnyPane.
594 RefigureLocations(pw, paneindex, dir)
597 Direction dir;
618 if ( (dir != ThisBorderOnly) && (sizeused != pane_size) )
619 LoopAndRefigureChildren(pw, paneindex, dir, &sizeused);
627 if ( (paneindex != NO_INDEX) && (dir != AnyPane) ) {
899 * dir - the direction that we are to be moving.
904 StartGripAdjustment(pw, grip, dir)
907 Direction dir;
914 if (dir == ThisBorderOnly || dir == UpLeftPane)
916 if (dir == ThisBorderOnly || dir == LowRightPane)
925 if (dir == UpLeftPane)
927 else if (dir == LowRightPane)
937 if (dir == UpLeftPane)
939 else if (dir == LowRightPane)
961 * dir - the direction the pane we are interested is w.r.t the
968 MoveGripAdjustment(pw, grip, dir, loc)
971 Direction dir;
989 if ( (dir == ThisBorderOnly) ) {
1007 RefigureLocations(pw, PaneIndex(grip), dir);