MCPcopy Create free account
hub / github.com/AutoHotkey/AutoHotkey / SetOwnDialogs

Method SetOwnDialogs

source/script.h:2681–2686  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2679
2680 ResultType ParseOptions(LPTSTR aOptions, bool &aSetLastFoundWindow, ToggleValueType &aOwnDialogs);
2681 void SetOwnDialogs(ToggleValueType state)
2682 {
2683 if (state == TOGGLE_INVALID)
2684 return;
2685 g->DialogOwner = state == TOGGLED_ON ? mHwnd : NULL;
2686 }
2687 void GetNonClientArea(LONG &aWidth, LONG &aHeight);
2688 void GetTotalWidthAndHeight(LONG &aWidth, LONG &aHeight);
2689

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected