Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HO-COOH/FastCopy
/ IsMinimizable
Method
IsMinimizable
FastCopy/WindowEx.cpp:17–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
presenter.IsMaximizable(value);
16
}
17
bool WindowEx::IsMinimizable()
18
{
19
return presenter.IsMinimizable();
20
}
21
void WindowEx::IsMinimizable(bool value)
22
{
23
presenter.IsMinimizable(value);
Callers
1
CopyDialogWindow
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected