| 164 | } |
| 165 | |
| 166 | void WidgetsWindow::requestCoordItem(MyGUI::ItemBox* _sender, MyGUI::IntCoord& _coord, bool _drag) const |
| 167 | { |
| 168 | _coord.set( |
| 169 | 0, |
| 170 | 0, |
| 171 | mWidgetsButtonWidth + mWidgetsButtonOffset + mWidgetsButtonOffset, |
| 172 | mWidgetsButtonHeight + mWidgetsButtonOffset + mWidgetsButtonOffset); |
| 173 | } |
| 174 | |
| 175 | void WidgetsWindow::requestDrawItem( |
| 176 | MyGUI::ItemBox* _sender, |