Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/78/tenbox
/ Show
Method
Show
src/manager/ui/win32_ui_shell.cpp:1824–1827 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1822
}
1823
1824
void Win32UiShell::Show() {
1825
ShowWindow(impl_->hwnd, SW_SHOW);
1826
UpdateWindow(impl_->hwnd);
1827
}
1828
1829
void Win32UiShell::Hide() {
1830
ShowWindow(impl_->hwnd, SW_HIDE);
Callers
1
LayoutControls
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected