| 11 | { |
| 12 | |
| 13 | void TextureBrowseCell::getCellDimension(MyGUI::Widget* _sender, MyGUI::IntCoord& _coord, bool _drop) |
| 14 | { |
| 15 | _coord.set(0, 0, 180, 180); |
| 16 | } |
| 17 | |
| 18 | TextureBrowseCell::TextureBrowseCell(MyGUI::Widget* _parent) : |
| 19 | wraps::BaseCellView<std::string>("TextureBrowseCell.layout", _parent) |