Update of /cvsroot/wxlua/wxLua/modules/wxbindstc/src
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv11100/wxLua/modules/wxbindstc/src
Modified Files:
stc.cpp
Log Message:
More cleanup, remove %rename tag for functions that can be overloaded
Format %override text in .i files uniformly
Remove wxConfig::Read/WriteInt/Float since lua uses double, just have Read/Write
Index: stc.cpp
===================================================================
RCS file: /cvsroot/wxlua/wxLua/modules/wxbindstc/src/stc.cpp,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** stc.cpp 31 May 2007 17:18:54 -0000 1.31
--- stc.cpp 31 May 2007 21:38:47 -0000 1.32
***************
*** 1920,1926 ****
}
- static wxLuaArgTag s_wxluatagArray_wxLua_wxStyledTextCtrl_GetCurLine[] = { &s_wxluaarg_LightUserData, 0 };
static int LUACALL wxLua_wxStyledTextCtrl_GetCurLine(lua_State *L);
! static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxStyledTextCtrl_GetCurLine[1] = {{ wxLua_wxStyledTextCtrl_GetCurLine, 0, 1, s_wxluatagArray_wxLua_wxStyledTextCtrl_GetCurLine }};
// %override wxLua_wxStyledTextCtrl_GetCurLine
--- 1920,1925 ----
}
static int LUACALL wxLua_wxStyledTextCtrl_GetCurLine(lua_State *L);
! static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxStyledTextCtrl_GetCurLine[1] = {{ wxLua_wxStyledTextCtrl_GetCurLine, 0, 0, s_wxluaargArray_None }};
// %override wxLua_wxStyledTextCtrl_GetCurLine
***************
*** 2998,3004 ****
}
- static wxLuaArgTag s_wxluatagArray_wxLua_wxStyledTextCtrl_GetSelection[] = { &s_wxluaarg_LightUserData, &s_wxluaarg_LightUserData, 0 };
static int LUACALL wxLua_wxStyledTextCtrl_GetSelection(lua_State *L);
! static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxStyledTextCtrl_GetSelection[1] = {{ wxLua_wxStyledTextCtrl_GetSelection, 2, 2, s_wxluatagArray_wxLua_wxStyledTextCtrl_GetSelection }};
// %override wxLua_wxStyledTextCtrl_GetSelection
--- 2997,3002 ----
}
static int LUACALL wxLua_wxStyledTextCtrl_GetSelection(lua_State *L);
! static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxStyledTextCtrl_GetSelection[1] = {{ wxLua_wxStyledTextCtrl_GetSelection, 0, 0, s_wxluaargArray_None }};
// %override wxLua_wxStyledTextCtrl_GetSelection
|