CLuaInstance: Add setCaption & paintHeader function to cwindow

This commit is contained in:
M. Liebmann
2014-03-16 11:57:06 +01:00
parent 5136563035
commit a501f4e10e
2 changed files with 30 additions and 0 deletions

View File

@@ -202,6 +202,8 @@ private:
static CLuaCWindow *CWindowCheck(lua_State *L, int n);
static int CWindowPaint(lua_State *L);
static int CWindowHide(lua_State *L);
static int CWindowSetCaption(lua_State *L);
static int CWindowPaintHeader(lua_State *L);
static int CWindowGetHeaderHeight(lua_State *L);
static int CWindowGetFooterHeight(lua_State *L);
static int CWindowDelete(lua_State *L);