fxruby 1.6.25-x86-mingw32 → 1.6.26.pre1-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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/.gitignore
    CHANGED
    
    | 
         @@ -2,13 +2,13 @@ doap.rdf 
     | 
|
| 
       2 
2 
     | 
    
         
             
            *.tmproj
         
     | 
| 
       3 
3 
     | 
    
         
             
            doc/api
         
     | 
| 
       4 
4 
     | 
    
         
             
            users_guide/*.html
         
     | 
| 
       5 
     | 
    
         
            -
            ext/ 
     | 
| 
       6 
     | 
    
         
            -
            ext/ 
     | 
| 
       7 
     | 
    
         
            -
            ext/ 
     | 
| 
       8 
     | 
    
         
            -
            ext/ 
     | 
| 
       9 
     | 
    
         
            -
            ext/ 
     | 
| 
       10 
     | 
    
         
            -
            ext/ 
     | 
| 
       11 
     | 
    
         
            -
            ext/ 
     | 
| 
      
 5 
     | 
    
         
            +
            ext/fox16_c/*_wrap.cpp
         
     | 
| 
      
 6 
     | 
    
         
            +
            ext/fox16_c/*.o
         
     | 
| 
      
 7 
     | 
    
         
            +
            ext/fox16_c/conftest.dSYM
         
     | 
| 
      
 8 
     | 
    
         
            +
            ext/fox16_c/include/inlinestubs.h
         
     | 
| 
      
 9 
     | 
    
         
            +
            ext/fox16_c/librb.c
         
     | 
| 
      
 10 
     | 
    
         
            +
            ext/fox16_c/fox16.bundle
         
     | 
| 
      
 11 
     | 
    
         
            +
            ext/fox16_c/mkmf.log
         
     | 
| 
       12 
12 
     | 
    
         
             
            lib/fox16/kwargs.rb
         
     | 
| 
       13 
13 
     | 
    
         
             
            fox-includes/diffs.py
         
     | 
| 
       14 
14 
     | 
    
         
             
            fox-includes/diffs.txt
         
     | 
    
        data/History.txt
    CHANGED
    
    | 
         @@ -1,3 +1,9 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            === 1.6.26 / YYYY-MM-DD
         
     | 
| 
      
 2 
     | 
    
         
            +
             
     | 
| 
      
 3 
     | 
    
         
            +
            * Mark all text strings retrieved from fox as UTF-8 when running on Ruby 1.9
         
     | 
| 
      
 4 
     | 
    
         
            +
            * Fix loading error on Ruby 1.8.7 by renaming the C++ extension to fox16_c
         
     | 
| 
      
 5 
     | 
    
         
            +
            * Update libraries for windows cross compilation
         
     | 
| 
      
 6 
     | 
    
         
            +
             
     | 
| 
       1 
7 
     | 
    
         
             
            === 1.6.25 / 2012-06-17
         
     | 
| 
       2 
8 
     | 
    
         | 
| 
       3 
9 
     | 
    
         
             
            * Windows: Fix slow loading of fox16.so by using a more recent mingw-w64 compiler
         
     | 
    
        data/Manifest.txt
    CHANGED
    
    | 
         @@ -130,238 +130,238 @@ examples/textedit/helpwindow.rb 
     | 
|
| 
       130 
130 
     | 
    
         
             
            examples/textedit/prefdialog.rb
         
     | 
| 
       131 
131 
     | 
    
         
             
            examples/textedit/textedit.rb
         
     | 
| 
       132 
132 
     | 
    
         
             
            examples/unicode.rb
         
     | 
| 
       133 
     | 
    
         
            -
            ext/ 
     | 
| 
       134 
     | 
    
         
            -
            ext/ 
     | 
| 
       135 
     | 
    
         
            -
            ext/ 
     | 
| 
       136 
     | 
    
         
            -
            ext/ 
     | 
| 
       137 
     | 
    
         
            -
            ext/ 
     | 
| 
       138 
     | 
    
         
            -
            ext/ 
     | 
| 
       139 
     | 
    
         
            -
            ext/ 
     | 
| 
       140 
     | 
    
         
            -
            ext/ 
     | 
| 
       141 
     | 
    
         
            -
            ext/ 
     | 
| 
       142 
     | 
    
         
            -
            ext/ 
     | 
| 
       143 
     | 
    
         
            -
            ext/ 
     | 
| 
       144 
     | 
    
         
            -
            ext/ 
     | 
| 
       145 
     | 
    
         
            -
            ext/ 
     | 
| 
       146 
     | 
    
         
            -
            ext/ 
     | 
| 
       147 
     | 
    
         
            -
            ext/ 
     | 
| 
       148 
     | 
    
         
            -
            ext/ 
     | 
| 
       149 
     | 
    
         
            -
            ext/ 
     | 
| 
       150 
     | 
    
         
            -
            ext/ 
     | 
| 
       151 
     | 
    
         
            -
            ext/ 
     | 
| 
       152 
     | 
    
         
            -
            ext/ 
     | 
| 
       153 
     | 
    
         
            -
            ext/ 
     | 
| 
       154 
     | 
    
         
            -
            ext/ 
     | 
| 
       155 
     | 
    
         
            -
            ext/ 
     | 
| 
       156 
     | 
    
         
            -
            ext/ 
     | 
| 
       157 
     | 
    
         
            -
            ext/ 
     | 
| 
       158 
     | 
    
         
            -
            ext/ 
     | 
| 
       159 
     | 
    
         
            -
            ext/ 
     | 
| 
       160 
     | 
    
         
            -
            ext/ 
     | 
| 
       161 
     | 
    
         
            -
            ext/ 
     | 
| 
       162 
     | 
    
         
            -
            ext/ 
     | 
| 
       163 
     | 
    
         
            -
            ext/ 
     | 
| 
       164 
     | 
    
         
            -
            ext/ 
     | 
| 
       165 
     | 
    
         
            -
            ext/ 
     | 
| 
       166 
     | 
    
         
            -
            ext/ 
     | 
| 
       167 
     | 
    
         
            -
            ext/ 
     | 
| 
       168 
     | 
    
         
            -
            ext/ 
     | 
| 
       169 
     | 
    
         
            -
            ext/ 
     | 
| 
       170 
     | 
    
         
            -
            ext/ 
     | 
| 
       171 
     | 
    
         
            -
            ext/ 
     | 
| 
       172 
     | 
    
         
            -
            ext/ 
     | 
| 
       173 
     | 
    
         
            -
            ext/ 
     | 
| 
       174 
     | 
    
         
            -
            ext/ 
     | 
| 
       175 
     | 
    
         
            -
            ext/ 
     | 
| 
       176 
     | 
    
         
            -
            ext/ 
     | 
| 
       177 
     | 
    
         
            -
            ext/ 
     | 
| 
       178 
     | 
    
         
            -
            ext/ 
     | 
| 
       179 
     | 
    
         
            -
            ext/ 
     | 
| 
       180 
     | 
    
         
            -
            ext/ 
     | 
| 
       181 
     | 
    
         
            -
            ext/ 
     | 
| 
       182 
     | 
    
         
            -
            ext/ 
     | 
| 
       183 
     | 
    
         
            -
            ext/ 
     | 
| 
       184 
     | 
    
         
            -
            ext/ 
     | 
| 
       185 
     | 
    
         
            -
            ext/ 
     | 
| 
       186 
     | 
    
         
            -
            ext/ 
     | 
| 
       187 
     | 
    
         
            -
            ext/ 
     | 
| 
       188 
     | 
    
         
            -
            ext/ 
     | 
| 
       189 
     | 
    
         
            -
            ext/ 
     | 
| 
       190 
     | 
    
         
            -
            ext/ 
     | 
| 
       191 
     | 
    
         
            -
            ext/ 
     | 
| 
       192 
     | 
    
         
            -
            ext/ 
     | 
| 
       193 
     | 
    
         
            -
            ext/ 
     | 
| 
       194 
     | 
    
         
            -
            ext/ 
     | 
| 
       195 
     | 
    
         
            -
            ext/ 
     | 
| 
       196 
     | 
    
         
            -
            ext/ 
     | 
| 
       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/ 
     | 
| 
      
 133 
     | 
    
         
            +
            ext/fox16_c/FXRbApp.cpp
         
     | 
| 
      
 134 
     | 
    
         
            +
            ext/fox16_c/FXRbDataTarget.cpp
         
     | 
| 
      
 135 
     | 
    
         
            +
            ext/fox16_c/FXRbGLViewer.cpp
         
     | 
| 
      
 136 
     | 
    
         
            +
            ext/fox16_c/FXRuby.cpp
         
     | 
| 
      
 137 
     | 
    
         
            +
            ext/fox16_c/MANIFEST
         
     | 
| 
      
 138 
     | 
    
         
            +
            ext/fox16_c/extconf.rb
         
     | 
| 
      
 139 
     | 
    
         
            +
            ext/fox16_c/impl.cpp
         
     | 
| 
      
 140 
     | 
    
         
            +
            ext/fox16_c/include/FXMemoryBuffer.h
         
     | 
| 
      
 141 
     | 
    
         
            +
            ext/fox16_c/include/FXRb4Splitter.h
         
     | 
| 
      
 142 
     | 
    
         
            +
            ext/fox16_c/include/FXRb7Segment.h
         
     | 
| 
      
 143 
     | 
    
         
            +
            ext/fox16_c/include/FXRbAccelTable.h
         
     | 
| 
      
 144 
     | 
    
         
            +
            ext/fox16_c/include/FXRbApp.h
         
     | 
| 
      
 145 
     | 
    
         
            +
            ext/fox16_c/include/FXRbAppVirtuals.h
         
     | 
| 
      
 146 
     | 
    
         
            +
            ext/fox16_c/include/FXRbArrowButton.h
         
     | 
| 
      
 147 
     | 
    
         
            +
            ext/fox16_c/include/FXRbBMPIcon.h
         
     | 
| 
      
 148 
     | 
    
         
            +
            ext/fox16_c/include/FXRbBMPImage.h
         
     | 
| 
      
 149 
     | 
    
         
            +
            ext/fox16_c/include/FXRbBitmap.h
         
     | 
| 
      
 150 
     | 
    
         
            +
            ext/fox16_c/include/FXRbBitmapFrame.h
         
     | 
| 
      
 151 
     | 
    
         
            +
            ext/fox16_c/include/FXRbBitmapView.h
         
     | 
| 
      
 152 
     | 
    
         
            +
            ext/fox16_c/include/FXRbBitmapVirtuals.h
         
     | 
| 
      
 153 
     | 
    
         
            +
            ext/fox16_c/include/FXRbButton.h
         
     | 
| 
      
 154 
     | 
    
         
            +
            ext/fox16_c/include/FXRbCURCursor.h
         
     | 
| 
      
 155 
     | 
    
         
            +
            ext/fox16_c/include/FXRbCanvas.h
         
     | 
| 
      
 156 
     | 
    
         
            +
            ext/fox16_c/include/FXRbCheckButton.h
         
     | 
| 
      
 157 
     | 
    
         
            +
            ext/fox16_c/include/FXRbChoiceBox.h
         
     | 
| 
      
 158 
     | 
    
         
            +
            ext/fox16_c/include/FXRbColorBar.h
         
     | 
| 
      
 159 
     | 
    
         
            +
            ext/fox16_c/include/FXRbColorDialog.h
         
     | 
| 
      
 160 
     | 
    
         
            +
            ext/fox16_c/include/FXRbColorList.h
         
     | 
| 
      
 161 
     | 
    
         
            +
            ext/fox16_c/include/FXRbColorRing.h
         
     | 
| 
      
 162 
     | 
    
         
            +
            ext/fox16_c/include/FXRbColorSelector.h
         
     | 
| 
      
 163 
     | 
    
         
            +
            ext/fox16_c/include/FXRbColorWell.h
         
     | 
| 
      
 164 
     | 
    
         
            +
            ext/fox16_c/include/FXRbColorWheel.h
         
     | 
| 
      
 165 
     | 
    
         
            +
            ext/fox16_c/include/FXRbComboBox.h
         
     | 
| 
      
 166 
     | 
    
         
            +
            ext/fox16_c/include/FXRbCommon.h
         
     | 
| 
      
 167 
     | 
    
         
            +
            ext/fox16_c/include/FXRbComposite.h
         
     | 
| 
      
 168 
     | 
    
         
            +
            ext/fox16_c/include/FXRbCursor.h
         
     | 
| 
      
 169 
     | 
    
         
            +
            ext/fox16_c/include/FXRbCursorVirtuals.h
         
     | 
| 
      
 170 
     | 
    
         
            +
            ext/fox16_c/include/FXRbDC.h
         
     | 
| 
      
 171 
     | 
    
         
            +
            ext/fox16_c/include/FXRbDCPrint.h
         
     | 
| 
      
 172 
     | 
    
         
            +
            ext/fox16_c/include/FXRbDCVirtuals.h
         
     | 
| 
      
 173 
     | 
    
         
            +
            ext/fox16_c/include/FXRbDCWindow.h
         
     | 
| 
      
 174 
     | 
    
         
            +
            ext/fox16_c/include/FXRbDataTarget.h
         
     | 
| 
      
 175 
     | 
    
         
            +
            ext/fox16_c/include/FXRbDebugTarget.h
         
     | 
| 
      
 176 
     | 
    
         
            +
            ext/fox16_c/include/FXRbDelegator.h
         
     | 
| 
      
 177 
     | 
    
         
            +
            ext/fox16_c/include/FXRbDial.h
         
     | 
| 
      
 178 
     | 
    
         
            +
            ext/fox16_c/include/FXRbDialogBox.h
         
     | 
| 
      
 179 
     | 
    
         
            +
            ext/fox16_c/include/FXRbDialogBoxVirtuals.h
         
     | 
| 
      
 180 
     | 
    
         
            +
            ext/fox16_c/include/FXRbDict.h
         
     | 
| 
      
 181 
     | 
    
         
            +
            ext/fox16_c/include/FXRbDirBox.h
         
     | 
| 
      
 182 
     | 
    
         
            +
            ext/fox16_c/include/FXRbDirDialog.h
         
     | 
| 
      
 183 
     | 
    
         
            +
            ext/fox16_c/include/FXRbDirList.h
         
     | 
| 
      
 184 
     | 
    
         
            +
            ext/fox16_c/include/FXRbDirSelector.h
         
     | 
| 
      
 185 
     | 
    
         
            +
            ext/fox16_c/include/FXRbDockBar.h
         
     | 
| 
      
 186 
     | 
    
         
            +
            ext/fox16_c/include/FXRbDockBarVirtuals.h
         
     | 
| 
      
 187 
     | 
    
         
            +
            ext/fox16_c/include/FXRbDockHandler.h
         
     | 
| 
      
 188 
     | 
    
         
            +
            ext/fox16_c/include/FXRbDockSite.h
         
     | 
| 
      
 189 
     | 
    
         
            +
            ext/fox16_c/include/FXRbDockSiteVirtuals.h
         
     | 
| 
      
 190 
     | 
    
         
            +
            ext/fox16_c/include/FXRbDockTitle.h
         
     | 
| 
      
 191 
     | 
    
         
            +
            ext/fox16_c/include/FXRbDocument.h
         
     | 
| 
      
 192 
     | 
    
         
            +
            ext/fox16_c/include/FXRbDragCorner.h
         
     | 
| 
      
 193 
     | 
    
         
            +
            ext/fox16_c/include/FXRbDrawable.h
         
     | 
| 
      
 194 
     | 
    
         
            +
            ext/fox16_c/include/FXRbDrawableVirtuals.h
         
     | 
| 
      
 195 
     | 
    
         
            +
            ext/fox16_c/include/FXRbDriveBox.h
         
     | 
| 
      
 196 
     | 
    
         
            +
            ext/fox16_c/include/FXRbFileDialog.h
         
     | 
| 
      
 197 
     | 
    
         
            +
            ext/fox16_c/include/FXRbFileDict.h
         
     | 
| 
      
 198 
     | 
    
         
            +
            ext/fox16_c/include/FXRbFileDictVirtuals.h
         
     | 
| 
      
 199 
     | 
    
         
            +
            ext/fox16_c/include/FXRbFileList.h
         
     | 
| 
      
 200 
     | 
    
         
            +
            ext/fox16_c/include/FXRbFileSelector.h
         
     | 
| 
      
 201 
     | 
    
         
            +
            ext/fox16_c/include/FXRbFoldingItemVirtuals.h
         
     | 
| 
      
 202 
     | 
    
         
            +
            ext/fox16_c/include/FXRbFoldingList.h
         
     | 
| 
      
 203 
     | 
    
         
            +
            ext/fox16_c/include/FXRbFoldingListVirtuals.h
         
     | 
| 
      
 204 
     | 
    
         
            +
            ext/fox16_c/include/FXRbFont.h
         
     | 
| 
      
 205 
     | 
    
         
            +
            ext/fox16_c/include/FXRbFontDialog.h
         
     | 
| 
      
 206 
     | 
    
         
            +
            ext/fox16_c/include/FXRbFontSelector.h
         
     | 
| 
      
 207 
     | 
    
         
            +
            ext/fox16_c/include/FXRbFontVirtuals.h
         
     | 
| 
      
 208 
     | 
    
         
            +
            ext/fox16_c/include/FXRbFrame.h
         
     | 
| 
      
 209 
     | 
    
         
            +
            ext/fox16_c/include/FXRbGIFCursor.h
         
     | 
| 
      
 210 
     | 
    
         
            +
            ext/fox16_c/include/FXRbGIFIcon.h
         
     | 
| 
      
 211 
     | 
    
         
            +
            ext/fox16_c/include/FXRbGIFImage.h
         
     | 
| 
      
 212 
     | 
    
         
            +
            ext/fox16_c/include/FXRbGLCanvas.h
         
     | 
| 
      
 213 
     | 
    
         
            +
            ext/fox16_c/include/FXRbGLCanvasVirtuals.h
         
     | 
| 
      
 214 
     | 
    
         
            +
            ext/fox16_c/include/FXRbGLContext.h
         
     | 
| 
      
 215 
     | 
    
         
            +
            ext/fox16_c/include/FXRbGLObject.h
         
     | 
| 
      
 216 
     | 
    
         
            +
            ext/fox16_c/include/FXRbGLObjectVirtuals.h
         
     | 
| 
      
 217 
     | 
    
         
            +
            ext/fox16_c/include/FXRbGLShape.h
         
     | 
| 
      
 218 
     | 
    
         
            +
            ext/fox16_c/include/FXRbGLShapeVirtuals.h
         
     | 
| 
      
 219 
     | 
    
         
            +
            ext/fox16_c/include/FXRbGLViewer.h
         
     | 
| 
      
 220 
     | 
    
         
            +
            ext/fox16_c/include/FXRbGLViewerVirtuals.h
         
     | 
| 
      
 221 
     | 
    
         
            +
            ext/fox16_c/include/FXRbGLVisual.h
         
     | 
| 
      
 222 
     | 
    
         
            +
            ext/fox16_c/include/FXRbGradientBar.h
         
     | 
| 
      
 223 
     | 
    
         
            +
            ext/fox16_c/include/FXRbGroupBox.h
         
     | 
| 
      
 224 
     | 
    
         
            +
            ext/fox16_c/include/FXRbHeader.h
         
     | 
| 
      
 225 
     | 
    
         
            +
            ext/fox16_c/include/FXRbHeaderItemVirtuals.h
         
     | 
| 
      
 226 
     | 
    
         
            +
            ext/fox16_c/include/FXRbHorizontalFrame.h
         
     | 
| 
      
 227 
     | 
    
         
            +
            ext/fox16_c/include/FXRbICOIcon.h
         
     | 
| 
      
 228 
     | 
    
         
            +
            ext/fox16_c/include/FXRbICOImage.h
         
     | 
| 
      
 229 
     | 
    
         
            +
            ext/fox16_c/include/FXRbIcon.h
         
     | 
| 
      
 230 
     | 
    
         
            +
            ext/fox16_c/include/FXRbIconItemVirtuals.h
         
     | 
| 
      
 231 
     | 
    
         
            +
            ext/fox16_c/include/FXRbIconList.h
         
     | 
| 
      
 232 
     | 
    
         
            +
            ext/fox16_c/include/FXRbIconListVirtuals.h
         
     | 
| 
      
 233 
     | 
    
         
            +
            ext/fox16_c/include/FXRbIconSource.h
         
     | 
| 
      
 234 
     | 
    
         
            +
            ext/fox16_c/include/FXRbIconSourceVirtuals.h
         
     | 
| 
      
 235 
     | 
    
         
            +
            ext/fox16_c/include/FXRbId.h
         
     | 
| 
      
 236 
     | 
    
         
            +
            ext/fox16_c/include/FXRbIdVirtuals.h
         
     | 
| 
      
 237 
     | 
    
         
            +
            ext/fox16_c/include/FXRbImage.h
         
     | 
| 
      
 238 
     | 
    
         
            +
            ext/fox16_c/include/FXRbImageFrame.h
         
     | 
| 
      
 239 
     | 
    
         
            +
            ext/fox16_c/include/FXRbImageView.h
         
     | 
| 
      
 240 
     | 
    
         
            +
            ext/fox16_c/include/FXRbImageVirtuals.h
         
     | 
| 
      
 241 
     | 
    
         
            +
            ext/fox16_c/include/FXRbInputDialog.h
         
     | 
| 
      
 242 
     | 
    
         
            +
            ext/fox16_c/include/FXRbJPGIcon.h
         
     | 
| 
      
 243 
     | 
    
         
            +
            ext/fox16_c/include/FXRbJPGImage.h
         
     | 
| 
      
 244 
     | 
    
         
            +
            ext/fox16_c/include/FXRbKnob.h
         
     | 
| 
      
 245 
     | 
    
         
            +
            ext/fox16_c/include/FXRbLabel.h
         
     | 
| 
      
 246 
     | 
    
         
            +
            ext/fox16_c/include/FXRbList.h
         
     | 
| 
      
 247 
     | 
    
         
            +
            ext/fox16_c/include/FXRbListBox.h
         
     | 
| 
      
 248 
     | 
    
         
            +
            ext/fox16_c/include/FXRbListBoxVirtuals.h
         
     | 
| 
      
 249 
     | 
    
         
            +
            ext/fox16_c/include/FXRbListItemVirtuals.h
         
     | 
| 
      
 250 
     | 
    
         
            +
            ext/fox16_c/include/FXRbListVirtuals.h
         
     | 
| 
      
 251 
     | 
    
         
            +
            ext/fox16_c/include/FXRbMDIButton.h
         
     | 
| 
      
 252 
     | 
    
         
            +
            ext/fox16_c/include/FXRbMDIChild.h
         
     | 
| 
      
 253 
     | 
    
         
            +
            ext/fox16_c/include/FXRbMDIChildVirtuals.h
         
     | 
| 
      
 254 
     | 
    
         
            +
            ext/fox16_c/include/FXRbMDIClient.h
         
     | 
| 
      
 255 
     | 
    
         
            +
            ext/fox16_c/include/FXRbMDIClientVirtuals.h
         
     | 
| 
      
 256 
     | 
    
         
            +
            ext/fox16_c/include/FXRbMainWindow.h
         
     | 
| 
      
 257 
     | 
    
         
            +
            ext/fox16_c/include/FXRbMatrix.h
         
     | 
| 
      
 258 
     | 
    
         
            +
            ext/fox16_c/include/FXRbMenuBar.h
         
     | 
| 
      
 259 
     | 
    
         
            +
            ext/fox16_c/include/FXRbMenuButton.h
         
     | 
| 
      
 260 
     | 
    
         
            +
            ext/fox16_c/include/FXRbMenuCaption.h
         
     | 
| 
      
 261 
     | 
    
         
            +
            ext/fox16_c/include/FXRbMenuCascade.h
         
     | 
| 
      
 262 
     | 
    
         
            +
            ext/fox16_c/include/FXRbMenuCheck.h
         
     | 
| 
      
 263 
     | 
    
         
            +
            ext/fox16_c/include/FXRbMenuCommand.h
         
     | 
| 
      
 264 
     | 
    
         
            +
            ext/fox16_c/include/FXRbMenuPane.h
         
     | 
| 
      
 265 
     | 
    
         
            +
            ext/fox16_c/include/FXRbMenuRadio.h
         
     | 
| 
      
 266 
     | 
    
         
            +
            ext/fox16_c/include/FXRbMenuSeparator.h
         
     | 
| 
      
 267 
     | 
    
         
            +
            ext/fox16_c/include/FXRbMenuTitle.h
         
     | 
| 
      
 268 
     | 
    
         
            +
            ext/fox16_c/include/FXRbMessageBox.h
         
     | 
| 
      
 269 
     | 
    
         
            +
            ext/fox16_c/include/FXRbObject.h
         
     | 
| 
      
 270 
     | 
    
         
            +
            ext/fox16_c/include/FXRbObjectVirtuals.h
         
     | 
| 
      
 271 
     | 
    
         
            +
            ext/fox16_c/include/FXRbOptionMenu.h
         
     | 
| 
      
 272 
     | 
    
         
            +
            ext/fox16_c/include/FXRbPCXIcon.h
         
     | 
| 
      
 273 
     | 
    
         
            +
            ext/fox16_c/include/FXRbPCXImage.h
         
     | 
| 
      
 274 
     | 
    
         
            +
            ext/fox16_c/include/FXRbPNGIcon.h
         
     | 
| 
      
 275 
     | 
    
         
            +
            ext/fox16_c/include/FXRbPNGImage.h
         
     | 
| 
      
 276 
     | 
    
         
            +
            ext/fox16_c/include/FXRbPPMIcon.h
         
     | 
| 
      
 277 
     | 
    
         
            +
            ext/fox16_c/include/FXRbPPMImage.h
         
     | 
| 
      
 278 
     | 
    
         
            +
            ext/fox16_c/include/FXRbPacker.h
         
     | 
| 
      
 279 
     | 
    
         
            +
            ext/fox16_c/include/FXRbPicker.h
         
     | 
| 
      
 280 
     | 
    
         
            +
            ext/fox16_c/include/FXRbPopup.h
         
     | 
| 
      
 281 
     | 
    
         
            +
            ext/fox16_c/include/FXRbPopupVirtuals.h
         
     | 
| 
      
 282 
     | 
    
         
            +
            ext/fox16_c/include/FXRbPrintDialog.h
         
     | 
| 
      
 283 
     | 
    
         
            +
            ext/fox16_c/include/FXRbProgressBar.h
         
     | 
| 
      
 284 
     | 
    
         
            +
            ext/fox16_c/include/FXRbProgressDialog.h
         
     | 
| 
      
 285 
     | 
    
         
            +
            ext/fox16_c/include/FXRbRGBIcon.h
         
     | 
| 
      
 286 
     | 
    
         
            +
            ext/fox16_c/include/FXRbRGBImage.h
         
     | 
| 
      
 287 
     | 
    
         
            +
            ext/fox16_c/include/FXRbRadioButton.h
         
     | 
| 
      
 288 
     | 
    
         
            +
            ext/fox16_c/include/FXRbRealSlider.h
         
     | 
| 
      
 289 
     | 
    
         
            +
            ext/fox16_c/include/FXRbRealSpinner.h
         
     | 
| 
      
 290 
     | 
    
         
            +
            ext/fox16_c/include/FXRbRealSpinnerVirtuals.h
         
     | 
| 
      
 291 
     | 
    
         
            +
            ext/fox16_c/include/FXRbRecentFiles.h
         
     | 
| 
      
 292 
     | 
    
         
            +
            ext/fox16_c/include/FXRbRegistry.h
         
     | 
| 
      
 293 
     | 
    
         
            +
            ext/fox16_c/include/FXRbReplaceDialog.h
         
     | 
| 
      
 294 
     | 
    
         
            +
            ext/fox16_c/include/FXRbRootWindow.h
         
     | 
| 
      
 295 
     | 
    
         
            +
            ext/fox16_c/include/FXRbRuler.h
         
     | 
| 
      
 296 
     | 
    
         
            +
            ext/fox16_c/include/FXRbRulerView.h
         
     | 
| 
      
 297 
     | 
    
         
            +
            ext/fox16_c/include/FXRbScintilla.h
         
     | 
| 
      
 298 
     | 
    
         
            +
            ext/fox16_c/include/FXRbScrollArea.h
         
     | 
| 
      
 299 
     | 
    
         
            +
            ext/fox16_c/include/FXRbScrollAreaVirtuals.h
         
     | 
| 
      
 300 
     | 
    
         
            +
            ext/fox16_c/include/FXRbScrollBar.h
         
     | 
| 
      
 301 
     | 
    
         
            +
            ext/fox16_c/include/FXRbScrollPane.h
         
     | 
| 
      
 302 
     | 
    
         
            +
            ext/fox16_c/include/FXRbScrollWindow.h
         
     | 
| 
      
 303 
     | 
    
         
            +
            ext/fox16_c/include/FXRbSearchDialog.h
         
     | 
| 
      
 304 
     | 
    
         
            +
            ext/fox16_c/include/FXRbSeparator.h
         
     | 
| 
      
 305 
     | 
    
         
            +
            ext/fox16_c/include/FXRbSettings.h
         
     | 
| 
      
 306 
     | 
    
         
            +
            ext/fox16_c/include/FXRbShell.h
         
     | 
| 
      
 307 
     | 
    
         
            +
            ext/fox16_c/include/FXRbShutter.h
         
     | 
| 
      
 308 
     | 
    
         
            +
            ext/fox16_c/include/FXRbShutterVirtuals.h
         
     | 
| 
      
 309 
     | 
    
         
            +
            ext/fox16_c/include/FXRbSlider.h
         
     | 
| 
      
 310 
     | 
    
         
            +
            ext/fox16_c/include/FXRbSpinner.h
         
     | 
| 
      
 311 
     | 
    
         
            +
            ext/fox16_c/include/FXRbSpinnerVirtuals.h
         
     | 
| 
      
 312 
     | 
    
         
            +
            ext/fox16_c/include/FXRbSplashWindow.h
         
     | 
| 
      
 313 
     | 
    
         
            +
            ext/fox16_c/include/FXRbSplitter.h
         
     | 
| 
      
 314 
     | 
    
         
            +
            ext/fox16_c/include/FXRbSpring.h
         
     | 
| 
      
 315 
     | 
    
         
            +
            ext/fox16_c/include/FXRbStatusBar.h
         
     | 
| 
      
 316 
     | 
    
         
            +
            ext/fox16_c/include/FXRbStatusLine.h
         
     | 
| 
      
 317 
     | 
    
         
            +
            ext/fox16_c/include/FXRbStream.h
         
     | 
| 
      
 318 
     | 
    
         
            +
            ext/fox16_c/include/FXRbStreamVirtuals.h
         
     | 
| 
      
 319 
     | 
    
         
            +
            ext/fox16_c/include/FXRbStringDict.h
         
     | 
| 
      
 320 
     | 
    
         
            +
            ext/fox16_c/include/FXRbSwitcher.h
         
     | 
| 
      
 321 
     | 
    
         
            +
            ext/fox16_c/include/FXRbTGAIcon.h
         
     | 
| 
      
 322 
     | 
    
         
            +
            ext/fox16_c/include/FXRbTGAImage.h
         
     | 
| 
      
 323 
     | 
    
         
            +
            ext/fox16_c/include/FXRbTIFIcon.h
         
     | 
| 
      
 324 
     | 
    
         
            +
            ext/fox16_c/include/FXRbTIFImage.h
         
     | 
| 
      
 325 
     | 
    
         
            +
            ext/fox16_c/include/FXRbTabBar.h
         
     | 
| 
      
 326 
     | 
    
         
            +
            ext/fox16_c/include/FXRbTabBarVirtuals.h
         
     | 
| 
      
 327 
     | 
    
         
            +
            ext/fox16_c/include/FXRbTabBook.h
         
     | 
| 
      
 328 
     | 
    
         
            +
            ext/fox16_c/include/FXRbTabItem.h
         
     | 
| 
      
 329 
     | 
    
         
            +
            ext/fox16_c/include/FXRbTable.h
         
     | 
| 
      
 330 
     | 
    
         
            +
            ext/fox16_c/include/FXRbTableItemVirtuals.h
         
     | 
| 
      
 331 
     | 
    
         
            +
            ext/fox16_c/include/FXRbTableVirtuals.h
         
     | 
| 
      
 332 
     | 
    
         
            +
            ext/fox16_c/include/FXRbText.h
         
     | 
| 
      
 333 
     | 
    
         
            +
            ext/fox16_c/include/FXRbTextField.h
         
     | 
| 
      
 334 
     | 
    
         
            +
            ext/fox16_c/include/FXRbTextVirtuals.h
         
     | 
| 
      
 335 
     | 
    
         
            +
            ext/fox16_c/include/FXRbToggleButton.h
         
     | 
| 
      
 336 
     | 
    
         
            +
            ext/fox16_c/include/FXRbToolBar.h
         
     | 
| 
      
 337 
     | 
    
         
            +
            ext/fox16_c/include/FXRbToolBarGrip.h
         
     | 
| 
      
 338 
     | 
    
         
            +
            ext/fox16_c/include/FXRbToolBarShell.h
         
     | 
| 
      
 339 
     | 
    
         
            +
            ext/fox16_c/include/FXRbToolBarTab.h
         
     | 
| 
      
 340 
     | 
    
         
            +
            ext/fox16_c/include/FXRbToolTip.h
         
     | 
| 
      
 341 
     | 
    
         
            +
            ext/fox16_c/include/FXRbTopWindow.h
         
     | 
| 
      
 342 
     | 
    
         
            +
            ext/fox16_c/include/FXRbTopWindowVirtuals.h
         
     | 
| 
      
 343 
     | 
    
         
            +
            ext/fox16_c/include/FXRbTranslator.h
         
     | 
| 
      
 344 
     | 
    
         
            +
            ext/fox16_c/include/FXRbTranslatorVirtuals.h
         
     | 
| 
      
 345 
     | 
    
         
            +
            ext/fox16_c/include/FXRbTreeItemVirtuals.h
         
     | 
| 
      
 346 
     | 
    
         
            +
            ext/fox16_c/include/FXRbTreeList.h
         
     | 
| 
      
 347 
     | 
    
         
            +
            ext/fox16_c/include/FXRbTreeListBox.h
         
     | 
| 
      
 348 
     | 
    
         
            +
            ext/fox16_c/include/FXRbTreeListBoxVirtuals.h
         
     | 
| 
      
 349 
     | 
    
         
            +
            ext/fox16_c/include/FXRbTreeListVirtuals.h
         
     | 
| 
      
 350 
     | 
    
         
            +
            ext/fox16_c/include/FXRbTriStateButton.h
         
     | 
| 
      
 351 
     | 
    
         
            +
            ext/fox16_c/include/FXRbVerticalFrame.h
         
     | 
| 
      
 352 
     | 
    
         
            +
            ext/fox16_c/include/FXRbVisual.h
         
     | 
| 
      
 353 
     | 
    
         
            +
            ext/fox16_c/include/FXRbWindow.h
         
     | 
| 
      
 354 
     | 
    
         
            +
            ext/fox16_c/include/FXRbWindowVirtuals.h
         
     | 
| 
      
 355 
     | 
    
         
            +
            ext/fox16_c/include/FXRbWizard.h
         
     | 
| 
      
 356 
     | 
    
         
            +
            ext/fox16_c/include/FXRbXBMIcon.h
         
     | 
| 
      
 357 
     | 
    
         
            +
            ext/fox16_c/include/FXRbXBMImage.h
         
     | 
| 
      
 358 
     | 
    
         
            +
            ext/fox16_c/include/FXRbXPMIcon.h
         
     | 
| 
      
 359 
     | 
    
         
            +
            ext/fox16_c/include/FXRbXPMImage.h
         
     | 
| 
      
 360 
     | 
    
         
            +
            ext/fox16_c/include/FXRuby.h
         
     | 
| 
      
 361 
     | 
    
         
            +
            ext/fox16_c/include/impl.h
         
     | 
| 
      
 362 
     | 
    
         
            +
            ext/fox16_c/make_impl.rb
         
     | 
| 
      
 363 
     | 
    
         
            +
            ext/fox16_c/markfuncs.cpp
         
     | 
| 
      
 364 
     | 
    
         
            +
            ext/fox16_c/unregisterOwnedObjects.cpp
         
     | 
| 
       365 
365 
     | 
    
         
             
            fox-includes/FX4Splitter.h
         
     | 
| 
       366 
366 
     | 
    
         
             
            fox-includes/FX7Segment.h
         
     | 
| 
       367 
367 
     | 
    
         
             
            fox-includes/FX885910Codec.h
         
     |