added getWindow

This commit is contained in:
Syping 2018-09-15 02:53:35 +02:00
parent 208c53aaa0
commit 1ce6cf9059
3 changed files with 35 additions and 1 deletions

View file

@ -59,6 +59,7 @@ public:
static int createSpacerItem(lua_State *L_p);
static int createTextEdit(lua_State *L_p);
static int getWidgetText(lua_State *L_p);
static int getWindow(lua_State *L_p);
private:
lua_State *L;