MCPcopy Create free account
hub / github.com/MyGUI/mygui / setMovable

Method setMovable

MyGUIEngine/src/MyGUI_Window.cpp:597–600  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

595 }
596
597 void Window::setMovable(bool _value)
598 {
599 mMovable = _value;
600 }
601
602 bool Window::getMovable() const
603 {

Callers 2

ExportWindow_SetMovableFunction · 0.80
setFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected