fxruby 1.2.6 → 1.4.0
Sign up to get free protection for your applications and to get access to all the features.
- data/ChangeLog +0 -90
- data/doc/apes02.html +2 -2
- data/doc/apes03.html +1 -1
- data/doc/book.html +1 -1
- data/doc/build.html +26 -26
- data/doc/ch03s02.html +1 -2
- data/doc/ch03s03.html +1 -2
- data/doc/ch03s04.html +1 -2
- data/doc/ch03s05.html +1 -2
- data/doc/changes.html +12 -7
- data/doc/cvs.html +2 -2
- data/doc/differences.html +3 -3
- data/doc/gems.html +44 -44
- data/doc/implementation.html +1 -1
- data/doc/library.html +5 -5
- data/doc/opengl.html +5 -5
- data/doc/pt02.html +1 -1
- data/doc/scintilla.html +6 -6
- data/doc/tutorial1.html +8 -15
- data/examples/babelfish.rb +6 -16
- data/examples/bounce.rb +1 -1
- data/examples/browser.rb +1 -1
- data/examples/button.rb +1 -1
- data/examples/datatarget.rb +2 -2
- data/examples/dctest.rb +1 -1
- data/examples/dialog.rb +1 -1
- data/examples/dilbert.rb +2 -2
- data/examples/dirlist.rb +1 -1
- data/examples/dragdrop.rb +1 -1
- data/examples/dragsource.rb +1 -1
- data/examples/dropsite.rb +1 -1
- data/examples/foursplit.rb +1 -1
- data/examples/gltest.rb +2 -2
- data/examples/glviewer.rb +4 -4
- data/examples/groupbox.rb +2 -2
- data/examples/header.rb +3 -3
- data/examples/hello.rb +1 -1
- data/examples/hello2.rb +1 -1
- data/examples/iconlist.rb +16 -1
- data/examples/image.rb +2 -2
- data/examples/imageviewer.rb +1 -1
- data/examples/inputs.rb +1 -1
- data/examples/mditest.rb +2 -2
- data/examples/pig.rb +1 -1
- data/examples/raabrowser.rb +2 -2
- data/examples/ratio.rb +2 -2
- data/examples/scintilla-test.rb +2 -2
- data/examples/scribble-orig.rb +3 -3
- data/examples/scribble.rb +1 -1
- data/examples/shutter.rb +1 -1
- data/examples/splitter.rb +1 -1
- data/examples/styledtext.rb +2 -2
- data/examples/tabbook.rb +1 -1
- data/examples/table.rb +1 -1
- data/ext/{fox12 → fox14}/FXRbApp.cpp +7 -13
- data/ext/{fox12 → fox14}/FXRbDataTarget.cpp +5 -1
- data/ext/{fox12 → fox14}/FXRbGLViewer.cpp +1 -1
- data/ext/{fox12 → fox14}/FXRuby.cpp +49 -14
- data/ext/{fox12 → fox14}/MANIFEST +0 -0
- data/ext/{fox12 → fox14}/core_wrap.cpp +1098 -390
- data/ext/{fox12 → fox14}/dc_wrap.cpp +61 -1
- data/ext/{fox12 → fox14}/dialogs_wrap.cpp +2293 -939
- data/ext/{fox12 → fox14}/extconf.rb +8 -8
- data/ext/{fox12 → fox14}/frames_wrap.cpp +1396 -395
- data/ext/{fox12 → fox14}/fx3d_wrap.cpp +884 -363
- data/ext/{fox12 → fox14}/iconlist_wrap.cpp +338 -117
- data/ext/{fox12 → fox14}/icons_wrap.cpp +668 -61
- data/ext/{fox12 → fox14}/image_wrap.cpp +245 -164
- data/ext/{fox12 → fox14}/impl.cpp +58 -2
- data/ext/{fox12 → fox14}/include/FXMemoryBuffer.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRb4Splitter.h +1 -1
- data/ext/fox14/include/FXRb7Segment.h +51 -0
- data/ext/{fox12 → fox14}/include/FXRbAccelTable.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbApp.h +1 -2
- data/ext/{fox12 → fox14}/include/FXRbAppVirtuals.h +0 -0
- data/ext/{fox12 → fox14}/include/FXRbArrowButton.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbBMPIcon.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbBMPImage.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbBitmap.h +5 -5
- data/ext/{fox12 → fox14}/include/FXRbBitmapFrame.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbBitmapView.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbBitmapVirtuals.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbButton.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbCURCursor.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbCanvas.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbCheckButton.h +1 -1
- data/ext/fox14/include/FXRbChoiceBox.h +56 -0
- data/ext/{fox12 → fox14}/include/FXRbColorBar.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbColorDialog.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbColorSelector.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbColorWell.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbColorWheel.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbComboBox.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbCommon.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbComposite.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbCursor.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbCursorVirtuals.h +0 -0
- data/ext/{fox12 → fox14}/include/FXRbDC.h +25 -1
- data/ext/{fox12 → fox14}/include/FXRbDCPrint.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbDCVirtuals.h +12 -0
- data/ext/{fox12 → fox14}/include/FXRbDCWindow.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbDataTarget.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbDebugTarget.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbDelegator.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbDial.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbDialogBox.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbDialogBoxVirtuals.h +0 -0
- data/ext/{fox12 → fox14}/include/FXRbDict.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbDirBox.h +2 -1
- data/ext/{fox12 → fox14}/include/FXRbDirDialog.h +4 -1
- data/ext/{fox12 → fox14}/include/FXRbDirList.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbDirSelector.h +1 -1
- data/ext/fox14/include/FXRbDockBar.h +86 -0
- data/ext/fox14/include/FXRbDockBarVirtuals.h +10 -0
- data/ext/fox14/include/FXRbDockHandler.h +51 -0
- data/ext/fox14/include/FXRbDockSite.h +85 -0
- data/ext/fox14/include/FXRbDockSiteVirtuals.h +13 -0
- data/ext/fox14/include/FXRbDockTitle.h +51 -0
- data/ext/{fox12 → fox14}/include/FXRbDocument.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbDragCorner.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbDrawable.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbDrawableVirtuals.h +0 -0
- data/ext/{fox12 → fox14}/include/FXRbDriveBox.h +2 -1
- data/ext/{fox12 → fox14}/include/FXRbFileDialog.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbFileDict.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbFileDictVirtuals.h +0 -0
- data/ext/{fox12 → fox14}/include/FXRbFileList.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbFileSelector.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbFoldingItemVirtuals.h +2 -5
- data/ext/{fox12 → fox14}/include/FXRbFoldingList.h +98 -15
- data/ext/fox14/include/FXRbFoldingListVirtuals.h +43 -0
- data/ext/{fox12 → fox14}/include/FXRbFont.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbFontDialog.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbFontSelector.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbFrame.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbGIFCursor.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbGIFIcon.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbGIFImage.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbGLCanvas.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbGLCanvasVirtuals.h +0 -0
- data/ext/{fox12 → fox14}/include/FXRbGLContext.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbGLObject.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbGLObjectVirtuals.h +0 -0
- data/ext/{fox12 → fox14}/include/FXRbGLShape.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbGLShapeVirtuals.h +0 -0
- data/ext/{fox12 → fox14}/include/FXRbGLViewer.h +7 -1
- data/ext/{fox12 → fox14}/include/FXRbGLViewerVirtuals.h +4 -0
- data/ext/{fox12 → fox14}/include/FXRbGLVisual.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbGradientBar.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbGroupBox.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbHeader.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbHeaderItemVirtuals.h +0 -0
- data/ext/{fox12 → fox14}/include/FXRbHorizontalFrame.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbICOIcon.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbICOImage.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbIcon.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbIconItemVirtuals.h +2 -5
- data/ext/{fox12 → fox14}/include/FXRbIconList.h +33 -15
- data/ext/{fox12 → fox14}/include/FXRbIconListVirtuals.h +14 -0
- data/ext/fox14/include/FXRbIconSource.h +127 -0
- data/ext/fox14/include/FXRbIconSourceVirtuals.h +37 -0
- data/ext/{fox12 → fox14}/include/FXRbId.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbIdVirtuals.h +0 -0
- data/ext/{fox12 → fox14}/include/FXRbImage.h +5 -5
- data/ext/{fox12 → fox14}/include/FXRbImageFrame.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbImageView.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbImageVirtuals.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbInputDialog.h +4 -1
- data/ext/{fox12 → fox14}/include/FXRbJPGIcon.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbJPGImage.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbLabel.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbList.h +29 -11
- data/ext/{fox12 → fox14}/include/FXRbListBox.h +12 -1
- data/ext/fox14/include/FXRbListBoxVirtuals.h +4 -0
- data/ext/{fox12 → fox14}/include/FXRbListItemVirtuals.h +1 -4
- data/ext/{fox12 → fox14}/include/FXRbListVirtuals.h +12 -0
- data/ext/{fox12 → fox14}/include/FXRbMDIButton.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbMDIChild.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbMDIChildVirtuals.h +0 -0
- data/ext/{fox12 → fox14}/include/FXRbMDIClient.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbMDIClientVirtuals.h +0 -0
- data/ext/{fox12 → fox14}/include/FXRbMainWindow.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbMatrix.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbMenuBar.h +2 -2
- data/ext/{fox12 → fox14}/include/FXRbMenuButton.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbMenuCaption.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbMenuCascade.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbMenuCheck.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbMenuCommand.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbMenuPane.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbMenuRadio.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbMenuSeparator.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbMenuTitle.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbMessageBox.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbObject.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbObjectVirtuals.h +0 -0
- data/ext/{fox12 → fox14}/include/FXRbOptionMenu.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbPCXIcon.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbPCXImage.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbPNGIcon.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbPNGImage.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbPPMIcon.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbPPMImage.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbPacker.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbPicker.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbPopup.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbPopupVirtuals.h +0 -0
- data/ext/{fox12 → fox14}/include/FXRbPrintDialog.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbProgressBar.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbProgressDialog.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbRGBIcon.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbRGBImage.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbRadioButton.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbRealSlider.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbRealSpinner.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbRealSpinnerVirtuals.h +0 -0
- data/ext/{fox12 → fox14}/include/FXRbRecentFiles.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbRegistry.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbReplaceDialog.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbRootWindow.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbRuler.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbScintilla.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbScrollArea.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbScrollAreaVirtuals.h +0 -0
- data/ext/{fox12 → fox14}/include/FXRbScrollBar.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbScrollPane.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbScrollWindow.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbSearchDialog.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbSeparator.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbSettings.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbShell.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbShutter.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbShutterVirtuals.h +0 -0
- data/ext/{fox12 → fox14}/include/FXRbSlider.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbSpinner.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbSpinnerVirtuals.h +0 -0
- data/ext/fox14/include/FXRbSplashWindow.h +57 -0
- data/ext/{fox12 → fox14}/include/FXRbSplitter.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbSpring.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbStatusBar.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbStatusLine.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbStream.h +3 -3
- data/ext/{fox12 → fox14}/include/FXRbStreamVirtuals.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbStringDict.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbSwitcher.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbTGAIcon.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbTGAImage.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbTIFIcon.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbTIFImage.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbTabBar.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbTabBarVirtuals.h +0 -0
- data/ext/{fox12 → fox14}/include/FXRbTabBook.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbTabItem.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbTable.h +96 -36
- data/ext/{fox12 → fox14}/include/FXRbTableItemVirtuals.h +24 -3
- data/ext/{fox12 → fox14}/include/FXRbTableVirtuals.h +19 -6
- data/ext/{fox12 → fox14}/include/FXRbText.h +2 -2
- data/ext/{fox12 → fox14}/include/FXRbTextField.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbTextVirtuals.h +0 -0
- data/ext/{fox12 → fox14}/include/FXRbToggleButton.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbToolBar.h +2 -19
- data/ext/{fox12 → fox14}/include/FXRbToolBarGrip.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbToolBarShell.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbToolBarTab.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbToolTip.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbTopWindow.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbTopWindowVirtuals.h +0 -0
- data/ext/{fox12 → fox14}/include/FXRbTreeItemVirtuals.h +2 -2
- data/ext/{fox12 → fox14}/include/FXRbTreeList.h +33 -9
- data/ext/{fox12 → fox14}/include/FXRbTreeListBox.h +12 -1
- data/ext/fox14/include/FXRbTreeListBoxVirtuals.h +4 -0
- data/ext/{fox12 → fox14}/include/FXRbTreeListVirtuals.h +12 -0
- data/ext/{fox12 → fox14}/include/FXRbTriStateButton.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbVerticalFrame.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbVisual.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbWindow.h +35 -5
- data/ext/{fox12 → fox14}/include/FXRbWindowVirtuals.h +17 -1
- data/ext/{fox12 → fox14}/include/FXRbWizard.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbXBMIcon.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbXBMImage.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbXPMIcon.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbXPMImage.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRuby.h +78 -7
- data/ext/{fox12 → fox14}/include/impl.h +7 -0
- data/ext/{fox12 → fox14}/include/inlinestubs.h +58 -2
- data/ext/{fox12 → fox14}/label_wrap.cpp +524 -68
- data/ext/{fox12 → fox14}/layout_wrap.cpp +1025 -90
- data/ext/{fox12 → fox14}/librb.c +0 -0
- data/ext/{fox12 → fox14}/list_wrap.cpp +328 -234
- data/ext/{fox12 → fox14}/markfuncs.cpp +29 -4
- data/ext/{fox12 → fox14}/mdi_wrap.cpp +553 -99
- data/ext/{fox12 → fox14}/menu_wrap.cpp +967 -404
- data/ext/{fox12 → fox14}/scintilla_wrap.cpp +754 -635
- data/ext/{fox12 → fox14}/table_wrap.cpp +501 -284
- data/ext/{fox12 → fox14}/text_wrap.cpp +765 -629
- data/ext/{fox12 → fox14}/treelist_wrap.cpp +859 -661
- data/ext/{fox12 → fox14}/ui_wrap.cpp +3025 -627
- data/ext/{fox12 → fox14}/unregisterOwnedObjects.cpp +1 -1
- data/lib/{fox12 → fox14}/aliases.rb +252 -45
- data/lib/{fox12 → fox14}/calendar.rb +2 -2
- data/lib/{fox12 → fox14}/chore.rb +1 -1
- data/lib/{fox12 → fox14}/colors.rb +1 -1
- data/lib/{fox12 → fox14}/core.rb +126 -52
- data/lib/{fox12 → fox14}/dict.rb +0 -0
- data/lib/{fox12 → fox14}/execute_nonmodal.rb +0 -0
- data/lib/{fox12 → fox14}/glgroup.rb +1 -1
- data/lib/{fox12 → fox14}/glshapes.rb +1 -1
- data/lib/{fox12 → fox14}/input.rb +1 -1
- data/lib/{fox12 → fox14}/irb.rb +1 -1
- data/lib/{fox12 → fox14}/iterators.rb +1 -1
- data/lib/{fox12 → fox14}/keys.rb +1 -1
- data/lib/{fox12 → fox14}/missingdep.rb +1 -1
- data/lib/{fox12 → fox14}/pseudokeyboard.rb +1 -1
- data/lib/{fox12 → fox14}/pseudomouse.rb +1 -1
- data/lib/{fox12 → fox14}/responder.rb +1 -1
- data/lib/{fox12 → fox14}/responder2.rb +5 -5
- data/lib/{fox12 → fox14}/scintilla.rb +0 -0
- data/lib/{fox12 → fox14}/settings.rb +0 -0
- data/lib/{fox12 → fox14}/signal.rb +1 -1
- data/lib/{fox12 → fox14}/splashscreen.rb +2 -2
- data/lib/{fox12 → fox14}/timeout.rb +1 -1
- data/lib/{fox12 → fox14}/undolist.rb +2 -2
- data/lib/{fox12 → fox14}/version.rb +2 -2
- data/rdoc-sources/FX7Segment.rb +48 -0
- data/rdoc-sources/FXApp.rb +51 -31
- data/rdoc-sources/FXBMPIcon.rb +18 -1
- data/rdoc-sources/FXBMPImage.rb +5 -0
- data/rdoc-sources/FXBitmap.rb +18 -3
- data/rdoc-sources/FXBitmapFrame.rb +3 -1
- data/rdoc-sources/FXBitmapView.rb +4 -1
- data/rdoc-sources/FXButton.rb +16 -0
- data/rdoc-sources/FXCheckButton.rb +25 -1
- data/rdoc-sources/FXChoiceBox.rb +82 -0
- data/rdoc-sources/FXColorBar.rb +6 -1
- data/rdoc-sources/FXColorDialog.rb +1 -0
- data/rdoc-sources/FXColorWell.rb +14 -6
- data/rdoc-sources/FXColorWheel.rb +6 -4
- data/rdoc-sources/FXComboBox.rb +53 -5
- data/rdoc-sources/FXCursor.rb +2 -2
- data/rdoc-sources/FXDC.rb +36 -2
- data/rdoc-sources/FXDial.rb +10 -4
- data/rdoc-sources/FXDirBox.rb +7 -1
- data/rdoc-sources/FXDirDialog.rb +33 -0
- data/rdoc-sources/FXDirList.rb +8 -3
- data/rdoc-sources/FXDirSelector.rb +36 -2
- data/rdoc-sources/FXDockBar.rb +136 -0
- data/rdoc-sources/FXDockHandler.rb +19 -0
- data/rdoc-sources/FXDockSite.rb +86 -0
- data/rdoc-sources/FXDockTitle.rb +26 -0
- data/rdoc-sources/FXFileDialog.rb +33 -0
- data/rdoc-sources/FXFileDict.rb +29 -56
- data/rdoc-sources/FXFileList.rb +39 -16
- data/rdoc-sources/FXFileSelector.rb +28 -2
- data/rdoc-sources/FXFileStream.rb +3 -0
- data/rdoc-sources/FXFoldingList.rb +104 -62
- data/rdoc-sources/FXFont.rb +2 -9
- data/rdoc-sources/FXFrame.rb +7 -1
- data/rdoc-sources/FXGIFCursor.rb +17 -5
- data/rdoc-sources/FXGIFIcon.rb +5 -0
- data/rdoc-sources/FXGIFImage.rb +5 -0
- data/rdoc-sources/FXHeader.rb +24 -4
- data/rdoc-sources/FXICOIcon.rb +10 -0
- data/rdoc-sources/FXICOImage.rb +5 -0
- data/rdoc-sources/FXIconList.rb +37 -13
- data/rdoc-sources/FXIconSource.rb +100 -0
- data/rdoc-sources/FXImage.rb +8 -2
- data/rdoc-sources/FXInputDialog.rb +6 -0
- data/rdoc-sources/FXJPGIcon.rb +13 -0
- data/rdoc-sources/FXJPGImage.rb +8 -0
- data/rdoc-sources/FXLabel.rb +4 -1
- data/rdoc-sources/FXList.rb +19 -9
- data/rdoc-sources/FXListBox.rb +22 -4
- data/rdoc-sources/FXMDIChild.rb +21 -2
- data/rdoc-sources/FXMDIClient.rb +15 -11
- data/rdoc-sources/FXMainWindow.rb +7 -1
- data/rdoc-sources/FXMemoryStream.rb +2 -0
- data/rdoc-sources/FXMenuBar.rb +1 -1
- data/rdoc-sources/FXMessageBox.rb +17 -7
- data/rdoc-sources/FXObject.rb +7 -1
- data/rdoc-sources/FXPCXIcon.rb +10 -0
- data/rdoc-sources/FXPCXImage.rb +5 -0
- data/rdoc-sources/FXPNGIcon.rb +15 -2
- data/rdoc-sources/FXPNGImage.rb +8 -0
- data/rdoc-sources/FXPPMIcon.rb +10 -0
- data/rdoc-sources/FXPPMImage.rb +5 -0
- data/rdoc-sources/FXQuatd.rb +1 -1
- data/rdoc-sources/FXQuatf.rb +1 -1
- data/rdoc-sources/FXRGBIcon.rb +12 -2
- data/rdoc-sources/FXRGBImage.rb +5 -0
- data/rdoc-sources/FXRegistry.rb +19 -2
- data/rdoc-sources/FXRuler.rb +47 -5
- data/rdoc-sources/FXScrollArea.rb +4 -4
- data/rdoc-sources/FXScrollPane.rb +3 -1
- data/rdoc-sources/FXSeparator.rb +20 -10
- data/rdoc-sources/FXSettings.rb +3 -3
- data/rdoc-sources/FXShell.rb +2 -1
- data/rdoc-sources/FXShutter.rb +7 -2
- data/rdoc-sources/FXSphered.rb +5 -2
- data/rdoc-sources/FXSpheref.rb +5 -2
- data/rdoc-sources/FXSplashWindow.rb +31 -0
- data/rdoc-sources/FXSplitter.rb +2 -1
- data/rdoc-sources/FXStream.rb +11 -2
- data/rdoc-sources/FXTGAIcon.rb +12 -2
- data/rdoc-sources/FXTGAImage.rb +5 -0
- data/rdoc-sources/FXTIFIcon.rb +15 -2
- data/rdoc-sources/FXTIFImage.rb +8 -0
- data/rdoc-sources/FXTable.rb +92 -15
- data/rdoc-sources/FXText.rb +11 -2
- data/rdoc-sources/FXTextField.rb +6 -2
- data/rdoc-sources/FXToolBar.rb +5 -65
- data/rdoc-sources/FXToolBarGrip.rb +5 -10
- data/rdoc-sources/FXToolBarTab.rb +8 -3
- data/rdoc-sources/FXTopWindow.rb +4 -0
- data/rdoc-sources/FXTreeList.rb +56 -50
- data/rdoc-sources/FXTreeListBox.rb +49 -30
- data/rdoc-sources/FXWindow.rb +30 -11
- data/rdoc-sources/FXXBMIcon.rb +10 -0
- data/rdoc-sources/FXXBMImage.rb +5 -0
- data/rdoc-sources/FXXPMIcon.rb +11 -1
- data/rdoc-sources/FXXPMImage.rb +5 -0
- data/rdoc-sources/README.rdoc +1 -1
- data/tests/TC_FXBMPIcon.rb +15 -0
- data/tests/TC_FXBMPImage.rb +15 -0
- data/tests/TC_FXFont.rb +0 -10
- data/tests/TC_FXXBMIcon.rb +15 -0
- data/tests/TC_FXXBMImage.rb +15 -0
- data/tests/TC_FXXPMIcon.rb +15 -0
- data/tests/TC_FXXPMImage.rb +15 -0
- data/web/downloads.html +3 -1
- data/web/home.html +3 -1
- metadata +290 -268
- data/ANNOUNCE +0 -25
- data/examples/mditest2.rb +0 -195
- data/ext/fox12/include/FXRbToolBarVirtuals.h +0 -6
- data/lib/fox12/dialogs.rb +0 -72
- data/tests/TC_FXSettings.rb +0 -34
- data/tests/doit.rb +0 -5
metadata
CHANGED
@@ -3,17 +3,17 @@ rubygems_version: 0.8.10
|
|
3
3
|
specification_version: 1
|
4
4
|
name: fxruby
|
5
5
|
version: !ruby/object:Gem::Version
|
6
|
-
version: 1.
|
7
|
-
date: 2005-
|
6
|
+
version: 1.4.0
|
7
|
+
date: 2005-08-19
|
8
8
|
summary: FXRuby is the Ruby binding to the FOX GUI toolkit.
|
9
9
|
require_paths:
|
10
|
-
- ext/
|
10
|
+
- ext/fox14
|
11
11
|
- lib
|
12
12
|
email: lyle@knology.net
|
13
13
|
homepage: http://www.fxruby.org
|
14
14
|
rubyforge_project:
|
15
15
|
description: FXRuby is the Ruby binding to the FOX GUI toolkit.
|
16
|
-
autorequire:
|
16
|
+
autorequire: fox14
|
17
17
|
default_executable:
|
18
18
|
bindir: bin
|
19
19
|
has_rdoc: true
|
@@ -28,7 +28,6 @@ platform: ruby
|
|
28
28
|
authors:
|
29
29
|
- Lyle Johnson
|
30
30
|
files:
|
31
|
-
- ANNOUNCE
|
32
31
|
- ChangeLog
|
33
32
|
- LICENSE
|
34
33
|
- README
|
@@ -126,7 +125,6 @@ files:
|
|
126
125
|
- examples/inputs.rb
|
127
126
|
- examples/iRAA.rb
|
128
127
|
- examples/mditest.rb
|
129
|
-
- examples/mditest2.rb
|
130
128
|
- examples/pig.rb
|
131
129
|
- examples/RAA.rb
|
132
130
|
- examples/raabrowser.rb
|
@@ -212,265 +210,276 @@ files:
|
|
212
210
|
- examples/textedit/helpwindow.rb
|
213
211
|
- examples/textedit/prefdialog.rb
|
214
212
|
- examples/textedit/textedit.rb
|
215
|
-
- lib/
|
216
|
-
- lib/
|
217
|
-
- lib/
|
218
|
-
- lib/
|
219
|
-
- lib/
|
220
|
-
- lib/
|
221
|
-
- lib/
|
222
|
-
- lib/
|
223
|
-
- lib/
|
224
|
-
- lib/
|
225
|
-
- lib/
|
226
|
-
- lib/
|
227
|
-
- lib/
|
228
|
-
- lib/
|
229
|
-
- lib/
|
230
|
-
- lib/
|
231
|
-
- lib/
|
232
|
-
- lib/
|
233
|
-
- lib/
|
234
|
-
- lib/
|
235
|
-
- lib/
|
236
|
-
- lib/
|
237
|
-
- lib/
|
238
|
-
- lib/
|
239
|
-
- lib/
|
240
|
-
-
|
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/
|
429
|
-
- ext/
|
430
|
-
- ext/
|
431
|
-
- ext/
|
432
|
-
- ext/
|
433
|
-
- ext/
|
434
|
-
- ext/
|
435
|
-
- ext/
|
436
|
-
- ext/
|
437
|
-
- ext/
|
438
|
-
- ext/
|
439
|
-
- ext/
|
440
|
-
- ext/
|
441
|
-
- ext/
|
442
|
-
- ext/
|
443
|
-
- ext/
|
444
|
-
- ext/
|
445
|
-
- ext/
|
446
|
-
- ext/
|
447
|
-
- ext/
|
448
|
-
- ext/
|
449
|
-
- ext/
|
450
|
-
- ext/
|
451
|
-
- ext/
|
452
|
-
- ext/
|
453
|
-
- ext/
|
454
|
-
- ext/
|
455
|
-
- ext/
|
456
|
-
- ext/
|
457
|
-
- ext/
|
458
|
-
- ext/
|
459
|
-
- ext/
|
460
|
-
- ext/
|
461
|
-
- ext/
|
462
|
-
- ext/
|
463
|
-
- ext/
|
464
|
-
- ext/
|
465
|
-
- ext/
|
466
|
-
- ext/
|
467
|
-
- ext/
|
468
|
-
- ext/
|
469
|
-
- ext/
|
470
|
-
- ext/
|
471
|
-
- ext/
|
213
|
+
- lib/fox14/aliases.rb
|
214
|
+
- lib/fox14/calendar.rb
|
215
|
+
- lib/fox14/chore.rb
|
216
|
+
- lib/fox14/colors.rb
|
217
|
+
- lib/fox14/core.rb
|
218
|
+
- lib/fox14/dict.rb
|
219
|
+
- lib/fox14/execute_nonmodal.rb
|
220
|
+
- lib/fox14/glgroup.rb
|
221
|
+
- lib/fox14/glshapes.rb
|
222
|
+
- lib/fox14/input.rb
|
223
|
+
- lib/fox14/irb.rb
|
224
|
+
- lib/fox14/iterators.rb
|
225
|
+
- lib/fox14/keys.rb
|
226
|
+
- lib/fox14/missingdep.rb
|
227
|
+
- lib/fox14/pseudokeyboard.rb
|
228
|
+
- lib/fox14/pseudomouse.rb
|
229
|
+
- lib/fox14/responder.rb
|
230
|
+
- lib/fox14/responder2.rb
|
231
|
+
- lib/fox14/scintilla.rb
|
232
|
+
- lib/fox14/settings.rb
|
233
|
+
- lib/fox14/signal.rb
|
234
|
+
- lib/fox14/splashscreen.rb
|
235
|
+
- lib/fox14/timeout.rb
|
236
|
+
- lib/fox14/undolist.rb
|
237
|
+
- lib/fox14/version.rb
|
238
|
+
- ext/fox14/MANIFEST
|
239
|
+
- ext/fox14/extconf.rb
|
240
|
+
- ext/fox14/librb.c
|
241
|
+
- ext/fox14/core_wrap.cpp
|
242
|
+
- ext/fox14/dc_wrap.cpp
|
243
|
+
- ext/fox14/dialogs_wrap.cpp
|
244
|
+
- ext/fox14/frames_wrap.cpp
|
245
|
+
- ext/fox14/fx3d_wrap.cpp
|
246
|
+
- ext/fox14/FXRbApp.cpp
|
247
|
+
- ext/fox14/FXRbDataTarget.cpp
|
248
|
+
- ext/fox14/FXRbGLViewer.cpp
|
249
|
+
- ext/fox14/FXRuby.cpp
|
250
|
+
- ext/fox14/iconlist_wrap.cpp
|
251
|
+
- ext/fox14/icons_wrap.cpp
|
252
|
+
- ext/fox14/image_wrap.cpp
|
253
|
+
- ext/fox14/impl.cpp
|
254
|
+
- ext/fox14/label_wrap.cpp
|
255
|
+
- ext/fox14/layout_wrap.cpp
|
256
|
+
- ext/fox14/list_wrap.cpp
|
257
|
+
- ext/fox14/markfuncs.cpp
|
258
|
+
- ext/fox14/mdi_wrap.cpp
|
259
|
+
- ext/fox14/menu_wrap.cpp
|
260
|
+
- ext/fox14/scintilla_wrap.cpp
|
261
|
+
- ext/fox14/table_wrap.cpp
|
262
|
+
- ext/fox14/text_wrap.cpp
|
263
|
+
- ext/fox14/treelist_wrap.cpp
|
264
|
+
- ext/fox14/ui_wrap.cpp
|
265
|
+
- ext/fox14/unregisterOwnedObjects.cpp
|
266
|
+
- ext/fox14/include/FXMemoryBuffer.h
|
267
|
+
- ext/fox14/include/FXRb4Splitter.h
|
268
|
+
- ext/fox14/include/FXRb7Segment.h
|
269
|
+
- ext/fox14/include/FXRbAccelTable.h
|
270
|
+
- ext/fox14/include/FXRbApp.h
|
271
|
+
- ext/fox14/include/FXRbAppVirtuals.h
|
272
|
+
- ext/fox14/include/FXRbArrowButton.h
|
273
|
+
- ext/fox14/include/FXRbBitmap.h
|
274
|
+
- ext/fox14/include/FXRbBitmapFrame.h
|
275
|
+
- ext/fox14/include/FXRbBitmapView.h
|
276
|
+
- ext/fox14/include/FXRbBitmapVirtuals.h
|
277
|
+
- ext/fox14/include/FXRbBMPIcon.h
|
278
|
+
- ext/fox14/include/FXRbBMPImage.h
|
279
|
+
- ext/fox14/include/FXRbButton.h
|
280
|
+
- ext/fox14/include/FXRbCanvas.h
|
281
|
+
- ext/fox14/include/FXRbCheckButton.h
|
282
|
+
- ext/fox14/include/FXRbChoiceBox.h
|
283
|
+
- ext/fox14/include/FXRbColorBar.h
|
284
|
+
- ext/fox14/include/FXRbColorDialog.h
|
285
|
+
- ext/fox14/include/FXRbColorSelector.h
|
286
|
+
- ext/fox14/include/FXRbColorWell.h
|
287
|
+
- ext/fox14/include/FXRbColorWheel.h
|
288
|
+
- ext/fox14/include/FXRbComboBox.h
|
289
|
+
- ext/fox14/include/FXRbCommon.h
|
290
|
+
- ext/fox14/include/FXRbComposite.h
|
291
|
+
- ext/fox14/include/FXRbCURCursor.h
|
292
|
+
- ext/fox14/include/FXRbCursor.h
|
293
|
+
- ext/fox14/include/FXRbCursorVirtuals.h
|
294
|
+
- ext/fox14/include/FXRbDataTarget.h
|
295
|
+
- ext/fox14/include/FXRbDC.h
|
296
|
+
- ext/fox14/include/FXRbDCPrint.h
|
297
|
+
- ext/fox14/include/FXRbDCVirtuals.h
|
298
|
+
- ext/fox14/include/FXRbDCWindow.h
|
299
|
+
- ext/fox14/include/FXRbDebugTarget.h
|
300
|
+
- ext/fox14/include/FXRbDelegator.h
|
301
|
+
- ext/fox14/include/FXRbDial.h
|
302
|
+
- ext/fox14/include/FXRbDialogBox.h
|
303
|
+
- ext/fox14/include/FXRbDialogBoxVirtuals.h
|
304
|
+
- ext/fox14/include/FXRbDict.h
|
305
|
+
- ext/fox14/include/FXRbDirBox.h
|
306
|
+
- ext/fox14/include/FXRbDirDialog.h
|
307
|
+
- ext/fox14/include/FXRbDirList.h
|
308
|
+
- ext/fox14/include/FXRbDirSelector.h
|
309
|
+
- ext/fox14/include/FXRbDockBar.h
|
310
|
+
- ext/fox14/include/FXRbDockBarVirtuals.h
|
311
|
+
- ext/fox14/include/FXRbDockHandler.h
|
312
|
+
- ext/fox14/include/FXRbDockSite.h
|
313
|
+
- ext/fox14/include/FXRbDockSiteVirtuals.h
|
314
|
+
- ext/fox14/include/FXRbDockTitle.h
|
315
|
+
- ext/fox14/include/FXRbDocument.h
|
316
|
+
- ext/fox14/include/FXRbDragCorner.h
|
317
|
+
- ext/fox14/include/FXRbDrawable.h
|
318
|
+
- ext/fox14/include/FXRbDrawableVirtuals.h
|
319
|
+
- ext/fox14/include/FXRbDriveBox.h
|
320
|
+
- ext/fox14/include/FXRbFileDialog.h
|
321
|
+
- ext/fox14/include/FXRbFileDict.h
|
322
|
+
- ext/fox14/include/FXRbFileDictVirtuals.h
|
323
|
+
- ext/fox14/include/FXRbFileList.h
|
324
|
+
- ext/fox14/include/FXRbFileSelector.h
|
325
|
+
- ext/fox14/include/FXRbFoldingItemVirtuals.h
|
326
|
+
- ext/fox14/include/FXRbFoldingList.h
|
327
|
+
- ext/fox14/include/FXRbFoldingListVirtuals.h
|
328
|
+
- ext/fox14/include/FXRbFont.h
|
329
|
+
- ext/fox14/include/FXRbFontDialog.h
|
330
|
+
- ext/fox14/include/FXRbFontSelector.h
|
331
|
+
- ext/fox14/include/FXRbFrame.h
|
332
|
+
- ext/fox14/include/FXRbGIFCursor.h
|
333
|
+
- ext/fox14/include/FXRbGIFIcon.h
|
334
|
+
- ext/fox14/include/FXRbGIFImage.h
|
335
|
+
- ext/fox14/include/FXRbGLCanvas.h
|
336
|
+
- ext/fox14/include/FXRbGLCanvasVirtuals.h
|
337
|
+
- ext/fox14/include/FXRbGLContext.h
|
338
|
+
- ext/fox14/include/FXRbGLObject.h
|
339
|
+
- ext/fox14/include/FXRbGLObjectVirtuals.h
|
340
|
+
- ext/fox14/include/FXRbGLShape.h
|
341
|
+
- ext/fox14/include/FXRbGLShapeVirtuals.h
|
342
|
+
- ext/fox14/include/FXRbGLViewer.h
|
343
|
+
- ext/fox14/include/FXRbGLViewerVirtuals.h
|
344
|
+
- ext/fox14/include/FXRbGLVisual.h
|
345
|
+
- ext/fox14/include/FXRbGradientBar.h
|
346
|
+
- ext/fox14/include/FXRbGroupBox.h
|
347
|
+
- ext/fox14/include/FXRbHeader.h
|
348
|
+
- ext/fox14/include/FXRbHeaderItemVirtuals.h
|
349
|
+
- ext/fox14/include/FXRbHorizontalFrame.h
|
350
|
+
- ext/fox14/include/FXRbICOIcon.h
|
351
|
+
- ext/fox14/include/FXRbICOImage.h
|
352
|
+
- ext/fox14/include/FXRbIcon.h
|
353
|
+
- ext/fox14/include/FXRbIconItemVirtuals.h
|
354
|
+
- ext/fox14/include/FXRbIconList.h
|
355
|
+
- ext/fox14/include/FXRbIconListVirtuals.h
|
356
|
+
- ext/fox14/include/FXRbIconSource.h
|
357
|
+
- ext/fox14/include/FXRbIconSourceVirtuals.h
|
358
|
+
- ext/fox14/include/FXRbId.h
|
359
|
+
- ext/fox14/include/FXRbIdVirtuals.h
|
360
|
+
- ext/fox14/include/FXRbImage.h
|
361
|
+
- ext/fox14/include/FXRbImageFrame.h
|
362
|
+
- ext/fox14/include/FXRbImageView.h
|
363
|
+
- ext/fox14/include/FXRbImageVirtuals.h
|
364
|
+
- ext/fox14/include/FXRbInputDialog.h
|
365
|
+
- ext/fox14/include/FXRbJPGIcon.h
|
366
|
+
- ext/fox14/include/FXRbJPGImage.h
|
367
|
+
- ext/fox14/include/FXRbLabel.h
|
368
|
+
- ext/fox14/include/FXRbList.h
|
369
|
+
- ext/fox14/include/FXRbListBox.h
|
370
|
+
- ext/fox14/include/FXRbListBoxVirtuals.h
|
371
|
+
- ext/fox14/include/FXRbListItemVirtuals.h
|
372
|
+
- ext/fox14/include/FXRbListVirtuals.h
|
373
|
+
- ext/fox14/include/FXRbMainWindow.h
|
374
|
+
- ext/fox14/include/FXRbMatrix.h
|
375
|
+
- ext/fox14/include/FXRbMDIButton.h
|
376
|
+
- ext/fox14/include/FXRbMDIChild.h
|
377
|
+
- ext/fox14/include/FXRbMDIChildVirtuals.h
|
378
|
+
- ext/fox14/include/FXRbMDIClient.h
|
379
|
+
- ext/fox14/include/FXRbMDIClientVirtuals.h
|
380
|
+
- ext/fox14/include/FXRbMenuBar.h
|
381
|
+
- ext/fox14/include/FXRbMenuButton.h
|
382
|
+
- ext/fox14/include/FXRbMenuCaption.h
|
383
|
+
- ext/fox14/include/FXRbMenuCascade.h
|
384
|
+
- ext/fox14/include/FXRbMenuCheck.h
|
385
|
+
- ext/fox14/include/FXRbMenuCommand.h
|
386
|
+
- ext/fox14/include/FXRbMenuPane.h
|
387
|
+
- ext/fox14/include/FXRbMenuRadio.h
|
388
|
+
- ext/fox14/include/FXRbMenuSeparator.h
|
389
|
+
- ext/fox14/include/FXRbMenuTitle.h
|
390
|
+
- ext/fox14/include/FXRbMessageBox.h
|
391
|
+
- ext/fox14/include/FXRbObject.h
|
392
|
+
- ext/fox14/include/FXRbObjectVirtuals.h
|
393
|
+
- ext/fox14/include/FXRbOptionMenu.h
|
394
|
+
- ext/fox14/include/FXRbPacker.h
|
395
|
+
- ext/fox14/include/FXRbPCXIcon.h
|
396
|
+
- ext/fox14/include/FXRbPCXImage.h
|
397
|
+
- ext/fox14/include/FXRbPicker.h
|
398
|
+
- ext/fox14/include/FXRbPNGIcon.h
|
399
|
+
- ext/fox14/include/FXRbPNGImage.h
|
400
|
+
- ext/fox14/include/FXRbPopup.h
|
401
|
+
- ext/fox14/include/FXRbPopupVirtuals.h
|
402
|
+
- ext/fox14/include/FXRbPPMIcon.h
|
403
|
+
- ext/fox14/include/FXRbPPMImage.h
|
404
|
+
- ext/fox14/include/FXRbPrintDialog.h
|
405
|
+
- ext/fox14/include/FXRbProgressBar.h
|
406
|
+
- ext/fox14/include/FXRbProgressDialog.h
|
407
|
+
- ext/fox14/include/FXRbRadioButton.h
|
408
|
+
- ext/fox14/include/FXRbRealSlider.h
|
409
|
+
- ext/fox14/include/FXRbRealSpinner.h
|
410
|
+
- ext/fox14/include/FXRbRealSpinnerVirtuals.h
|
411
|
+
- ext/fox14/include/FXRbRecentFiles.h
|
412
|
+
- ext/fox14/include/FXRbRegistry.h
|
413
|
+
- ext/fox14/include/FXRbReplaceDialog.h
|
414
|
+
- ext/fox14/include/FXRbRGBIcon.h
|
415
|
+
- ext/fox14/include/FXRbRGBImage.h
|
416
|
+
- ext/fox14/include/FXRbRootWindow.h
|
417
|
+
- ext/fox14/include/FXRbRuler.h
|
418
|
+
- ext/fox14/include/FXRbScintilla.h
|
419
|
+
- ext/fox14/include/FXRbScrollArea.h
|
420
|
+
- ext/fox14/include/FXRbScrollAreaVirtuals.h
|
421
|
+
- ext/fox14/include/FXRbScrollBar.h
|
422
|
+
- ext/fox14/include/FXRbScrollPane.h
|
423
|
+
- ext/fox14/include/FXRbScrollWindow.h
|
424
|
+
- ext/fox14/include/FXRbSearchDialog.h
|
425
|
+
- ext/fox14/include/FXRbSeparator.h
|
426
|
+
- ext/fox14/include/FXRbSettings.h
|
427
|
+
- ext/fox14/include/FXRbShell.h
|
428
|
+
- ext/fox14/include/FXRbShutter.h
|
429
|
+
- ext/fox14/include/FXRbShutterVirtuals.h
|
430
|
+
- ext/fox14/include/FXRbSlider.h
|
431
|
+
- ext/fox14/include/FXRbSpinner.h
|
432
|
+
- ext/fox14/include/FXRbSpinnerVirtuals.h
|
433
|
+
- ext/fox14/include/FXRbSplashWindow.h
|
434
|
+
- ext/fox14/include/FXRbSplitter.h
|
435
|
+
- ext/fox14/include/FXRbSpring.h
|
436
|
+
- ext/fox14/include/FXRbStatusBar.h
|
437
|
+
- ext/fox14/include/FXRbStatusLine.h
|
438
|
+
- ext/fox14/include/FXRbStream.h
|
439
|
+
- ext/fox14/include/FXRbStreamVirtuals.h
|
440
|
+
- ext/fox14/include/FXRbStringDict.h
|
441
|
+
- ext/fox14/include/FXRbSwitcher.h
|
442
|
+
- ext/fox14/include/FXRbTabBar.h
|
443
|
+
- ext/fox14/include/FXRbTabBarVirtuals.h
|
444
|
+
- ext/fox14/include/FXRbTabBook.h
|
445
|
+
- ext/fox14/include/FXRbTabItem.h
|
446
|
+
- ext/fox14/include/FXRbTable.h
|
447
|
+
- ext/fox14/include/FXRbTableItemVirtuals.h
|
448
|
+
- ext/fox14/include/FXRbTableVirtuals.h
|
449
|
+
- ext/fox14/include/FXRbText.h
|
450
|
+
- ext/fox14/include/FXRbTextField.h
|
451
|
+
- ext/fox14/include/FXRbTextVirtuals.h
|
452
|
+
- ext/fox14/include/FXRbTGAIcon.h
|
453
|
+
- ext/fox14/include/FXRbTGAImage.h
|
454
|
+
- ext/fox14/include/FXRbTIFIcon.h
|
455
|
+
- ext/fox14/include/FXRbTIFImage.h
|
456
|
+
- ext/fox14/include/FXRbToggleButton.h
|
457
|
+
- ext/fox14/include/FXRbToolBar.h
|
458
|
+
- ext/fox14/include/FXRbToolBarGrip.h
|
459
|
+
- ext/fox14/include/FXRbToolBarShell.h
|
460
|
+
- ext/fox14/include/FXRbToolBarTab.h
|
461
|
+
- ext/fox14/include/FXRbToolTip.h
|
462
|
+
- ext/fox14/include/FXRbTopWindow.h
|
463
|
+
- ext/fox14/include/FXRbTopWindowVirtuals.h
|
464
|
+
- ext/fox14/include/FXRbTreeItemVirtuals.h
|
465
|
+
- ext/fox14/include/FXRbTreeList.h
|
466
|
+
- ext/fox14/include/FXRbTreeListBox.h
|
467
|
+
- ext/fox14/include/FXRbTreeListBoxVirtuals.h
|
468
|
+
- ext/fox14/include/FXRbTreeListVirtuals.h
|
469
|
+
- ext/fox14/include/FXRbTriStateButton.h
|
470
|
+
- ext/fox14/include/FXRbVerticalFrame.h
|
471
|
+
- ext/fox14/include/FXRbVisual.h
|
472
|
+
- ext/fox14/include/FXRbWindow.h
|
473
|
+
- ext/fox14/include/FXRbWindowVirtuals.h
|
474
|
+
- ext/fox14/include/FXRbWizard.h
|
475
|
+
- ext/fox14/include/FXRbXBMIcon.h
|
476
|
+
- ext/fox14/include/FXRbXBMImage.h
|
477
|
+
- ext/fox14/include/FXRbXPMIcon.h
|
478
|
+
- ext/fox14/include/FXRbXPMImage.h
|
479
|
+
- ext/fox14/include/FXRuby.h
|
480
|
+
- ext/fox14/include/impl.h
|
481
|
+
- ext/fox14/include/inlinestubs.h
|
472
482
|
- tests/README
|
473
|
-
- tests/doit.rb
|
474
483
|
- tests/stress1.rb
|
475
484
|
- tests/stress2.rb
|
476
485
|
- tests/stress3.rb
|
@@ -478,6 +487,8 @@ files:
|
|
478
487
|
- tests/TC_FXAccelTable.rb
|
479
488
|
- tests/TC_FXApp.rb
|
480
489
|
- tests/TC_FXArc.rb
|
490
|
+
- tests/TC_FXBMPIcon.rb
|
491
|
+
- tests/TC_FXBMPImage.rb
|
481
492
|
- tests/TC_FXButton.rb
|
482
493
|
- tests/TC_FXCheckButton.rb
|
483
494
|
- tests/TC_FXComboBox.rb
|
@@ -516,7 +527,6 @@ files:
|
|
516
527
|
- tests/TC_FXScrollArea.rb
|
517
528
|
- tests/TC_FXScrollWindow.rb
|
518
529
|
- tests/TC_FXSegment.rb
|
519
|
-
- tests/TC_FXSettings.rb
|
520
530
|
- tests/TC_FXShell.rb
|
521
531
|
- tests/TC_FXSize.rb
|
522
532
|
- tests/TC_FXStream.rb
|
@@ -533,6 +543,10 @@ files:
|
|
533
543
|
- tests/TC_FXVec3f.rb
|
534
544
|
- tests/TC_FXVec4f.rb
|
535
545
|
- tests/TC_FXViewport.rb
|
546
|
+
- tests/TC_FXXBMIcon.rb
|
547
|
+
- tests/TC_FXXBMImage.rb
|
548
|
+
- tests/TC_FXXPMIcon.rb
|
549
|
+
- tests/TC_FXXPMImage.rb
|
536
550
|
- tests/TC_Misc.rb
|
537
551
|
- tests/testcase.rb
|
538
552
|
- tests/TS_All.rb
|
@@ -549,6 +563,7 @@ files:
|
|
549
563
|
- web/art/oul_grey.gif
|
550
564
|
- web/art/our.gif
|
551
565
|
- rdoc-sources/FX4Splitter.rb
|
566
|
+
- rdoc-sources/FX7Segment.rb
|
552
567
|
- rdoc-sources/FXAccelTable.rb
|
553
568
|
- rdoc-sources/FXApp.rb
|
554
569
|
- rdoc-sources/FXArrowButton.rb
|
@@ -560,6 +575,7 @@ files:
|
|
560
575
|
- rdoc-sources/FXButton.rb
|
561
576
|
- rdoc-sources/FXCanvas.rb
|
562
577
|
- rdoc-sources/FXCheckButton.rb
|
578
|
+
- rdoc-sources/FXChoiceBox.rb
|
563
579
|
- rdoc-sources/FXColorBar.rb
|
564
580
|
- rdoc-sources/FXColorDialog.rb
|
565
581
|
- rdoc-sources/FXColorSelector.rb
|
@@ -583,6 +599,10 @@ files:
|
|
583
599
|
- rdoc-sources/FXDirDialog.rb
|
584
600
|
- rdoc-sources/FXDirList.rb
|
585
601
|
- rdoc-sources/FXDirSelector.rb
|
602
|
+
- rdoc-sources/FXDockBar.rb
|
603
|
+
- rdoc-sources/FXDockHandler.rb
|
604
|
+
- rdoc-sources/FXDockSite.rb
|
605
|
+
- rdoc-sources/FXDockTitle.rb
|
586
606
|
- rdoc-sources/FXDocument.rb
|
587
607
|
- rdoc-sources/FXDragCorner.rb
|
588
608
|
- rdoc-sources/FXDrawable.rb
|
@@ -614,6 +634,7 @@ files:
|
|
614
634
|
- rdoc-sources/FXICOImage.rb
|
615
635
|
- rdoc-sources/FXIcon.rb
|
616
636
|
- rdoc-sources/FXIconList.rb
|
637
|
+
- rdoc-sources/FXIconSource.rb
|
617
638
|
- rdoc-sources/FXId.rb
|
618
639
|
- rdoc-sources/FXImage.rb
|
619
640
|
- rdoc-sources/FXImageFrame.rb
|
@@ -688,6 +709,7 @@ files:
|
|
688
709
|
- rdoc-sources/FXSphered.rb
|
689
710
|
- rdoc-sources/FXSpheref.rb
|
690
711
|
- rdoc-sources/FXSpinner.rb
|
712
|
+
- rdoc-sources/FXSplashWindow.rb
|
691
713
|
- rdoc-sources/FXSplitter.rb
|
692
714
|
- rdoc-sources/FXSpring.rb
|
693
715
|
- rdoc-sources/FXStatusBar.rb
|
@@ -733,13 +755,13 @@ rdoc_options:
|
|
733
755
|
- "--main"
|
734
756
|
- rdoc-sources/README.rdoc
|
735
757
|
- "--exclude"
|
736
|
-
- ext/
|
758
|
+
- ext/fox14
|
737
759
|
extra_rdoc_files:
|
738
760
|
- rdoc-sources
|
739
761
|
- rdoc-sources/README.rdoc
|
740
762
|
executables: []
|
741
763
|
extensions:
|
742
|
-
- ext/
|
764
|
+
- ext/fox14/extconf.rb
|
743
765
|
requirements:
|
744
|
-
- FOX library version 1.
|
766
|
+
- FOX library version 1.4.0 or higher
|
745
767
|
dependencies: []
|