MCPcopy 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_SetMaxSizeFunction · 0.80
setFunction · 0.80
setMinMaxMethod · 0.80
checkPropertyMethod · 0.80

Calls 1

IntSizeFunction · 0.50

Tested by

no test coverage detected