Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
189
void Window::SetVisible(bool is_visible) {
190
ShowWindow(handle_, is_visible ? SW_SHOW : SW_HIDE);
191
}
192
193
bool Window::IsTextEmpty() const {
194
if (!IsEnabled()) {
Callers
1
SelectTab
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected