fxruby 1.6.25-x86-mingw32 → 1.6.26.pre1-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- data/.gitignore +7 -7
- data/History.txt +6 -0
- data/Manifest.txt +232 -232
- data/README.rdoc +1 -1
- data/Rakefile +18 -18
- data/Rakefile.cross +4 -4
- data/ext/{fox16 → fox16_c}/FXRbApp.cpp +0 -0
- data/ext/{fox16 → fox16_c}/FXRbDataTarget.cpp +0 -0
- data/ext/{fox16 → fox16_c}/FXRbGLViewer.cpp +0 -0
- data/ext/{fox16 → fox16_c}/FXRuby.cpp +8 -3
- data/ext/{fox16 → fox16_c}/MANIFEST +0 -0
- data/ext/{fox16 → fox16_c}/extconf.rb +1 -1
- data/ext/{fox16 → fox16_c}/impl.cpp +0 -0
- data/ext/{fox16 → fox16_c}/include/FXMemoryBuffer.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRb4Splitter.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRb7Segment.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbAccelTable.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbApp.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbAppVirtuals.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbArrowButton.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbBMPIcon.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbBMPImage.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbBitmap.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbBitmapFrame.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbBitmapView.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbBitmapVirtuals.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbButton.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbCURCursor.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbCanvas.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbCheckButton.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbChoiceBox.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbColorBar.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbColorDialog.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbColorList.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbColorRing.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbColorSelector.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbColorWell.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbColorWheel.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbComboBox.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbCommon.h +4 -0
- data/ext/{fox16 → fox16_c}/include/FXRbComposite.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbCursor.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbCursorVirtuals.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbDC.h +4 -4
- data/ext/{fox16 → fox16_c}/include/FXRbDCPrint.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbDCVirtuals.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbDCWindow.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbDataTarget.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbDebugTarget.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbDelegator.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbDial.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbDialogBox.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbDialogBoxVirtuals.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbDict.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbDirBox.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbDirDialog.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbDirList.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbDirSelector.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbDockBar.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbDockBarVirtuals.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbDockHandler.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbDockSite.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbDockSiteVirtuals.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbDockTitle.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbDocument.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbDragCorner.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbDrawable.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbDrawableVirtuals.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbDriveBox.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbFileDialog.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbFileDict.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbFileDictVirtuals.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbFileList.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbFileSelector.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbFoldingItemVirtuals.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbFoldingList.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbFoldingListVirtuals.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbFont.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbFontDialog.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbFontSelector.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbFontVirtuals.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbFrame.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbGIFCursor.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbGIFIcon.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbGIFImage.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbGLCanvas.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbGLCanvasVirtuals.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbGLContext.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbGLObject.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbGLObjectVirtuals.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbGLShape.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbGLShapeVirtuals.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbGLViewer.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbGLViewerVirtuals.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbGLVisual.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbGradientBar.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbGroupBox.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbHeader.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbHeaderItemVirtuals.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbHorizontalFrame.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbICOIcon.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbICOImage.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbIcon.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbIconItemVirtuals.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbIconList.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbIconListVirtuals.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbIconSource.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbIconSourceVirtuals.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbId.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbIdVirtuals.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbImage.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbImageFrame.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbImageView.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbImageVirtuals.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbInputDialog.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbJPGIcon.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbJPGImage.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbKnob.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbLabel.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbList.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbListBox.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbListBoxVirtuals.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbListItemVirtuals.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbListVirtuals.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbMDIButton.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbMDIChild.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbMDIChildVirtuals.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbMDIClient.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbMDIClientVirtuals.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbMainWindow.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbMatrix.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbMenuBar.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbMenuButton.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbMenuCaption.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbMenuCascade.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbMenuCheck.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbMenuCommand.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbMenuPane.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbMenuRadio.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbMenuSeparator.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbMenuTitle.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbMessageBox.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbObject.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbObjectVirtuals.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbOptionMenu.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbPCXIcon.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbPCXImage.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbPNGIcon.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbPNGImage.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbPPMIcon.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbPPMImage.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbPacker.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbPicker.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbPopup.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbPopupVirtuals.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbPrintDialog.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbProgressBar.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbProgressDialog.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbRGBIcon.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbRGBImage.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbRadioButton.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbRealSlider.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbRealSpinner.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbRealSpinnerVirtuals.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbRecentFiles.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbRegistry.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbReplaceDialog.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbRootWindow.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbRuler.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbRulerView.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbScintilla.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbScrollArea.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbScrollAreaVirtuals.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbScrollBar.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbScrollPane.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbScrollWindow.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbSearchDialog.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbSeparator.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbSettings.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbShell.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbShutter.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbShutterVirtuals.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbSlider.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbSpinner.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbSpinnerVirtuals.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbSplashWindow.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbSplitter.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbSpring.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbStatusBar.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbStatusLine.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbStream.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbStreamVirtuals.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbStringDict.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbSwitcher.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbTGAIcon.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbTGAImage.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbTIFIcon.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbTIFImage.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbTabBar.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbTabBarVirtuals.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbTabBook.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbTabItem.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbTable.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbTableItemVirtuals.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbTableVirtuals.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbText.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbTextField.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbTextVirtuals.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbToggleButton.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbToolBar.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbToolBarGrip.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbToolBarShell.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbToolBarTab.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbToolTip.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbTopWindow.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbTopWindowVirtuals.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbTranslator.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbTranslatorVirtuals.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbTreeItemVirtuals.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbTreeList.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbTreeListBox.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbTreeListBoxVirtuals.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbTreeListVirtuals.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbTriStateButton.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbVerticalFrame.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbVisual.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbWindow.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbWindowVirtuals.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbWizard.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbXBMIcon.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbXBMImage.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbXPMIcon.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbXPMImage.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRuby.h +24 -2
- data/ext/{fox16 → fox16_c}/include/impl.h +0 -0
- data/ext/{fox16 → fox16_c}/make_impl.rb +0 -0
- data/ext/{fox16 → fox16_c}/markfuncs.cpp +0 -0
- data/ext/{fox16 → fox16_c}/unregisterOwnedObjects.cpp +0 -0
- data/lib/1.8/{fox16.so → fox16_c.so} +0 -0
- data/lib/1.9/{fox16.so → fox16_c.so} +0 -0
- data/lib/fox16.rb +3 -3
- data/lib/fox16/version.rb +1 -1
- data/swig-interfaces/FXApp.i +1 -1
- data/swig-interfaces/FXBMPIcon.i +2 -2
- data/swig-interfaces/FXBMPImage.i +2 -2
- data/swig-interfaces/FXCURCursor.i +1 -1
- data/swig-interfaces/FXFileDialog.i +6 -6
- data/swig-interfaces/FXFileSelector.i +3 -3
- data/swig-interfaces/FXGIFCursor.i +1 -1
- data/swig-interfaces/FXGIFIcon.i +2 -2
- data/swig-interfaces/FXGIFImage.i +2 -2
- data/swig-interfaces/FXICOIcon.i +2 -2
- data/swig-interfaces/FXICOImage.i +2 -2
- data/swig-interfaces/FXJPGIcon.i +2 -2
- data/swig-interfaces/FXJPGImage.i +2 -2
- data/swig-interfaces/FXPCXIcon.i +2 -2
- data/swig-interfaces/FXPCXImage.i +2 -2
- data/swig-interfaces/FXPNGIcon.i +2 -2
- data/swig-interfaces/FXPNGImage.i +2 -2
- data/swig-interfaces/FXPPMIcon.i +2 -2
- data/swig-interfaces/FXPPMImage.i +2 -2
- data/swig-interfaces/FXRGBIcon.i +2 -2
- data/swig-interfaces/FXRGBImage.i +2 -2
- data/swig-interfaces/FXScintilla.i +2 -2
- data/swig-interfaces/FXTGAIcon.i +2 -2
- data/swig-interfaces/FXTGAImage.i +2 -2
- data/swig-interfaces/FXTIFIcon.i +2 -2
- data/swig-interfaces/FXTIFImage.i +2 -2
- data/swig-interfaces/FXTable.i +1 -1
- data/swig-interfaces/FXText.i +5 -5
- data/swig-interfaces/FXXBMIcon.i +2 -2
- data/swig-interfaces/FXXBMImage.i +2 -2
- data/swig-interfaces/FXXPMIcon.i +2 -2
- data/swig-interfaces/FXXPMImage.i +2 -2
- data/swig-interfaces/fxdefs.i +1 -1
- data/swig-interfaces/ruby-typemaps.i +3 -3
- data/test/TC_FXComboBox.rb +9 -0
- data/test/TC_FXList.rb +9 -0
- data/test/TC_FXText.rb +9 -0
- metadata +268 -265
@@ -70,10 +70,10 @@ public:
|
|
70
70
|
if (filenames) {
|
71
71
|
register FXString *p = filenames;
|
72
72
|
while ((*p) != FXString::null) {
|
73
|
-
rb_ary_push(result,
|
74
|
-
|
73
|
+
rb_ary_push(result, to_ruby(*p));
|
74
|
+
p++;
|
75
75
|
}
|
76
|
-
|
76
|
+
delete [] filenames;
|
77
77
|
}
|
78
78
|
return result;
|
79
79
|
}
|
@@ -239,10 +239,10 @@ public:
|
|
239
239
|
if (filenames) {
|
240
240
|
register FXString *p = filenames;
|
241
241
|
while ((*p) != FXString::null) {
|
242
|
-
rb_ary_push(result,
|
243
|
-
|
242
|
+
rb_ary_push(result, to_ruby(*p));
|
243
|
+
p++;
|
244
244
|
}
|
245
|
-
|
245
|
+
delete [] filenames;
|
246
246
|
}
|
247
247
|
return result;
|
248
248
|
}
|
@@ -167,10 +167,10 @@ public:
|
|
167
167
|
if (filenames) {
|
168
168
|
register FXString *p = filenames;
|
169
169
|
while ((*p) != FXString::null) {
|
170
|
-
rb_ary_push(result,
|
171
|
-
|
170
|
+
rb_ary_push(result, to_ruby(*p));
|
171
|
+
p++;
|
172
172
|
}
|
173
|
-
|
173
|
+
delete [] filenames;
|
174
174
|
}
|
175
175
|
return result;
|
176
176
|
}
|
data/swig-interfaces/FXGIFIcon.i
CHANGED
@@ -28,10 +28,10 @@ protected:
|
|
28
28
|
public:
|
29
29
|
%extend {
|
30
30
|
static VALUE fileExt() {
|
31
|
-
return
|
31
|
+
return to_ruby(FXGIFIcon::fileExt);
|
32
32
|
}
|
33
33
|
static VALUE mimeType() {
|
34
|
-
return
|
34
|
+
return to_ruby(FXGIFIcon::mimeType);
|
35
35
|
}
|
36
36
|
}
|
37
37
|
public:
|
@@ -28,10 +28,10 @@ protected:
|
|
28
28
|
public:
|
29
29
|
%extend {
|
30
30
|
static VALUE fileExt() {
|
31
|
-
return
|
31
|
+
return to_ruby(FXGIFImage::fileExt);
|
32
32
|
}
|
33
33
|
static VALUE mimeType() {
|
34
|
-
return
|
34
|
+
return to_ruby(FXGIFImage::mimeType);
|
35
35
|
}
|
36
36
|
}
|
37
37
|
public:
|
data/swig-interfaces/FXICOIcon.i
CHANGED
@@ -28,10 +28,10 @@ protected:
|
|
28
28
|
public:
|
29
29
|
%extend {
|
30
30
|
static VALUE fileExt() {
|
31
|
-
return
|
31
|
+
return to_ruby(FXICOIcon::fileExt);
|
32
32
|
}
|
33
33
|
static VALUE mimeType() {
|
34
|
-
return
|
34
|
+
return to_ruby(FXICOIcon::mimeType);
|
35
35
|
}
|
36
36
|
}
|
37
37
|
public:
|
@@ -28,10 +28,10 @@ protected:
|
|
28
28
|
public:
|
29
29
|
%extend {
|
30
30
|
static VALUE fileExt() {
|
31
|
-
return
|
31
|
+
return to_ruby(FXICOImage::fileExt);
|
32
32
|
}
|
33
33
|
static VALUE mimeType() {
|
34
|
-
return
|
34
|
+
return to_ruby(FXICOImage::mimeType);
|
35
35
|
}
|
36
36
|
}
|
37
37
|
public:
|
data/swig-interfaces/FXJPGIcon.i
CHANGED
@@ -31,11 +31,11 @@ protected:
|
|
31
31
|
public:
|
32
32
|
%extend {
|
33
33
|
static VALUE fileExt() {
|
34
|
-
return
|
34
|
+
return to_ruby(FXJPGIcon::fileExt);
|
35
35
|
}
|
36
36
|
|
37
37
|
static VALUE mimeType() {
|
38
|
-
return
|
38
|
+
return to_ruby(FXJPGIcon::mimeType);
|
39
39
|
}
|
40
40
|
|
41
41
|
/// True if format is supported
|
@@ -31,11 +31,11 @@ protected:
|
|
31
31
|
public:
|
32
32
|
%extend {
|
33
33
|
static VALUE fileExt() {
|
34
|
-
return
|
34
|
+
return to_ruby(FXJPGImage::fileExt);
|
35
35
|
}
|
36
36
|
|
37
37
|
static VALUE mimeType() {
|
38
|
-
return
|
38
|
+
return to_ruby(FXJPGImage::mimeType);
|
39
39
|
}
|
40
40
|
|
41
41
|
/// True if format is supported
|
data/swig-interfaces/FXPCXIcon.i
CHANGED
@@ -28,11 +28,11 @@ protected:
|
|
28
28
|
public:
|
29
29
|
%extend {
|
30
30
|
static VALUE fileExt() {
|
31
|
-
return
|
31
|
+
return to_ruby(FXPCXIcon::fileExt);
|
32
32
|
}
|
33
33
|
|
34
34
|
static VALUE mimeType() {
|
35
|
-
return
|
35
|
+
return to_ruby(FXPCXIcon::mimeType);
|
36
36
|
}
|
37
37
|
}
|
38
38
|
public:
|
@@ -28,11 +28,11 @@ protected:
|
|
28
28
|
public:
|
29
29
|
%extend {
|
30
30
|
static VALUE fileExt() {
|
31
|
-
return
|
31
|
+
return to_ruby(FXPCXImage::fileExt);
|
32
32
|
}
|
33
33
|
|
34
34
|
static VALUE mimeType() {
|
35
|
-
return
|
35
|
+
return to_ruby(FXPCXImage::mimeType);
|
36
36
|
}
|
37
37
|
}
|
38
38
|
public:
|
data/swig-interfaces/FXPNGIcon.i
CHANGED
@@ -29,11 +29,11 @@ protected:
|
|
29
29
|
public:
|
30
30
|
%extend {
|
31
31
|
static VALUE fileExt() {
|
32
|
-
return
|
32
|
+
return to_ruby(FXPNGIcon::fileExt);
|
33
33
|
}
|
34
34
|
|
35
35
|
static VALUE mimeType() {
|
36
|
-
return
|
36
|
+
return to_ruby(FXPNGIcon::mimeType);
|
37
37
|
}
|
38
38
|
|
39
39
|
/// True if format is supported
|
@@ -29,11 +29,11 @@ protected:
|
|
29
29
|
public:
|
30
30
|
%extend {
|
31
31
|
static VALUE fileExt() {
|
32
|
-
return
|
32
|
+
return to_ruby(FXPNGImage::fileExt);
|
33
33
|
}
|
34
34
|
|
35
35
|
static VALUE mimeType() {
|
36
|
-
return
|
36
|
+
return to_ruby(FXPNGImage::mimeType);
|
37
37
|
}
|
38
38
|
|
39
39
|
/// True if format is supported
|
data/swig-interfaces/FXPPMIcon.i
CHANGED
@@ -28,11 +28,11 @@ protected:
|
|
28
28
|
public:
|
29
29
|
%extend {
|
30
30
|
static VALUE fileExt() {
|
31
|
-
return
|
31
|
+
return to_ruby(FXPPMIcon::fileExt);
|
32
32
|
}
|
33
33
|
|
34
34
|
static VALUE mimeType() {
|
35
|
-
return
|
35
|
+
return to_ruby(FXPPMIcon::mimeType);
|
36
36
|
}
|
37
37
|
}
|
38
38
|
public:
|
@@ -28,11 +28,11 @@ protected:
|
|
28
28
|
public:
|
29
29
|
%extend {
|
30
30
|
static VALUE fileExt() {
|
31
|
-
return
|
31
|
+
return to_ruby(FXPPMImage::fileExt);
|
32
32
|
}
|
33
33
|
|
34
34
|
static VALUE mimeType() {
|
35
|
-
return
|
35
|
+
return to_ruby(FXPPMImage::mimeType);
|
36
36
|
}
|
37
37
|
}
|
38
38
|
public:
|
data/swig-interfaces/FXRGBIcon.i
CHANGED
@@ -28,11 +28,11 @@ protected:
|
|
28
28
|
public:
|
29
29
|
%extend {
|
30
30
|
static VALUE fileExt() {
|
31
|
-
return
|
31
|
+
return to_ruby(FXRGBIcon::fileExt);
|
32
32
|
}
|
33
33
|
|
34
34
|
static VALUE mimeType() {
|
35
|
-
return
|
35
|
+
return to_ruby(FXRGBIcon::mimeType);
|
36
36
|
}
|
37
37
|
}
|
38
38
|
public:
|
@@ -28,11 +28,11 @@ protected:
|
|
28
28
|
public:
|
29
29
|
%extend {
|
30
30
|
static VALUE fileExt() {
|
31
|
-
return
|
31
|
+
return to_ruby(FXRGBImage::fileExt);
|
32
32
|
}
|
33
33
|
|
34
34
|
static VALUE mimeType() {
|
35
|
-
return
|
35
|
+
return to_ruby(FXRGBImage::mimeType);
|
36
36
|
}
|
37
37
|
}
|
38
38
|
public:
|
@@ -40,10 +40,10 @@ struct SCNotification {
|
|
40
40
|
// Need to be careful about when this field's value is actually defined
|
41
41
|
VALUE text() const {
|
42
42
|
if (self->nmhdr.code==SCN_MODIFIED){
|
43
|
-
return (self->text) ?
|
43
|
+
return (self->text) ? to_ruby(self->text,self->length) : Qnil;
|
44
44
|
}
|
45
45
|
else if (self->nmhdr.code==SCN_USERLISTSELECTION || self->nmhdr.code==SCN_URIDROPPED){
|
46
|
-
return (self->text) ?
|
46
|
+
return (self->text) ? to_ruby(self->text) : Qnil;
|
47
47
|
} else {
|
48
48
|
return Qnil;
|
49
49
|
}
|
data/swig-interfaces/FXTGAIcon.i
CHANGED
@@ -28,11 +28,11 @@ protected:
|
|
28
28
|
public:
|
29
29
|
%extend {
|
30
30
|
static VALUE fileExt() {
|
31
|
-
return
|
31
|
+
return to_ruby(FXTGAIcon::fileExt);
|
32
32
|
}
|
33
33
|
|
34
34
|
static VALUE mimeType() {
|
35
|
-
return
|
35
|
+
return to_ruby(FXTGAIcon::mimeType);
|
36
36
|
}
|
37
37
|
}
|
38
38
|
public:
|
@@ -28,11 +28,11 @@ protected:
|
|
28
28
|
public:
|
29
29
|
%extend {
|
30
30
|
static VALUE fileExt() {
|
31
|
-
return
|
31
|
+
return to_ruby(FXTGAImage::fileExt);
|
32
32
|
}
|
33
33
|
|
34
34
|
static VALUE mimeType() {
|
35
|
-
return
|
35
|
+
return to_ruby(FXTGAImage::mimeType);
|
36
36
|
}
|
37
37
|
}
|
38
38
|
public:
|
data/swig-interfaces/FXTIFIcon.i
CHANGED
@@ -31,11 +31,11 @@ protected:
|
|
31
31
|
public:
|
32
32
|
%extend {
|
33
33
|
static VALUE fileExt() {
|
34
|
-
return
|
34
|
+
return to_ruby(FXTIFIcon::fileExt);
|
35
35
|
}
|
36
36
|
|
37
37
|
static VALUE mimeType() {
|
38
|
-
return
|
38
|
+
return to_ruby(FXTIFIcon::mimeType);
|
39
39
|
}
|
40
40
|
|
41
41
|
/// True if format is supported
|
@@ -31,11 +31,11 @@ protected:
|
|
31
31
|
public:
|
32
32
|
%extend {
|
33
33
|
static VALUE fileExt() {
|
34
|
-
return
|
34
|
+
return to_ruby(FXTIFImage::fileExt);
|
35
35
|
}
|
36
36
|
|
37
37
|
static VALUE mimeType() {
|
38
|
-
return
|
38
|
+
return to_ruby(FXTIFImage::mimeType);
|
39
39
|
}
|
40
40
|
|
41
41
|
/// True if format is supported
|
data/swig-interfaces/FXTable.i
CHANGED
@@ -656,7 +656,7 @@ public:
|
|
656
656
|
VALUE result;
|
657
657
|
if(startrow<0 || startcol<0 || self->getNumRows()<=endrow || self->getNumColumns()<=endcol) rb_raise(rb_eIndexError,"index out of bounds");
|
658
658
|
self->extractText(str,startrow,endrow,startcol,endcol,cs,rs);
|
659
|
-
result=
|
659
|
+
result=to_ruby(str);
|
660
660
|
return result;
|
661
661
|
}
|
662
662
|
|
data/swig-interfaces/FXText.i
CHANGED
@@ -81,10 +81,10 @@ struct FXTextChange {
|
|
81
81
|
FXint nins; /// Number characters inserted at position
|
82
82
|
%extend {
|
83
83
|
VALUE ins() const {
|
84
|
-
return
|
84
|
+
return to_ruby(self->ins,self->nins);
|
85
85
|
}
|
86
86
|
VALUE del() const {
|
87
|
-
return
|
87
|
+
return to_ruby(self->del,self->ndel);
|
88
88
|
}
|
89
89
|
}
|
90
90
|
};
|
@@ -488,7 +488,7 @@ public:
|
|
488
488
|
VALUE str;
|
489
489
|
FXString buffer;
|
490
490
|
self->extractText(buffer,pos,n);
|
491
|
-
str=
|
491
|
+
str=to_ruby(buffer.text(),n);
|
492
492
|
return str;
|
493
493
|
}
|
494
494
|
|
@@ -498,8 +498,8 @@ public:
|
|
498
498
|
VALUE str=Qnil;
|
499
499
|
if(self->isStyled()){
|
500
500
|
self->extractStyle(style,pos,n);
|
501
|
-
str=
|
502
|
-
|
501
|
+
str=to_ruby(style.text(),n);
|
502
|
+
}
|
503
503
|
return str;
|
504
504
|
}
|
505
505
|
|
data/swig-interfaces/FXXBMIcon.i
CHANGED
@@ -28,11 +28,11 @@ protected:
|
|
28
28
|
public:
|
29
29
|
%extend {
|
30
30
|
static VALUE fileExt() {
|
31
|
-
return
|
31
|
+
return to_ruby(FXXBMIcon::fileExt);
|
32
32
|
}
|
33
33
|
|
34
34
|
static VALUE mimeType() {
|
35
|
-
return
|
35
|
+
return to_ruby(FXXBMIcon::mimeType);
|
36
36
|
}
|
37
37
|
}
|
38
38
|
public:
|
@@ -28,11 +28,11 @@ protected:
|
|
28
28
|
public:
|
29
29
|
%extend {
|
30
30
|
static VALUE fileExt() {
|
31
|
-
return
|
31
|
+
return to_ruby(FXXBMImage::fileExt);
|
32
32
|
}
|
33
33
|
|
34
34
|
static VALUE mimeType() {
|
35
|
-
return
|
35
|
+
return to_ruby(FXXBMImage::mimeType);
|
36
36
|
}
|
37
37
|
}
|
38
38
|
public:
|
data/swig-interfaces/FXXPMIcon.i
CHANGED
@@ -28,11 +28,11 @@ protected:
|
|
28
28
|
public:
|
29
29
|
%extend {
|
30
30
|
static VALUE fileExt() {
|
31
|
-
return
|
31
|
+
return to_ruby(FXXPMIcon::fileExt);
|
32
32
|
}
|
33
33
|
|
34
34
|
static VALUE mimeType() {
|
35
|
-
return
|
35
|
+
return to_ruby(FXXPMIcon::mimeType);
|
36
36
|
}
|
37
37
|
}
|
38
38
|
public:
|
@@ -28,11 +28,11 @@ protected:
|
|
28
28
|
public:
|
29
29
|
%extend {
|
30
30
|
static VALUE fileExt() {
|
31
|
-
return
|
31
|
+
return to_ruby(FXXPMImage::fileExt);
|
32
32
|
}
|
33
33
|
|
34
34
|
static VALUE mimeType() {
|
35
|
-
return
|
35
|
+
return to_ruby(FXXPMImage::mimeType);
|
36
36
|
}
|
37
37
|
}
|
38
38
|
public:
|