Update of /cvsroot/wxlua/wxLua/modules/wxbind/src In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv25933/modules/wxbind/src Modified Files: appframe.cpp clipdrag.cpp controls.cpp datetime.cpp defsutil.cpp event.cpp file.cpp gdi.cpp grid.cpp help.cpp html.cpp mdi.cpp menutool.cpp print.cpp sizer.cpp socket.cpp wave.cpp windows.cpp wx_bind.cpp wxlua.cpp xml.cpp Log Message: Switch s_wxluaarg_Enumeration to s_wxluaarg_Enum Add the rest of the LUA_TXXX types as s_wxluaarg_XXX and create #defines as well as functions to verify them with the result of lua_type() Unify all of the wxlua_isXXXtype functions to all call the same function Get rid of wxLuaStringToLongHashMap in wxlstate.h and don't use it anymore in wxLuaCheckStack since we can just use a wxSortedArrayString Remove wxLuaState::GetBaseLuaClass since it wasn't used anywhere Cleanup wxLuaState::CallOverloadedFunction to use new check function Index: xml.cpp =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/wxbind/src/xml.cpp,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -d -r1.31 -r1.32 *** xml.cpp 5 Jun 2007 21:07:24 -0000 1.31 --- xml.cpp 6 Jun 2007 03:53:39 -0000 1.32 *************** *** 482,486 **** } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxXmlNode_SetType[] = { &s_wxluatag_wxXmlNode, &s_wxluaarg_Enumeration, 0 }; static int LUACALL wxLua_wxXmlNode_SetType(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxXmlNode_SetType[1] = {{ wxLua_wxXmlNode_SetType, WXLUAMETHOD_METHOD, 2, 2, s_wxluatagArray_wxLua_wxXmlNode_SetType }}; --- 482,486 ---- } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxXmlNode_SetType[] = { &s_wxluatag_wxXmlNode, &s_wxluaarg_Enum, 0 }; static int LUACALL wxLua_wxXmlNode_SetType(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxXmlNode_SetType[1] = {{ wxLua_wxXmlNode_SetType, WXLUAMETHOD_METHOD, 2, 2, s_wxluatagArray_wxLua_wxXmlNode_SetType }}; *************** *** 500,504 **** } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxXmlNode_constructor2[] = { &s_wxluatag_wxXmlNode, &s_wxluaarg_Enumeration, &s_wxluaarg_String, &s_wxluaarg_String, &s_wxluatag_wxXmlProperty, &s_wxluatag_wxXmlNode, 0 }; static int LUACALL wxLua_wxXmlNode_constructor2(lua_State *L); // static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxXmlNode_constructor2[1] = {{ wxLua_wxXmlNode_constructor2, WXLUAMETHOD_CONSTRUCTOR, 6, 6, s_wxluatagArray_wxLua_wxXmlNode_constructor2 }}; --- 500,504 ---- } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxXmlNode_constructor2[] = { &s_wxluatag_wxXmlNode, &s_wxluaarg_Enum, &s_wxluaarg_String, &s_wxluaarg_String, &s_wxluatag_wxXmlProperty, &s_wxluatag_wxXmlNode, 0 }; static int LUACALL wxLua_wxXmlNode_constructor2(lua_State *L); // static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxXmlNode_constructor2[1] = {{ wxLua_wxXmlNode_constructor2, WXLUAMETHOD_CONSTRUCTOR, 6, 6, s_wxluatagArray_wxLua_wxXmlNode_constructor2 }}; *************** *** 532,536 **** } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxXmlNode_constructor1[] = { &s_wxluaarg_Enumeration, &s_wxluaarg_String, &s_wxluaarg_String, 0 }; static int LUACALL wxLua_wxXmlNode_constructor1(lua_State *L); // static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxXmlNode_constructor1[1] = {{ wxLua_wxXmlNode_constructor1, WXLUAMETHOD_CONSTRUCTOR, 2, 3, s_wxluatagArray_wxLua_wxXmlNode_constructor1 }}; --- 532,536 ---- } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxXmlNode_constructor1[] = { &s_wxluaarg_Enum, &s_wxluaarg_String, &s_wxluaarg_String, 0 }; static int LUACALL wxLua_wxXmlNode_constructor1(lua_State *L); // static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxXmlNode_constructor1[1] = {{ wxLua_wxXmlNode_constructor1, WXLUAMETHOD_CONSTRUCTOR, 2, 3, s_wxluatagArray_wxLua_wxXmlNode_constructor1 }}; Index: controls.cpp =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/wxbind/src/controls.cpp,v retrieving revision 1.55 retrieving revision 1.56 diff -C2 -d -r1.55 -r1.56 *** controls.cpp 5 Jun 2007 21:07:21 -0000 1.55 --- controls.cpp 6 Jun 2007 03:53:36 -0000 1.56 *************** *** 976,980 **** } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxCheckBox_Set3StateValue[] = { &s_wxluatag_wxCheckBox, &s_wxluaarg_Enumeration, 0 }; static int LUACALL wxLua_wxCheckBox_Set3StateValue(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxCheckBox_Set3StateValue[1] = {{ wxLua_wxCheckBox_Set3StateValue, WXLUAMETHOD_METHOD, 2, 2, s_wxluatagArray_wxLua_wxCheckBox_Set3StateValue }}; --- 976,980 ---- } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxCheckBox_Set3StateValue[] = { &s_wxluatag_wxCheckBox, &s_wxluaarg_Enum, 0 }; static int LUACALL wxLua_wxCheckBox_Set3StateValue(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxCheckBox_Set3StateValue[1] = {{ wxLua_wxCheckBox_Set3StateValue, WXLUAMETHOD_METHOD, 2, 2, s_wxluatagArray_wxLua_wxCheckBox_Set3StateValue }}; *************** *** 5703,5707 **** } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxListItem_SetAlign[] = { &s_wxluatag_wxListItem, &s_wxluaarg_Enumeration, 0 }; static int LUACALL wxLua_wxListItem_SetAlign(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxListItem_SetAlign[1] = {{ wxLua_wxListItem_SetAlign, WXLUAMETHOD_METHOD, 2, 2, s_wxluatagArray_wxLua_wxListItem_SetAlign }}; --- 5703,5707 ---- } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxListItem_SetAlign[] = { &s_wxluatag_wxListItem, &s_wxluaarg_Enum, 0 }; static int LUACALL wxLua_wxListItem_SetAlign(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxListItem_SetAlign[1] = {{ wxLua_wxListItem_SetAlign, WXLUAMETHOD_METHOD, 2, 2, s_wxluatagArray_wxLua_wxListItem_SetAlign }}; *************** *** 10461,10465 **** } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxTextAttr_SetAlignment[] = { &s_wxluatag_wxTextAttr, &s_wxluaarg_Enumeration, 0 }; static int LUACALL wxLua_wxTextAttr_SetAlignment(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxTextAttr_SetAlignment[1] = {{ wxLua_wxTextAttr_SetAlignment, WXLUAMETHOD_METHOD, 2, 2, s_wxluatagArray_wxLua_wxTextAttr_SetAlignment }}; --- 10461,10465 ---- } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxTextAttr_SetAlignment[] = { &s_wxluatag_wxTextAttr, &s_wxluaarg_Enum, 0 }; static int LUACALL wxLua_wxTextAttr_SetAlignment(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxTextAttr_SetAlignment[1] = {{ wxLua_wxTextAttr_SetAlignment, WXLUAMETHOD_METHOD, 2, 2, s_wxluatagArray_wxLua_wxTextAttr_SetAlignment }}; *************** *** 10629,10633 **** #if ((wxLUA_USE_wxColourPenBrush) && (wxLUA_USE_wxFont)) && (wxLUA_USE_wxTextCtrl && wxUSE_TEXTCTRL) ! static wxLuaArgTag s_wxluatagArray_wxLua_wxTextAttr_constructor[] = { &s_wxluatag_wxColour, &s_wxluatag_wxColour, &s_wxluatag_wxFont, &s_wxluaarg_Enumeration, 0 }; static int LUACALL wxLua_wxTextAttr_constructor(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxTextAttr_constructor[1] = {{ wxLua_wxTextAttr_constructor, WXLUAMETHOD_CONSTRUCTOR, 0, 4, s_wxluatagArray_wxLua_wxTextAttr_constructor }}; --- 10629,10633 ---- #if ((wxLUA_USE_wxColourPenBrush) && (wxLUA_USE_wxFont)) && (wxLUA_USE_wxTextCtrl && wxUSE_TEXTCTRL) ! static wxLuaArgTag s_wxluatagArray_wxLua_wxTextAttr_constructor[] = { &s_wxluatag_wxColour, &s_wxluatag_wxColour, &s_wxluatag_wxFont, &s_wxluaarg_Enum, 0 }; static int LUACALL wxLua_wxTextAttr_constructor(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxTextAttr_constructor[1] = {{ wxLua_wxTextAttr_constructor, WXLUAMETHOD_CONSTRUCTOR, 0, 4, s_wxluatagArray_wxLua_wxTextAttr_constructor }}; *************** *** 11314,11318 **** #endif // (wxLUA_USE_wxTreeCtrl && wxUSE_TREECTRL) && (wxLUA_USE_wxFont) ! static wxLuaArgTag s_wxluatagArray_wxLua_wxTreeCtrl_GetItemImage[] = { &s_wxluatag_wxTreeCtrl, &s_wxluatag_wxTreeItemId, &s_wxluaarg_Enumeration, 0 }; static int LUACALL wxLua_wxTreeCtrl_GetItemImage(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxTreeCtrl_GetItemImage[1] = {{ wxLua_wxTreeCtrl_GetItemImage, WXLUAMETHOD_METHOD, 2, 3, s_wxluatagArray_wxLua_wxTreeCtrl_GetItemImage }}; --- 11314,11318 ---- #endif // (wxLUA_USE_wxTreeCtrl && wxUSE_TREECTRL) && (wxLUA_USE_wxFont) ! static wxLuaArgTag s_wxluatagArray_wxLua_wxTreeCtrl_GetItemImage[] = { &s_wxluatag_wxTreeCtrl, &s_wxluatag_wxTreeItemId, &s_wxluaarg_Enum, 0 }; static int LUACALL wxLua_wxTreeCtrl_GetItemImage(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxTreeCtrl_GetItemImage[1] = {{ wxLua_wxTreeCtrl_GetItemImage, WXLUAMETHOD_METHOD, 2, 3, s_wxluatagArray_wxLua_wxTreeCtrl_GetItemImage }}; *************** *** 12123,12127 **** } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxTreeCtrl_SetItemImage[] = { &s_wxluatag_wxTreeCtrl, &s_wxluatag_wxTreeItemId, &s_wxluaarg_Number, &s_wxluaarg_Enumeration, 0 }; static int LUACALL wxLua_wxTreeCtrl_SetItemImage(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxTreeCtrl_SetItemImage[1] = {{ wxLua_wxTreeCtrl_SetItemImage, WXLUAMETHOD_METHOD, 3, 4, s_wxluatagArray_wxLua_wxTreeCtrl_SetItemImage }}; --- 12123,12127 ---- } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxTreeCtrl_SetItemImage[] = { &s_wxluatag_wxTreeCtrl, &s_wxluatag_wxTreeItemId, &s_wxluaarg_Number, &s_wxluaarg_Enum, 0 }; static int LUACALL wxLua_wxTreeCtrl_SetItemImage(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxTreeCtrl_SetItemImage[1] = {{ wxLua_wxTreeCtrl_SetItemImage, WXLUAMETHOD_METHOD, 3, 4, s_wxluatagArray_wxLua_wxTreeCtrl_SetItemImage }}; *************** *** 13186,13190 **** } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxArrayTreeItemIds_Index[] = { &s_wxluatag_wxArrayTreeItemIds, &s_wxluaarg_Enumeration, &s_wxluaarg_Boolean, 0 }; static int LUACALL wxLua_wxArrayTreeItemIds_Index(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxArrayTreeItemIds_Index[1] = {{ wxLua_wxArrayTreeItemIds_Index, WXLUAMETHOD_METHOD, 2, 3, s_wxluatagArray_wxLua_wxArrayTreeItemIds_Index }}; --- 13186,13190 ---- } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxArrayTreeItemIds_Index[] = { &s_wxluatag_wxArrayTreeItemIds, &s_wxluaarg_Enum, &s_wxluaarg_Boolean, 0 }; static int LUACALL wxLua_wxArrayTreeItemIds_Index(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxArrayTreeItemIds_Index[1] = {{ wxLua_wxArrayTreeItemIds_Index, WXLUAMETHOD_METHOD, 2, 3, s_wxluatagArray_wxLua_wxArrayTreeItemIds_Index }}; *************** *** 13276,13280 **** } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxArrayTreeItemIds_Remove[] = { &s_wxluatag_wxArrayTreeItemIds, &s_wxluaarg_Enumeration, 0 }; static int LUACALL wxLua_wxArrayTreeItemIds_Remove(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxArrayTreeItemIds_Remove[1] = {{ wxLua_wxArrayTreeItemIds_Remove, WXLUAMETHOD_METHOD, 2, 2, s_wxluatagArray_wxLua_wxArrayTreeItemIds_Remove }}; --- 13276,13280 ---- } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxArrayTreeItemIds_Remove[] = { &s_wxluatag_wxArrayTreeItemIds, &s_wxluaarg_Enum, 0 }; static int LUACALL wxLua_wxArrayTreeItemIds_Remove(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxArrayTreeItemIds_Remove[1] = {{ wxLua_wxArrayTreeItemIds_Remove, WXLUAMETHOD_METHOD, 2, 2, s_wxluatagArray_wxLua_wxArrayTreeItemIds_Remove }}; Index: mdi.cpp =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/wxbind/src/mdi.cpp,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -d -r1.33 -r1.34 *** mdi.cpp 5 Jun 2007 21:07:23 -0000 1.33 --- mdi.cpp 6 Jun 2007 03:53:38 -0000 1.34 *************** *** 286,290 **** #endif // ((defined(__WXMSW__)) && (wxLUA_USE_MDI && wxUSE_MDI && wxUSE_DOC_VIEW_ARCHITECTURE)) && (wxLUA_USE_wxMenu && wxUSE_MENUS) ! static wxLuaArgTag s_wxluatagArray_wxLua_wxMDIParentFrame_Tile[] = { &s_wxluatag_wxMDIParentFrame, &s_wxluaarg_Enumeration, 0 }; static int LUACALL wxLua_wxMDIParentFrame_Tile(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxMDIParentFrame_Tile[1] = {{ wxLua_wxMDIParentFrame_Tile, WXLUAMETHOD_METHOD, 1, 2, s_wxluatagArray_wxLua_wxMDIParentFrame_Tile }}; --- 286,290 ---- #endif // ((defined(__WXMSW__)) && (wxLUA_USE_MDI && wxUSE_MDI && wxUSE_DOC_VIEW_ARCHITECTURE)) && (wxLUA_USE_wxMenu && wxUSE_MENUS) ! static wxLuaArgTag s_wxluatagArray_wxLua_wxMDIParentFrame_Tile[] = { &s_wxluatag_wxMDIParentFrame, &s_wxluaarg_Enum, 0 }; static int LUACALL wxLua_wxMDIParentFrame_Tile(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxMDIParentFrame_Tile[1] = {{ wxLua_wxMDIParentFrame_Tile, WXLUAMETHOD_METHOD, 1, 2, s_wxluatagArray_wxLua_wxMDIParentFrame_Tile }}; Index: wxlua.cpp =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/wxbind/src/wxlua.cpp,v retrieving revision 1.35 retrieving revision 1.36 diff -C2 -d -r1.35 -r1.36 *** wxlua.cpp 5 Jun 2007 21:07:24 -0000 1.35 --- wxlua.cpp 6 Jun 2007 03:53:39 -0000 1.36 *************** *** 127,131 **** } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxLuaObject_HasAllocationFlag[] = { &s_wxluatag_wxLuaObject, &s_wxluaarg_Enumeration, 0 }; static int LUACALL wxLua_wxLuaObject_HasAllocationFlag(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxLuaObject_HasAllocationFlag[1] = {{ wxLua_wxLuaObject_HasAllocationFlag, WXLUAMETHOD_METHOD, 2, 2, s_wxluatagArray_wxLua_wxLuaObject_HasAllocationFlag }}; --- 127,131 ---- } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxLuaObject_HasAllocationFlag[] = { &s_wxluatag_wxLuaObject, &s_wxluaarg_Enum, 0 }; static int LUACALL wxLua_wxLuaObject_HasAllocationFlag(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxLuaObject_HasAllocationFlag[1] = {{ wxLua_wxLuaObject_HasAllocationFlag, WXLUAMETHOD_METHOD, 2, 2, s_wxluatagArray_wxLua_wxLuaObject_HasAllocationFlag }}; *************** *** 148,152 **** } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxLuaObject_SetAllocationFlag[] = { &s_wxluatag_wxLuaObject, &s_wxluaarg_Enumeration, &s_wxluaarg_Boolean, 0 }; static int LUACALL wxLua_wxLuaObject_SetAllocationFlag(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxLuaObject_SetAllocationFlag[1] = {{ wxLua_wxLuaObject_SetAllocationFlag, WXLUAMETHOD_METHOD, 3, 3, s_wxluatagArray_wxLua_wxLuaObject_SetAllocationFlag }}; --- 148,152 ---- } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxLuaObject_SetAllocationFlag[] = { &s_wxluatag_wxLuaObject, &s_wxluaarg_Enum, &s_wxluaarg_Boolean, 0 }; static int LUACALL wxLua_wxLuaObject_SetAllocationFlag(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxLuaObject_SetAllocationFlag[1] = {{ wxLua_wxLuaObject_SetAllocationFlag, WXLUAMETHOD_METHOD, 3, 3, s_wxluatagArray_wxLua_wxLuaObject_SetAllocationFlag }}; Index: help.cpp =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/wxbind/src/help.cpp,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** help.cpp 5 Jun 2007 21:07:23 -0000 1.32 --- help.cpp 6 Jun 2007 03:53:37 -0000 1.33 *************** *** 316,320 **** #if (((wxCHECK_VERSION(2,8,0)) && (wxLUA_USE_wxHelpController && wxUSE_HELP)) && (wxCHECK_VERSION(2,8,0))) && (wxLUA_USE_wxPointSizeRect) ! static wxLuaArgTag s_wxluatagArray_wxLua_wxHelpProvider_ShowHelpAtPoint[] = { &s_wxluatag_wxHelpProvider, &s_wxluatag_wxWindow, &s_wxluatag_wxPoint, &s_wxluaarg_Enumeration, 0 }; static int LUACALL wxLua_wxHelpProvider_ShowHelpAtPoint(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxHelpProvider_ShowHelpAtPoint[1] = {{ wxLua_wxHelpProvider_ShowHelpAtPoint, WXLUAMETHOD_METHOD, 4, 4, s_wxluatagArray_wxLua_wxHelpProvider_ShowHelpAtPoint }}; --- 316,320 ---- #if (((wxCHECK_VERSION(2,8,0)) && (wxLUA_USE_wxHelpController && wxUSE_HELP)) && (wxCHECK_VERSION(2,8,0))) && (wxLUA_USE_wxPointSizeRect) ! static wxLuaArgTag s_wxluatagArray_wxLua_wxHelpProvider_ShowHelpAtPoint[] = { &s_wxluatag_wxHelpProvider, &s_wxluatag_wxWindow, &s_wxluatag_wxPoint, &s_wxluaarg_Enum, 0 }; static int LUACALL wxLua_wxHelpProvider_ShowHelpAtPoint(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxHelpProvider_ShowHelpAtPoint[1] = {{ wxLua_wxHelpProvider_ShowHelpAtPoint, WXLUAMETHOD_METHOD, 4, 4, s_wxluatagArray_wxLua_wxHelpProvider_ShowHelpAtPoint }}; *************** *** 734,738 **** } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxHelpController_KeywordSearch[] = { &s_wxluatag_wxHelpController, &s_wxluaarg_String, &s_wxluaarg_Enumeration, 0 }; static int LUACALL wxLua_wxHelpController_KeywordSearch(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxHelpController_KeywordSearch[1] = {{ wxLua_wxHelpController_KeywordSearch, WXLUAMETHOD_METHOD, 2, 3, s_wxluatagArray_wxLua_wxHelpController_KeywordSearch }}; --- 734,738 ---- } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxHelpController_KeywordSearch[] = { &s_wxluatag_wxHelpController, &s_wxluaarg_String, &s_wxluaarg_Enum, 0 }; static int LUACALL wxLua_wxHelpController_KeywordSearch(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxHelpController_KeywordSearch[1] = {{ wxLua_wxHelpController_KeywordSearch, WXLUAMETHOD_METHOD, 2, 3, s_wxluatagArray_wxLua_wxHelpController_KeywordSearch }}; *************** *** 1420,1424 **** #if (wxLUA_USE_wxHelpController && wxUSE_HELP) && ((wxLUA_USE_wxHtmlHelpController && wxUSE_WXHTML_HELP) && (wxLUA_USE_wxHelpController && wxUSE_HELP)) ! static wxLuaArgTag s_wxluatagArray_wxLua_wxHtmlHelpController_KeywordSearch[] = { &s_wxluatag_wxHtmlHelpController, &s_wxluaarg_String, &s_wxluaarg_Enumeration, 0 }; static int LUACALL wxLua_wxHtmlHelpController_KeywordSearch(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxHtmlHelpController_KeywordSearch[1] = {{ wxLua_wxHtmlHelpController_KeywordSearch, WXLUAMETHOD_METHOD, 2, 3, s_wxluatagArray_wxLua_wxHtmlHelpController_KeywordSearch }}; --- 1420,1424 ---- #if (wxLUA_USE_wxHelpController && wxUSE_HELP) && ((wxLUA_USE_wxHtmlHelpController && wxUSE_WXHTML_HELP) && (wxLUA_USE_wxHelpController && wxUSE_HELP)) ! static wxLuaArgTag s_wxluatagArray_wxLua_wxHtmlHelpController_KeywordSearch[] = { &s_wxluatag_wxHtmlHelpController, &s_wxluaarg_String, &s_wxluaarg_Enum, 0 }; static int LUACALL wxLua_wxHtmlHelpController_KeywordSearch(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxHtmlHelpController_KeywordSearch[1] = {{ wxLua_wxHtmlHelpController_KeywordSearch, WXLUAMETHOD_METHOD, 2, 3, s_wxluatagArray_wxLua_wxHtmlHelpController_KeywordSearch }}; Index: clipdrag.cpp =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/wxbind/src/clipdrag.cpp,v retrieving revision 1.38 retrieving revision 1.39 diff -C2 -d -r1.38 -r1.39 *** clipdrag.cpp 5 Jun 2007 21:07:21 -0000 1.38 --- clipdrag.cpp 6 Jun 2007 03:53:36 -0000 1.39 *************** *** 465,469 **** } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxDataFormat_SetType[] = { &s_wxluatag_wxDataFormat, &s_wxluaarg_Enumeration, 0 }; static int LUACALL wxLua_wxDataFormat_SetType(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxDataFormat_SetType[1] = {{ wxLua_wxDataFormat_SetType, WXLUAMETHOD_METHOD, 2, 2, s_wxluatagArray_wxLua_wxDataFormat_SetType }}; --- 465,469 ---- } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxDataFormat_SetType[] = { &s_wxluatag_wxDataFormat, &s_wxluaarg_Enum, 0 }; static int LUACALL wxLua_wxDataFormat_SetType(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxDataFormat_SetType[1] = {{ wxLua_wxDataFormat_SetType, WXLUAMETHOD_METHOD, 2, 2, s_wxluatagArray_wxLua_wxDataFormat_SetType }}; *************** *** 526,530 **** } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxDataFormat_constructor[] = { &s_wxluaarg_Enumeration, 0 }; static int LUACALL wxLua_wxDataFormat_constructor(lua_State *L); // static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxDataFormat_constructor[1] = {{ wxLua_wxDataFormat_constructor, WXLUAMETHOD_CONSTRUCTOR, 0, 1, s_wxluatagArray_wxLua_wxDataFormat_constructor }}; --- 526,530 ---- } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxDataFormat_constructor[] = { &s_wxluaarg_Enum, 0 }; static int LUACALL wxLua_wxDataFormat_constructor(lua_State *L); // static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxDataFormat_constructor[1] = {{ wxLua_wxDataFormat_constructor, WXLUAMETHOD_CONSTRUCTOR, 0, 1, s_wxluatagArray_wxLua_wxDataFormat_constructor }}; *************** *** 608,612 **** int s_wxluatag_wxDataObject = -1; ! static wxLuaArgTag s_wxluatagArray_wxLua_wxDataObject_GetAllFormats[] = { &s_wxluatag_wxDataObject, &s_wxluaarg_Enumeration, 0 }; static int LUACALL wxLua_wxDataObject_GetAllFormats(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxDataObject_GetAllFormats[1] = {{ wxLua_wxDataObject_GetAllFormats, WXLUAMETHOD_METHOD, 1, 2, s_wxluatagArray_wxLua_wxDataObject_GetAllFormats }}; --- 608,612 ---- int s_wxluatag_wxDataObject = -1; ! static wxLuaArgTag s_wxluatagArray_wxLua_wxDataObject_GetAllFormats[] = { &s_wxluatag_wxDataObject, &s_wxluaarg_Enum, 0 }; static int LUACALL wxLua_wxDataObject_GetAllFormats(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxDataObject_GetAllFormats[1] = {{ wxLua_wxDataObject_GetAllFormats, WXLUAMETHOD_METHOD, 1, 2, s_wxluatagArray_wxLua_wxDataObject_GetAllFormats }}; *************** *** 707,711 **** } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxDataObject_GetFormatCount[] = { &s_wxluatag_wxDataObject, &s_wxluaarg_Enumeration, 0 }; static int LUACALL wxLua_wxDataObject_GetFormatCount(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxDataObject_GetFormatCount[1] = {{ wxLua_wxDataObject_GetFormatCount, WXLUAMETHOD_METHOD, 1, 2, s_wxluatagArray_wxLua_wxDataObject_GetFormatCount }}; --- 707,711 ---- } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxDataObject_GetFormatCount[] = { &s_wxluatag_wxDataObject, &s_wxluaarg_Enum, 0 }; static int LUACALL wxLua_wxDataObject_GetFormatCount(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxDataObject_GetFormatCount[1] = {{ wxLua_wxDataObject_GetFormatCount, WXLUAMETHOD_METHOD, 1, 2, s_wxluatagArray_wxLua_wxDataObject_GetFormatCount }}; *************** *** 730,734 **** } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxDataObject_GetPreferredFormat[] = { &s_wxluatag_wxDataObject, &s_wxluaarg_Enumeration, 0 }; static int LUACALL wxLua_wxDataObject_GetPreferredFormat(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxDataObject_GetPreferredFormat[1] = {{ wxLua_wxDataObject_GetPreferredFormat, WXLUAMETHOD_METHOD, 1, 2, s_wxluatagArray_wxLua_wxDataObject_GetPreferredFormat }}; --- 730,734 ---- } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxDataObject_GetPreferredFormat[] = { &s_wxluatag_wxDataObject, &s_wxluaarg_Enum, 0 }; static int LUACALL wxLua_wxDataObject_GetPreferredFormat(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxDataObject_GetPreferredFormat[1] = {{ wxLua_wxDataObject_GetPreferredFormat, WXLUAMETHOD_METHOD, 1, 2, s_wxluatagArray_wxLua_wxDataObject_GetPreferredFormat }}; *************** *** 1633,1637 **** #endif // (wxLUA_USE_wxDataObject && wxUSE_DATAOBJ) && (wxLUA_USE_wxDragDrop && wxUSE_DRAG_AND_DROP) ! static wxLuaArgTag s_wxluatagArray_wxLua_wxDropSource_GiveFeedback[] = { &s_wxluatag_wxDropSource, &s_wxluaarg_Enumeration, 0 }; static int LUACALL wxLua_wxDropSource_GiveFeedback(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxDropSource_GiveFeedback[1] = {{ wxLua_wxDropSource_GiveFeedback, WXLUAMETHOD_METHOD, 2, 2, s_wxluatagArray_wxLua_wxDropSource_GiveFeedback }}; --- 1633,1637 ---- #endif // (wxLUA_USE_wxDataObject && wxUSE_DATAOBJ) && (wxLUA_USE_wxDragDrop && wxUSE_DRAG_AND_DROP) ! static wxLuaArgTag s_wxluatagArray_wxLua_wxDropSource_GiveFeedback[] = { &s_wxluatag_wxDropSource, &s_wxluaarg_Enum, 0 }; static int LUACALL wxLua_wxDropSource_GiveFeedback(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxDropSource_GiveFeedback[1] = {{ wxLua_wxDropSource_GiveFeedback, WXLUAMETHOD_METHOD, 2, 2, s_wxluatagArray_wxLua_wxDropSource_GiveFeedback }}; *************** *** 1656,1660 **** #if (wxLUA_USE_wxCursor) && (wxLUA_USE_wxDragDrop && wxUSE_DRAG_AND_DROP) ! static wxLuaArgTag s_wxluatagArray_wxLua_wxDropSource_SetCursor[] = { &s_wxluatag_wxDropSource, &s_wxluaarg_Enumeration, &s_wxluatag_wxCursor, 0 }; static int LUACALL wxLua_wxDropSource_SetCursor(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxDropSource_SetCursor[1] = {{ wxLua_wxDropSource_SetCursor, WXLUAMETHOD_METHOD, 3, 3, s_wxluatagArray_wxLua_wxDropSource_SetCursor }}; --- 1656,1660 ---- #if (wxLUA_USE_wxCursor) && (wxLUA_USE_wxDragDrop && wxUSE_DRAG_AND_DROP) ! static wxLuaArgTag s_wxluatagArray_wxLua_wxDropSource_SetCursor[] = { &s_wxluatag_wxDropSource, &s_wxluaarg_Enum, &s_wxluatag_wxCursor, 0 }; static int LUACALL wxLua_wxDropSource_SetCursor(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxDropSource_SetCursor[1] = {{ wxLua_wxDropSource_SetCursor, WXLUAMETHOD_METHOD, 3, 3, s_wxluatagArray_wxLua_wxDropSource_SetCursor }}; Index: file.cpp =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/wxbind/src/file.cpp,v retrieving revision 1.43 retrieving revision 1.44 diff -C2 -d -r1.43 -r1.44 *** file.cpp 5 Jun 2007 21:07:22 -0000 1.43 --- file.cpp 6 Jun 2007 03:53:37 -0000 1.44 *************** *** 348,352 **** } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxFileName_Assign4[] = { &s_wxluatag_wxFileName, &s_wxluaarg_String, &s_wxluaarg_String, &s_wxluaarg_String, &s_wxluaarg_Enumeration, 0 }; static int LUACALL wxLua_wxFileName_Assign4(lua_State *L); // static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxFileName_Assign4[1] = {{ wxLua_wxFileName_Assign4, WXLUAMETHOD_METHOD, 4, 5, s_wxluatagArray_wxLua_wxFileName_Assign4 }}; --- 348,352 ---- } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxFileName_Assign4[] = { &s_wxluatag_wxFileName, &s_wxluaarg_String, &s_wxluaarg_String, &s_wxluaarg_String, &s_wxluaarg_Enum, 0 }; static int LUACALL wxLua_wxFileName_Assign4(lua_State *L); // static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxFileName_Assign4[1] = {{ wxLua_wxFileName_Assign4, WXLUAMETHOD_METHOD, 4, 5, s_wxluatagArray_wxLua_wxFileName_Assign4 }}; *************** *** 374,378 **** } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxFileName_Assign3[] = { &s_wxluatag_wxFileName, &s_wxluaarg_String, &s_wxluaarg_String, &s_wxluaarg_Enumeration, 0 }; static int LUACALL wxLua_wxFileName_Assign3(lua_State *L); // static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxFileName_Assign3[1] = {{ wxLua_wxFileName_Assign3, WXLUAMETHOD_METHOD, 3, 4, s_wxluatagArray_wxLua_wxFileName_Assign3 }}; --- 374,378 ---- } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxFileName_Assign3[] = { &s_wxluatag_wxFileName, &s_wxluaarg_String, &s_wxluaarg_String, &s_wxluaarg_Enum, 0 }; static int LUACALL wxLua_wxFileName_Assign3(lua_State *L); // static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxFileName_Assign3[1] = {{ wxLua_wxFileName_Assign3, WXLUAMETHOD_METHOD, 3, 4, s_wxluatagArray_wxLua_wxFileName_Assign3 }}; *************** *** 398,402 **** } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxFileName_Assign2[] = { &s_wxluatag_wxFileName, &s_wxluaarg_String, &s_wxluaarg_String, &s_wxluaarg_String, &s_wxluaarg_String, &s_wxluaarg_Enumeration, 0 }; static int LUACALL wxLua_wxFileName_Assign2(lua_State *L); // static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxFileName_Assign2[1] = {{ wxLua_wxFileName_Assign2, WXLUAMETHOD_METHOD, 5, 6, s_wxluatagArray_wxLua_wxFileName_Assign2 }}; --- 398,402 ---- } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxFileName_Assign2[] = { &s_wxluatag_wxFileName, &s_wxluaarg_String, &s_wxluaarg_String, &s_wxluaarg_String, &s_wxluaarg_String, &s_wxluaarg_Enum, 0 }; static int LUACALL wxLua_wxFileName_Assign2(lua_State *L); // static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxFileName_Assign2[1] = {{ wxLua_wxFileName_Assign2, WXLUAMETHOD_METHOD, 5, 6, s_wxluatagArray_wxLua_wxFileName_Assign2 }}; *************** *** 426,430 **** } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxFileName_Assign1[] = { &s_wxluatag_wxFileName, &s_wxluaarg_String, &s_wxluaarg_Enumeration, 0 }; static int LUACALL wxLua_wxFileName_Assign1(lua_State *L); // static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxFileName_Assign1[1] = {{ wxLua_wxFileName_Assign1, WXLUAMETHOD_METHOD, 2, 3, s_wxluatagArray_wxLua_wxFileName_Assign1 }}; --- 426,430 ---- } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxFileName_Assign1[] = { &s_wxluatag_wxFileName, &s_wxluaarg_String, &s_wxluaarg_Enum, 0 }; static int LUACALL wxLua_wxFileName_Assign1(lua_State *L); // static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxFileName_Assign1[1] = {{ wxLua_wxFileName_Assign1, WXLUAMETHOD_METHOD, 2, 3, s_wxluatagArray_wxLua_wxFileName_Assign1 }}; *************** *** 486,490 **** } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxFileName_AssignDir[] = { &s_wxluatag_wxFileName, &s_wxluaarg_String, &s_wxluaarg_Enumeration, 0 }; static int LUACALL wxLua_wxFileName_AssignDir(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxFileName_AssignDir[1] = {{ wxLua_wxFileName_AssignDir, WXLUAMETHOD_METHOD, 2, 3, s_wxluatagArray_wxLua_wxFileName_AssignDir }}; --- 486,490 ---- } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxFileName_AssignDir[] = { &s_wxluatag_wxFileName, &s_wxluaarg_String, &s_wxluaarg_Enum, 0 }; static int LUACALL wxLua_wxFileName_AssignDir(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxFileName_AssignDir[1] = {{ wxLua_wxFileName_AssignDir, WXLUAMETHOD_METHOD, 2, 3, s_wxluatagArray_wxLua_wxFileName_AssignDir }}; *************** *** 846,850 **** } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxFileName_GetForbiddenChars[] = { &s_wxluaarg_Enumeration, 0 }; static int LUACALL wxLua_wxFileName_GetForbiddenChars(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxFileName_GetForbiddenChars[1] = {{ wxLua_wxFileName_GetForbiddenChars, WXLUAMETHOD_METHOD|WXLUAMETHOD_STATIC, 0, 1, s_wxluatagArray_wxLua_wxFileName_GetForbiddenChars }}; --- 846,850 ---- } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxFileName_GetForbiddenChars[] = { &s_wxluaarg_Enum, 0 }; static int LUACALL wxLua_wxFileName_GetForbiddenChars(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxFileName_GetForbiddenChars[1] = {{ wxLua_wxFileName_GetForbiddenChars, WXLUAMETHOD_METHOD|WXLUAMETHOD_STATIC, 0, 1, s_wxluatagArray_wxLua_wxFileName_GetForbiddenChars }}; *************** *** 867,871 **** } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxFileName_GetFormat[] = { &s_wxluaarg_Enumeration, 0 }; static int LUACALL wxLua_wxFileName_GetFormat(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxFileName_GetFormat[1] = {{ wxLua_wxFileName_GetFormat, WXLUAMETHOD_METHOD|WXLUAMETHOD_STATIC, 0, 1, s_wxluatagArray_wxLua_wxFileName_GetFormat }}; --- 867,871 ---- } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxFileName_GetFormat[] = { &s_wxluaarg_Enum, 0 }; static int LUACALL wxLua_wxFileName_GetFormat(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxFileName_GetFormat[1] = {{ wxLua_wxFileName_GetFormat, WXLUAMETHOD_METHOD|WXLUAMETHOD_STATIC, 0, 1, s_wxluatagArray_wxLua_wxFileName_GetFormat }}; *************** *** 906,910 **** } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxFileName_GetFullPath[] = { &s_wxluatag_wxFileName, &s_wxluaarg_Enumeration, 0 }; static int LUACALL wxLua_wxFileName_GetFullPath(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxFileName_GetFullPath[1] = {{ wxLua_wxFileName_GetFullPath, WXLUAMETHOD_METHOD, 1, 2, s_wxluatagArray_wxLua_wxFileName_GetFullPath }}; --- 906,910 ---- } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxFileName_GetFullPath[] = { &s_wxluatag_wxFileName, &s_wxluaarg_Enum, 0 }; static int LUACALL wxLua_wxFileName_GetFullPath(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxFileName_GetFullPath[1] = {{ wxLua_wxFileName_GetFullPath, WXLUAMETHOD_METHOD, 1, 2, s_wxluatagArray_wxLua_wxFileName_GetFullPath }}; *************** *** 1038,1042 **** } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxFileName_GetPath[] = { &s_wxluatag_wxFileName, &s_wxluaarg_Number, &s_wxluaarg_Enumeration, 0 }; static int LUACALL wxLua_wxFileName_GetPath(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxFileName_GetPath[1] = {{ wxLua_wxFileName_GetPath, WXLUAMETHOD_METHOD, 1, 3, s_wxluatagArray_wxLua_wxFileName_GetPath }}; --- 1038,1042 ---- } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxFileName_GetPath[] = { &s_wxluatag_wxFileName, &s_wxluaarg_Number, &s_wxluaarg_Enum, 0 }; static int LUACALL wxLua_wxFileName_GetPath(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxFileName_GetPath[1] = {{ wxLua_wxFileName_GetPath, WXLUAMETHOD_METHOD, 1, 3, s_wxluatagArray_wxLua_wxFileName_GetPath }}; *************** *** 1063,1067 **** } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxFileName_GetPathSeparator[] = { &s_wxluaarg_Enumeration, 0 }; static int LUACALL wxLua_wxFileName_GetPathSeparator(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxFileName_GetPathSeparator[1] = {{ wxLua_wxFileName_GetPathSeparator, WXLUAMETHOD_METHOD|WXLUAMETHOD_STATIC, 0, 1, s_wxluatagArray_wxLua_wxFileName_GetPathSeparator }}; --- 1063,1067 ---- } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxFileName_GetPathSeparator[] = { &s_wxluaarg_Enum, 0 }; static int LUACALL wxLua_wxFileName_GetPathSeparator(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxFileName_GetPathSeparator[1] = {{ wxLua_wxFileName_GetPathSeparator, WXLUAMETHOD_METHOD|WXLUAMETHOD_STATIC, 0, 1, s_wxluatagArray_wxLua_wxFileName_GetPathSeparator }}; *************** *** 1083,1087 **** } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxFileName_GetPathSeparators[] = { &s_wxluaarg_Enumeration, 0 }; static int LUACALL wxLua_wxFileName_GetPathSeparators(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxFileName_GetPathSeparators[1] = {{ wxLua_wxFileName_GetPathSeparators, WXLUAMETHOD_METHOD|WXLUAMETHOD_STATIC, 0, 1, s_wxluatagArray_wxLua_wxFileName_GetPathSeparators }}; --- 1083,1087 ---- } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxFileName_GetPathSeparators[] = { &s_wxluaarg_Enum, 0 }; static int LUACALL wxLua_wxFileName_GetPathSeparators(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxFileName_GetPathSeparators[1] = {{ wxLua_wxFileName_GetPathSeparators, WXLUAMETHOD_METHOD|WXLUAMETHOD_STATIC, 0, 1, s_wxluatagArray_wxLua_wxFileName_GetPathSeparators }}; *************** *** 1104,1108 **** } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxFileName_GetPathTerminators[] = { &s_wxluaarg_Enumeration, 0 }; static int LUACALL wxLua_wxFileName_GetPathTerminators(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxFileName_GetPathTerminators[1] = {{ wxLua_wxFileName_GetPathTerminators, WXLUAMETHOD_METHOD|WXLUAMETHOD_STATIC, 0, 1, s_wxluatagArray_wxLua_wxFileName_GetPathTerminators }}; --- 1104,1108 ---- } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxFileName_GetPathTerminators[] = { &s_wxluaarg_Enum, 0 }; static int LUACALL wxLua_wxFileName_GetPathTerminators(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxFileName_GetPathTerminators[1] = {{ wxLua_wxFileName_GetPathTerminators, WXLUAMETHOD_METHOD|WXLUAMETHOD_STATIC, 0, 1, s_wxluatagArray_wxLua_wxFileName_GetPathTerminators }}; *************** *** 1220,1224 **** } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxFileName_GetVolumeSeparator[] = { &s_wxluaarg_Enumeration, 0 }; static int LUACALL wxLua_wxFileName_GetVolumeSeparator(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxFileName_GetVolumeSeparator[1] = {{ wxLua_wxFileName_GetVolumeSeparator, WXLUAMETHOD_METHOD|WXLUAMETHOD_STATIC, 0, 1, s_wxluatagArray_wxLua_wxFileName_GetVolumeSeparator }}; --- 1220,1224 ---- } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxFileName_GetVolumeSeparator[] = { &s_wxluaarg_Enum, 0 }; static int LUACALL wxLua_wxFileName_GetVolumeSeparator(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxFileName_GetVolumeSeparator[1] = {{ wxLua_wxFileName_GetVolumeSeparator, WXLUAMETHOD_METHOD|WXLUAMETHOD_STATIC, 0, 1, s_wxluatagArray_wxLua_wxFileName_GetVolumeSeparator }}; *************** *** 1318,1322 **** } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxFileName_IsAbsolute[] = { &s_wxluatag_wxFileName, &s_wxluaarg_Enumeration, 0 }; static int LUACALL wxLua_wxFileName_IsAbsolute(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxFileName_IsAbsolute[1] = {{ wxLua_wxFileName_IsAbsolute, WXLUAMETHOD_METHOD, 1, 2, s_wxluatagArray_wxLua_wxFileName_IsAbsolute }}; --- 1318,1322 ---- } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxFileName_IsAbsolute[] = { &s_wxluatag_wxFileName, &s_wxluaarg_Enum, 0 }; static int LUACALL wxLua_wxFileName_IsAbsolute(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxFileName_IsAbsolute[1] = {{ wxLua_wxFileName_IsAbsolute, WXLUAMETHOD_METHOD, 1, 2, s_wxluatagArray_wxLua_wxFileName_IsAbsolute }}; *************** *** 1341,1345 **** } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxFileName_IsCaseSensitive[] = { &s_wxluaarg_Enumeration, 0 }; static int LUACALL wxLua_wxFileName_IsCaseSensitive(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxFileName_IsCaseSensitive[1] = {{ wxLua_wxFileName_IsCaseSensitive, WXLUAMETHOD_METHOD|WXLUAMETHOD_STATIC, 0, 1, s_wxluatagArray_wxLua_wxFileName_IsCaseSensitive }}; --- 1341,1345 ---- } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxFileName_IsCaseSensitive[] = { &s_wxluaarg_Enum, 0 }; static int LUACALL wxLua_wxFileName_IsCaseSensitive(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxFileName_IsCaseSensitive[1] = {{ wxLua_wxFileName_IsCaseSensitive, WXLUAMETHOD_METHOD|WXLUAMETHOD_STATIC, 0, 1, s_wxluatagArray_wxLua_wxFileName_IsCaseSensitive }}; *************** *** 1498,1502 **** } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxFileName_IsPathSeparator[] = { &s_wxluaarg_Number, &s_wxluaarg_Enumeration, 0 }; static int LUACALL wxLua_wxFileName_IsPathSeparator(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxFileName_IsPathSeparator[1] = {{ wxLua_wxFileName_IsPathSeparator, WXLUAMETHOD_METHOD|WXLUAMETHOD_STATIC, 1, 2, s_wxluatagArray_wxLua_wxFileName_IsPathSeparator }}; --- 1498,1502 ---- } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxFileName_IsPathSeparator[] = { &s_wxluaarg_Number, &s_wxluaarg_Enum, 0 }; static int LUACALL wxLua_wxFileName_IsPathSeparator(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxFileName_IsPathSeparator[1] = {{ wxLua_wxFileName_IsPathSeparator, WXLUAMETHOD_METHOD|WXLUAMETHOD_STATIC, 1, 2, s_wxluatagArray_wxLua_wxFileName_IsPathSeparator }}; *************** *** 1520,1524 **** } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxFileName_IsRelative[] = { &s_wxluatag_wxFileName, &s_wxluaarg_Enumeration, 0 }; static int LUACALL wxLua_wxFileName_IsRelative(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxFileName_IsRelative[1] = {{ wxLua_wxFileName_IsRelative, WXLUAMETHOD_METHOD, 1, 2, s_wxluatagArray_wxLua_wxFileName_IsRelative }}; --- 1520,1524 ---- } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxFileName_IsRelative[] = { &s_wxluatag_wxFileName, &s_wxluaarg_Enum, 0 }; static int LUACALL wxLua_wxFileName_IsRelative(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxFileName_IsRelative[1] = {{ wxLua_wxFileName_IsRelative, WXLUAMETHOD_METHOD, 1, 2, s_wxluatagArray_wxLua_wxFileName_IsRelative }}; *************** *** 1543,1547 **** } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxFileName_MakeAbsolute[] = { &s_wxluatag_wxFileName, &s_wxluaarg_String, &s_wxluaarg_Enumeration, 0 }; static int LUACALL wxLua_wxFileName_MakeAbsolute(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxFileName_MakeAbsolute[1] = {{ wxLua_wxFileName_MakeAbsolute, WXLUAMETHOD_METHOD, 1, 3, s_wxluatagArray_wxLua_wxFileName_MakeAbsolute }}; --- 1543,1547 ---- } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxFileName_MakeAbsolute[] = { &s_wxluatag_wxFileName, &s_wxluaarg_String, &s_wxluaarg_Enum, 0 }; static int LUACALL wxLua_wxFileName_MakeAbsolute(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxFileName_MakeAbsolute[1] = {{ wxLua_wxFileName_MakeAbsolute, WXLUAMETHOD_METHOD, 1, 3, s_wxluatagArray_wxLua_wxFileName_MakeAbsolute }}; *************** *** 1568,1572 **** } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxFileName_MakeRelativeTo[] = { &s_wxluatag_wxFileName, &s_wxluaarg_String, &s_wxluaarg_Enumeration, 0 }; static int LUACALL wxLua_wxFileName_MakeRelativeTo(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxFileName_MakeRelativeTo[1] = {{ wxLua_wxFileName_MakeRelativeTo, WXLUAMETHOD_METHOD, 1, 3, s_wxluatagArray_wxLua_wxFileName_MakeRelativeTo }}; --- 1568,1572 ---- } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxFileName_MakeRelativeTo[] = { &s_wxluatag_wxFileName, &s_wxluaarg_String, &s_wxluaarg_Enum, 0 }; static int LUACALL wxLua_wxFileName_MakeRelativeTo(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxFileName_MakeRelativeTo[1] = {{ wxLua_wxFileName_MakeRelativeTo, WXLUAMETHOD_METHOD, 1, 3, s_wxluatagArray_wxLua_wxFileName_MakeRelativeTo }}; *************** *** 1643,1647 **** } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxFileName_Normalize[] = { &s_wxluatag_wxFileName, &s_wxluaarg_Number, &s_wxluaarg_String, &s_wxluaarg_Enumeration, 0 }; static int LUACALL wxLua_wxFileName_Normalize(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxFileName_Normalize[1] = {{ wxLua_wxFileName_Normalize, WXLUAMETHOD_METHOD, 1, 4, s_wxluatagArray_wxLua_wxFileName_Normalize }}; --- 1643,1647 ---- } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxFileName_Normalize[] = { &s_wxluatag_wxFileName, &s_wxluaarg_Number, &s_wxluaarg_String, &s_wxluaarg_Enum, 0 }; static int LUACALL wxLua_wxFileName_Normalize(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxFileName_Normalize[1] = {{ wxLua_wxFileName_Normalize, WXLUAMETHOD_METHOD, 1, 4, s_wxluatagArray_wxLua_wxFileName_Normalize }}; *************** *** 1744,1748 **** } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxFileName_SameAs[] = { &s_wxluatag_wxFileName, &s_wxluatag_wxFileName, &s_wxluaarg_Enumeration, 0 }; static int LUACALL wxLua_wxFileName_SameAs(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxFileName_SameAs[1] = {{ wxLua_wxFileName_SameAs, WXLUAMETHOD_METHOD, 2, 3, s_wxluatagArray_wxLua_wxFileName_SameAs }}; --- 1744,1748 ---- } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxFileName_SameAs[] = { &s_wxluatag_wxFileName, &s_wxluatag_wxFileName, &s_wxluaarg_Enum, 0 }; static int LUACALL wxLua_wxFileName_SameAs(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxFileName_SameAs[1] = {{ wxLua_wxFileName_SameAs, WXLUAMETHOD_METHOD, 2, 3, s_wxluatagArray_wxLua_wxFileName_SameAs }}; *************** *** 1924,1928 **** } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxFileName_SplitPath[] = { &s_wxluaarg_String, &s_wxluaarg_Enumeration, 0 }; static int LUACALL wxLua_wxFileName_SplitPath(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxFileName_SplitPath[1] = {{ wxLua_wxFileName_SplitPath, WXLUAMETHOD_METHOD|WXLUAMETHOD_STATIC, 1, 2, s_wxluatagArray_wxLua_wxFileName_SplitPath }}; --- 1924,1928 ---- } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxFileName_SplitPath[] = { &s_wxluaarg_String, &s_wxluaarg_Enum, 0 }; static int LUACALL wxLua_wxFileName_SplitPath(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxFileName_SplitPath[1] = {{ wxLua_wxFileName_SplitPath, WXLUAMETHOD_METHOD|WXLUAMETHOD_STATIC, 1, 2, s_wxluatagArray_wxLua_wxFileName_SplitPath }}; *************** *** 1952,1956 **** } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxFileName_SplitPathVolume[] = { &s_wxluaarg_String, &s_wxluaarg_Enumeration, 0 }; static int LUACALL wxLua_wxFileName_SplitPathVolume(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxFileName_SplitPathVolume[1] = {{ wxLua_wxFileName_SplitPathVolume, WXLUAMETHOD_METHOD|WXLUAMETHOD_STATIC, 1, 2, s_wxluatagArray_wxLua_wxFileName_SplitPathVolume }}; --- 1952,1956 ---- } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxFileName_SplitPathVolume[] = { &s_wxluaarg_String, &s_wxluaarg_Enum, 0 }; static int LUACALL wxLua_wxFileName_SplitPathVolume(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxFileName_SplitPathVolume[1] = {{ wxLua_wxFileName_SplitPathVolume, WXLUAMETHOD_METHOD|WXLUAMETHOD_STATIC, 1, 2, s_wxluatagArray_wxLua_wxFileName_SplitPathVolume }}; *************** *** 1982,1986 **** } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxFileName_SplitVolume[] = { &s_wxluaarg_String, &s_wxluaarg_Enumeration, 0 }; static int LUACALL wxLua_wxFileName_SplitVolume(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxFileName_SplitVolume[1] = {{ wxLua_wxFileName_SplitVolume, WXLUAMETHOD_METHOD|WXLUAMETHOD_STATIC, 1, 2, s_wxluatagArray_wxLua_wxFileName_SplitVolume }}; --- 1982,1986 ---- } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxFileName_SplitVolume[] = { &s_wxluaarg_String, &s_wxluaarg_Enum, 0 }; static int LUACALL wxLua_wxFileName_SplitVolume(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxFileName_SplitVolume[1] = {{ wxLua_wxFileName_SplitVolume, WXLUAMETHOD_METHOD|WXLUAMETHOD_STATIC, 1, 2, s_wxluatagArray_wxLua_wxFileName_SplitVolume }}; *************** *** 2069,2073 **** } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxFileName_constructor4[] = { &s_wxluaarg_String, &s_wxluaarg_String, &s_wxluaarg_String, &s_wxluaarg_String, &s_wxluaarg_Enumeration, 0 }; static int LUACALL wxLua_wxFileName_constructor4(lua_State *L); // static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxFileName_constructor4[1] = {{ wxLua_wxFileName_constructor4, WXLUAMETHOD_CONSTRUCTOR, 4, 5, s_wxluatagArray_wxLua_wxFileName_constructor4 }}; --- 2069,2073 ---- } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxFileName_constructor4[] = { &s_wxluaarg_String, &s_wxluaarg_String, &s_wxluaarg_String, &s_wxluaarg_String, &s_wxluaarg_Enum, 0 }; static int LUACALL wxLua_wxFileName_constructor4(lua_State *L); // static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxFileName_constructor4[1] = {{ wxLua_wxFileName_constructor4, WXLUAMETHOD_CONSTRUCTOR, 4, 5, s_wxluatagArray_wxLua_wxFileName_constructor4 }}; *************** *** 2101,2105 **** } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxFileName_constructor3[] = { &s_wxluaarg_String, &s_wxluaarg_String, &s_wxluaarg_Enumeration, 0 }; static int LUACALL wxLua_wxFileName_constructor3(lua_State *L); // static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxFileName_constructor3[1] = {{ wxLua_wxFileName_constructor3, WXLUAMETHOD_CONSTRUCTOR, 2, 3, s_wxluatagArray_wxLua_wxFileName_constructor3 }}; --- 2101,2105 ---- } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxFileName_constructor3[] = { &s_wxluaarg_String, &s_wxluaarg_String, &s_wxluaarg_Enum, 0 }; static int LUACALL wxLua_wxFileName_constructor3(lua_State *L); // static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxFileName_constructor3[1] = {{ wxLua_wxFileName_constructor3, WXLUAMETHOD_CONSTRUCTOR, 2, 3, s_wxluatagArray_wxLua_wxFileName_constructor3 }}; *************** *** 2129,2133 **** } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxFileName_constructor2[] = { &s_wxluaarg_String, &s_wxluaarg_Enumeration, 0 }; static int LUACALL wxLua_wxFileName_constructor2(lua_State *L); // static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxFileName_constructor2[1] = {{ wxLua_wxFileName_constructor2, WXLUAMETHOD_CONSTRUCTOR, 1, 2, s_wxluatagArray_wxLua_wxFileName_constructor2 }}; --- 2129,2133 ---- } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxFileName_constructor2[] = { &s_wxluaarg_String, &s_wxluaarg_Enum, 0 }; static int LUACALL wxLua_wxFileName_constructor2(lua_State *L); // static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxFileName_constructor2[1] = {{ wxLua_wxFileName_constructor2, WXLUAMETHOD_CONSTRUCTOR, 1, 2, s_wxluatagArray_wxLua_wxFileName_constructor2 }}; *************** *** 2512,2516 **** int s_wxluatag_wxFile = -1; ! static wxLuaArgTag s_wxluatagArray_wxLua_wxFile_Access[] = { &s_wxluaarg_String, &s_wxluaarg_Enumeration, 0 }; static int LUACALL wxLua_wxFile_Access(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxFile_Access[1] = {{ wxLua_wxFile_Access, WXLUAMETHOD_METHOD|WXLUAMETHOD_STATIC, 2, 2, s_wxluatagArray_wxLua_wxFile_Access }}; --- 2512,2516 ---- int s_wxluatag_wxFile = -1; ! static wxLuaArgTag s_wxluatagArray_wxLua_wxFile_Access[] = { &s_wxluaarg_String, &s_wxluaarg_Enum, 0 }; static int LUACALL wxLua_wxFile_Access(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxFile_Access[1] = {{ wxLua_wxFile_Access, WXLUAMETHOD_METHOD|WXLUAMETHOD_STATIC, 2, 2, s_wxluatagArray_wxLua_wxFile_Access }}; *************** *** 2741,2745 **** } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxFile_Open[] = { &s_wxluatag_wxFile, &s_wxluaarg_String, &s_wxluaarg_Enumeration, 0 }; static int LUACALL wxLua_wxFile_Open(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxFile_Open[1] = {{ wxLua_wxFile_Open, WXLUAMETHOD_METHOD, 2, 3, s_wxluatagArray_wxLua_wxFile_Open }}; --- 2741,2745 ---- } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxFile_Open[] = { &s_wxluatag_wxFile, &s_wxluaarg_String, &s_wxluaarg_Enum, 0 }; static int LUACALL wxLua_wxFile_Open(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxFile_Open[1] = {{ wxLua_wxFile_Open, WXLUAMETHOD_METHOD, 2, 3, s_wxluatagArray_wxLua_wxFile_Open }}; *************** *** 2796,2800 **** } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxFile_Seek[] = { &s_wxluatag_wxFile, &s_wxluaarg_Number, &s_wxluaarg_Enumeration, 0 }; static int LUACALL wxLua_wxFile_Seek(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxFile_Seek[1] = {{ wxLua_wxFile_Seek, WXLUAMETHOD_METHOD, 2, 3, s_wxluatagArray_wxLua_wxFile_Seek }}; --- 2796,2800 ---- } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxFile_Seek[] = { &s_wxluatag_wxFile, &s_wxluaarg_Number, &s_wxluaarg_Enum, 0 }; static int LUACALL wxLua_wxFile_Seek(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxFile_Seek[1] = {{ wxLua_wxFile_Seek, WXLUAMETHOD_METHOD, 2, 3, s_wxluatagArray_wxLua_wxFile_Seek }}; *************** *** 2929,2933 **** } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxFile_constructor1[] = { &s_wxluaarg_String, &s_wxluaarg_Enumeration, 0 }; static int LUACALL wxLua_wxFile_constructor1(lua_State *L); // static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxFile_constructor1[1] = {{ wxLua_wxFile_constructor1, WXLUAMETHOD_CONSTRUCTOR, 1, 2, s_wxluatagArray_wxLua_wxFile_constructor1 }}; --- 2929,2933 ---- } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxFile_constructor1[] = { &s_wxluaarg_String, &s_wxluaarg_Enum, 0 }; static int LUACALL wxLua_wxFile_constructor1(lua_State *L); // static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxFile_constructor1[1] = {{ wxLua_wxFile_constructor1, WXLUAMETHOD_CONSTRUCTOR, 1, 2, s_wxluatagArray_wxLua_wxFile_constructor1 }}; *************** *** 3189,3193 **** } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxTempFile_Seek[] = { &s_wxluatag_wxTempFile, &s_wxluaarg_Number, &s_wxluaarg_Enumeration, 0 }; static int LUACALL wxLua_wxTempFile_Seek(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxTempFile_Seek[1] = {{ wxLua_wxTempFile_Seek, WXLUAMETHOD_METHOD, 2, 3, s_wxluatagArray_wxLua_wxTempFile_Seek }}; --- 3189,3193 ---- } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxTempFile_Seek[] = { &s_wxluatag_wxTempFile, &s_wxluaarg_Number, &s_wxluaarg_Enum, 0 }; static int LUACALL wxLua_wxTempFile_Seek(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxTempFile_Seek[1] = {{ wxLua_wxTempFile_Seek, WXLUAMETHOD_METHOD, 2, 3, s_wxluatagArray_wxLua_wxTempFile_Seek }}; *************** *** 4046,4050 **** #if (wxUSE_STREAMS) && (wxLUA_USE_wxFile && wxUSE_FILE) ! static wxLuaArgTag s_wxluatagArray_wxLua_wxInputStream_SeekI[] = { &s_wxluatag_wxInputStream, &s_wxluaarg_Number, &s_wxluaarg_Enumeration, 0 }; static int LUACALL wxLua_wxInputStream_SeekI(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxInputStream_SeekI[1] = {{ wxLua_wxInputStream_SeekI, WXLUAMETHOD_METHOD, 2, 3, s_wxluatagArray_wxLua_wxInputStream_SeekI }}; --- 4046,4050 ---- #if (wxUSE_STREAMS) && (wxLUA_USE_wxFile && wxUSE_FILE) ! static wxLuaArgTag s_wxluatagArray_wxLua_wxInputStream_SeekI[] = { &s_wxluatag_wxInputStream, &s_wxluaarg_Number, &s_wxluaarg_Enum, 0 }; static int LUACALL wxLua_wxInputStream_SeekI(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxInputStream_SeekI[1] = {{ wxLua_wxInputStream_SeekI, WXLUAMETHOD_METHOD, 2, 3, s_wxluatagArray_wxLua_wxInputStream_SeekI }}; *************** *** 4280,4284 **** #if (wxUSE_STREAMS) && (wxLUA_USE_wxFile && wxUSE_FILE) ! static wxLuaArgTag s_wxluatagArray_wxLua_wxOutputStream_SeekO[] = { &s_wxluatag_wxOutputStream, &s_wxluaarg_Number, &s_wxluaarg_Enumeration, 0 }; static int LUACALL wxLua_wxOutputStream_SeekO(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxOutputStream_SeekO[1] = {{ wxLua_wxOutputStream_SeekO, WXLUAMETHOD_METHOD, 2, 3, s_wxluatagArray_wxLua_wxOutputStream_SeekO }}; --- 4280,4284 ---- #if (wxUSE_STREAMS) && (wxLUA_USE_wxFile && wxUSE_FILE) ! static wxLuaArgTag s_wxluatagArray_wxLua_wxOutputStream_SeekO[] = { &s_wxluatag_wxOutputStream, &s_wxluaarg_Number, &s_wxluaarg_Enum, 0 }; static int LUACALL wxLua_wxOutputStream_SeekO(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxOutputStream_SeekO[1] = {{ wxLua_wxOutputStream_SeekO, WXLUAMETHOD_METHOD, 2, 3, s_wxluatagArray_wxLua_wxOutputStream_SeekO }}; Index: socket.cpp =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/wxbind/src/socket.cpp,v retrieving revision 1.35 retrieving revision 1.36 diff -C2 -d -r1.35 -r1.36 *** socket.cpp 5 Jun 2007 21:07:23 -0000 1.35 --- socket.cpp 6 Jun 2007 03:53:38 -0000 1.36 *************** *** 495,499 **** } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxSocketBase_SetFlags[] = { &s_wxluatag_wxSocketBase, &s_wxluaarg_Enumeration, 0 }; static int LUACALL wxLua_wxSocketBase_SetFlags(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxSocketBase_SetFlags[1] = {{ wxLua_wxSocketBase_SetFlags, WXLUAMETHOD_METHOD, 2, 2, s_wxluatagArray_wxLua_wxSocketBase_SetFlags }}; --- 495,499 ---- } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxSocketBase_SetFlags[] = { &s_wxluatag_wxSocketBase, &s_wxluaarg_Enum, 0 }; static int LUACALL wxLua_wxSocketBase_SetFlags(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxSocketBase_SetFlags[1] = {{ wxLua_wxSocketBase_SetFlags, WXLUAMETHOD_METHOD, 2, 2, s_wxluatagArray_wxLua_wxSocketBase_SetFlags }}; *************** *** 513,517 **** } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxSocketBase_SetNotify[] = { &s_wxluatag_wxSocketBase, &s_wxluaarg_Enumeration, 0 }; static int LUACALL wxLua_wxSocketBase_SetNotify(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxSocketBase_SetNotify[1] = {{ wxLua_wxSocketBase_SetNotify, WXLUAMETHOD_METHOD, 2, 2, s_wxluatagArray_wxLua_wxSocketBase_SetNotify }}; --- 513,517 ---- } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxSocketBase_SetNotify[] = { &s_wxluatag_wxSocketBase, &s_wxluaarg_Enum, 0 }; static int LUACALL wxLua_wxSocketBase_SetNotify(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxSocketBase_SetNotify[1] = {{ wxLua_wxSocketBase_SetNotify, WXLUAMETHOD_METHOD, 2, 2, s_wxluatagArray_wxLua_wxSocketBase_SetNotify }}; *************** *** 858,862 **** } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxSocketClient_constructor[] = { &s_wxluaarg_Enumeration, 0 }; static int LUACALL wxLua_wxSocketClient_constructor(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxSocketClient_constructor[1] = {{ wxLua_wxSocketClient_constructor, WXLUAMETHOD_CONSTRUCTOR, 0, 1, s_wxluatagArray_wxLua_wxSocketClient_constructor }}; --- 858,862 ---- } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxSocketClient_constructor[] = { &s_wxluaarg_Enum, 0 }; static int LUACALL wxLua_wxSocketClient_constructor(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxSocketClient_constructor[1] = {{ wxLua_wxSocketClient_constructor, WXLUAMETHOD_CONSTRUCTOR, 0, 1, s_wxluatagArray_wxLua_wxSocketClient_constructor }}; *************** *** 987,991 **** } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxSocketServer_constructor[] = { &s_wxluatag_wxSockAddress, &s_wxluaarg_Enumeration, 0 }; static int LUACALL wxLua_wxSocketServer_constructor(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxSocketServer_constructor[1] = {{ wxLua_wxSocketServer_constructor, WXLUAMETHOD_CONSTRUCTOR, 1, 2, s_wxluatagArray_wxLua_wxSocketServer_constructor }}; --- 987,991 ---- } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxSocketServer_constructor[] = { &s_wxluatag_wxSockAddress, &s_wxluaarg_Enum, 0 }; static int LUACALL wxLua_wxSocketServer_constructor(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxSocketServer_constructor[1] = {{ wxLua_wxSocketServer_constructor, WXLUAMETHOD_CONSTRUCTOR, 1, 2, s_wxluatagArray_wxLua_wxSocketServer_constructor }}; *************** *** 2338,2342 **** } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxFTP_SetTransferMode[] = { &s_wxluatag_wxFTP, &s_wxluaarg_Enumeration, 0 }; static int LUACALL wxLua_wxFTP_SetTransferMode(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxFTP_SetTransferMode[1] = {{ wxLua_wxFTP_SetTransferMode, WXLUAMETHOD_METHOD, 2, 2, s_wxluatagArray_wxLua_wxFTP_SetTransferMode }}; --- 2338,2342 ---- } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxFTP_SetTransferMode[] = { &s_wxluatag_wxFTP, &s_wxluaarg_Enum, 0 }; static int LUACALL wxLua_wxFTP_SetTransferMode(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxFTP_SetTransferMode[1] = {{ wxLua_wxFTP_SetTransferMode, WXLUAMETHOD_METHOD, 2, 2, s_wxluatagArray_wxLua_wxFTP_SetTransferMode }}; Index: defsutil.cpp =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/wxbind/src/defsutil.cpp,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -d -r1.33 -r1.34 *** defsutil.cpp 5 Jun 2007 21:07:21 -0000 1.33 --- defsutil.cpp 6 Jun 2007 03:53:36 -0000 1.34 *************** *** 245,249 **** } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxProcess_Kill[] = { &s_wxluaarg_Number, &s_wxluaarg_Enumeration, &s_wxluaarg_Number, 0 }; static int LUACALL wxLua_wxProcess_Kill(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxProcess_Kill[1] = {{ wxLua_wxProcess_Kill, WXLUAMETHOD_METHOD|WXLUAMETHOD_STATIC, 1, 3, s_wxluatagArray_wxLua_wxProcess_Kill }}; --- 245,249 ---- } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxProcess_Kill[] = { &s_wxluaarg_Number, &s_wxluaarg_Enum, &s_wxluaarg_Number, 0 }; static int LUACALL wxLua_wxProcess_Kill(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxProcess_Kill[1] = {{ wxLua_wxProcess_Kill, WXLUAMETHOD_METHOD|WXLUAMETHOD_STATIC, 1, 3, s_wxluatagArray_wxLua_wxProcess_Kill }}; Index: datetime.cpp =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/wxbind/src/datetime.cpp,v retrieving revision 1.37 retrieving revision 1.38 diff -C2 -d -r1.37 -r1.38 *** datetime.cpp 5 Jun 2007 21:07:21 -0000 1.37 --- datetime.cpp 6 Jun 2007 03:53:36 -0000 1.38 *************** *** 100,104 **** } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxDateTime_Format[] = { &s_wxluatag_wxDateTime, &s_wxluaarg_String, &s_wxluaarg_Enumeration, 0 }; static int LUACALL wxLua_wxDateTime_Format(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxDateTime_Format[1] = {{ wxLua_wxDateTime_Format, WXLUAMETHOD_METHOD, 1, 3, s_wxluatagArray_wxLua_wxDateTime_Format }}; --- 100,104 ---- } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxDateTime_Format[] = { &s_wxluatag_wxDateTime, &s_wxluaarg_String, &s_wxluaarg_Enum, 0 }; static int LUACALL wxLua_wxDateTime_Format(lua_State *L); static WXLUAMETHOD_CFUNC s_wxluafunc_wxLua_wxDateTime_Format[1] = {{ wxLua_wxDateTime_Format, WXLUAMETHOD_METHOD, 1, 3, s_wxluatagArray_wxLua_wxDateTime_Format }}; *************** *** 239,243 **** } ! static wxLuaArgTag s_wxluatagArray_wxLua_wxDateTime_GetLastMonthDay[] = { &s_wxluatag_wxDateTime, &s_wxluaarg_... [truncated message content] |