DTT_VALIDBITS top-level constant

  1. @Deprecated('Use DTTOPTS_FLAGS.DTT_VALIDBITS instead')
int const DTT_VALIDBITS

All valid bits

Implementation

@Deprecated('Use DTTOPTS_FLAGS.DTT_VALIDBITS instead')
const DTT_VALIDBITS = DTT_TEXTCOLOR |
    DTT_BORDERCOLOR |
    DTT_SHADOWCOLOR |
    DTT_SHADOWTYPE |
    DTT_SHADOWOFFSET |
    DTT_BORDERSIZE |
    DTT_FONTPROP |
    DTT_COLORPROP |
    DTT_STATEID |
    DTT_CALCRECT |
    DTT_APPLYOVERLAY |
    DTT_GLOWSIZE |
    DTT_COMPOSITED;