Home
last modified time | relevance | path

Searched refs:greyedContext (Results 1 – 4 of 4) sorted by relevance

/dports/x11-toolkits/open-motif/motif-2.3.8/clients/mwm/
H A DWmMenu.c277 if ((menuItem->greyedContext) || (menuItem->mgtMask)) in MakeMenu()
286 if ((menuItem->greyedContext) || (menuItem->mgtMask)) in MakeMenu()
540 newMenuItem->greyedContext = curMenuItem->greyedContext; in DuplicateMenuItems()
1364 newMenuItem->greyedContext = curmatch->greyed_context; in PerformInsertionsOnMatchList()
1396 newMenuItem->greyedContext = curmatch->greyed_context; in PerformInsertionsOnMatchList()
2557 curMenuItem->greyedContext &= ~(context); in ModifyClientCommandForMenuSpec()
2560 if (menuSpec->currentContext & curMenuItem->greyedContext) in ModifyClientCommandForMenuSpec()
2569 curMenuItem->greyedContext |= context; in ModifyClientCommandForMenuSpec()
2936 if ((newContext & menuItem->greyedContext) || in AdjustPBs()
2976 if (!(newContext & menuItem->greyedContext)) in AdjustPBs()
[all …]
H A DWmResParse.c377 Context greyedContext; member
2940 menuItem->greyedContext = functionTable[ix].greyedContext;
2951 menuItem->greyedContext |= (F_CONTEXT_ALL |
4724 if ((functionTable[ix].greyedContext & F_SUBCONTEXT_IB_IICON) &&
4730 if ((functionTable[ix].greyedContext & F_SUBCONTEXT_IB_WICON) &&
5163 if ((functionTable[ix].greyedContext & F_SUBCONTEXT_IB_IICON) &&
5169 if ((functionTable[ix].greyedContext & F_SUBCONTEXT_IB_WICON) &&
8333 menuItem->greyedContext = functionTable[ix].greyedContext;
8342 menuItem->greyedContext = functionTable[F_NOP_INDEX].greyedContext;
8384 item->greyedContext = 0;
H A DWmEvent.c83 Context greyedContext; member
2023 if (functionTable[iFuncIndex].greyedContext & ctxDisallowed) in HandleDtWmRequest()
H A DWmGlobal.h833 Context greyedContext; member