MCPcopy Create free account
hub / github.com/apache/arrow / SetEnabled

Method SetEnabled

cpp/src/arrow/flight/sql/odbc/odbc_impl/ui/window.cc:324–324  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

322}
323
324void Window::SetEnabled(bool enabled) { EnableWindow(GetHandle(), enabled); }
325
326bool Window::IsEnabled() const { return IsWindowEnabled(GetHandle()) != 0; }
327

Callers 6

CheckEnableOkMethod · 0.80
CheckAuthTypeMethod · 0.80
OnMessageMethod · 0.80
CheckEnableOkMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected