AW_HIDE top-level constant

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

Hides the window. By default, the window is shown.

Implementation

@Deprecated('Use ANIMATE_WINDOW_FLAGS.AW_HIDE instead')
const AW_HIDE = 0x00010000;