Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/usr/
H A Dusrdiacom.cpp17766 #define DPRO_PSSTYLE 21 /* PostScript style (popup) */ macro
17802 DiaSetPopup(dia, DPRO_PSSTYLE, 4, newlang); in us_plotoptionsdlog()
17834 case 0: DiaSetPopupEntry(dia, DPRO_PSSTYLE, 0); break; in us_plotoptionsdlog()
17835 case PSCOLOR1: DiaSetPopupEntry(dia, DPRO_PSSTYLE, 1); break; in us_plotoptionsdlog()
17836 case PSCOLOR1|PSCOLOR2: DiaSetPopupEntry(dia, DPRO_PSSTYLE, 2); break; in us_plotoptionsdlog()
17837 case PSCOLOR2: DiaSetPopupEntry(dia, DPRO_PSSTYLE, 3); break; in us_plotoptionsdlog()
18076 switch (DiaGetPopupEntry(dia, DPRO_PSSTYLE)) in us_plotoptionsdlog()