Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HO-COOH/FastCopy
/ IsResizable
Method
IsResizable
FastCopy/WindowEx.cpp:33–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
presenter.IsModal(value);
32
}
33
bool WindowEx::IsResizable()
34
{
35
return presenter.IsResizable();
36
}
37
void WindowEx::IsResizable(bool value)
38
{
39
presenter.IsResizable(value);
Callers
1
CopyDialogWindow
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected