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

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Paned.c64 #define PaneIndex(w) (PaneInfo(w)->position) macro
402 ((index != PaneIndex(*childP)) || (dir == AnyPane)) )
888 pw->paned.whichadd = pw->composite.children[PaneIndex(grip)];
890 pw->paned.whichsub = pw->composite.children[PaneIndex(grip) + 1];
980 RefigureLocations(pw, PaneIndex(grip), dir);
1468 RefigureLocations(pw, PaneIndex(w), AnyPane);
1509 RefigureLocations(pw, PaneIndex(w), AnyPane);
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DPaned.c88 #define PaneIndex(w) (PaneInfo(w)->position) macro
429 ((paneindex != PaneIndex(*childP)) || (dir == AnyPane)) )
915 pw->paned.whichadd = pw->composite.children[PaneIndex(grip)];
917 pw->paned.whichsub = pw->composite.children[PaneIndex(grip) + 1];
1007 RefigureLocations(pw, PaneIndex(grip), dir);
1496 RefigureLocations(pw, PaneIndex(w), AnyPane);
1537 RefigureLocations(pw, PaneIndex(w), AnyPane);

Completed in 17 milliseconds