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
data/rdoc-sources/FXRGBIcon.rb
CHANGED
@@ -3,6 +3,11 @@ module Fox
|
|
3
3
|
# Iris RGB Icon
|
4
4
|
#
|
5
5
|
class FXRGBIcon < FXIcon
|
6
|
+
#
|
7
|
+
# Return the suggested file extension for this image type ("rgb").
|
8
|
+
#
|
9
|
+
def FXRGBIcon.fileExt; end
|
10
|
+
|
6
11
|
#
|
7
12
|
# Return an initialized FXRGBIcon instance.
|
8
13
|
#
|
@@ -29,7 +34,7 @@ module Fox
|
|
29
34
|
#
|
30
35
|
# +store+:: stream from which to read the file data [FXStream]
|
31
36
|
#
|
32
|
-
def fxloadRGB(store); end
|
37
|
+
def Fox.fxloadRGB(store); end
|
33
38
|
|
34
39
|
#
|
35
40
|
# Save a RGB image to a stream.
|
@@ -44,6 +49,11 @@ module Fox
|
|
44
49
|
# +width+:: width [Integer]
|
45
50
|
# +height+:: height [Integer]
|
46
51
|
#
|
47
|
-
def
|
52
|
+
def Fox.fxsaveRGB(store, data, transp, width, height); end
|
53
|
+
|
54
|
+
#
|
55
|
+
# Return +true+ if _store_ (an FXStream instance) contains a RGB image.
|
56
|
+
#
|
57
|
+
def Fox.fxcheckRGB(store); end
|
48
58
|
end
|
49
59
|
|
data/rdoc-sources/FXRGBImage.rb
CHANGED
data/rdoc-sources/FXRegistry.rb
CHANGED
@@ -1,7 +1,24 @@
|
|
1
1
|
module Fox
|
2
2
|
#
|
3
|
-
# The registry maintains a database of persistent settings for an application
|
4
|
-
#
|
3
|
+
# The registry maintains a database of persistent settings for an application.
|
4
|
+
# The settings database is organized in two groups of three layers each. The
|
5
|
+
# system-wide settings group contains settings information pertaining to all
|
6
|
+
# users on a system. The per-user settings group contains settings affecting
|
7
|
+
# that user only.
|
8
|
+
# Each settings group contains a desktop layer, which comprises the settings
|
9
|
+
# which affect all FOX programs, a vendor layer which holds settings that
|
10
|
+
# affect all applications from that vendor (e.g. a application-suite), and
|
11
|
+
# an application layer which holds settings only for a single application.
|
12
|
+
# The vendor-key and application-key determine which files these layers come
|
13
|
+
# from, while the "Desktop" key is used for all FOX applications.
|
14
|
+
# Settings in the system-wide group are overwritten by the per-user group,
|
15
|
+
# and settings from the "Desktop" layer are overwritten by the vendor-layer;
|
16
|
+
# vendor-layer settings are overwritten by the application-layer settings.
|
17
|
+
# Only the per-user, per-application settings ever gets written; the layers
|
18
|
+
# in the system-group only get written during installation and configuration
|
19
|
+
# of the application.
|
20
|
+
# The registry is read when FXApp::init() is called, and written back to the
|
21
|
+
# system when FXApp::exit() is called.
|
5
22
|
#
|
6
23
|
class FXRegistry < FXSettings
|
7
24
|
|
data/rdoc-sources/FXRuler.rb
CHANGED
@@ -1,13 +1,16 @@
|
|
1
1
|
module Fox
|
2
2
|
#
|
3
|
-
#
|
4
|
-
# and size of entities within the document
|
3
|
+
# The ruler widget is placed alongside a document to measure position
|
4
|
+
# and size of entities within the document, such as margins, paragraph
|
5
|
+
# indents, and tickmarks.
|
6
|
+
# The ruler widget sends a +SEL_CHANGED+ message when the indentation or margins
|
7
|
+
# are interactively changed by the user.
|
5
8
|
#
|
6
9
|
# === Events
|
7
10
|
#
|
8
11
|
# The following messages are sent by FXRuler to its target:
|
9
12
|
#
|
10
|
-
# +SEL_LEFTBUTTONPRESS+::
|
13
|
+
# +SEL_LEFTBUTTONPRESS+:: sent when the left mouse button goes down; the message data is an FXEvent instance.
|
11
14
|
# +SEL_LEFTBUTTONRELEASE+:: sent when the left mouse button goes up; the message data is an FXEvent instance.
|
12
15
|
#
|
13
16
|
# === Ruler options
|
@@ -22,17 +25,56 @@ module Fox
|
|
22
25
|
# +RULER_TICKS_RIGHT+:: Ticks on the right (if vertical)
|
23
26
|
# +RULER_TICKS_CENTER+:: Tickmarks centered
|
24
27
|
# +RULER_NUMBERS+:: Show numbers
|
25
|
-
# +RULER_ARROW+::
|
28
|
+
# +RULER_ARROW+:: Draw small arrow for cursor position
|
26
29
|
# +RULER_MARKERS+:: Draw markers for indentation settings
|
27
30
|
# +RULER_METRIC+:: Metric subdivision (default)
|
28
31
|
# +RULER_ENGLISH+:: English subdivision
|
29
32
|
#
|
30
33
|
# === Message identifiers:
|
31
34
|
#
|
32
|
-
# +ID_ARROW+::
|
35
|
+
# +ID_ARROW+:: write me
|
33
36
|
#
|
34
37
|
class FXRuler < FXFrame
|
35
38
|
|
39
|
+
# Current position [Integer]
|
40
|
+
attr_accessor :position
|
41
|
+
|
42
|
+
# Document size [Integer]
|
43
|
+
attr_accessor :documentSize
|
44
|
+
|
45
|
+
# Document size [Integer]
|
46
|
+
attr_accessor :edgeSpacing
|
47
|
+
|
48
|
+
# Lower document margin [Integer]
|
49
|
+
attr_accessor :marginLower
|
50
|
+
|
51
|
+
# Upper document margin [Integer]
|
52
|
+
attr_accessor :marginUpper
|
53
|
+
|
54
|
+
# First line indent [Integer]
|
55
|
+
attr_accessor :indentFirst
|
56
|
+
|
57
|
+
# Lower indent [Integer]
|
58
|
+
attr_accessor :indentLower
|
59
|
+
|
60
|
+
# Upper indent [Integer]
|
61
|
+
attr_accessor :indentUpper
|
62
|
+
|
63
|
+
# Document number placement [Integer]
|
64
|
+
attr_accessor :numberTicks
|
65
|
+
|
66
|
+
# Document major ticks [Integer]
|
67
|
+
attr_accessor :majorTicks
|
68
|
+
|
69
|
+
# Document minor ticks [Integer]
|
70
|
+
attr_accessor :minorTicks
|
71
|
+
|
72
|
+
# Document tiny ticks [Integer]
|
73
|
+
attr_accessor :tinyTicks
|
74
|
+
|
75
|
+
# Pixels per tick spacing [Float]
|
76
|
+
attr_accessor :pixelsPerTick
|
77
|
+
|
36
78
|
# The text font [FXFont]
|
37
79
|
attr_accessor :font
|
38
80
|
|
@@ -44,11 +44,11 @@ module Fox
|
|
44
44
|
# Scroll style [Integer]
|
45
45
|
attr_accessor :scrollStyle
|
46
46
|
|
47
|
-
# Horizontal scrollbar [
|
48
|
-
attr_reader :
|
47
|
+
# Horizontal scrollbar [FXScrollbar]
|
48
|
+
attr_reader :horizontalScrollbar
|
49
49
|
|
50
|
-
# Vertical scrollbar [
|
51
|
-
attr_reader :
|
50
|
+
# Vertical scrollbar [FXScrollbar]
|
51
|
+
attr_reader :verticalScrollbar
|
52
52
|
|
53
53
|
# Current x-position [Integer]
|
54
54
|
attr_reader :xPosition
|
@@ -1,6 +1,8 @@
|
|
1
1
|
module Fox
|
2
2
|
#
|
3
|
-
#
|
3
|
+
# A Scroll Pane is a menu pane which provides scrolling of menu entries.
|
4
|
+
# It is useful when menus are populated programmatically and it is not
|
5
|
+
# known in advance how many entries will be added.
|
4
6
|
#
|
5
7
|
class FXScrollPane < FXMenuPane
|
6
8
|
|
data/rdoc-sources/FXSeparator.rb
CHANGED
@@ -1,6 +1,10 @@
|
|
1
1
|
module Fox
|
2
2
|
#
|
3
|
-
#
|
3
|
+
# A Separator widget is used to draw a horizontal or vertical divider between
|
4
|
+
# groups of controls. It is purely decorative. The separator may be drawn
|
5
|
+
# in various styles as determined by the SEPARATOR_NONE, SEPARATOR_GROOVE,
|
6
|
+
# SEPARATOR_RIDGE, and SEPARATOR_LINE options. Since its derived from Frame,
|
7
|
+
# it can also have the frame's border styles.
|
4
8
|
#
|
5
9
|
# === Separator options
|
6
10
|
#
|
@@ -9,7 +13,20 @@ module Fox
|
|
9
13
|
# +SEPARATOR_RIDGE+:: Embossed looking ridge
|
10
14
|
# +SEPARATOR_LINE+:: Simple line
|
11
15
|
#
|
12
|
-
class
|
16
|
+
class FXSeparator < FXFrame
|
17
|
+
|
18
|
+
# Separator style, one of SEPARATOR_NONE, SEPARATOR_GROOVE, SEPARATOR_RIDGE or SEPARATOR_LINE [Integer]
|
19
|
+
attr_accessor :separatorStyle
|
20
|
+
|
21
|
+
# Return an initialized FXSeparator instance.
|
22
|
+
def initialize(p, opts=SEPARATOR_GROOVE|LAYOUT_FILL_X, x=0, y=0, w=0, h=0, pl=0, pr=0, pt=0, pb=0) # :yields: theSeparator
|
23
|
+
end
|
24
|
+
end
|
25
|
+
|
26
|
+
#
|
27
|
+
# Horizontal separator
|
28
|
+
#
|
29
|
+
class FXHorizontalSeparator < FXSeparator
|
13
30
|
#
|
14
31
|
# Return an initialized FXHorizontalSeparator instance.
|
15
32
|
#
|
@@ -33,14 +50,7 @@ module Fox
|
|
33
50
|
#
|
34
51
|
# Vertical separator
|
35
52
|
#
|
36
|
-
|
37
|
-
#
|
38
|
-
# +SEPARATOR_NONE+:: Nothing visible
|
39
|
-
# +SEPARATOR_GROOVE+:: Etched-in looking groove
|
40
|
-
# +SEPARATOR_RIDGE+:: Embossed looking ridge
|
41
|
-
# +SEPARATOR_LINE+:: Simple line
|
42
|
-
#
|
43
|
-
class FXVerticalSeparator < FXFrame
|
53
|
+
class FXVerticalSeparator < FXSeparator
|
44
54
|
#
|
45
55
|
# Return an initialized FXVerticalSeparator instance.
|
46
56
|
#
|
data/rdoc-sources/FXSettings.rb
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
module Fox
|
2
2
|
#
|
3
|
-
#
|
4
|
-
# part of
|
5
|
-
#
|
3
|
+
# The Settings class manages a key-value database. This is normally used as
|
4
|
+
# part of Registry, but can also be used separately in applications that need
|
5
|
+
# to maintain a key-value database in a file of their own.
|
6
6
|
#
|
7
7
|
class FXSettings < FXDict
|
8
8
|
#
|
data/rdoc-sources/FXShell.rb
CHANGED
data/rdoc-sources/FXShutter.rb
CHANGED
@@ -1,6 +1,9 @@
|
|
1
1
|
module Fox
|
2
2
|
#
|
3
|
-
# Shutter
|
3
|
+
# A Shutter Item is a panel which is embedded inside a Shutter Widget.
|
4
|
+
# It can contain other user interface widgets which can be added under
|
5
|
+
# the content widget. The content widget is itself embedded in a scroll
|
6
|
+
# window to allow unlimited room for all the contents.
|
4
7
|
#
|
5
8
|
# === Message identifiers
|
6
9
|
#
|
@@ -46,7 +49,9 @@ module Fox
|
|
46
49
|
end
|
47
50
|
|
48
51
|
#
|
49
|
-
# Shutter
|
52
|
+
# The Shutter widget provides a set of foldable sub panels. Each subpanel
|
53
|
+
# consists of a Shutter Item which contains a button and some contents.
|
54
|
+
# A sub panel can be unfolded by pressing on that panel's button.
|
50
55
|
#
|
51
56
|
# === Events
|
52
57
|
#
|
data/rdoc-sources/FXSphered.rb
CHANGED
@@ -1,4 +1,7 @@
|
|
1
1
|
module Fox
|
2
|
+
#
|
3
|
+
# Spherical bounds
|
4
|
+
#
|
2
5
|
class FXSphered
|
3
6
|
# Sphere center [FXVec3d]
|
4
7
|
attr_accessor :center
|
@@ -13,10 +16,10 @@ module Fox
|
|
13
16
|
def initialize(otherSphere); end
|
14
17
|
|
15
18
|
# Initialize from center and radius
|
16
|
-
def initialize(cen, rad); end
|
19
|
+
def initialize(cen, rad=0.0); end
|
17
20
|
|
18
21
|
# Initialize from center (_x_, _y_, _z_) and radius (_rad_).
|
19
|
-
def initialize(x, y, z, rad); end
|
22
|
+
def initialize(x, y, z, rad=0.0); end
|
20
23
|
|
21
24
|
# Initialize sphere to fully contain the given bounding box (an FXRanged instance).
|
22
25
|
def initialize(bounds); end
|
data/rdoc-sources/FXSpheref.rb
CHANGED
@@ -1,4 +1,7 @@
|
|
1
1
|
module Fox
|
2
|
+
#
|
3
|
+
# Spherical bounds
|
4
|
+
#
|
2
5
|
class FXSpheref
|
3
6
|
# Sphere center [FXVec3f]
|
4
7
|
attr_accessor :center
|
@@ -13,10 +16,10 @@ module Fox
|
|
13
16
|
def initialize(otherSphere); end
|
14
17
|
|
15
18
|
# Initialize from center and radius
|
16
|
-
def initialize(cen, rad); end
|
19
|
+
def initialize(cen, rad=0.0); end
|
17
20
|
|
18
21
|
# Initialize from center (_x_, _y_, _z_) and radius (_rad_).
|
19
|
-
def initialize(x, y, z, rad); end
|
22
|
+
def initialize(x, y, z, rad=0.0); end
|
20
23
|
|
21
24
|
# Initialize sphere to fully contain the given bounding box (an FXRangef instance).
|
22
25
|
def initialize(bounds); end
|
@@ -0,0 +1,31 @@
|
|
1
|
+
module Fox
|
2
|
+
#
|
3
|
+
# The Splash Window is a window typically shown during startup
|
4
|
+
# of an application. It comprises a large icon, which is also
|
5
|
+
# used as the shape of the window if +SPLASH_SHAPED+ is passed;
|
6
|
+
# with the +SPLASH_SIMPLE+ option the window will be simply rectangular.
|
7
|
+
#
|
8
|
+
# === Splash window options
|
9
|
+
#
|
10
|
+
# +SPLASH_SIMPLE+:: Simple rectangular splash window
|
11
|
+
# +SPLASH_SHAPED+:: Shaped splash window
|
12
|
+
# +SPLASH_OWNS_ICON+:: Splash window will own the icon and destroy it
|
13
|
+
# +SPLASH_DESTROY+:: Splash window will destroy itself when timer expires
|
14
|
+
#
|
15
|
+
class FXSplashWindow < FXTopWindow
|
16
|
+
# The splash window's icon [FXIcon]
|
17
|
+
attr_accessor :icon
|
18
|
+
|
19
|
+
# The delay before hiding the splash window, in milliseconds [Integer]
|
20
|
+
attr_accessor :delay
|
21
|
+
|
22
|
+
# Construct splash window
|
23
|
+
def initialize(app, ic, opts=SPLASH_SIMPLE, ms=5000) # :yields: theSplashWindow
|
24
|
+
end
|
25
|
+
|
26
|
+
# Construct splash window
|
27
|
+
def initialize(ow, ic, opts=SPLASH_SIMPLE, ms=5000) # :yields: theSplashWindow
|
28
|
+
end
|
29
|
+
end
|
30
|
+
end
|
31
|
+
|
data/rdoc-sources/FXSplitter.rb
CHANGED
@@ -2,7 +2,8 @@ module Fox
|
|
2
2
|
#
|
3
3
|
# A splitter window is used to interactively repartition
|
4
4
|
# two or more subpanels.
|
5
|
-
#
|
5
|
+
# Space may be subdivided horizontally (+SPLITTER_HORIZONTAL+, which
|
6
|
+
# the default) or vertically (+SPLITTER_VERTICAL+ option).
|
6
7
|
# When the splitter is itself resized, the right-most (or bottom-most)
|
7
8
|
# child window will be resized unless the splitter window is _reversed_;
|
8
9
|
# if the splitter is reversed, the left-most (or top-most) child window
|
data/rdoc-sources/FXStream.rb
CHANGED
@@ -108,8 +108,17 @@ module Fox
|
|
108
108
|
# Returns +true+ if bytes are swapped for this stream
|
109
109
|
def bytesSwapped?; end
|
110
110
|
|
111
|
-
#
|
112
|
-
|
111
|
+
#
|
112
|
+
# Set stream to big endian mode if +true+. Byte swapping will
|
113
|
+
# be enabled if the machine native byte order is not equal to
|
114
|
+
# the desired byte order.
|
115
|
+
#
|
116
|
+
def bigEndian=(big); end
|
117
|
+
|
118
|
+
#
|
119
|
+
# Return +true+ if big endian mode.
|
120
|
+
#
|
121
|
+
def bigEndian?; end
|
113
122
|
end
|
114
123
|
end
|
115
124
|
|
data/rdoc-sources/FXTGAIcon.rb
CHANGED
@@ -3,6 +3,11 @@ module Fox
|
|
3
3
|
# Targa Icon
|
4
4
|
#
|
5
5
|
class FXTGAIcon < FXIcon
|
6
|
+
#
|
7
|
+
# Return the suggested file extension for this image type ("tga").
|
8
|
+
#
|
9
|
+
def FXTGAIcon.fileExt; end
|
10
|
+
|
6
11
|
#
|
7
12
|
# Return an initialized FXTGAIcon instance.
|
8
13
|
#
|
@@ -29,7 +34,7 @@ module Fox
|
|
29
34
|
#
|
30
35
|
# +store+:: stream from which to read the file data [FXStream]
|
31
36
|
#
|
32
|
-
def fxloadTGA(store); end
|
37
|
+
def Fox.fxloadTGA(store); end
|
33
38
|
|
34
39
|
#
|
35
40
|
# Save a Targa image to a stream.
|
@@ -43,6 +48,11 @@ module Fox
|
|
43
48
|
# +width+:: width [Integer]
|
44
49
|
# +height+:: height [Integer]
|
45
50
|
#
|
46
|
-
def fxsaveTGA(store, data, channels, width, height); end
|
51
|
+
def Fox.fxsaveTGA(store, data, channels, width, height); end
|
52
|
+
|
53
|
+
#
|
54
|
+
# Return +true+ if _store_ (an FXStream instance) contains a TGA image.
|
55
|
+
#
|
56
|
+
def Fox.fxcheckTGA(store); end
|
47
57
|
end
|
48
58
|
|
data/rdoc-sources/FXTGAImage.rb
CHANGED
data/rdoc-sources/FXTIFIcon.rb
CHANGED
@@ -3,6 +3,14 @@ module Fox
|
|
3
3
|
# Tagged Image File Format (TIFF) Icon
|
4
4
|
#
|
5
5
|
class FXTIFIcon < FXIcon
|
6
|
+
#
|
7
|
+
# Return the suggested file extension for this image type ("tif").
|
8
|
+
#
|
9
|
+
def FXTIFIcon.fileExt; end
|
10
|
+
|
11
|
+
# Return +true+ if TIF image file format is supported.
|
12
|
+
def FXTIFIcon.supported? ; end
|
13
|
+
|
6
14
|
# Codec setting [Integer]
|
7
15
|
attr_accessor :codec
|
8
16
|
|
@@ -32,7 +40,7 @@ module Fox
|
|
32
40
|
#
|
33
41
|
# +store+:: stream from which to read the file data [FXStream]
|
34
42
|
#
|
35
|
-
def fxloadTIF(store); end
|
43
|
+
def Fox.fxloadTIF(store); end
|
36
44
|
|
37
45
|
#
|
38
46
|
# Save a TIFF image to a stream.
|
@@ -47,6 +55,11 @@ module Fox
|
|
47
55
|
# +height+:: height [Integer]
|
48
56
|
# +codec+:: codec setting [Integer]
|
49
57
|
#
|
50
|
-
def fxsaveTIF(store, data, transp, width, height, codec); end
|
58
|
+
def Fox.fxsaveTIF(store, data, transp, width, height, codec); end
|
59
|
+
|
60
|
+
#
|
61
|
+
# Return +true+ if _store_ (an FXStream instance) contains a TIFF image.
|
62
|
+
#
|
63
|
+
def Fox.fxcheckTIF(store); end
|
51
64
|
end
|
52
65
|
|