Lines Matching refs:nVisible
887 pCli->nVisible |= CHILD_FITS_IN; in Arrange_Impl()
890 if (pCli->nVisible != CHILD_VISIBLE) in Arrange_Impl()
973 pCli->nVisible ^= CHILD_FITS_IN; in Arrange_Impl()
1174 if ( CHILD_VISIBLE == (pCli->nVisible & CHILD_VISIBLE) && bVisible ) in ShowChilds_Impl()
1592 pCW->pCli->nVisible &= ~CHILD_ACTIVE; in UpdateChildWindows_Impl()
1608 pCW->pCli->nVisible |= CHILD_NOT_HIDDEN; in UpdateChildWindows_Impl()
1630 if ( pCW->pCli->nVisible & CHILD_NOT_HIDDEN ) in UpdateChildWindows_Impl()
1631 pCW->pCli->nVisible ^= CHILD_NOT_HIDDEN; in UpdateChildWindows_Impl()
1678 (*pChilds)[TbxMatch(nPos)]->nVisible ^= CHILD_NOT_HIDDEN; in CreateChildWin_Impl()
1693 pCW->pCli->nVisible = CHILD_VISIBLE; in CreateChildWin_Impl()
1695 pCW->pCli->nVisible ^= CHILD_ACTIVE; in CreateChildWin_Impl()
1880 pChild->nVisible &= ~CHILD_ACTIVE; in HidePopups_Impl()
1885 pChild->nVisible |= CHILD_ACTIVE; in HidePopups_Impl()
1886 if ( CHILD_VISIBLE == (pChild->nVisible & CHILD_VISIBLE) ) in HidePopups_Impl()
1940 pCW->pCli->nVisible = CHILD_VISIBLE; in ConfigChild_Impl()
2009 if ( pCli && pCli->nVisible == CHILD_VISIBLE && pCli->pWin ) in ConfigChild_Impl()
2520 pCW->pCli->nVisible = CHILD_VISIBLE; in ShowChildWindow_Impl()
2531 pCW->pCli->nVisible = CHILD_VISIBLE ^ CHILD_NOT_HIDDEN; in ShowChildWindow_Impl()
2758 pCli->nVisible |= CHILD_ACTIVE; in MakeChildsVisible_Impl()
2768 pCli->nVisible &= ~CHILD_ACTIVE; in MakeChildsVisible_Impl()