MCPcopy 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_SetMinSizeFunction · 0.80
SetMinSizeFunction · 0.80
setFunction · 0.80
createSceneMethod · 0.80
createSceneMethod · 0.80
notifyEventActionMethod · 0.80
createSceneMethod · 0.80
setMinMaxMethod · 0.80
checkPropertyMethod · 0.80

Calls 1

IntSizeFunction · 0.50

Tested by

no test coverage detected