Is returns whether the window has the given flag.
(flag WindowFlags)
| 127 | |
| 128 | // Is returns whether the window has the given flag. |
| 129 | Is(flag WindowFlags) bool |
| 130 | |
| 131 | // IsClosed returns true if this window has been closed (but some threads |
| 132 | // may have not received the news yet) |
no outgoing calls
no test coverage detected