| 1402 | } |
| 1403 | |
| 1404 | GuiControl *GuiCanvas::getContentControl() |
| 1405 | { |
| 1406 | if(size() > 0) |
| 1407 | return (GuiControl *) first(); |
| 1408 | return NULL; |
| 1409 | } |
| 1410 | |
| 1411 | void GuiCanvas::pushDialogControl(GuiControl *gui, S32 layer, bool center) |
| 1412 | { |
no test coverage detected