CLuaInstance: Replace cwindow header_height & footer_height

- Replace with headerHeight & footerHeight
- Set header_height & footer_height to deprecated
This commit is contained in:
M. Liebmann
2014-03-16 11:57:14 +01:00
parent 1e78781d18
commit 2dbdb8798e
2 changed files with 20 additions and 2 deletions

View File

@@ -215,6 +215,8 @@ private:
static int CWindowPaintHeader(lua_State *L);
static int CWindowGetHeaderHeight(lua_State *L);
static int CWindowGetFooterHeight(lua_State *L);
static int CWindowGetHeaderHeight_dep(lua_State *L); // function 'header_height' is deprecated
static int CWindowGetFooterHeight_dep(lua_State *L); // function 'footer_height' is deprecated
static int CWindowDelete(lua_State *L);
static CLuaSignalBox *SignalBoxCheck(lua_State *L, int n);