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
data/swig-interfaces/fxdefs.i
CHANGED
@@ -408,7 +408,7 @@ FXbool fxisconsole(const FXchar *path);
|
|
408
408
|
/// Version number that the library has been compiled with
|
409
409
|
VALUE _fxversion(){
|
410
410
|
FXString version=FXStringFormat("%d.%d.%d",fxversion[0],fxversion[1],fxversion[2]);
|
411
|
-
return
|
411
|
+
return to_ruby(version);
|
412
412
|
}
|
413
413
|
%}
|
414
414
|
|
@@ -106,13 +106,13 @@ inline FXbool to_FXbool(VALUE obj){
|
|
106
106
|
%typemap(out) FXbool "$result = $1 ? Qtrue : Qfalse;";
|
107
107
|
|
108
108
|
/* Convert FXString struct members to Ruby strings */
|
109
|
-
%typemap(out) FXString * "$result =
|
109
|
+
%typemap(out) FXString * "$result = to_ruby($1->text());";
|
110
110
|
|
111
111
|
/* Convert FXString return values to Ruby strings */
|
112
|
-
%typemap(out) FXString "$result =
|
112
|
+
%typemap(out) FXString "$result = to_ruby($1.text());";
|
113
113
|
|
114
114
|
/* Convert const FXString& return values to Ruby strings */
|
115
|
-
%typemap(out) const FXString& "$result =
|
115
|
+
%typemap(out) const FXString& "$result = to_ruby($1->text());";
|
116
116
|
|
117
117
|
/**
|
118
118
|
* Used by constructors for icons and images that require an array
|
data/test/TC_FXComboBox.rb
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
#encoding: utf-8
|
1
2
|
require 'test/unit'
|
2
3
|
require 'testcase'
|
3
4
|
require 'fox16'
|
@@ -59,5 +60,13 @@ class TC_FXComboBox < Fox::TestCase
|
|
59
60
|
assert_equal("two", items[1])
|
60
61
|
assert_equal("three", items[2])
|
61
62
|
end
|
63
|
+
|
64
|
+
if ''.respond_to?(:encoding)
|
65
|
+
def test_encoding
|
66
|
+
assert_equal(3, @comboBox.fillItems(%w{"世界 線航跡 蔵"}))
|
67
|
+
assert_equal(Encoding::UTF_8, @comboBox.getItem(2).encoding)
|
68
|
+
assert_equal('線航跡', @comboBox.getItem(1))
|
69
|
+
end
|
70
|
+
end
|
62
71
|
end
|
63
72
|
|
data/test/TC_FXList.rb
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
#encoding: utf-8
|
1
2
|
require 'test/unit'
|
2
3
|
require 'testcase'
|
3
4
|
require 'fox16'
|
@@ -113,4 +114,12 @@ class TC_FXList < Fox::TestCase
|
|
113
114
|
@list.makeItemVisible(3)
|
114
115
|
}
|
115
116
|
end
|
117
|
+
|
118
|
+
if ''.respond_to?(:encoding)
|
119
|
+
def test_encoding
|
120
|
+
@list.appendItem("世界線航跡蔵")
|
121
|
+
assert_equal(Encoding::UTF_8, @list.getItem(0).text.encoding)
|
122
|
+
assert_equal('世界線航跡蔵', @list.getItem(0).text)
|
123
|
+
end
|
124
|
+
end
|
116
125
|
end
|
data/test/TC_FXText.rb
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
#encoding: utf-8
|
1
2
|
require 'test/unit'
|
2
3
|
require 'fox16'
|
3
4
|
require 'fox16/colors'
|
@@ -93,4 +94,12 @@ public
|
|
93
94
|
assert_equal([8, 6, 8], endIndex)
|
94
95
|
end
|
95
96
|
|
97
|
+
if ''.respond_to?(:encoding)
|
98
|
+
def test_encoding
|
99
|
+
@text.text = "世界線航跡蔵"
|
100
|
+
assert_equal(Encoding::UTF_8, @text.text.encoding)
|
101
|
+
assert_equal('世界線航跡蔵', @text.text)
|
102
|
+
assert_equal('線航', @text.extractText(@text.text[0,2].bytesize, @text.text[2,2].bytesize))
|
103
|
+
end
|
104
|
+
end
|
96
105
|
end
|
metadata
CHANGED
@@ -1,13 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fxruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
5
|
-
prerelease:
|
4
|
+
hash: 3347503597
|
5
|
+
prerelease: 7
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 6
|
9
|
-
-
|
10
|
-
|
9
|
+
- 26
|
10
|
+
- pre
|
11
|
+
- 1
|
12
|
+
version: 1.6.26.pre1
|
11
13
|
platform: x86-mingw32
|
12
14
|
authors:
|
13
15
|
- Lyle Johnson
|
@@ -16,7 +18,7 @@ autorequire:
|
|
16
18
|
bindir: bin
|
17
19
|
cert_chain: []
|
18
20
|
|
19
|
-
date:
|
21
|
+
date: 2013-02-16 00:00:00 Z
|
20
22
|
dependencies:
|
21
23
|
- !ruby/object:Gem::Dependency
|
22
24
|
name: rdoc
|
@@ -194,238 +196,238 @@ files:
|
|
194
196
|
- examples/textedit/prefdialog.rb
|
195
197
|
- examples/textedit/textedit.rb
|
196
198
|
- examples/unicode.rb
|
197
|
-
- ext/
|
198
|
-
- ext/
|
199
|
-
- ext/
|
200
|
-
- ext/
|
201
|
-
- ext/
|
202
|
-
- ext/
|
203
|
-
- ext/
|
204
|
-
- ext/
|
205
|
-
- ext/
|
206
|
-
- ext/
|
207
|
-
- ext/
|
208
|
-
- ext/
|
209
|
-
- ext/
|
210
|
-
- ext/
|
211
|
-
- ext/
|
212
|
-
- ext/
|
213
|
-
- ext/
|
214
|
-
- ext/
|
215
|
-
- ext/
|
216
|
-
- ext/
|
217
|
-
- ext/
|
218
|
-
- ext/
|
219
|
-
- ext/
|
220
|
-
- ext/
|
221
|
-
- ext/
|
222
|
-
- ext/
|
223
|
-
- ext/
|
224
|
-
- ext/
|
225
|
-
- ext/
|
226
|
-
- ext/
|
227
|
-
- ext/
|
228
|
-
- ext/
|
229
|
-
- ext/
|
230
|
-
- ext/
|
231
|
-
- ext/
|
232
|
-
- ext/
|
233
|
-
- ext/
|
234
|
-
- ext/
|
235
|
-
- ext/
|
236
|
-
- ext/
|
237
|
-
- ext/
|
238
|
-
- ext/
|
239
|
-
- ext/
|
240
|
-
- ext/
|
241
|
-
- ext/
|
242
|
-
- ext/
|
243
|
-
- ext/
|
244
|
-
- ext/
|
245
|
-
- ext/
|
246
|
-
- ext/
|
247
|
-
- ext/
|
248
|
-
- ext/
|
249
|
-
- ext/
|
250
|
-
- ext/
|
251
|
-
- ext/
|
252
|
-
- ext/
|
253
|
-
- ext/
|
254
|
-
- ext/
|
255
|
-
- ext/
|
256
|
-
- ext/
|
257
|
-
- ext/
|
258
|
-
- ext/
|
259
|
-
- ext/
|
260
|
-
- ext/
|
261
|
-
- ext/
|
262
|
-
- ext/
|
263
|
-
- ext/
|
264
|
-
- ext/
|
265
|
-
- ext/
|
266
|
-
- ext/
|
267
|
-
- ext/
|
268
|
-
- ext/
|
269
|
-
- ext/
|
270
|
-
- ext/
|
271
|
-
- ext/
|
272
|
-
- ext/
|
273
|
-
- ext/
|
274
|
-
- ext/
|
275
|
-
- ext/
|
276
|
-
- ext/
|
277
|
-
- ext/
|
278
|
-
- ext/
|
279
|
-
- ext/
|
280
|
-
- ext/
|
281
|
-
- ext/
|
282
|
-
- ext/
|
283
|
-
- ext/
|
284
|
-
- ext/
|
285
|
-
- ext/
|
286
|
-
- ext/
|
287
|
-
- ext/
|
288
|
-
- ext/
|
289
|
-
- ext/
|
290
|
-
- ext/
|
291
|
-
- ext/
|
292
|
-
- ext/
|
293
|
-
- ext/
|
294
|
-
- ext/
|
295
|
-
- ext/
|
296
|
-
- ext/
|
297
|
-
- ext/
|
298
|
-
- ext/
|
299
|
-
- ext/
|
300
|
-
- ext/
|
301
|
-
- ext/
|
302
|
-
- ext/
|
303
|
-
- ext/
|
304
|
-
- ext/
|
305
|
-
- ext/
|
306
|
-
- ext/
|
307
|
-
- ext/
|
308
|
-
- ext/
|
309
|
-
- ext/
|
310
|
-
- ext/
|
311
|
-
- ext/
|
312
|
-
- ext/
|
313
|
-
- ext/
|
314
|
-
- ext/
|
315
|
-
- ext/
|
316
|
-
- ext/
|
317
|
-
- ext/
|
318
|
-
- ext/
|
319
|
-
- ext/
|
320
|
-
- ext/
|
321
|
-
- ext/
|
322
|
-
- ext/
|
323
|
-
- ext/
|
324
|
-
- ext/
|
325
|
-
- ext/
|
326
|
-
- ext/
|
327
|
-
- ext/
|
328
|
-
- ext/
|
329
|
-
- ext/
|
330
|
-
- ext/
|
331
|
-
- ext/
|
332
|
-
- ext/
|
333
|
-
- ext/
|
334
|
-
- ext/
|
335
|
-
- ext/
|
336
|
-
- ext/
|
337
|
-
- ext/
|
338
|
-
- ext/
|
339
|
-
- ext/
|
340
|
-
- ext/
|
341
|
-
- ext/
|
342
|
-
- ext/
|
343
|
-
- ext/
|
344
|
-
- ext/
|
345
|
-
- ext/
|
346
|
-
- ext/
|
347
|
-
- ext/
|
348
|
-
- ext/
|
349
|
-
- ext/
|
350
|
-
- ext/
|
351
|
-
- ext/
|
352
|
-
- ext/
|
353
|
-
- ext/
|
354
|
-
- ext/
|
355
|
-
- ext/
|
356
|
-
- ext/
|
357
|
-
- ext/
|
358
|
-
- ext/
|
359
|
-
- ext/
|
360
|
-
- ext/
|
361
|
-
- ext/
|
362
|
-
- ext/
|
363
|
-
- ext/
|
364
|
-
- ext/
|
365
|
-
- ext/
|
366
|
-
- ext/
|
367
|
-
- ext/
|
368
|
-
- ext/
|
369
|
-
- ext/
|
370
|
-
- ext/
|
371
|
-
- ext/
|
372
|
-
- ext/
|
373
|
-
- ext/
|
374
|
-
- ext/
|
375
|
-
- ext/
|
376
|
-
- ext/
|
377
|
-
- ext/
|
378
|
-
- ext/
|
379
|
-
- ext/
|
380
|
-
- ext/
|
381
|
-
- ext/
|
382
|
-
- ext/
|
383
|
-
- ext/
|
384
|
-
- ext/
|
385
|
-
- ext/
|
386
|
-
- ext/
|
387
|
-
- ext/
|
388
|
-
- ext/
|
389
|
-
- ext/
|
390
|
-
- ext/
|
391
|
-
- ext/
|
392
|
-
- ext/
|
393
|
-
- ext/
|
394
|
-
- ext/
|
395
|
-
- ext/
|
396
|
-
- ext/
|
397
|
-
- ext/
|
398
|
-
- ext/
|
399
|
-
- ext/
|
400
|
-
- ext/
|
401
|
-
- ext/
|
402
|
-
- ext/
|
403
|
-
- ext/
|
404
|
-
- ext/
|
405
|
-
- ext/
|
406
|
-
- ext/
|
407
|
-
- ext/
|
408
|
-
- ext/
|
409
|
-
- ext/
|
410
|
-
- ext/
|
411
|
-
- ext/
|
412
|
-
- ext/
|
413
|
-
- ext/
|
414
|
-
- ext/
|
415
|
-
- ext/
|
416
|
-
- ext/
|
417
|
-
- ext/
|
418
|
-
- ext/
|
419
|
-
- ext/
|
420
|
-
- ext/
|
421
|
-
- ext/
|
422
|
-
- ext/
|
423
|
-
- ext/
|
424
|
-
- ext/
|
425
|
-
- ext/
|
426
|
-
- ext/
|
427
|
-
- ext/
|
428
|
-
- ext/
|
199
|
+
- ext/fox16_c/FXRbApp.cpp
|
200
|
+
- ext/fox16_c/FXRbDataTarget.cpp
|
201
|
+
- ext/fox16_c/FXRbGLViewer.cpp
|
202
|
+
- ext/fox16_c/FXRuby.cpp
|
203
|
+
- ext/fox16_c/MANIFEST
|
204
|
+
- ext/fox16_c/extconf.rb
|
205
|
+
- ext/fox16_c/impl.cpp
|
206
|
+
- ext/fox16_c/include/FXMemoryBuffer.h
|
207
|
+
- ext/fox16_c/include/FXRb4Splitter.h
|
208
|
+
- ext/fox16_c/include/FXRb7Segment.h
|
209
|
+
- ext/fox16_c/include/FXRbAccelTable.h
|
210
|
+
- ext/fox16_c/include/FXRbApp.h
|
211
|
+
- ext/fox16_c/include/FXRbAppVirtuals.h
|
212
|
+
- ext/fox16_c/include/FXRbArrowButton.h
|
213
|
+
- ext/fox16_c/include/FXRbBMPIcon.h
|
214
|
+
- ext/fox16_c/include/FXRbBMPImage.h
|
215
|
+
- ext/fox16_c/include/FXRbBitmap.h
|
216
|
+
- ext/fox16_c/include/FXRbBitmapFrame.h
|
217
|
+
- ext/fox16_c/include/FXRbBitmapView.h
|
218
|
+
- ext/fox16_c/include/FXRbBitmapVirtuals.h
|
219
|
+
- ext/fox16_c/include/FXRbButton.h
|
220
|
+
- ext/fox16_c/include/FXRbCURCursor.h
|
221
|
+
- ext/fox16_c/include/FXRbCanvas.h
|
222
|
+
- ext/fox16_c/include/FXRbCheckButton.h
|
223
|
+
- ext/fox16_c/include/FXRbChoiceBox.h
|
224
|
+
- ext/fox16_c/include/FXRbColorBar.h
|
225
|
+
- ext/fox16_c/include/FXRbColorDialog.h
|
226
|
+
- ext/fox16_c/include/FXRbColorList.h
|
227
|
+
- ext/fox16_c/include/FXRbColorRing.h
|
228
|
+
- ext/fox16_c/include/FXRbColorSelector.h
|
229
|
+
- ext/fox16_c/include/FXRbColorWell.h
|
230
|
+
- ext/fox16_c/include/FXRbColorWheel.h
|
231
|
+
- ext/fox16_c/include/FXRbComboBox.h
|
232
|
+
- ext/fox16_c/include/FXRbCommon.h
|
233
|
+
- ext/fox16_c/include/FXRbComposite.h
|
234
|
+
- ext/fox16_c/include/FXRbCursor.h
|
235
|
+
- ext/fox16_c/include/FXRbCursorVirtuals.h
|
236
|
+
- ext/fox16_c/include/FXRbDC.h
|
237
|
+
- ext/fox16_c/include/FXRbDCPrint.h
|
238
|
+
- ext/fox16_c/include/FXRbDCVirtuals.h
|
239
|
+
- ext/fox16_c/include/FXRbDCWindow.h
|
240
|
+
- ext/fox16_c/include/FXRbDataTarget.h
|
241
|
+
- ext/fox16_c/include/FXRbDebugTarget.h
|
242
|
+
- ext/fox16_c/include/FXRbDelegator.h
|
243
|
+
- ext/fox16_c/include/FXRbDial.h
|
244
|
+
- ext/fox16_c/include/FXRbDialogBox.h
|
245
|
+
- ext/fox16_c/include/FXRbDialogBoxVirtuals.h
|
246
|
+
- ext/fox16_c/include/FXRbDict.h
|
247
|
+
- ext/fox16_c/include/FXRbDirBox.h
|
248
|
+
- ext/fox16_c/include/FXRbDirDialog.h
|
249
|
+
- ext/fox16_c/include/FXRbDirList.h
|
250
|
+
- ext/fox16_c/include/FXRbDirSelector.h
|
251
|
+
- ext/fox16_c/include/FXRbDockBar.h
|
252
|
+
- ext/fox16_c/include/FXRbDockBarVirtuals.h
|
253
|
+
- ext/fox16_c/include/FXRbDockHandler.h
|
254
|
+
- ext/fox16_c/include/FXRbDockSite.h
|
255
|
+
- ext/fox16_c/include/FXRbDockSiteVirtuals.h
|
256
|
+
- ext/fox16_c/include/FXRbDockTitle.h
|
257
|
+
- ext/fox16_c/include/FXRbDocument.h
|
258
|
+
- ext/fox16_c/include/FXRbDragCorner.h
|
259
|
+
- ext/fox16_c/include/FXRbDrawable.h
|
260
|
+
- ext/fox16_c/include/FXRbDrawableVirtuals.h
|
261
|
+
- ext/fox16_c/include/FXRbDriveBox.h
|
262
|
+
- ext/fox16_c/include/FXRbFileDialog.h
|
263
|
+
- ext/fox16_c/include/FXRbFileDict.h
|
264
|
+
- ext/fox16_c/include/FXRbFileDictVirtuals.h
|
265
|
+
- ext/fox16_c/include/FXRbFileList.h
|
266
|
+
- ext/fox16_c/include/FXRbFileSelector.h
|
267
|
+
- ext/fox16_c/include/FXRbFoldingItemVirtuals.h
|
268
|
+
- ext/fox16_c/include/FXRbFoldingList.h
|
269
|
+
- ext/fox16_c/include/FXRbFoldingListVirtuals.h
|
270
|
+
- ext/fox16_c/include/FXRbFont.h
|
271
|
+
- ext/fox16_c/include/FXRbFontDialog.h
|
272
|
+
- ext/fox16_c/include/FXRbFontSelector.h
|
273
|
+
- ext/fox16_c/include/FXRbFontVirtuals.h
|
274
|
+
- ext/fox16_c/include/FXRbFrame.h
|
275
|
+
- ext/fox16_c/include/FXRbGIFCursor.h
|
276
|
+
- ext/fox16_c/include/FXRbGIFIcon.h
|
277
|
+
- ext/fox16_c/include/FXRbGIFImage.h
|
278
|
+
- ext/fox16_c/include/FXRbGLCanvas.h
|
279
|
+
- ext/fox16_c/include/FXRbGLCanvasVirtuals.h
|
280
|
+
- ext/fox16_c/include/FXRbGLContext.h
|
281
|
+
- ext/fox16_c/include/FXRbGLObject.h
|
282
|
+
- ext/fox16_c/include/FXRbGLObjectVirtuals.h
|
283
|
+
- ext/fox16_c/include/FXRbGLShape.h
|
284
|
+
- ext/fox16_c/include/FXRbGLShapeVirtuals.h
|
285
|
+
- ext/fox16_c/include/FXRbGLViewer.h
|
286
|
+
- ext/fox16_c/include/FXRbGLViewerVirtuals.h
|
287
|
+
- ext/fox16_c/include/FXRbGLVisual.h
|
288
|
+
- ext/fox16_c/include/FXRbGradientBar.h
|
289
|
+
- ext/fox16_c/include/FXRbGroupBox.h
|
290
|
+
- ext/fox16_c/include/FXRbHeader.h
|
291
|
+
- ext/fox16_c/include/FXRbHeaderItemVirtuals.h
|
292
|
+
- ext/fox16_c/include/FXRbHorizontalFrame.h
|
293
|
+
- ext/fox16_c/include/FXRbICOIcon.h
|
294
|
+
- ext/fox16_c/include/FXRbICOImage.h
|
295
|
+
- ext/fox16_c/include/FXRbIcon.h
|
296
|
+
- ext/fox16_c/include/FXRbIconItemVirtuals.h
|
297
|
+
- ext/fox16_c/include/FXRbIconList.h
|
298
|
+
- ext/fox16_c/include/FXRbIconListVirtuals.h
|
299
|
+
- ext/fox16_c/include/FXRbIconSource.h
|
300
|
+
- ext/fox16_c/include/FXRbIconSourceVirtuals.h
|
301
|
+
- ext/fox16_c/include/FXRbId.h
|
302
|
+
- ext/fox16_c/include/FXRbIdVirtuals.h
|
303
|
+
- ext/fox16_c/include/FXRbImage.h
|
304
|
+
- ext/fox16_c/include/FXRbImageFrame.h
|
305
|
+
- ext/fox16_c/include/FXRbImageView.h
|
306
|
+
- ext/fox16_c/include/FXRbImageVirtuals.h
|
307
|
+
- ext/fox16_c/include/FXRbInputDialog.h
|
308
|
+
- ext/fox16_c/include/FXRbJPGIcon.h
|
309
|
+
- ext/fox16_c/include/FXRbJPGImage.h
|
310
|
+
- ext/fox16_c/include/FXRbKnob.h
|
311
|
+
- ext/fox16_c/include/FXRbLabel.h
|
312
|
+
- ext/fox16_c/include/FXRbList.h
|
313
|
+
- ext/fox16_c/include/FXRbListBox.h
|
314
|
+
- ext/fox16_c/include/FXRbListBoxVirtuals.h
|
315
|
+
- ext/fox16_c/include/FXRbListItemVirtuals.h
|
316
|
+
- ext/fox16_c/include/FXRbListVirtuals.h
|
317
|
+
- ext/fox16_c/include/FXRbMDIButton.h
|
318
|
+
- ext/fox16_c/include/FXRbMDIChild.h
|
319
|
+
- ext/fox16_c/include/FXRbMDIChildVirtuals.h
|
320
|
+
- ext/fox16_c/include/FXRbMDIClient.h
|
321
|
+
- ext/fox16_c/include/FXRbMDIClientVirtuals.h
|
322
|
+
- ext/fox16_c/include/FXRbMainWindow.h
|
323
|
+
- ext/fox16_c/include/FXRbMatrix.h
|
324
|
+
- ext/fox16_c/include/FXRbMenuBar.h
|
325
|
+
- ext/fox16_c/include/FXRbMenuButton.h
|
326
|
+
- ext/fox16_c/include/FXRbMenuCaption.h
|
327
|
+
- ext/fox16_c/include/FXRbMenuCascade.h
|
328
|
+
- ext/fox16_c/include/FXRbMenuCheck.h
|
329
|
+
- ext/fox16_c/include/FXRbMenuCommand.h
|
330
|
+
- ext/fox16_c/include/FXRbMenuPane.h
|
331
|
+
- ext/fox16_c/include/FXRbMenuRadio.h
|
332
|
+
- ext/fox16_c/include/FXRbMenuSeparator.h
|
333
|
+
- ext/fox16_c/include/FXRbMenuTitle.h
|
334
|
+
- ext/fox16_c/include/FXRbMessageBox.h
|
335
|
+
- ext/fox16_c/include/FXRbObject.h
|
336
|
+
- ext/fox16_c/include/FXRbObjectVirtuals.h
|
337
|
+
- ext/fox16_c/include/FXRbOptionMenu.h
|
338
|
+
- ext/fox16_c/include/FXRbPCXIcon.h
|
339
|
+
- ext/fox16_c/include/FXRbPCXImage.h
|
340
|
+
- ext/fox16_c/include/FXRbPNGIcon.h
|
341
|
+
- ext/fox16_c/include/FXRbPNGImage.h
|
342
|
+
- ext/fox16_c/include/FXRbPPMIcon.h
|
343
|
+
- ext/fox16_c/include/FXRbPPMImage.h
|
344
|
+
- ext/fox16_c/include/FXRbPacker.h
|
345
|
+
- ext/fox16_c/include/FXRbPicker.h
|
346
|
+
- ext/fox16_c/include/FXRbPopup.h
|
347
|
+
- ext/fox16_c/include/FXRbPopupVirtuals.h
|
348
|
+
- ext/fox16_c/include/FXRbPrintDialog.h
|
349
|
+
- ext/fox16_c/include/FXRbProgressBar.h
|
350
|
+
- ext/fox16_c/include/FXRbProgressDialog.h
|
351
|
+
- ext/fox16_c/include/FXRbRGBIcon.h
|
352
|
+
- ext/fox16_c/include/FXRbRGBImage.h
|
353
|
+
- ext/fox16_c/include/FXRbRadioButton.h
|
354
|
+
- ext/fox16_c/include/FXRbRealSlider.h
|
355
|
+
- ext/fox16_c/include/FXRbRealSpinner.h
|
356
|
+
- ext/fox16_c/include/FXRbRealSpinnerVirtuals.h
|
357
|
+
- ext/fox16_c/include/FXRbRecentFiles.h
|
358
|
+
- ext/fox16_c/include/FXRbRegistry.h
|
359
|
+
- ext/fox16_c/include/FXRbReplaceDialog.h
|
360
|
+
- ext/fox16_c/include/FXRbRootWindow.h
|
361
|
+
- ext/fox16_c/include/FXRbRuler.h
|
362
|
+
- ext/fox16_c/include/FXRbRulerView.h
|
363
|
+
- ext/fox16_c/include/FXRbScintilla.h
|
364
|
+
- ext/fox16_c/include/FXRbScrollArea.h
|
365
|
+
- ext/fox16_c/include/FXRbScrollAreaVirtuals.h
|
366
|
+
- ext/fox16_c/include/FXRbScrollBar.h
|
367
|
+
- ext/fox16_c/include/FXRbScrollPane.h
|
368
|
+
- ext/fox16_c/include/FXRbScrollWindow.h
|
369
|
+
- ext/fox16_c/include/FXRbSearchDialog.h
|
370
|
+
- ext/fox16_c/include/FXRbSeparator.h
|
371
|
+
- ext/fox16_c/include/FXRbSettings.h
|
372
|
+
- ext/fox16_c/include/FXRbShell.h
|
373
|
+
- ext/fox16_c/include/FXRbShutter.h
|
374
|
+
- ext/fox16_c/include/FXRbShutterVirtuals.h
|
375
|
+
- ext/fox16_c/include/FXRbSlider.h
|
376
|
+
- ext/fox16_c/include/FXRbSpinner.h
|
377
|
+
- ext/fox16_c/include/FXRbSpinnerVirtuals.h
|
378
|
+
- ext/fox16_c/include/FXRbSplashWindow.h
|
379
|
+
- ext/fox16_c/include/FXRbSplitter.h
|
380
|
+
- ext/fox16_c/include/FXRbSpring.h
|
381
|
+
- ext/fox16_c/include/FXRbStatusBar.h
|
382
|
+
- ext/fox16_c/include/FXRbStatusLine.h
|
383
|
+
- ext/fox16_c/include/FXRbStream.h
|
384
|
+
- ext/fox16_c/include/FXRbStreamVirtuals.h
|
385
|
+
- ext/fox16_c/include/FXRbStringDict.h
|
386
|
+
- ext/fox16_c/include/FXRbSwitcher.h
|
387
|
+
- ext/fox16_c/include/FXRbTGAIcon.h
|
388
|
+
- ext/fox16_c/include/FXRbTGAImage.h
|
389
|
+
- ext/fox16_c/include/FXRbTIFIcon.h
|
390
|
+
- ext/fox16_c/include/FXRbTIFImage.h
|
391
|
+
- ext/fox16_c/include/FXRbTabBar.h
|
392
|
+
- ext/fox16_c/include/FXRbTabBarVirtuals.h
|
393
|
+
- ext/fox16_c/include/FXRbTabBook.h
|
394
|
+
- ext/fox16_c/include/FXRbTabItem.h
|
395
|
+
- ext/fox16_c/include/FXRbTable.h
|
396
|
+
- ext/fox16_c/include/FXRbTableItemVirtuals.h
|
397
|
+
- ext/fox16_c/include/FXRbTableVirtuals.h
|
398
|
+
- ext/fox16_c/include/FXRbText.h
|
399
|
+
- ext/fox16_c/include/FXRbTextField.h
|
400
|
+
- ext/fox16_c/include/FXRbTextVirtuals.h
|
401
|
+
- ext/fox16_c/include/FXRbToggleButton.h
|
402
|
+
- ext/fox16_c/include/FXRbToolBar.h
|
403
|
+
- ext/fox16_c/include/FXRbToolBarGrip.h
|
404
|
+
- ext/fox16_c/include/FXRbToolBarShell.h
|
405
|
+
- ext/fox16_c/include/FXRbToolBarTab.h
|
406
|
+
- ext/fox16_c/include/FXRbToolTip.h
|
407
|
+
- ext/fox16_c/include/FXRbTopWindow.h
|
408
|
+
- ext/fox16_c/include/FXRbTopWindowVirtuals.h
|
409
|
+
- ext/fox16_c/include/FXRbTranslator.h
|
410
|
+
- ext/fox16_c/include/FXRbTranslatorVirtuals.h
|
411
|
+
- ext/fox16_c/include/FXRbTreeItemVirtuals.h
|
412
|
+
- ext/fox16_c/include/FXRbTreeList.h
|
413
|
+
- ext/fox16_c/include/FXRbTreeListBox.h
|
414
|
+
- ext/fox16_c/include/FXRbTreeListBoxVirtuals.h
|
415
|
+
- ext/fox16_c/include/FXRbTreeListVirtuals.h
|
416
|
+
- ext/fox16_c/include/FXRbTriStateButton.h
|
417
|
+
- ext/fox16_c/include/FXRbVerticalFrame.h
|
418
|
+
- ext/fox16_c/include/FXRbVisual.h
|
419
|
+
- ext/fox16_c/include/FXRbWindow.h
|
420
|
+
- ext/fox16_c/include/FXRbWindowVirtuals.h
|
421
|
+
- ext/fox16_c/include/FXRbWizard.h
|
422
|
+
- ext/fox16_c/include/FXRbXBMIcon.h
|
423
|
+
- ext/fox16_c/include/FXRbXBMImage.h
|
424
|
+
- ext/fox16_c/include/FXRbXPMIcon.h
|
425
|
+
- ext/fox16_c/include/FXRbXPMImage.h
|
426
|
+
- ext/fox16_c/include/FXRuby.h
|
427
|
+
- ext/fox16_c/include/impl.h
|
428
|
+
- ext/fox16_c/make_impl.rb
|
429
|
+
- ext/fox16_c/markfuncs.cpp
|
430
|
+
- ext/fox16_c/unregisterOwnedObjects.cpp
|
429
431
|
- index.html
|
430
432
|
- lib/fox16.rb
|
431
433
|
- lib/fox16/accel_table.rb
|
@@ -973,30 +975,30 @@ files:
|
|
973
975
|
- test/stress2.rb
|
974
976
|
- test/stress3.rb
|
975
977
|
- test/testcase.rb
|
976
|
-
- ext/
|
977
|
-
- ext/
|
978
|
-
- ext/
|
979
|
-
- ext/
|
980
|
-
- ext/
|
981
|
-
- ext/
|
982
|
-
- ext/
|
983
|
-
- ext/
|
984
|
-
- ext/
|
985
|
-
- ext/
|
986
|
-
- ext/
|
987
|
-
- ext/
|
988
|
-
- ext/
|
989
|
-
- ext/
|
990
|
-
- ext/
|
991
|
-
- ext/
|
992
|
-
- ext/
|
993
|
-
- ext/
|
994
|
-
- ext/
|
995
|
-
- ext/
|
978
|
+
- ext/fox16_c/fx3d_wrap.cpp
|
979
|
+
- ext/fox16_c/mdi_wrap.cpp
|
980
|
+
- ext/fox16_c/text_wrap.cpp
|
981
|
+
- ext/fox16_c/layout_wrap.cpp
|
982
|
+
- ext/fox16_c/treelist_wrap.cpp
|
983
|
+
- ext/fox16_c/menu_wrap.cpp
|
984
|
+
- ext/fox16_c/table_wrap.cpp
|
985
|
+
- ext/fox16_c/dialogs_wrap.cpp
|
986
|
+
- ext/fox16_c/icons_wrap.cpp
|
987
|
+
- ext/fox16_c/dc_wrap.cpp
|
988
|
+
- ext/fox16_c/core_wrap.cpp
|
989
|
+
- ext/fox16_c/list_wrap.cpp
|
990
|
+
- ext/fox16_c/label_wrap.cpp
|
991
|
+
- ext/fox16_c/iconlist_wrap.cpp
|
992
|
+
- ext/fox16_c/ui_wrap.cpp
|
993
|
+
- ext/fox16_c/scintilla_wrap.cpp
|
994
|
+
- ext/fox16_c/image_wrap.cpp
|
995
|
+
- ext/fox16_c/frames_wrap.cpp
|
996
|
+
- ext/fox16_c/include/inlinestubs.h
|
997
|
+
- ext/fox16_c/librb.c
|
996
998
|
- doap.rdf
|
997
999
|
- lib/fox16/kwargs.rb
|
998
|
-
- lib/1.8/
|
999
|
-
- lib/1.9/
|
1000
|
+
- lib/1.8/fox16_c.so
|
1001
|
+
- lib/1.9/fox16_c.so
|
1000
1002
|
homepage: http://github.com/larskanis/fxruby
|
1001
1003
|
licenses: []
|
1002
1004
|
|
@@ -1005,11 +1007,10 @@ rdoc_options:
|
|
1005
1007
|
- --main
|
1006
1008
|
- rdoc-sources/README.rdoc
|
1007
1009
|
- --exclude
|
1008
|
-
- ext/
|
1010
|
+
- ext/fox16_c
|
1009
1011
|
- --exclude
|
1010
1012
|
- /aliases|kwargs|missingdep|responder/
|
1011
1013
|
require_paths:
|
1012
|
-
- ext/fox16
|
1013
1014
|
- lib
|
1014
1015
|
required_ruby_version: !ruby/object:Gem::Requirement
|
1015
1016
|
none: false
|
@@ -1023,12 +1024,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
1023
1024
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
1024
1025
|
none: false
|
1025
1026
|
requirements:
|
1026
|
-
- - "
|
1027
|
+
- - ">"
|
1027
1028
|
- !ruby/object:Gem::Version
|
1028
|
-
hash:
|
1029
|
+
hash: 25
|
1029
1030
|
segments:
|
1030
|
-
-
|
1031
|
-
|
1031
|
+
- 1
|
1032
|
+
- 3
|
1033
|
+
- 1
|
1034
|
+
version: 1.3.1
|
1032
1035
|
requirements: []
|
1033
1036
|
|
1034
1037
|
rubyforge_project: fxruby
|