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

Method SetVisible

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

Source from the content-addressed store, hash-verified

187}
188
189void Window::SetVisible(bool is_visible) {
190 ShowWindow(handle_, is_visible ? SW_SHOW : SW_HIDE);
191}
192
193bool Window::IsTextEmpty() const {
194 if (!IsEnabled()) {

Callers 1

SelectTabMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected