| 10 | { |
| 11 | |
| 12 | void ColourWindowCellView::getCellDimension(MyGUI::Widget* _sender, MyGUI::IntCoord& _coord, bool _drop) |
| 13 | { |
| 14 | _coord.set(0, 0, _sender->getClientCoord().width, 20); |
| 15 | } |
| 16 | |
| 17 | ColourWindowCellView::ColourWindowCellView(MyGUI::Widget* _parent) : |
| 18 | wraps::BaseCellView<ColourWindowCellData*>("ColourWindowCellView.layout", _parent) |
nothing calls this directly
no test coverage detected