Home
last modified time | relevance | path

Searched refs:DGIN_SEEPARAMETERS (Results 1 – 2 of 2) sorted by relevance

/dports/cad/electric/electric-7.00/src/usr/
H A Dusrdiacom.cpp13506 dimItem(DGIN_SEEPARAMETERS); in setState()
13833 if (listcontents == DGIN_SEEPARAMETERS && paramcount == 0) in refill()
13840 if (paramcount > 0) listcontents = DGIN_SEEPARAMETERS; else in refill()
13843 setControl(DGIN_SEEPARAMETERS, 0); in refill()
13847 if (paramcount == 0) dimItem(DGIN_SEEPARAMETERS); else in refill()
13848 unDimItem(DGIN_SEEPARAMETERS); in refill()
13874 if (listcontents == DGIN_SEEPARAMETERS) in refill()
14384 if (itemHit == DGIN_SEEPORTS || itemHit == DGIN_SEEPARAMETERS || in itemHitAction()
14413 if (listcontents == DGIN_SEEPARAMETERS) in itemHitAction()
14438 if (listcontents == DGIN_SEEPARAMETERS && highlineno < paramcount) in itemHitAction()
[all …]
/dports/cad/electric/electric-7.00/lib/
H A DAllDialogs.c1462 #define DGIN_SEEPARAMETERS 31 /* Show parameters in list (radiob) */ macro