getWidgetText added

This commit is contained in:
Syping 2018-08-24 17:45:33 +02:00
parent ad1505251d
commit 3e88d70c23
3 changed files with 27 additions and 0 deletions

View file

@ -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;