| 1481 | } |
| 1482 | |
| 1483 | GuiControl *GuiCanvas::getContentControl() |
| 1484 | { |
| 1485 | if(size() > 0) |
| 1486 | return (GuiControl *) first(); |
| 1487 | return NULL; |
| 1488 | } |
| 1489 | |
| 1490 | void GuiCanvas::pushDialogControl(GuiControl *gui, S32 layer, bool center) |
| 1491 | { |
no test coverage detected