Searched refs:otherPtr (Results 1 - 6 of 6) sorted by relevance

/ast/src/lib/libtk/generic/
H A DtkWindow.c2027 TkWindow *otherPtr = (TkWindow *) other;
2034 * the top-level ancestor of otherPtr and restack winPtr above
2035 * otherPtr without changing any of Tk's childLists.
2041 while ((otherPtr != NULL) && !(otherPtr->flags & TK_TOP_LEVEL)) {
2042 otherPtr = otherPtr->parentPtr;
2044 TkWmRestackToplevel(winPtr, aboveBelow, otherPtr);
2049 * Find an ancestor of otherPtr that is a sibling of winPtr.
2059 if (otherPtr
2007 TkWindow *otherPtr = (TkWindow *) other; local
[all...]
H A DtkTextBTree.c2923 register Node *otherPtr;
2962 for (otherPtr = nodePtr->parentPtr->children.nodePtr;
2963 otherPtr->nextPtr != nodePtr;
2964 otherPtr = otherPtr->nextPtr) {
2967 nodePtr = otherPtr;
2969 otherPtr = nodePtr->nextPtr;
2979 totalChildren = nodePtr->numChildren + otherPtr->numChildren;
2982 nodePtr->children = otherPtr->children;
2983 otherPtr
2895 register Node *otherPtr; local
[all...]
H A DtkPack.c1431 Packer *masterPtr, *slavePtr, *prevPtr, *otherPtr;
1528 otherPtr = GetPacker(other);
1529 if (otherPtr->masterPtr == NULL) {
1532 masterPtr = otherPtr->masterPtr;
1534 if (prevPtr == otherPtr) {
1537 while (prevPtr->nextPtr != otherPtr) {
1419 Packer *masterPtr, *slavePtr, *prevPtr, *otherPtr; local
H A DtkGrid.c2438 struct Gridder *otherPtr;
2474 otherPtr = GetGrid(other);
2475 lastRow = otherPtr->row;
2476 lastColumn = otherPtr->column + otherPtr->numCols;
2423 struct Gridder *otherPtr; local
H A DtkInt.h842 int aboveBelow, TkWindow *otherPtr));
/ast/src/lib/libtk/unix/
H A DtkUnixWm.c3646 * WinPtr gets restacked as specified by aboveBelow and otherPtr.
3654 TkWmRestackToplevel(winPtr, aboveBelow, otherPtr)
3658 TkWindow *otherPtr; /* Window relative to which to restack;
3693 if (otherPtr != NULL) {
3694 if (otherPtr->window == None) {
3695 Tk_MakeWindowExist((Tk_Window) otherPtr);
3697 if (otherPtr->wmInfoPtr->flags & WM_NEVER_MAPPED) {
3698 TkWmMapWindow(otherPtr);
3700 changes.sibling = (otherPtr->wmInfoPtr->reparent != None)
3701 ? otherPtr
[all...]

Completed in 44 milliseconds