mirror of
https://gitlab.com/Syping/luaengineapp.git
synced 2026-04-02 21:20:41 +02:00
added getWindow
This commit is contained in:
parent
208c53aaa0
commit
1ce6cf9059
3 changed files with 35 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue