| 219 | } |
| 220 | public: |
| 221 | void SetRealPosition( |
| 222 | Convert<const MyGUI::types::TPoint < float > &>::Type _value ) |
| 223 | { |
| 224 | MMYGUI_CHECK_NATIVE(mNative); |
| 225 | static_cast<ThisType*>(mNative)->setRealPosition( |
| 226 | Convert<const MyGUI::types::TPoint < float > &>::From(_value) ); |
| 227 | } |
| 228 | public: |
| 229 | void SetCoord( |
| 230 | Convert<int>::Type _left , |
nothing calls this directly
no test coverage detected