Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ setMaxSize
Method
setMaxSize
MyGUIEngine/src/MyGUI_Window.cpp:462–466 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
460
}
461
462
void Window::setMaxSize(const IntSize& _value)
463
{
464
mMinmax.right = _value.width;
465
mMinmax.bottom = _value.height;
466
}
467
468
IntSize Window::getMaxSize() const
469
{
Callers
6
ExportWindow_SetMaxSize__width__height
Function · 0.80
ExportWindow_SetMaxSize
Function · 0.80
MyGUI_Managed_Window.h
File · 0.80
set
Function · 0.80
setMinMax
Method · 0.80
checkProperty
Method · 0.80
Calls
1
IntSize
Function · 0.50
Tested by
no test coverage detected