Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ setMinSize
Method
setMinSize
MyGUIEngine/src/MyGUI_Window.cpp:451–455 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
449
}
450
451
void Window::setMinSize(const IntSize& _value)
452
{
453
mMinmax.left = _value.width;
454
mMinmax.top = _value.height;
455
}
456
457
IntSize Window::getMinSize() const
458
{
Callers
10
ExportWindow_SetMinSize__width__height
Function · 0.80
ExportWindow_SetMinSize
Function · 0.80
SetMinSize
Function · 0.80
set
Function · 0.80
createScene
Method · 0.80
createScene
Method · 0.80
notifyEventAction
Method · 0.80
createScene
Method · 0.80
setMinMax
Method · 0.80
checkProperty
Method · 0.80
Calls
1
IntSize
Function · 0.50
Tested by
no test coverage detected