diff --git a/widget.c b/widget.c index ad915fda..018f5968 100644 --- a/widget.c +++ b/widget.c @@ -344,6 +344,9 @@ luaA_widget_tostring(lua_State *L) /** Generic widget index. * \param L The Lua VM state. * \return The number of elements pushed on stack. + * \luastack + * \lfield visible The widget visibility. + * \lfield name The widget name. */ static int luaA_widget_index(lua_State *L)