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

Function ExportWindow_SetMovable

Wrappers/MyGUI_Export/Generate/MyGUI_Export_Window.h:111–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109 return Convert<bool>::To(static_cast<MyGUI::Window*>(_native)->getMovable());
110 }
111 MYGUIEXPORT void MYGUICALL ExportWindow_SetMovable(MyGUI::Widget* _native, Convert<bool>::Type _value)
112 {
113 static_cast<MyGUI::Window*>(_native)->setMovable(Convert<bool>::From(_value));
114 }
115 }
116 namespace ScopeWindowProperty_ActionScale
117 {

Callers 1

WindowClass · 0.85

Calls 1

setMovableMethod · 0.80

Tested by

no test coverage detected