mirror of
https://gitlab.com/Syping/luaengineapp.git
synced 2026-04-02 21:20:41 +02:00
added toolButton
This commit is contained in:
parent
847c3f2176
commit
e9b1c7b53e
2 changed files with 53 additions and 0 deletions
|
|
@ -60,6 +60,7 @@ public:
|
|||
static int createRadioButton(lua_State *L_p);
|
||||
static int createSpacerItem(lua_State *L_p);
|
||||
static int createTextEdit(lua_State *L_p);
|
||||
static int createToolButton(lua_State *L_p);
|
||||
static int isWidgetChecked(lua_State *L_p);
|
||||
static int getWidgetText(lua_State *L_p);
|
||||
static int getWindow(lua_State *L_p);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue