| 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 | { |