WindowExtendedState

annotation class WindowExtendedState

A Frame extended state (NORMAL/ICONIFIED/MAXIMIZED_HORIZ/MAXIMIZED_VERT/MAXIMIZED_BOTH). The state is a bit mask: combine ICONIFIED with a maximized bit using the bitwise or to express both.