mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-09 14:48:35 +02:00
lua api: add function setSelected() for lua menu handler, update to v1.84
This commit is contained in:
@@ -127,6 +127,7 @@ class CLuaInstMenu
|
||||
static int MenuSetActive(lua_State *L);
|
||||
static int MenuSetName(lua_State *L);
|
||||
static int MenuDelete(lua_State *L);
|
||||
static int MenuSetSelected(lua_State *L);
|
||||
};
|
||||
|
||||
#endif //_LUAMENUE_H
|
||||
|
Reference in New Issue
Block a user