indeed, that's what I was looking for. For some reason the docs claim
that there is no IupMainLoop() in iuplua, which did seem a little odd
when I read it.
And there is NOT. To avoid problems with the Lua interpreter we decide
to leave the IupMainLoop() function only in C. This forces users to call it
only from C.