MCPcopy Create free account
hub / github.com/AutoHotkey/AutoHotkey-v1.0 / Clear

Method Clear

Source/script_gui.cpp:4284–4289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4282
4283
4284ResultType GuiType::Clear() // Not implemented yet.
4285{
4286 //if (!mHwnd) // Operating on a non-existent GUI has no effect.
4287 // return OK;
4288 return OK;
4289}
4290
4291
4292

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected