| 218 | } |
| 219 | public: |
| 220 | void ClearItemDataAt( |
| 221 | Convert<size_t>::Type _index ) |
| 222 | { |
| 223 | MMYGUI_CHECK_NATIVE(mNative); |
| 224 | static_cast<ThisType*>(mNative)->clearItemDataAt( |
| 225 | Convert<size_t>::From(_index) ); |
| 226 | } |
| 227 | public: |
| 228 | void SetItemData( |
| 229 | Convert<MyGUI::TabItem *>::Type _item , |
nothing calls this directly
no test coverage detected