| 54 | } |
| 55 | |
| 56 | int LAlertWindow::runModalLoop() |
| 57 | { |
| 58 | const int ret = AlertWindow::runModalLoop(); |
| 59 | |
| 60 | if (o.is_valid()) |
| 61 | { |
| 62 | luabind::call_function<void> (o, ret, this); |
| 63 | } |
| 64 | |
| 65 | return (ret); |
| 66 | } |
| 67 | |
| 68 | void LAlertWindow::setModalHandler(luabind::object const& _o) |
| 69 | { |
no test coverage detected