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

/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DList.c54 #define HeightLock 1 macro
58 #define HeightFree( w ) !(((ListWidget)(w))->list.freedoms & HeightLock )
367 (lw->core.height != 0) * HeightLock +
965 nl->list.freedoms |= HeightLock;
967 nl->list.freedoms &= ~HeightLock;
1114 lw->list.freedoms &= ~WidthLock & ~HeightLock;

Completed in 11 milliseconds