Lines Matching defs:paneindex
563 * paneindex - index of the current pane
588 ChoosePaneToResize(PanedWidget pw, int paneindex, Direction dir, Bool shrink)
593 int _index = paneindex;
595 if (paneindex == NO_INDEX || dir == AnyPane) { /* Use defaults */
609 && (paneindex != PaneIndex(*childP) || dir == AnyPane))
641 * paneindex - number of the pane border we are moving
650 LoopAndRefigureChildren(PanedWidget pw, int paneindex, Direction dir,
657 paneindex++;
673 pane = ChoosePaneToResize(pw, paneindex, dir, shrink);
720 * paneindex - child to start refiguring at
725 * There are special arguments to paneindex and dir, they are:
726 * paneindex - NO_INDEX.
734 RefigureLocations(PanedWidget pw, int paneindex, Direction dir)
757 LoopAndRefigureChildren(pw, paneindex, dir, &sizeused);
763 if (paneindex != NO_INDEX && dir != AnyPane) {
764 Pane pane = PaneInfo(*(pw->composite.children + paneindex));