Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/usr/
H A Dusrdiacom.cpp10122 #define DGNO_FULLSIZEDIALOGS 8 /* Start expandable dialogs fullsize (check) */ macro
10171 if ((us_useroptions&EXPANDEDDIALOGSDEF) != 0) DiaSetControl(dia, DGNO_FULLSIZEDIALOGS, 1); in us_generaloptionsdlog()
10190 itemHit == DGNO_FULLSIZEDIALOGS || itemHit == DGNO_OTHERSOUNDS || in us_generaloptionsdlog()
10204 if (DiaGetControl(dia, DGNO_FULLSIZEDIALOGS) != 0) newoptions |= EXPANDEDDIALOGSDEF; in us_generaloptionsdlog()