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

Method SetChecked

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

Source from the content-addressed store, hash-verified

306}
307
308void Window::SetChecked(bool state) {
309 Button_SetCheck(handle_, state ? BST_CHECKED : BST_UNCHECKED);
310}
311
312void Window::AddString(const std::wstring& str) {
313 SNDMSG(handle_, CB_ADDSTRING, 0, reinterpret_cast<LPARAM>(str.c_str()));

Callers 2

OnMessageMethod · 0.80
CreateCheckBoxMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected