Update of /cvsroot/wxlua/wxLua/bindings/wxwidgets In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv14496/wxLua/bindings/wxwidgets Modified Files: Makefile appframe.i clipdrag.i config.i controls.i data.i datetime.i defsutil.i dialogs.i event.i file.i fl.i gdi.i geometry.i grid.i help.i html.i image.i mdi.i menutool.i print.i regex.i sizer.i socket.i thread.i wave.i windows.i wxclassref.txt wxlua.i xml.i Log Message: Cleanup in the bindings file, make comments more uniform for wxluaref.html Make the genidocs.lua nicer, better colors and have it use it's own rules file. It can be used to generate a generic ref manual for any bindings now. Index: wave.i =================================================================== RCS file: /cvsroot/wxlua/wxLua/bindings/wxwidgets/wave.i,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** wave.i 11 Jun 2007 03:57:59 -0000 1.18 --- wave.i 17 Jun 2007 17:17:37 -0000 1.19 *************** *** 1,3 **** ! // ============================================================================ // Purpose: wxSound/wxWave // Author: J Winwood, John Labenski --- 1,3 ---- ! // =========================================================================== // Purpose: wxSound/wxWave // Author: J Winwood, John Labenski *************** *** 6,14 **** // Licence: wxWidgets licence // wxWidgets: Updated to 2.6.3 ! // ============================================================================ %if wxLUA_USE_wxWave ! //----------------------------------------------------------------------------- // wxSound --- 6,14 ---- // Licence: wxWidgets licence // wxWidgets: Updated to 2.6.3 ! // =========================================================================== %if wxLUA_USE_wxWave ! // --------------------------------------------------------------------------- // wxSound *************** *** 37,41 **** %endif // %wxchkver_2_6 & wxUSE_SOUND ! //----------------------------------------------------------------------------- // wxWave --- 37,41 ---- %endif // %wxchkver_2_6 & wxUSE_SOUND ! // --------------------------------------------------------------------------- // wxWave *************** *** 58,62 **** %endif //wxLUA_USE_wxWave ! //----------------------------------------------------------------------------- // wxMediaCtrl --- 58,62 ---- %endif //wxLUA_USE_wxWave ! // --------------------------------------------------------------------------- // wxMediaCtrl *************** *** 112,116 **** %endclass ! //----------------------------------------------------------------------------- // wxMediaEvent --- 112,116 ---- %endclass ! // --------------------------------------------------------------------------- // wxMediaEvent *************** *** 136,140 **** %endif //wxLUA_USE_wxMediaCtrl & wxUSE_MEDIACTRL ! //----------------------------------------------------------------------------- // wxJoystick --- 136,140 ---- %endif //wxLUA_USE_wxMediaCtrl & wxUSE_MEDIACTRL ! // --------------------------------------------------------------------------- // wxJoystick *************** *** 202,206 **** %endclass ! //----------------------------------------------------------------------------- // wxJoystickEvent - FIXME add rest of wxJoystick? --- 202,206 ---- %endclass ! // --------------------------------------------------------------------------- // wxJoystickEvent - FIXME add rest of wxJoystick? Index: Makefile =================================================================== RCS file: /cvsroot/wxlua/wxLua/bindings/wxwidgets/Makefile,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** Makefile 31 May 2007 17:18:46 -0000 1.8 --- Makefile 17 Jun 2007 17:17:36 -0000 1.9 *************** *** 20,26 **** @(cd $(WXLUA_DIR)/bindings && ../bin/lua -e"rulesFilename=\"wxwidgets/wx_rules.lua\"" genwxbind.lua > wxwidgets/error.txt) - genidocs: - @(cd $(WXLUA_DIR)/bindings && ../bin/lua -e"rulesFilename=\"wxwidgets/wx_rules.lua\"" genidocs.lua) - # do nothing to clean --- 20,23 ---- Index: menutool.i =================================================================== RCS file: /cvsroot/wxlua/wxLua/bindings/wxwidgets/menutool.i,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** menutool.i 14 Jun 2007 01:23:08 -0000 1.20 --- menutool.i 17 Jun 2007 17:17:37 -0000 1.21 *************** *** 1,3 **** ! // ============================================================================ // Purpose: wxMenu and wxToolbar classes // Author: J Winwood, John Labenski --- 1,3 ---- ! // =========================================================================== // Purpose: wxMenu and wxToolbar classes // Author: J Winwood, John Labenski *************** *** 6,12 **** // Licence: wxWidgets licence // wxWidgets: Updated to 2.6.3 ! // ============================================================================ ! //----------------------------------------------------------------------------- // wxMenu --- 6,12 ---- // Licence: wxWidgets licence // wxWidgets: Updated to 2.6.3 ! // =========================================================================== ! // --------------------------------------------------------------------------- // wxMenu *************** *** 78,82 **** %endclass ! //----------------------------------------------------------------------------- // wxMenuBar --- 78,82 ---- %endclass ! // --------------------------------------------------------------------------- // wxMenuBar *************** *** 110,114 **** %endclass ! //----------------------------------------------------------------------------- // wxMenuItem --- 110,114 ---- %endclass ! // --------------------------------------------------------------------------- // wxMenuItem *************** *** 152,156 **** %endclass ! //----------------------------------------------------------------------------- // wxMenuItemList --- 152,156 ---- %endclass ! // --------------------------------------------------------------------------- // wxMenuItemList *************** *** 162,166 **** %endclass ! //----------------------------------------------------------------------------- // wxMenuEvent --- 162,166 ---- %endclass ! // --------------------------------------------------------------------------- // wxMenuEvent *************** *** 180,184 **** %endif //wxLUA_USE_wxMenu & wxUSE_MENUS ! //----------------------------------------------------------------------------- // wxToolBarBase --- 180,184 ---- %endif //wxLUA_USE_wxMenu & wxUSE_MENUS ! // --------------------------------------------------------------------------- // wxToolBarBase *************** *** 250,254 **** %endclass ! //----------------------------------------------------------------------------- // wxToolBar --- 250,254 ---- %endclass ! // --------------------------------------------------------------------------- // wxToolBar *************** *** 262,266 **** %endclass ! //----------------------------------------------------------------------------- // wxToolBarSimple --- 262,266 ---- %endclass ! // --------------------------------------------------------------------------- // wxToolBarSimple *************** *** 279,283 **** %endif // !%wxchkver_2_5 ! //----------------------------------------------------------------------------- // wxToolBarToolBase --- 279,283 ---- %endif // !%wxchkver_2_5 ! // --------------------------------------------------------------------------- // wxToolBarToolBase *************** *** 328,332 **** %endclass ! //----------------------------------------------------------------------------- // wxToolBarTool --- 328,332 ---- %endclass ! // --------------------------------------------------------------------------- // wxToolBarTool Index: clipdrag.i =================================================================== RCS file: /cvsroot/wxlua/wxLua/bindings/wxwidgets/clipdrag.i,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** clipdrag.i 11 Jun 2007 03:57:58 -0000 1.27 --- clipdrag.i 17 Jun 2007 17:17:37 -0000 1.28 *************** *** 1,3 **** ! // ============================================================================ // Purpose: wxClipboard and drag & drop and their wxDataFormat // Author: J Winwood, John Labenski --- 1,3 ---- ! // =========================================================================== // Purpose: wxClipboard and drag & drop and their wxDataFormat // Author: J Winwood, John Labenski *************** *** 6,12 **** // Licence: wxWidgets licence // wxWidgets: Updated to 2.6.3 ! // ============================================================================ ! //----------------------------------------------------------------------------- // wxClipboard --- 6,12 ---- // Licence: wxWidgets licence // wxWidgets: Updated to 2.6.3 ! // =========================================================================== ! // --------------------------------------------------------------------------- // wxClipboard *************** *** 33,37 **** %endclass ! //----------------------------------------------------------------------------- // wxClipboardLocker --- 33,37 ---- %endclass ! // --------------------------------------------------------------------------- // wxClipboardLocker *************** *** 40,44 **** // does in C++. ! //----------------------------------------------------------------------------- // wxClipboardTextEvent --- 40,44 ---- // does in C++. ! // --------------------------------------------------------------------------- // wxClipboardTextEvent *************** *** 60,64 **** %endif //wxLUA_USE_wxClipboard & wxUSE_CLIPBOARD ! //----------------------------------------------------------------------------- // wxDataFormat --- 60,64 ---- %endif //wxLUA_USE_wxClipboard & wxUSE_CLIPBOARD ! // --------------------------------------------------------------------------- // wxDataFormat *************** *** 104,108 **** %endclass ! //----------------------------------------------------------------------------- // wxDataObject --- 104,108 ---- %endclass ! // --------------------------------------------------------------------------- // wxDataObject *************** *** 133,137 **** %endclass ! //----------------------------------------------------------------------------- // wxDataObjectSimple --- 133,137 ---- %endclass ! // --------------------------------------------------------------------------- // wxDataObjectSimple *************** *** 153,157 **** %endclass ! //----------------------------------------------------------------------------- // wxDataObjectComposite --- 153,157 ---- %endclass ! // --------------------------------------------------------------------------- // wxDataObjectComposite *************** *** 163,167 **** %endclass ! //----------------------------------------------------------------------------- // wxFileDataObject --- 163,167 ---- %endclass ! // --------------------------------------------------------------------------- // wxFileDataObject *************** *** 173,177 **** %endclass ! //----------------------------------------------------------------------------- // wxTextDataObject --- 173,177 ---- %endclass ! // --------------------------------------------------------------------------- // wxTextDataObject *************** *** 184,188 **** %endclass ! //----------------------------------------------------------------------------- // wxBitmapDataObject --- 184,188 ---- %endclass ! // --------------------------------------------------------------------------- // wxBitmapDataObject *************** *** 194,198 **** %endclass ! //----------------------------------------------------------------------------- // wxCustomDataObject --- 194,198 ---- %endclass ! // --------------------------------------------------------------------------- // wxCustomDataObject *************** *** 208,212 **** //%endclass ! //----------------------------------------------------------------------------- // wxURLDataObject - is simply wxTextDataObject with a different name --- 208,212 ---- //%endclass ! // --------------------------------------------------------------------------- // wxURLDataObject - is simply wxTextDataObject with a different name *************** *** 224,228 **** %endif //wxLUA_USE_wxDataObject & wxUSE_DATAOBJ ! //----------------------------------------------------------------------------- // wxDropTarget --- 224,228 ---- %endif //wxLUA_USE_wxDataObject & wxUSE_DATAOBJ ! // --------------------------------------------------------------------------- // wxDropTarget *************** *** 262,266 **** %endclass ! //----------------------------------------------------------------------------- // wxFileDropTarget --- 262,266 ---- %endclass ! // --------------------------------------------------------------------------- // wxFileDropTarget *************** *** 272,276 **** //%endclass ! //----------------------------------------------------------------------------- // wxTextDropTarget --- 272,276 ---- //%endclass ! // --------------------------------------------------------------------------- // wxTextDropTarget *************** *** 281,285 **** //%endclass ! //----------------------------------------------------------------------------- // wxDropSource --- 281,285 ---- //%endclass ! // --------------------------------------------------------------------------- // wxDropSource *************** *** 297,301 **** %endclass ! //----------------------------------------------------------------------------- // wxDropFilesEvent --- 297,301 ---- %endclass ! // --------------------------------------------------------------------------- // wxDropFilesEvent *************** *** 317,321 **** %endif //wxLUA_USE_wxDragDrop & wxUSE_DRAG_AND_DROP ! //----------------------------------------------------------------------------- // wxMetafile --- 317,321 ---- %endif //wxLUA_USE_wxDragDrop & wxUSE_DRAG_AND_DROP ! // --------------------------------------------------------------------------- // wxMetafile *************** *** 334,338 **** %endclass ! //----------------------------------------------------------------------------- // wxMetafileDC %class %delete %noclassinfo wxMetafileDC, wxDC --- 334,338 ---- %endclass ! // --------------------------------------------------------------------------- // wxMetafileDC %class %delete %noclassinfo wxMetafileDC, wxDC Index: data.i =================================================================== RCS file: /cvsroot/wxlua/wxLua/bindings/wxwidgets/data.i,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -d -r1.33 -r1.34 *** data.i 14 Jun 2007 23:59:41 -0000 1.33 --- data.i 17 Jun 2007 17:17:37 -0000 1.34 *************** *** 1,3 **** ! // ============================================================================ // Purpose: data classes, wxObject, arrays, lists, hash // Author: J Winwood, John Labenski --- 1,3 ---- ! // =========================================================================== // Purpose: data classes, wxObject, arrays, lists, hash // Author: J Winwood, John Labenski *************** *** 6,13 **** // Licence: wxWidgets licence // wxWidgets: Updated to 2.6.3 ! // ============================================================================ ! //----------------------------------------------------------------------------- // wxString - a stub class for people who need wxString (wxLua uses lua strings) %class %noclassinfo %encapsulate wxString --- 6,16 ---- // Licence: wxWidgets licence // wxWidgets: Updated to 2.6.3 ! // =========================================================================== ! // --------------------------------------------------------------------------- // wxString - a stub class for people who need wxString (wxLua uses lua strings) + // + // NOTE : Any function that takes a wxString can take a lua string. And all + // functions that return wxStrings actually return lua strings. %class %noclassinfo %encapsulate wxString *************** *** 18,22 **** %endclass ! //----------------------------------------------------------------------------- // wxClientData --- 21,25 ---- %endclass ! // --------------------------------------------------------------------------- // wxClientData *************** *** 32,36 **** %endclass ! //----------------------------------------------------------------------------- // wxStringClientData --- 35,39 ---- %endclass ! // --------------------------------------------------------------------------- // wxStringClientData *************** *** 42,46 **** %endclass ! //----------------------------------------------------------------------------- // wxClientDataContainer --- 45,49 ---- %endclass ! // --------------------------------------------------------------------------- // wxClientDataContainer *************** *** 56,60 **** %endclass ! //----------------------------------------------------------------------------- // wxObject --- 59,63 ---- %endclass ! // --------------------------------------------------------------------------- // wxObject *************** *** 89,93 **** %endif //wxLUA_USE_wxObject ! //----------------------------------------------------------------------------- // wxClassInfo --- 92,96 ---- %endif //wxLUA_USE_wxObject ! // --------------------------------------------------------------------------- // wxClassInfo *************** *** 118,122 **** %endif //wxLUA_USE_wxClassInfo ! //----------------------------------------------------------------------------- // wxValidator --- 121,125 ---- %endif //wxLUA_USE_wxClassInfo ! // --------------------------------------------------------------------------- // wxValidator *************** *** 139,143 **** %endclass ! //----------------------------------------------------------------------------- // wxTextValidator --- 142,146 ---- %endclass ! // --------------------------------------------------------------------------- // wxTextValidator *************** *** 176,180 **** %endif //wxLUA_USE_wxTextValidator ! //----------------------------------------------------------------------------- // wxGenericValidator --- 179,183 ---- %endif //wxLUA_USE_wxTextValidator ! // --------------------------------------------------------------------------- // wxGenericValidator *************** *** 211,215 **** %endif //wxLUA_USE_wxValidator & wxUSE_VALIDATORS ! //----------------------------------------------------------------------------- // wxList --- 214,218 ---- %endif //wxLUA_USE_wxValidator & wxUSE_VALIDATORS ! // --------------------------------------------------------------------------- // wxList *************** *** 249,253 **** %endclass ! //----------------------------------------------------------------------------- // wxNode - wxList --- 252,256 ---- %endclass ! // --------------------------------------------------------------------------- // wxNode - wxList *************** *** 281,286 **** %endif //wxLUA_USE_wxList & !wxUSE_STL ! //----------------------------------------------------------------------------- ! // wxArray - can't implement, here's the list of generic functions //%class %noclassinfo wxArray --- 284,289 ---- %endif //wxLUA_USE_wxList & !wxUSE_STL ! // --------------------------------------------------------------------------- ! // wxArray - can't implement is not really a class, here's the list of generic functions //%class %noclassinfo wxArray *************** *** 297,302 **** //%endclass ! //----------------------------------------------------------------------------- // wxArrayInt %if wxLUA_USE_wxArrayInt --- 300,308 ---- //%endclass ! // --------------------------------------------------------------------------- // wxArrayInt + // + // NOTE: Any function that takes a "const wxArrayInt& arr" or "wxArrayInt arr" + // can take a lua table of integers with numeric indexes %if wxLUA_USE_wxArrayInt *************** *** 327,332 **** %endif //wxLUA_USE_wxArrayInt ! //----------------------------------------------------------------------------- // wxArrayString %if wxLUA_USE_wxArrayString --- 333,341 ---- %endif //wxLUA_USE_wxArrayInt ! // --------------------------------------------------------------------------- // wxArrayString + // + // NOTE: Any function that takes a "const wxArrayString& arr" or "wxArrayString arr" + // can take a lua table of strings with numeric indexes %if wxLUA_USE_wxArrayString *************** *** 357,363 **** %endclass ! //----------------------------------------------------------------------------- // wxSortedArrayString ! // Note: We cheat by saying that it's derived from a wxArrayString to not // have to duplicate it's methods. The binder doesn't know any better. --- 366,375 ---- %endclass ! // --------------------------------------------------------------------------- // wxSortedArrayString ! // ! // NOTE: Any function that takes a "const wxSortedArrayString& arr" or "wxSortedArrayString arr" ! // can take a lua table of strings with numeric indexes ! // // Note: We cheat by saying that it's derived from a wxArrayString to not // have to duplicate it's methods. The binder doesn't know any better. *************** *** 372,376 **** %endif //wxLUA_USE_wxArrayString ! //----------------------------------------------------------------------------- // wxStringList - is deprecated in wxWidgets since 2.2 --- 384,388 ---- %endif //wxLUA_USE_wxArrayString ! // --------------------------------------------------------------------------- // wxStringList - is deprecated in wxWidgets since 2.2 *************** *** 387,391 **** //%endif wxLUA_USE_wxStringList ! //----------------------------------------------------------------------------- // wxHashTable - lua tables are hashtables --- 399,403 ---- //%endif wxLUA_USE_wxStringList ! // --------------------------------------------------------------------------- // wxHashTable - lua tables are hashtables *************** *** 418,422 **** //%endif wxLUA_USE_wxHashTable ! //----------------------------------------------------------------------------- // wxLongLong - FIXME it's a typedef so %encapsulate fails on class wxLongLong // Works in GCC --- 430,434 ---- //%endif wxLUA_USE_wxHashTable ! // --------------------------------------------------------------------------- // wxLongLong - FIXME it's a typedef so %encapsulate fails on class wxLongLong // Works in GCC *************** *** 444,448 **** %endclass ! //----------------------------------------------------------------------------- // wxULongLong --- 456,460 ---- %endclass ! // --------------------------------------------------------------------------- // wxULongLong Index: print.i =================================================================== RCS file: /cvsroot/wxlua/wxLua/bindings/wxwidgets/print.i,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** print.i 14 Jun 2007 01:23:09 -0000 1.18 --- print.i 17 Jun 2007 17:17:37 -0000 1.19 *************** *** 1,3 **** ! // ============================================================================ // Purpose: printing related classes // Author: J Winwood, John Labenski --- 1,3 ---- ! // =========================================================================== // Purpose: printing related classes // Author: J Winwood, John Labenski *************** *** 6,10 **** // Licence: wxWidgets licence // wxWidgets: Updated to 2.6.3 ! // ============================================================================ %if wxLUA_USE_wxPrint & wxUSE_PRINTING_ARCHITECTURE --- 6,10 ---- // Licence: wxWidgets licence // wxWidgets: Updated to 2.6.3 ! // =========================================================================== %if wxLUA_USE_wxPrint & wxUSE_PRINTING_ARCHITECTURE *************** *** 15,19 **** %include "wxbind/include/wxlprint.h" ! //----------------------------------------------------------------------------- // wxPrintout --- 15,19 ---- %include "wxbind/include/wxlprint.h" ! // --------------------------------------------------------------------------- // wxPrintout *************** *** 56,60 **** %if wxLUA_USE_wxLuaPrintout ! //----------------------------------------------------------------------------- // wxPrinter --- 56,60 ---- %if wxLUA_USE_wxLuaPrintout ! // --------------------------------------------------------------------------- // wxPrinter *************** *** 81,85 **** %endif //wxLUA_USE_wxLuaPrintout ! //----------------------------------------------------------------------------- // wxPrintData --- 81,85 ---- %endif //wxLUA_USE_wxLuaPrintout ! // --------------------------------------------------------------------------- // wxPrintData *************** *** 311,315 **** %endclass ! //----------------------------------------------------------------------------- // wxPageSetupDialogData --- 311,315 ---- %endclass ! // --------------------------------------------------------------------------- // wxPageSetupDialogData *************** *** 358,362 **** %endclass ! //----------------------------------------------------------------------------- // wxPageSetupDialog --- 358,362 ---- %endclass ! // --------------------------------------------------------------------------- // wxPageSetupDialog *************** *** 372,376 **** %endclass ! //----------------------------------------------------------------------------- // wxPrintDialog --- 372,376 ---- %endclass ! // --------------------------------------------------------------------------- // wxPrintDialog *************** *** 384,388 **** %endclass ! //----------------------------------------------------------------------------- // wxPrintDialogData --- 384,388 ---- %endclass ! // --------------------------------------------------------------------------- // wxPrintDialogData *************** *** 428,432 **** %endclass ! //----------------------------------------------------------------------------- // wxPreviewCanvas --- 428,432 ---- %endclass ! // --------------------------------------------------------------------------- // wxPreviewCanvas *************** *** 436,440 **** %endclass ! //----------------------------------------------------------------------------- // wxPreviewControlBar --- 436,440 ---- %endclass ! // --------------------------------------------------------------------------- // wxPreviewControlBar *************** *** 465,469 **** %endclass ! //----------------------------------------------------------------------------- // wxPrintPreview %if wxLUA_USE_wxLuaPrintout --- 465,469 ---- %endclass ! // --------------------------------------------------------------------------- // wxPrintPreview %if wxLUA_USE_wxLuaPrintout *************** *** 491,495 **** %endclass ! //----------------------------------------------------------------------------- // wxPreviewFrame --- 491,495 ---- %endclass ! // --------------------------------------------------------------------------- // wxPreviewFrame *************** *** 505,509 **** %endif //wxLUA_USE_wxLuaPrintout ! //----------------------------------------------------------------------------- // wxPostScriptDC --- 505,509 ---- %endif //wxLUA_USE_wxLuaPrintout ! // --------------------------------------------------------------------------- // wxPostScriptDC *************** *** 521,525 **** %endif //wxUSE_POSTSCRIPT ! //----------------------------------------------------------------------------- // wxPrinterDC --- 521,525 ---- %endif //wxUSE_POSTSCRIPT ! // --------------------------------------------------------------------------- // wxPrinterDC Index: file.i =================================================================== RCS file: /cvsroot/wxlua/wxLua/bindings/wxwidgets/file.i,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** file.i 11 Jun 2007 03:57:59 -0000 1.24 --- file.i 17 Jun 2007 17:17:37 -0000 1.25 *************** *** 1,3 **** ! // ============================================================================ // Purpose: wxFile, wxDir, wxFileName and file functions // Author: J Winwood, John Labenski --- 1,3 ---- ! // =========================================================================== // Purpose: wxFile, wxDir, wxFileName and file functions // Author: J Winwood, John Labenski *************** *** 6,10 **** // Licence: wxWidgets licence // wxWidgets: Updated to 2.6.3 ! // ============================================================================ %include "wx/filefn.h" --- 6,10 ---- // Licence: wxWidgets licence // wxWidgets: Updated to 2.6.3 ! // =========================================================================== %include "wx/filefn.h" *************** *** 76,80 **** ! //----------------------------------------------------------------------------- // wxPathList --- 76,80 ---- ! // --------------------------------------------------------------------------- // wxPathList *************** *** 101,105 **** %endclass ! //----------------------------------------------------------------------------- // wxFileName // Note: Most of the static methods are not implemented since it is just as --- 101,105 ---- %endclass ! // --------------------------------------------------------------------------- // wxFileName // Note: Most of the static methods are not implemented since it is just as *************** *** 269,273 **** %endif //wxLUA_USE_wxFileName ! //----------------------------------------------------------------------------- // wxFile --- 269,273 ---- %endif //wxLUA_USE_wxFileName ! // --------------------------------------------------------------------------- // wxFile *************** *** 349,353 **** %endclass ! //----------------------------------------------------------------------------- // wxTempFile --- 349,353 ---- %endclass ! // --------------------------------------------------------------------------- // wxTempFile *************** *** 384,388 **** %endif //wxLUA_USE_wxFile & wxUSE_FILE ! //----------------------------------------------------------------------------- // wxDir --- 384,388 ---- %endif //wxLUA_USE_wxFile & wxUSE_FILE ! // --------------------------------------------------------------------------- // wxDir *************** *** 431,435 **** %endif //wxLUA_USE_wxDir ! //----------------------------------------------------------------------------- // wxStreamBase --- 431,435 ---- %endif //wxLUA_USE_wxDir ! // --------------------------------------------------------------------------- // wxStreamBase *************** *** 453,457 **** %endenum ! //----------------------------------------------------------------------------- // wxStreamBase --- 453,457 ---- %endenum ! // --------------------------------------------------------------------------- // wxStreamBase *************** *** 467,471 **** %endclass ! //----------------------------------------------------------------------------- // wxInputStream --- 467,471 ---- %endclass ! // --------------------------------------------------------------------------- // wxInputStream *************** *** 494,498 **** %endclass ! //----------------------------------------------------------------------------- // wxOutputStream --- 494,498 ---- %endclass ! // --------------------------------------------------------------------------- // wxOutputStream *************** *** 513,517 **** %endclass ! //----------------------------------------------------------------------------- // wxFileInputStream --- 513,517 ---- %endclass ! // --------------------------------------------------------------------------- // wxFileInputStream *************** *** 526,530 **** %endclass ! //----------------------------------------------------------------------------- // wxFileOutputStream --- 526,530 ---- %endclass ! // --------------------------------------------------------------------------- // wxFileOutputStream *************** *** 537,541 **** %endclass ! //----------------------------------------------------------------------------- // wxDataInputStream --- 537,541 ---- %endclass ! // --------------------------------------------------------------------------- // wxDataInputStream *************** *** 584,588 **** %endclass ! //----------------------------------------------------------------------------- // wxDataOutputStream --- 584,588 ---- %endclass ! // --------------------------------------------------------------------------- // wxDataOutputStream Index: regex.i =================================================================== RCS file: /cvsroot/wxlua/wxLua/bindings/wxwidgets/regex.i,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** regex.i 1 Jun 2007 18:19:46 -0000 1.9 --- regex.i 17 Jun 2007 17:17:37 -0000 1.10 *************** *** 1,3 **** ! // ============================================================================ // Purpose: wxRegEx // Author: J Winwood, John Labenski --- 1,3 ---- ! // =========================================================================== // Purpose: wxRegEx // Author: J Winwood, John Labenski *************** *** 6,12 **** // Licence: wxWidgets licence // wxWidgets: Updated to 2.6.3 ! // ============================================================================ ! //----------------------------------------------------------------------------- // wxRegEx - Regular expression support --- 6,12 ---- // Licence: wxWidgets licence // wxWidgets: Updated to 2.6.3 ! // =========================================================================== ! // --------------------------------------------------------------------------- // wxRegEx - Regular expression support Index: dialogs.i =================================================================== RCS file: /cvsroot/wxlua/wxLua/bindings/wxwidgets/dialogs.i,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -d -r1.33 -r1.34 *** dialogs.i 14 Jun 2007 01:23:08 -0000 1.33 --- dialogs.i 17 Jun 2007 17:17:37 -0000 1.34 *************** *** 1,3 **** ! // ============================================================================ // Purpose: wxDialog and all dialog classes and functions // Author: J Winwood, John Labenski --- 1,3 ---- ! // =========================================================================== // Purpose: wxDialog and all dialog classes and functions // Author: J Winwood, John Labenski *************** *** 6,10 **** // Licence: wxWidgets licence // wxWidgets: Updated to 2.6.3 ! // ============================================================================ --- 6,10 ---- // Licence: wxWidgets licence // wxWidgets: Updated to 2.6.3 ! // =========================================================================== *************** *** 45,49 **** %endif //%wxchkver_2_8 ! //----------------------------------------------------------------------------- // Dialog functions from wxWidgets functions documentation --- 45,49 ---- %endif //%wxchkver_2_8 ! // --------------------------------------------------------------------------- // Dialog functions from wxWidgets functions documentation *************** *** 76,80 **** // bool wxShowTip(wxWindow *parent, wxTipProvider *tipProvider, bool showAtStartup = true) ! //----------------------------------------------------------------------------- // wxDialog --- 76,80 ---- // bool wxShowTip(wxWindow *parent, wxTipProvider *tipProvider, bool showAtStartup = true) ! // --------------------------------------------------------------------------- // wxDialog *************** *** 120,124 **** %endif // wxLUA_USE_wxDialog ! //----------------------------------------------------------------------------- // wxAboutDialog --- 120,124 ---- %endif // wxLUA_USE_wxDialog ! // --------------------------------------------------------------------------- // wxAboutDialog *************** *** 190,194 **** %endif //%wxchkver_2_8 & wxUSE_ABOUTDLG & wxLUA_USE_wxAboutDialog ! //----------------------------------------------------------------------------- // wxColourDialog --- 190,194 ---- %endif //%wxchkver_2_8 & wxUSE_ABOUTDLG & wxLUA_USE_wxAboutDialog ! // --------------------------------------------------------------------------- // wxColourDialog *************** *** 205,209 **** %endclass ! //----------------------------------------------------------------------------- // wxColourData --- 205,209 ---- %endclass ! // --------------------------------------------------------------------------- // wxColourData *************** *** 224,228 **** %endif // wxLUA_USE_wxColourDialog & wxUSE_COLOURDLG ! //----------------------------------------------------------------------------- // wxFileDialog --- 224,228 ---- %endif // wxLUA_USE_wxColourDialog & wxUSE_COLOURDLG ! // --------------------------------------------------------------------------- // wxFileDialog *************** *** 267,271 **** %endif //wxLUA_USE_wxFileDialog & wxUSE_FILEDLG ! //----------------------------------------------------------------------------- // wxDirDialog --- 267,271 ---- %endif //wxLUA_USE_wxFileDialog & wxUSE_FILEDLG ! // --------------------------------------------------------------------------- // wxDirDialog *************** *** 293,297 **** %endif //wxLUA_USE_wxDirDialog & wxUSE_DIRDLG ! //----------------------------------------------------------------------------- // wxMessageDialog --- 293,297 ---- %endif //wxLUA_USE_wxDirDialog & wxUSE_DIRDLG ! // --------------------------------------------------------------------------- // wxMessageDialog *************** *** 309,313 **** %endif //wxLUA_USE_wxMessageDialog & wxUSE_MSGDLG ! //----------------------------------------------------------------------------- // wxMultiChoiceDialog - use wxGetMultipleChoices --- 309,313 ---- %endif //wxLUA_USE_wxMessageDialog & wxUSE_MSGDLG ! // --------------------------------------------------------------------------- // wxMultiChoiceDialog - use wxGetMultipleChoices *************** *** 324,328 **** %endif //wxUSE_CHOICEDLG & wxLUA_USE_wxMultiChoiceDialog ! //----------------------------------------------------------------------------- // wxSingleChoiceDialog - use wxGetSingleChoice or wxGetSingleChoiceIndex --- 324,328 ---- %endif //wxUSE_CHOICEDLG & wxLUA_USE_wxMultiChoiceDialog ! // --------------------------------------------------------------------------- // wxSingleChoiceDialog - use wxGetSingleChoice or wxGetSingleChoiceIndex *************** *** 342,346 **** %endif //wxUSE_CHOICEDLG & wxLUA_USE_wxSingleChoiceDialog ! //----------------------------------------------------------------------------- // wxTextEntryDialog - see also wxGetTextFromUser --- 342,346 ---- %endif //wxUSE_CHOICEDLG & wxLUA_USE_wxSingleChoiceDialog ! // --------------------------------------------------------------------------- // wxTextEntryDialog - see also wxGetTextFromUser *************** *** 357,361 **** %endclass ! //----------------------------------------------------------------------------- // wxPasswordEntryDialog - see also wxGetPasswordFromUser --- 357,361 ---- %endclass ! // --------------------------------------------------------------------------- // wxPasswordEntryDialog - see also wxGetPasswordFromUser *************** *** 367,371 **** %endif //wxUSE_TEXTDLG & wxLUA_USE_wxTextEntryDialog ! //----------------------------------------------------------------------------- // wxFontDialog --- 367,371 ---- %endif //wxUSE_TEXTDLG & wxLUA_USE_wxTextEntryDialog ! // --------------------------------------------------------------------------- // wxFontDialog *************** *** 381,385 **** %endclass ! //----------------------------------------------------------------------------- // wxFontData - for wxFontDialog --- 381,385 ---- %endclass ! // --------------------------------------------------------------------------- // wxFontData - for wxFontDialog *************** *** 407,411 **** %endif //wxUSE_FONTDLG & wxLUA_USE_wxFontDialog ! //----------------------------------------------------------------------------- // wxFindReplaceDialog --- 407,411 ---- %endif //wxUSE_FONTDLG & wxLUA_USE_wxFontDialog ! // --------------------------------------------------------------------------- // wxFindReplaceDialog *************** *** 430,434 **** %endclass ! //----------------------------------------------------------------------------- // wxFindReplaceData --- 430,434 ---- %endclass ! // --------------------------------------------------------------------------- // wxFindReplaceData *************** *** 450,454 **** %endclass ! //----------------------------------------------------------------------------- // wxFindDialogEvent --- 450,454 ---- %endclass ! // --------------------------------------------------------------------------- // wxFindDialogEvent *************** *** 473,477 **** %endif //wxUSE_FINDREPLDLG & wxLUA_USE_wxFindReplaceDialog ! //----------------------------------------------------------------------------- // wxProgressDialog --- 473,477 ---- %endif //wxUSE_FINDREPLDLG & wxLUA_USE_wxFindReplaceDialog ! // --------------------------------------------------------------------------- // wxProgressDialog *************** *** 502,506 **** %endif //wxUSE_PROGRESSDLG & wxLUA_USE_wxProgressDialog ! //----------------------------------------------------------------------------- // wxTabbedDialog deprecated; use wxNotebook instead // --- 502,506 ---- %endif //wxUSE_PROGRESSDLG & wxLUA_USE_wxProgressDialog ! // --------------------------------------------------------------------------- // wxTabbedDialog deprecated; use wxNotebook instead // *************** *** 513,517 **** ! //----------------------------------------------------------------------------- // wxSplashScreen --- 513,517 ---- ! // --------------------------------------------------------------------------- // wxSplashScreen *************** *** 543,547 **** %endif //wxLUA_USE_wxSplashScreen ! //----------------------------------------------------------------------------- // wxWizard --- 543,547 ---- %endif //wxLUA_USE_wxSplashScreen ! // --------------------------------------------------------------------------- // wxWizard *************** *** 567,571 **** %endclass ! //----------------------------------------------------------------------------- // wxWizardPage - this has virtual functions so it can't be used? --- 567,571 ---- %endclass ! // --------------------------------------------------------------------------- // wxWizardPage - this has virtual functions so it can't be used? *************** *** 578,582 **** %endclass ! //----------------------------------------------------------------------------- // wxWizardPageSimple - use this --- 578,582 ---- %endclass ! // --------------------------------------------------------------------------- // wxWizardPageSimple - use this *************** *** 592,596 **** %endclass ! //----------------------------------------------------------------------------- // wxWizardEvent --- 592,596 ---- %endclass ! // --------------------------------------------------------------------------- // wxWizardEvent Index: geometry.i =================================================================== RCS file: /cvsroot/wxlua/wxLua/bindings/wxwidgets/geometry.i,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** geometry.i 31 May 2007 17:18:46 -0000 1.9 --- geometry.i 17 Jun 2007 17:17:37 -0000 1.10 *************** *** 1,3 **** ! // ============================================================================ // Purpose: wxPoint2DInt, wxRect2DInt and other classes from wx/geometry.h // Author: J Winwood, John Labenski --- 1,3 ---- ! // =========================================================================== // Purpose: wxPoint2DInt, wxRect2DInt and other classes from wx/geometry.h // Author: J Winwood, John Labenski *************** *** 6,10 **** // Licence: wxWidgets licence // wxWidgets: Updated to 2.6.3 ! // ============================================================================ %if wxLUA_USE_Geometry & wxUSE_GEOMETRY --- 6,10 ---- // Licence: wxWidgets licence // wxWidgets: Updated to 2.6.3 ! // =========================================================================== %if wxLUA_USE_Geometry & wxUSE_GEOMETRY *************** *** 21,25 **** %endenum ! //----------------------------------------------------------------------------- // wxPoint2DInt --- 21,25 ---- %endenum ! // --------------------------------------------------------------------------- // wxPoint2DInt *************** *** 65,69 **** %endclass ! //----------------------------------------------------------------------------- // wxPoint2DDouble --- 65,69 ---- %endclass ! // --------------------------------------------------------------------------- // wxPoint2DDouble *************** *** 106,110 **** %endclass ! //----------------------------------------------------------------------------- // wxRect2DDouble --- 106,110 ---- %endclass ! // --------------------------------------------------------------------------- // wxRect2DDouble *************** *** 175,179 **** %endclass ! //----------------------------------------------------------------------------- // wxRect2DInt --- 175,179 ---- %endclass ! // --------------------------------------------------------------------------- // wxRect2DInt *************** *** 250,254 **** %endclass ! //----------------------------------------------------------------------------- // wxTransform2D - an abstract class --- 250,254 ---- %endclass ! // --------------------------------------------------------------------------- // wxTransform2D - an abstract class Index: xml.i =================================================================== RCS file: /cvsroot/wxlua/wxLua/bindings/wxwidgets/xml.i,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** xml.i 14 Jun 2007 01:23:09 -0000 1.12 --- xml.i 17 Jun 2007 17:17:37 -0000 1.13 *************** *** 1,3 **** ! // ============================================================================ // Purpose: XML Resource system from contribs // Author: J Winwood, John Labenski --- 1,3 ---- ! // =========================================================================== // Purpose: XML Resource system from contribs // Author: J Winwood, John Labenski *************** *** 5,9 **** // Copyright: (c) 2001-2002 Lomtick Software. All rights reserved. // Licence: wxWidgets licence ! // ============================================================================ %if wxLUA_USE_wxXMLResource & wxUSE_XML --- 5,9 ---- // Copyright: (c) 2001-2002 Lomtick Software. All rights reserved. // Licence: wxWidgets licence ! // =========================================================================== %if wxLUA_USE_wxXMLResource & wxUSE_XML *************** *** 29,33 **** %endenum ! //----------------------------------------------------------------------------- // wxXmlNode --- 29,33 ---- %endenum ! // --------------------------------------------------------------------------- // wxXmlNode *************** *** 66,70 **** %endclass ! //----------------------------------------------------------------------------- // wxXmlProperty --- 66,70 ---- %endclass ! // --------------------------------------------------------------------------- // wxXmlProperty *************** *** 81,85 **** %endclass ! //----------------------------------------------------------------------------- // wxXmlDocument --- 81,85 ---- %endclass ! // --------------------------------------------------------------------------- // wxXmlDocument *************** *** 107,111 **** %endclass ! //----------------------------------------------------------------------------- // wxXmlResourceHandler --- 107,111 ---- %endclass ! // --------------------------------------------------------------------------- // wxXmlResourceHandler *************** *** 119,123 **** %endenum ! //----------------------------------------------------------------------------- // wxXmlResource --- 119,123 ---- %endenum ! // --------------------------------------------------------------------------- // wxXmlResource Index: windows.i =================================================================== RCS file: /cvsroot/wxlua/wxLua/bindings/wxwidgets/windows.i,v retrieving revision 1.41 retrieving revision 1.42 diff -C2 -d -r1.41 -r1.42 *** windows.i 16 Jun 2007 06:21:43 -0000 1.41 --- windows.i 17 Jun 2007 17:17:37 -0000 1.42 *************** *** 1,3 **** ! // ============================================================================ // Purpose: wxWindow and other container type windows // Author: J Winwood, John Labenski --- 1,3 ---- ! // =========================================================================== // Purpose: wxWindow and other container type windows // Author: J Winwood, John Labenski *************** *** 6,15 **** // Licence: wxWidgets licence // wxWidgets: Updated to 2.6.3 ! // ============================================================================ %wxchkver_2_8 %function wxWindow* wxFindFocusDescendant(wxWindow* ancestor) ! //----------------------------------------------------------------------------- // wxWindowDisabler --- 6,15 ---- // Licence: wxWidgets licence // wxWidgets: Updated to 2.6.3 ! // =========================================================================== %wxchkver_2_8 %function wxWindow* wxFindFocusDescendant(wxWindow* ancestor) ! // --------------------------------------------------------------------------- // wxWindowDisabler *************** *** 21,25 **** %endclass ! //----------------------------------------------------------------------------- // wxWindow %define wxSIMPLE_BORDER --- 21,25 ---- %endclass ! // --------------------------------------------------------------------------- // wxWindow %define wxSIMPLE_BORDER *************** *** 304,308 **** %endclass ! //----------------------------------------------------------------------------- // wxWindowList --- 304,308 ---- %endclass ! // --------------------------------------------------------------------------- // wxWindowList *************** *** 321,325 **** %endif //wxLUA_USE_wxWindowList & !wxUSE_STL ! //----------------------------------------------------------------------------- // wxPanel --- 321,325 ---- %endif //wxLUA_USE_wxWindowList & !wxUSE_STL ! // --------------------------------------------------------------------------- // wxPanel *************** *** 336,340 **** %endclass ! //----------------------------------------------------------------------------- // wxControl --- 336,340 ---- %endclass ! // --------------------------------------------------------------------------- // wxControl *************** *** 355,359 **** ! //----------------------------------------------------------------------------- // wxBookCtrlBase --- 355,359 ---- ! // --------------------------------------------------------------------------- // wxBookCtrlBase *************** *** 421,425 **** %endclass ! //----------------------------------------------------------------------------- // wxBookCtrlBaseEvent --- 421,425 ---- %endclass ! // --------------------------------------------------------------------------- // wxBookCtrlBaseEvent *************** *** 435,439 **** %endif //wxLUA_USE_wxNotebook & wxUSE_BOOKCTRL ! //----------------------------------------------------------------------------- // wxNotebook --- 435,439 ---- %endif //wxLUA_USE_wxNotebook & wxUSE_BOOKCTRL ! // --------------------------------------------------------------------------- // wxNotebook *************** *** 497,501 **** %endclass ! //----------------------------------------------------------------------------- // wxNotebookEvent --- 497,501 ---- %endclass ! // --------------------------------------------------------------------------- // wxNotebookEvent *************** *** 515,519 **** %endif //wxLUA_USE_wxNotebook & wxUSE_NOTEBOOK ! //----------------------------------------------------------------------------- // wxListbook --- 515,519 ---- %endif //wxLUA_USE_wxNotebook & wxUSE_NOTEBOOK ! // --------------------------------------------------------------------------- // wxListbook *************** *** 541,545 **** %endclass ! //----------------------------------------------------------------------------- // wxListbookEvent --- 541,545 ---- %endclass ! // --------------------------------------------------------------------------- // wxListbookEvent *************** *** 559,563 **** %endif //wxLUA_USE_wxNotebook & wxLUA_USE_wxListCtrl & wxUSE_LISTBOOK ! //----------------------------------------------------------------------------- // wxChoicebook --- 559,563 ---- %endif //wxLUA_USE_wxNotebook & wxLUA_USE_wxListCtrl & wxUSE_LISTBOOK ! // --------------------------------------------------------------------------- // wxChoicebook *************** *** 585,589 **** %endclass ! //----------------------------------------------------------------------------- // wxChoicebookEvent --- 585,589 ---- %endclass ! // --------------------------------------------------------------------------- // wxChoicebookEvent *************** *** 603,607 **** %endif //wxLUA_USE_wxNotebook & wxLUA_USE_wxChoice & wxUSE_CHOICEBOOK ! //----------------------------------------------------------------------------- // wxTabCtrl --- 603,607 ---- %endif //wxLUA_USE_wxNotebook & wxLUA_USE_wxChoice & wxUSE_CHOICEBOOK ! // --------------------------------------------------------------------------- // wxTabCtrl *************** *** 645,649 **** %endclass ! //----------------------------------------------------------------------------- // wxTabEvent --- 645,649 ---- %endclass ! // --------------------------------------------------------------------------- // wxTabEvent *************** *** 657,661 **** %endif //%wxchkver_2_4 & %msw & wxLUA_USE_wxTabCtrl & wxUSE_TAB_DIALOG ! //----------------------------------------------------------------------------- // wxSashWindow --- 657,661 ---- %endif //%wxchkver_2_4 & %msw & wxLUA_USE_wxTabCtrl & wxUSE_TAB_DIALOG ! // --------------------------------------------------------------------------- // wxSashWindow *************** *** 701,705 **** %endclass ! //----------------------------------------------------------------------------- // wxSashLayoutWindow --- 701,705 ---- %endclass ! // --------------------------------------------------------------------------- // wxSashLayoutWindow *************** *** 733,737 **** %endclass ! //----------------------------------------------------------------------------- // wxLayoutAlgorithm - for wxSashLayoutWindow --- 733,737 ---- %endclass ! // --------------------------------------------------------------------------- // wxLayoutAlgorithm - for wxSashLayoutWindow *************** *** 746,750 **** %endclass ! //----------------------------------------------------------------------------- // wxQueryLayoutInfoEvent - for wxSashLayoutWindow --- 746,750 ---- %endclass ! // --------------------------------------------------------------------------- // wxQueryLayoutInfoEvent - for wxSashLayoutWindow *************** *** 768,772 **** %endclass ! //----------------------------------------------------------------------------- // wxCalculateLayoutEvent - for wxSashLayoutWindow --- 768,772 ---- %endclass ! // --------------------------------------------------------------------------- // wxCalculateLayoutEvent - for wxSashLayoutWindow *************** *** 784,788 **** %endclass ! //----------------------------------------------------------------------------- // wxSashEvent --- 784,788 ---- %endclass ! // --------------------------------------------------------------------------- // wxSashEvent *************** *** 802,806 **** %endif //wxLUA_USE_wxSashWindow & wxUSE_SASH ! //----------------------------------------------------------------------------- // wxScrolledWindow --- 802,806 ---- %endif //wxLUA_USE_wxSashWindow & wxUSE_SASH ! // --------------------------------------------------------------------------- // wxScrolledWindow *************** *** 846,850 **** %endif //wxLUA_USE_wxScrolledWindow ! //----------------------------------------------------------------------------- // wxSplitterWindow --- 846,850 ---- %endif //wxLUA_USE_wxScrolledWindow ! // --------------------------------------------------------------------------- // wxSplitterWindow *************** *** 890,894 **** %endclass ! //----------------------------------------------------------------------------- // wxSplitterEvent --- 890,894 ---- %endclass ! // --------------------------------------------------------------------------- // wxSplitterEvent *************** *** 910,914 **** %endif //wxLUA_USE_wxSplitterWindow ! //----------------------------------------------------------------------------- // wxStaticBox --- 910,914 ---- %endif //wxLUA_USE_wxSplitterWindow ! // --------------------------------------------------------------------------- // wxStaticBox *************** *** 926,930 **** %endif //wxLUA_USE_wxStaticBox & wxUSE_STATBOX ! //----------------------------------------------------------------------------- // wxStaticBitmap --- 926,930 ---- %endif //wxLUA_USE_wxStaticBox & wxUSE_STATBOX ! // --------------------------------------------------------------------------- // wxStaticBitmap *************** *** 944,948 **** %endif //wxLUA_USE_wxStaticBitmap & wxUSE_STATBMP ! //----------------------------------------------------------------------------- // wxStaticText --- 944,948 ---- %endif //wxLUA_USE_wxStaticBitmap & wxUSE_STATBMP ! // --------------------------------------------------------------------------- // wxStaticText *************** *** 967,971 **** %endif //wxLUA_USE_wxStaticText & wxUSE_STATTEXT ! //----------------------------------------------------------------------------- // wxStaticLine... [truncated message content] |