mirror of
https://gitlab.com/Syping/luaengineapp.git
synced 2026-04-02 21:20:41 +02:00
getWidgetText added
This commit is contained in:
parent
ad1505251d
commit
3e88d70c23
3 changed files with 27 additions and 0 deletions
|
|
@ -51,6 +51,7 @@ public:
|
|||
static int createPushButton(lua_State *L_p);
|
||||
static int createSpacerItem(lua_State *L_p);
|
||||
static int getParent(lua_State *L_p);
|
||||
static int getWidgetText(lua_State *L_p);
|
||||
|
||||
private:
|
||||
lua_State *L;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue