AW_CENTER top-level constant

  1. @Deprecated('Use ANIMATE_WINDOW_FLAGS.AW_CENTER instead')
int const AW_CENTER

Makes the window appear to collapse inward if AW_HIDE is used or expand outward if the AW_HIDE is not used. The various direction flags have no effect.

Implementation

@Deprecated('Use ANIMATE_WINDOW_FLAGS.AW_CENTER instead')
const AW_CENTER = 0x00000010;