* Check if one specific window flag is enabled */
| 147 | * Check if one specific window flag is enabled |
| 148 | */ |
| 149 | static bool IsState(unsigned int flag) { return ::IsWindowState(flag); } |
| 150 | |
| 151 | /** |
| 152 | * Set window configuration state using flags |
nothing calls this directly
no outgoing calls
no test coverage detected