MCPcopy 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
1824void Win32UiShell::Show() {
1825 ShowWindow(impl_->hwnd, SW_SHOW);
1826 UpdateWindow(impl_->hwnd);
1827}
1828
1829void Win32UiShell::Hide() {
1830 ShowWindow(impl_->hwnd, SW_HIDE);

Callers 1

LayoutControlsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected