fxruby 1.6.13-mswin32
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/LICENSE +456 -0
- data/README +39 -0
- data/doc/apes02.html +21 -0
- data/doc/apes03.html +39 -0
- data/doc/book.html +3 -0
- data/doc/build.html +133 -0
- data/doc/ch03s02.html +23 -0
- data/doc/ch03s03.html +52 -0
- data/doc/ch03s04.html +36 -0
- data/doc/ch03s05.html +60 -0
- data/doc/ch04s02.html +71 -0
- data/doc/ch04s03.html +37 -0
- data/doc/ch04s04.html +72 -0
- data/doc/ch05s02.html +260 -0
- data/doc/ch05s03.html +127 -0
- data/doc/changes.html +685 -0
- data/doc/clipboardtut.html +67 -0
- data/doc/differences.html +190 -0
- data/doc/dragdroptut.html +263 -0
- data/doc/events.html +36 -0
- data/doc/examples.html +104 -0
- data/doc/gems.html +73 -0
- data/doc/goals.html +41 -0
- data/doc/images/babelfish.png +0 -0
- data/doc/images/browser.png +0 -0
- data/doc/images/button.png +0 -0
- data/doc/images/call-chain-example.png +0 -0
- data/doc/images/colordialog.png +0 -0
- data/doc/images/datatarget.png +0 -0
- data/doc/images/dialog.png +0 -0
- data/doc/images/dilbert.png +0 -0
- data/doc/images/dirlist.png +0 -0
- data/doc/images/dropsite-droprejected.png +0 -0
- data/doc/images/foursplit.png +0 -0
- data/doc/images/gltest.png +0 -0
- data/doc/images/glviewer.png +0 -0
- data/doc/images/groupbox.png +0 -0
- data/doc/images/header.png +0 -0
- data/doc/images/hello-with-button.png +0 -0
- data/doc/images/hello-with-icon-1.png +0 -0
- data/doc/images/hello-with-icon-2.png +0 -0
- data/doc/images/hello-with-icon-3.png +0 -0
- data/doc/images/hello-with-tooltip.png +0 -0
- data/doc/images/hello-without-button.png +0 -0
- data/doc/images/hello.png +0 -0
- data/doc/images/hello2.png +0 -0
- data/doc/images/iconlist-bigicons.png +0 -0
- data/doc/images/iconlist-details.png +0 -0
- data/doc/images/image.png +0 -0
- data/doc/images/imageviewer.png +0 -0
- data/doc/images/inheritance.png +0 -0
- data/doc/images/mditest.png +0 -0
- data/doc/images/raabrowser.png +0 -0
- data/doc/images/scribble.png +0 -0
- data/doc/images/shutter.png +0 -0
- data/doc/images/splitter.png +0 -0
- data/doc/images/tabbook.png +0 -0
- data/doc/images/table.png +0 -0
- data/doc/images/tutorial1.png +0 -0
- data/doc/implementation.html +16 -0
- data/doc/infosources.html +33 -0
- data/doc/library.html +30 -0
- data/doc/opengl.html +73 -0
- data/doc/pt01.html +3 -0
- data/doc/pt02.html +3 -0
- data/doc/scintilla.html +36 -0
- data/doc/style.css +247 -0
- data/doc/subversion.html +21 -0
- data/doc/tutorial1.html +90 -0
- data/doc/unicode.html +56 -0
- data/examples/RAA.rb +25 -0
- data/examples/README +53 -0
- data/examples/babelfish.rb +93 -0
- data/examples/bounce.rb +159 -0
- data/examples/browser.rb +191 -0
- data/examples/button.rb +168 -0
- data/examples/datatarget.rb +223 -0
- data/examples/dctest.rb +696 -0
- data/examples/dialog.rb +143 -0
- data/examples/dilbert.rb +67 -0
- data/examples/dirlist.rb +63 -0
- data/examples/dragdrop.rb +97 -0
- data/examples/dragsource.rb +80 -0
- data/examples/dropsite.rb +59 -0
- data/examples/foursplit.rb +97 -0
- data/examples/gltest.rb +330 -0
- data/examples/glviewer.rb +576 -0
- data/examples/groupbox.rb +392 -0
- data/examples/header.rb +149 -0
- data/examples/hello.rb +12 -0
- data/examples/hello2.rb +51 -0
- data/examples/iRAA.rb +153 -0
- data/examples/iconlist.rb +92 -0
- data/examples/icons/AngryGuyInBunnySuit.ico +0 -0
- data/examples/icons/FatBot.ico +0 -0
- data/examples/icons/FlippedySwitch.ico +0 -0
- data/examples/icons/LeGoon.ico +0 -0
- data/examples/icons/Net.ico +0 -0
- data/examples/icons/RedMacOS.ico +0 -0
- data/examples/icons/SawBlade.ico +0 -0
- data/examples/icons/backview.png +0 -0
- data/examples/icons/big.png +0 -0
- data/examples/icons/bigfolder.png +0 -0
- data/examples/icons/bigpenguin.png +0 -0
- data/examples/icons/bottomview.png +0 -0
- data/examples/icons/camera.png +0 -0
- data/examples/icons/capbutt.png +0 -0
- data/examples/icons/capnotlast.png +0 -0
- data/examples/icons/capproj.png +0 -0
- data/examples/icons/capround.png +0 -0
- data/examples/icons/colorpal.png +0 -0
- data/examples/icons/copy.png +0 -0
- data/examples/icons/cut.png +0 -0
- data/examples/icons/delimit.png +0 -0
- data/examples/icons/dippy.png +0 -0
- data/examples/icons/double_dash.png +0 -0
- data/examples/icons/filenew.png +0 -0
- data/examples/icons/fileopen.png +0 -0
- data/examples/icons/filesave.png +0 -0
- data/examples/icons/filesaveas.png +0 -0
- data/examples/icons/fonts.png +0 -0
- data/examples/icons/fox.png +0 -0
- data/examples/icons/foxicon.png +0 -0
- data/examples/icons/frontview.png +0 -0
- data/examples/icons/gem_big.png +0 -0
- data/examples/icons/gem_small.png +0 -0
- data/examples/icons/hello2.png +0 -0
- data/examples/icons/help.png +0 -0
- data/examples/icons/indent.png +0 -0
- data/examples/icons/jbevel.png +0 -0
- data/examples/icons/jmiter.png +0 -0
- data/examples/icons/jround.png +0 -0
- data/examples/icons/kill.png +0 -0
- data/examples/icons/leftview.png +0 -0
- data/examples/icons/light.png +0 -0
- data/examples/icons/minidoc.png +0 -0
- data/examples/icons/minifolder.png +0 -0
- data/examples/icons/minifolderopen.png +0 -0
- data/examples/icons/newfolder.png +0 -0
- data/examples/icons/nolight.png +0 -0
- data/examples/icons/onoff_dash.png +0 -0
- data/examples/icons/palette.png +0 -0
- data/examples/icons/parallel.png +0 -0
- data/examples/icons/paste.png +0 -0
- data/examples/icons/pattern.png +0 -0
- data/examples/icons/penguin.png +0 -0
- data/examples/icons/perspective.png +0 -0
- data/examples/icons/printicon.png +0 -0
- data/examples/icons/prop.png +0 -0
- data/examples/icons/redo.png +0 -0
- data/examples/icons/rightview.png +0 -0
- data/examples/icons/saveas.png +0 -0
- data/examples/icons/shutter1.png +0 -0
- data/examples/icons/shutter2.png +0 -0
- data/examples/icons/small.png +0 -0
- data/examples/icons/smoothlight.png +0 -0
- data/examples/icons/solid_line.png +0 -0
- data/examples/icons/tbuplevel.png +0 -0
- data/examples/icons/topview.png +0 -0
- data/examples/icons/undo.png +0 -0
- data/examples/icons/winapp.png +0 -0
- data/examples/icons/zoom.png +0 -0
- data/examples/image.rb +279 -0
- data/examples/imageviewer.rb +509 -0
- data/examples/inputs.rb +83 -0
- data/examples/mditest.rb +180 -0
- data/examples/pig.rb +77 -0
- data/examples/raabrowser.rb +122 -0
- data/examples/ratio.rb +80 -0
- data/examples/rulerview.rb +27 -0
- data/examples/scintilla-test.rb +81 -0
- data/examples/scribble-orig.rb +186 -0
- data/examples/scribble.rb +162 -0
- data/examples/shutter.rb +158 -0
- data/examples/splitter.rb +211 -0
- data/examples/styledtext.rb +82 -0
- data/examples/tabbook.rb +165 -0
- data/examples/table.rb +187 -0
- data/examples/textedit/commands.rb +114 -0
- data/examples/textedit/helpwindow.rb +299 -0
- data/examples/textedit/prefdialog.rb +239 -0
- data/examples/textedit/textedit.rb +1763 -0
- data/examples/unicode.rb +36 -0
- data/ext/fox16/fox16.so +0 -0
- data/index.html +14 -0
- data/lib/fox16/aliases.rb +5598 -0
- data/lib/fox16/calendar.rb +217 -0
- data/lib/fox16/chore.rb +105 -0
- data/lib/fox16/colors.rb +280 -0
- data/lib/fox16/core.rb +681 -0
- data/lib/fox16/dict.rb +35 -0
- data/lib/fox16/execute_nonmodal.rb +70 -0
- data/lib/fox16/glgroup.rb +166 -0
- data/lib/fox16/glshapes.rb +456 -0
- data/lib/fox16/input.rb +59 -0
- data/lib/fox16/irb.rb +178 -0
- data/lib/fox16/iterators.rb +371 -0
- data/lib/fox16/keys.rb +1374 -0
- data/lib/fox16/kwargs.rb +2725 -0
- data/lib/fox16/missingdep.rb +14 -0
- data/lib/fox16/pseudokeyboard.rb +40 -0
- data/lib/fox16/pseudomouse.rb +87 -0
- data/lib/fox16/responder.rb +70 -0
- data/lib/fox16/responder2.rb +131 -0
- data/lib/fox16/scintilla.rb +3641 -0
- data/lib/fox16/settings.rb +18 -0
- data/lib/fox16/signal.rb +71 -0
- data/lib/fox16/splashscreen.rb +82 -0
- data/lib/fox16/timeout.rb +136 -0
- data/lib/fox16/undolist.rb +455 -0
- data/lib/fox16/version.rb +9 -0
- data/rdoc-sources/FX4Splitter.rb +156 -0
- data/rdoc-sources/FX7Segment.rb +54 -0
- data/rdoc-sources/FXAccelTable.rb +102 -0
- data/rdoc-sources/FXApp.rb +545 -0
- data/rdoc-sources/FXArrowButton.rb +69 -0
- data/rdoc-sources/FXBMPIcon.rb +67 -0
- data/rdoc-sources/FXBMPImage.rb +30 -0
- data/rdoc-sources/FXBitmap.rb +115 -0
- data/rdoc-sources/FXBitmapFrame.rb +31 -0
- data/rdoc-sources/FXBitmapView.rb +44 -0
- data/rdoc-sources/FXButton.rb +59 -0
- data/rdoc-sources/FXCURCursor.rb +13 -0
- data/rdoc-sources/FXCanvas.rb +18 -0
- data/rdoc-sources/FXCheckButton.rb +58 -0
- data/rdoc-sources/FXChoiceBox.rb +49 -0
- data/rdoc-sources/FXColorBar.rb +48 -0
- data/rdoc-sources/FXColorDialog.rb +37 -0
- data/rdoc-sources/FXColorList.rb +55 -0
- data/rdoc-sources/FXColorRing.rb +49 -0
- data/rdoc-sources/FXColorSelector.rb +65 -0
- data/rdoc-sources/FXColorWell.rb +65 -0
- data/rdoc-sources/FXColorWheel.rb +57 -0
- data/rdoc-sources/FXComboBox.rb +211 -0
- data/rdoc-sources/FXComposite.rb +34 -0
- data/rdoc-sources/FXCursor.rb +67 -0
- data/rdoc-sources/FXDC.rb +720 -0
- data/rdoc-sources/FXDCPrint.rb +127 -0
- data/rdoc-sources/FXDCWindow.rb +33 -0
- data/rdoc-sources/FXDataTarget.rb +66 -0
- data/rdoc-sources/FXDebugTarget.rb +25 -0
- data/rdoc-sources/FXDelegator.rb +23 -0
- data/rdoc-sources/FXDial.rb +107 -0
- data/rdoc-sources/FXDialogBox.rb +32 -0
- data/rdoc-sources/FXDict.rb +79 -0
- data/rdoc-sources/FXDirBox.rb +55 -0
- data/rdoc-sources/FXDirDialog.rb +47 -0
- data/rdoc-sources/FXDirList.rb +149 -0
- data/rdoc-sources/FXDirSelector.rb +64 -0
- data/rdoc-sources/FXDockBar.rb +151 -0
- data/rdoc-sources/FXDockHandler.rb +26 -0
- data/rdoc-sources/FXDockSite.rb +104 -0
- data/rdoc-sources/FXDockTitle.rb +26 -0
- data/rdoc-sources/FXDocument.rb +29 -0
- data/rdoc-sources/FXDragCorner.rb +19 -0
- data/rdoc-sources/FXDrawable.rb +27 -0
- data/rdoc-sources/FXDriveBox.rb +46 -0
- data/rdoc-sources/FXExtentd.rb +85 -0
- data/rdoc-sources/FXExtentf.rb +85 -0
- data/rdoc-sources/FXFileDialog.rb +217 -0
- data/rdoc-sources/FXFileDict.rb +131 -0
- data/rdoc-sources/FXFileList.rb +208 -0
- data/rdoc-sources/FXFileSelector.rb +184 -0
- data/rdoc-sources/FXFileStream.rb +27 -0
- data/rdoc-sources/FXFoldingList.rb +504 -0
- data/rdoc-sources/FXFont.rb +361 -0
- data/rdoc-sources/FXFontDialog.rb +14 -0
- data/rdoc-sources/FXFontSelector.rb +37 -0
- data/rdoc-sources/FXFrame.rb +53 -0
- data/rdoc-sources/FXGIFCursor.rb +50 -0
- data/rdoc-sources/FXGIFIcon.rb +31 -0
- data/rdoc-sources/FXGIFImage.rb +29 -0
- data/rdoc-sources/FXGLCanvas.rb +45 -0
- data/rdoc-sources/FXGLContext.rb +40 -0
- data/rdoc-sources/FXGLObject.rb +75 -0
- data/rdoc-sources/FXGLShape.rb +69 -0
- data/rdoc-sources/FXGLViewer.rb +332 -0
- data/rdoc-sources/FXGLVisual.rb +94 -0
- data/rdoc-sources/FXGradientBar.rb +301 -0
- data/rdoc-sources/FXGroupBox.rb +33 -0
- data/rdoc-sources/FXHeader.rb +408 -0
- data/rdoc-sources/FXHorizontalFrame.rb +29 -0
- data/rdoc-sources/FXICOIcon.rb +65 -0
- data/rdoc-sources/FXICOImage.rb +31 -0
- data/rdoc-sources/FXIcon.rb +38 -0
- data/rdoc-sources/FXIconDict.rb +48 -0
- data/rdoc-sources/FXIconList.rb +447 -0
- data/rdoc-sources/FXIconSource.rb +100 -0
- data/rdoc-sources/FXId.rb +34 -0
- data/rdoc-sources/FXImage.rb +286 -0
- data/rdoc-sources/FXImageFrame.rb +36 -0
- data/rdoc-sources/FXImageView.rb +35 -0
- data/rdoc-sources/FXInputDialog.rb +77 -0
- data/rdoc-sources/FXJPGIcon.rb +70 -0
- data/rdoc-sources/FXJPGImage.rb +38 -0
- data/rdoc-sources/FXKnob.rb +76 -0
- data/rdoc-sources/FXLabel.rb +69 -0
- data/rdoc-sources/FXList.rb +440 -0
- data/rdoc-sources/FXListBox.rb +191 -0
- data/rdoc-sources/FXMDIButton.rb +67 -0
- data/rdoc-sources/FXMDIChild.rb +155 -0
- data/rdoc-sources/FXMDIClient.rb +65 -0
- data/rdoc-sources/FXMainWindow.rb +26 -0
- data/rdoc-sources/FXMatrix.rb +57 -0
- data/rdoc-sources/FXMemoryBuffer.rb +28 -0
- data/rdoc-sources/FXMemoryStream.rb +50 -0
- data/rdoc-sources/FXMenuBar.rb +23 -0
- data/rdoc-sources/FXMenuButton.rb +84 -0
- data/rdoc-sources/FXMenuCaption.rb +50 -0
- data/rdoc-sources/FXMenuCascade.rb +18 -0
- data/rdoc-sources/FXMenuCheck.rb +30 -0
- data/rdoc-sources/FXMenuCommand.rb +26 -0
- data/rdoc-sources/FXMenuPane.rb +13 -0
- data/rdoc-sources/FXMenuRadio.rb +33 -0
- data/rdoc-sources/FXMenuSeparator.rb +21 -0
- data/rdoc-sources/FXMenuTitle.rb +27 -0
- data/rdoc-sources/FXMessageBox.rb +72 -0
- data/rdoc-sources/FXObject.rb +28 -0
- data/rdoc-sources/FXOptionMenu.rb +83 -0
- data/rdoc-sources/FXPCXIcon.rb +63 -0
- data/rdoc-sources/FXPCXImage.rb +31 -0
- data/rdoc-sources/FXPNGIcon.rb +66 -0
- data/rdoc-sources/FXPNGImage.rb +34 -0
- data/rdoc-sources/FXPPMIcon.rb +36 -0
- data/rdoc-sources/FXPPMImage.rb +31 -0
- data/rdoc-sources/FXPacker.rb +63 -0
- data/rdoc-sources/FXPicker.rb +27 -0
- data/rdoc-sources/FXPopup.rb +53 -0
- data/rdoc-sources/FXPrintDialog.rb +36 -0
- data/rdoc-sources/FXProgressBar.rb +57 -0
- data/rdoc-sources/FXProgressDialog.rb +36 -0
- data/rdoc-sources/FXQuatd.rb +164 -0
- data/rdoc-sources/FXQuatf.rb +173 -0
- data/rdoc-sources/FXRGBIcon.rb +64 -0
- data/rdoc-sources/FXRGBImage.rb +31 -0
- data/rdoc-sources/FXRadioButton.rb +70 -0
- data/rdoc-sources/FXRanged.rb +100 -0
- data/rdoc-sources/FXRangef.rb +100 -0
- data/rdoc-sources/FXRealSlider.rb +101 -0
- data/rdoc-sources/FXRealSpinner.rb +140 -0
- data/rdoc-sources/FXRecentFiles.rb +77 -0
- data/rdoc-sources/FXRectangle.rb +149 -0
- data/rdoc-sources/FXRegion.rb +64 -0
- data/rdoc-sources/FXRegistry.rb +56 -0
- data/rdoc-sources/FXReplaceDialog.rb +56 -0
- data/rdoc-sources/FXRootWindow.rb +17 -0
- data/rdoc-sources/FXRuler.rb +130 -0
- data/rdoc-sources/FXRulerView.rb +225 -0
- data/rdoc-sources/FXScintilla.rb +121 -0
- data/rdoc-sources/FXScrollArea.rb +86 -0
- data/rdoc-sources/FXScrollBar.rb +107 -0
- data/rdoc-sources/FXScrollPane.rb +28 -0
- data/rdoc-sources/FXScrollWindow.rb +38 -0
- data/rdoc-sources/FXSearchDialog.rb +24 -0
- data/rdoc-sources/FXSeparator.rb +74 -0
- data/rdoc-sources/FXSettings.rb +248 -0
- data/rdoc-sources/FXShell.rb +8 -0
- data/rdoc-sources/FXShutter.rb +102 -0
- data/rdoc-sources/FXSize.rb +95 -0
- data/rdoc-sources/FXSlider.rb +98 -0
- data/rdoc-sources/FXSphered.rb +80 -0
- data/rdoc-sources/FXSpheref.rb +80 -0
- data/rdoc-sources/FXSpinner.rb +136 -0
- data/rdoc-sources/FXSplashWindow.rb +27 -0
- data/rdoc-sources/FXSplitter.rb +89 -0
- data/rdoc-sources/FXSpring.rb +61 -0
- data/rdoc-sources/FXStatusBar.rb +42 -0
- data/rdoc-sources/FXStatusLine.rb +60 -0
- data/rdoc-sources/FXStream.rb +142 -0
- data/rdoc-sources/FXStringDict.rb +38 -0
- data/rdoc-sources/FXSwitcher.rb +78 -0
- data/rdoc-sources/FXTGAIcon.rb +63 -0
- data/rdoc-sources/FXTGAImage.rb +31 -0
- data/rdoc-sources/FXTIFIcon.rb +70 -0
- data/rdoc-sources/FXTIFImage.rb +37 -0
- data/rdoc-sources/FXTabBar.rb +80 -0
- data/rdoc-sources/FXTabBook.rb +41 -0
- data/rdoc-sources/FXTabItem.rb +58 -0
- data/rdoc-sources/FXTable.rb +967 -0
- data/rdoc-sources/FXText.rb +578 -0
- data/rdoc-sources/FXTextField.rb +151 -0
- data/rdoc-sources/FXToggleButton.rb +69 -0
- data/rdoc-sources/FXToolBar.rb +61 -0
- data/rdoc-sources/FXToolBarGrip.rb +50 -0
- data/rdoc-sources/FXToolBarShell.rb +44 -0
- data/rdoc-sources/FXToolBarTab.rb +74 -0
- data/rdoc-sources/FXToolTip.rb +36 -0
- data/rdoc-sources/FXTopWindow.rb +163 -0
- data/rdoc-sources/FXTranslator.rb +32 -0
- data/rdoc-sources/FXTreeList.rb +514 -0
- data/rdoc-sources/FXTreeListBox.rb +219 -0
- data/rdoc-sources/FXTriStateButton.rb +49 -0
- data/rdoc-sources/FXVec2d.rb +96 -0
- data/rdoc-sources/FXVec2f.rb +96 -0
- data/rdoc-sources/FXVec3d.rb +113 -0
- data/rdoc-sources/FXVec3f.rb +113 -0
- data/rdoc-sources/FXVec4d.rb +129 -0
- data/rdoc-sources/FXVec4f.rb +129 -0
- data/rdoc-sources/FXVerticalFrame.rb +29 -0
- data/rdoc-sources/FXVisual.rb +79 -0
- data/rdoc-sources/FXWindow.rb +725 -0
- data/rdoc-sources/FXWizard.rb +59 -0
- data/rdoc-sources/FXXBMIcon.rb +37 -0
- data/rdoc-sources/FXXBMImage.rb +32 -0
- data/rdoc-sources/FXXPMIcon.rb +65 -0
- data/rdoc-sources/FXXPMImage.rb +31 -0
- data/rdoc-sources/README.rdoc +53 -0
- data/rdoc-sources/fxdefs.rb +90 -0
- data/tests/README +19 -0
- data/tests/TC_FXAccelTable.rb +43 -0
- data/tests/TC_FXApp.rb +15 -0
- data/tests/TC_FXArc.rb +26 -0
- data/tests/TC_FXBMPIcon.rb +15 -0
- data/tests/TC_FXBMPImage.rb +15 -0
- data/tests/TC_FXButton.rb +72 -0
- data/tests/TC_FXCheckButton.rb +57 -0
- data/tests/TC_FXComboBox.rb +52 -0
- data/tests/TC_FXDC.rb +372 -0
- data/tests/TC_FXDCPrint.rb +102 -0
- data/tests/TC_FXDCWindow.rb +23 -0
- data/tests/TC_FXDataTarget.rb +24 -0
- data/tests/TC_FXDirList.rb +30 -0
- data/tests/TC_FXFileAssoc.rb +62 -0
- data/tests/TC_FXFileStream.rb +90 -0
- data/tests/TC_FXFoldingList.rb +32 -0
- data/tests/TC_FXFont.rb +69 -0
- data/tests/TC_FXFontDesc.rb +58 -0
- data/tests/TC_FXGLGroup.rb +32 -0
- data/tests/TC_FXGLShape.rb +28 -0
- data/tests/TC_FXGLViewer.rb +20 -0
- data/tests/TC_FXGradientBar.rb +89 -0
- data/tests/TC_FXHeader.rb +82 -0
- data/tests/TC_FXIconDict.rb +52 -0
- data/tests/TC_FXIconList.rb +192 -0
- data/tests/TC_FXId.rb +19 -0
- data/tests/TC_FXImage.rb +155 -0
- data/tests/TC_FXLight.rb +33 -0
- data/tests/TC_FXList.rb +116 -0
- data/tests/TC_FXListBox.rb +49 -0
- data/tests/TC_FXMat4f.rb +228 -0
- data/tests/TC_FXMaterial.rb +89 -0
- data/tests/TC_FXMemoryStream.rb +97 -0
- data/tests/TC_FXMenuCheck.rb +57 -0
- data/tests/TC_FXMenuCommand.rb +12 -0
- data/tests/TC_FXMenuRadio.rb +57 -0
- data/tests/TC_FXPoint.rb +57 -0
- data/tests/TC_FXQuatf.rb +77 -0
- data/tests/TC_FXRadioButton.rb +57 -0
- data/tests/TC_FXRangef.rb +48 -0
- data/tests/TC_FXRectangle.rb +88 -0
- data/tests/TC_FXRegion.rb +54 -0
- data/tests/TC_FXRegistry.rb +27 -0
- data/tests/TC_FXScrollArea.rb +28 -0
- data/tests/TC_FXScrollWindow.rb +28 -0
- data/tests/TC_FXSegment.rb +22 -0
- data/tests/TC_FXSettings.rb +34 -0
- data/tests/TC_FXShell.rb +26 -0
- data/tests/TC_FXSize.rb +54 -0
- data/tests/TC_FXStream.rb +11 -0
- data/tests/TC_FXTable.rb +368 -0
- data/tests/TC_FXTableItem.rb +48 -0
- data/tests/TC_FXText.rb +96 -0
- data/tests/TC_FXTopWindow.rb +32 -0
- data/tests/TC_FXTreeList.rb +100 -0
- data/tests/TC_FXTreeListBox.rb +41 -0
- data/tests/TC_FXUndoList.rb +43 -0
- data/tests/TC_FXVec2d.rb +142 -0
- data/tests/TC_FXVec2f.rb +137 -0
- data/tests/TC_FXVec3d.rb +150 -0
- data/tests/TC_FXVec3f.rb +150 -0
- data/tests/TC_FXVec4f.rb +158 -0
- data/tests/TC_FXViewport.rb +30 -0
- 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/tests/TC_Misc.rb +157 -0
- data/tests/TC_downcast.rb +15 -0
- data/tests/TS_All.rb +25 -0
- data/tests/blankpage.ps +166 -0
- data/tests/howdypage.ps +181 -0
- data/tests/stress1.rb +94 -0
- data/tests/stress2.rb +51 -0
- data/tests/stress3.rb +117 -0
- data/tests/testcase.rb +37 -0
- data/web/art/fxrubylogo.png +0 -0
- data/web/art/fxrubylogo_small.png +0 -0
- data/web/art/line.gif +0 -0
- data/web/art/oul_grey.gif +0 -0
- data/web/art/our.gif +0 -0
- data/web/downloads.html +93 -0
- data/web/home.html +113 -0
- data/web/menu.html +50 -0
- data/web/styles.css +167 -0
- data/web/top.html +15 -0
- metadata +548 -0
@@ -0,0 +1,127 @@
|
|
1
|
+
module Fox
|
2
|
+
#
|
3
|
+
# Bounding box
|
4
|
+
#
|
5
|
+
class FXPSBounds
|
6
|
+
|
7
|
+
# Minimum x-coordinate [Float]
|
8
|
+
attr_accessor :xmin
|
9
|
+
|
10
|
+
# Maximum x-coordinate [Float]
|
11
|
+
attr_accessor :xmax
|
12
|
+
|
13
|
+
# Minimum y-coordinate [Float]
|
14
|
+
attr_accessor :ymin
|
15
|
+
|
16
|
+
# Maximum y-coordinate
|
17
|
+
attr_accessor :ymax
|
18
|
+
|
19
|
+
# Returns an initialized FXPSBounds instance
|
20
|
+
def initialize; end
|
21
|
+
end
|
22
|
+
|
23
|
+
|
24
|
+
#
|
25
|
+
# Describes printer
|
26
|
+
#
|
27
|
+
# === Printer flags
|
28
|
+
#
|
29
|
+
# +PRINT_DEST_PAPER+:: Send print to paper
|
30
|
+
# +PRINT_DEST_FILE+:: Send print to file
|
31
|
+
# +PRINT_PAGES_ALL+:: Print all pages
|
32
|
+
# +PRINT_PAGES_EVEN+:: Print even pages only
|
33
|
+
# +PRINT_PAGES_ODD+:: Print odd pages only
|
34
|
+
# +PRINT_PAGES_RANGE+:: Print range of pages
|
35
|
+
# +PRINT_COLLATE_NORMAL+:: Normal collate order
|
36
|
+
# +PRINT_COLLATE_REVERSED+:: Reversed collate order
|
37
|
+
# +PRINT_PORTRAIT+:: Portrait orientation
|
38
|
+
# +PRINT_LANDSCAPE+:: Landscape orientation
|
39
|
+
# +PRINT_BLACKANDWHITE+:: Black and white output
|
40
|
+
# +PRINT_COLOR+:: Color output
|
41
|
+
# +PRINT_NOBOUNDS+:: Must determine bounding box
|
42
|
+
#
|
43
|
+
# === Printer media size
|
44
|
+
#
|
45
|
+
# +MEDIA_CUSTOM+:: Custom paper size
|
46
|
+
# +MEDIA_USLETTER+:: US Letter size
|
47
|
+
# +MEDIA_LEGAL+:: US Legal size
|
48
|
+
# +MEDIA_A4+:: A4
|
49
|
+
# +MEDIA_ENVELOPE+:: #10 Envelope
|
50
|
+
#
|
51
|
+
class FXPrinter
|
52
|
+
# Printer name [String]
|
53
|
+
attr_accessor :name
|
54
|
+
|
55
|
+
# First page that can be printed [Integer]
|
56
|
+
attr_accessor :firstpage
|
57
|
+
|
58
|
+
# Last page that can be printed [Integer]
|
59
|
+
attr_accessor :lastpage
|
60
|
+
|
61
|
+
# Current page to print [Integer]
|
62
|
+
attr_accessor :currentpage
|
63
|
+
|
64
|
+
# On output, this is the first page to print [Integer]
|
65
|
+
attr_accessor :frompage
|
66
|
+
|
67
|
+
# On output, last page to print [Integer]
|
68
|
+
attr_accessor :topage
|
69
|
+
|
70
|
+
#
|
71
|
+
# Media size index, one of +MEDIA_CUSTOM+, +MEDIA_USLETTER+, +MEDIA_LEGAL+,
|
72
|
+
# +MEDIA_A4+ or +MEDIA_ENVELOPE+ [Integer]
|
73
|
+
#
|
74
|
+
attr_accessor :mediasize
|
75
|
+
|
76
|
+
# Width of paper in points (1/72 of an inch) [Float]
|
77
|
+
attr_accessor :mediawidth
|
78
|
+
|
79
|
+
# Height of paper in points [Float]
|
80
|
+
attr_accessor :mediaheight
|
81
|
+
|
82
|
+
# Left margin [Float]
|
83
|
+
attr_accessor :leftmargin
|
84
|
+
|
85
|
+
# Right margin [Float]
|
86
|
+
attr_accessor :rightmargin
|
87
|
+
|
88
|
+
# Top margin [Float]
|
89
|
+
attr_accessor :topmargin
|
90
|
+
|
91
|
+
# Bottom margin [Float]
|
92
|
+
attr_accessor :bottommargin
|
93
|
+
|
94
|
+
# Number of copies [Integer]
|
95
|
+
attr_accessor :numcopies
|
96
|
+
|
97
|
+
# Flags [Integer]
|
98
|
+
attr_accessor :flags
|
99
|
+
|
100
|
+
# Returns an initialized FXPrinter instance
|
101
|
+
def initialize; end
|
102
|
+
end
|
103
|
+
|
104
|
+
#
|
105
|
+
# Postscript Printer Device Context
|
106
|
+
#
|
107
|
+
class FXDCPrint < FXDC
|
108
|
+
# Returns an initialized FXDCPrint instance.
|
109
|
+
def initialize(app)
|
110
|
+
end
|
111
|
+
|
112
|
+
#
|
113
|
+
# Generate print job epilog.
|
114
|
+
# See also #beginPrint.
|
115
|
+
#
|
116
|
+
def endPrint(); end
|
117
|
+
|
118
|
+
#
|
119
|
+
# Generate end of page.
|
120
|
+
# See also #beginPage.
|
121
|
+
#
|
122
|
+
def endPage(); end
|
123
|
+
|
124
|
+
def setContentRange(pxmin, pymin, pxmax, pymax); end
|
125
|
+
end
|
126
|
+
end
|
127
|
+
|
@@ -0,0 +1,33 @@
|
|
1
|
+
module Fox
|
2
|
+
#
|
3
|
+
# A window device context allows drawing into an FXDrawable, such as an
|
4
|
+
# on-screen window (i.e. FXWindow and its derivatives) or an off-screen image (FXImage
|
5
|
+
# and its derivatives).
|
6
|
+
# Because certain hardware resources are locked down, only one FXDCWindow may be
|
7
|
+
# locked on a drawable at any one time.
|
8
|
+
#
|
9
|
+
class FXDCWindow < FXDC
|
10
|
+
#
|
11
|
+
# Construct a device context for drawing into a window (specified by _drawable_).
|
12
|
+
# If _event_ is +nil_, the device context is constructed for normal drawing, and the
|
13
|
+
# clip rectangle is set to the whole rectange.
|
14
|
+
# If _event_ is a reference to an FXEvent, the device context is constructed for
|
15
|
+
# painting in response to an expose; this sets the clip rectangle to the exposed rectangle.
|
16
|
+
# If an optional code block is provided, the new device context will be passed into the block as an
|
17
|
+
# argument and #end will be called automatically when the block terminates.
|
18
|
+
#
|
19
|
+
def initialize(drawable, event=nil) # :yields: dc
|
20
|
+
end
|
21
|
+
|
22
|
+
#
|
23
|
+
# Lock in a drawable surface.
|
24
|
+
#
|
25
|
+
def begin(drawable) ; end
|
26
|
+
|
27
|
+
#
|
28
|
+
# Unlock the drawable surface.
|
29
|
+
#
|
30
|
+
def end() ; end
|
31
|
+
end
|
32
|
+
end
|
33
|
+
|
@@ -0,0 +1,66 @@
|
|
1
|
+
module Fox
|
2
|
+
#
|
3
|
+
# A data target allows a valuator widget such as an FXSlider or FXTextField
|
4
|
+
# to be directly connected with a variable in the program.
|
5
|
+
# Whenever the valuator control changes, the variable connected through
|
6
|
+
# the data target is automatically updated; conversely, whenever the program
|
7
|
+
# changes a variable, all the connected valuator widgets will be updated
|
8
|
+
# to reflect this new value on the display. For example:
|
9
|
+
#
|
10
|
+
# data = FXDataTarget.new("Some Text")
|
11
|
+
# textfield = FXTextField.new(p, 12, data, FXDataTarget::ID_VALUE)
|
12
|
+
#
|
13
|
+
# Data targets also allow connecting other kinds of widgets (like FXRadioButton and
|
14
|
+
# FXMenuCommand) to a variable. In this case, the new value of the connected variable
|
15
|
+
# is computed by subtracting <code>FXDataTarget::ID_OPTION</code> from the message
|
16
|
+
# identifier. For example, to tie a group of radio buttons to a single data target's
|
17
|
+
# value (so that the buttons are mutually exclusive), use code like this:
|
18
|
+
#
|
19
|
+
# data = FXDataTarget.new(0)
|
20
|
+
# radio1 = FXRadioButton.new(p, "1st choice", data, FXDataTarget::ID_OPTION)
|
21
|
+
# radio2 = FXRadioButton.new(p, "2nd choice", data, FXDataTarget::ID_OPTION + 1)
|
22
|
+
# radio3 = FXRadioButton.new(p, "3rd choice", data, FXDataTarget::ID_OPTION + 2)
|
23
|
+
#
|
24
|
+
# Note that if you'd like the data target to "forward" its +SEL_COMMAND+ or
|
25
|
+
# +SEL_CHANGED+ to some other target object after it has updated the data
|
26
|
+
# target value, you can do that just as you would for any other widget.
|
27
|
+
# For example, continuing the previous code snippet:
|
28
|
+
#
|
29
|
+
# data.connect(SEL_COMMAND) {
|
30
|
+
# puts "The new data target value is #{data.value}"
|
31
|
+
# }
|
32
|
+
#
|
33
|
+
# === Events
|
34
|
+
#
|
35
|
+
# The following messages are sent by FXDataTarget to its target:
|
36
|
+
#
|
37
|
+
# +SEL_COMMAND+:: Sent after the data target processes a +SEL_COMMAND+ message itself
|
38
|
+
# +SEL_CHANGED+:: Sent after the data target processes a +SEL_CHANGED+ message itself
|
39
|
+
#
|
40
|
+
# === Message identifiers
|
41
|
+
#
|
42
|
+
# +ID_VALUE+:: Causes the FXDataTarget to ask sender for value
|
43
|
+
# +ID_OPTION+:: +ID_OPTION++_i_ will set the value to _i_, where -10000 <= _i_ <= 10000
|
44
|
+
#
|
45
|
+
class FXDataTarget < FXObject
|
46
|
+
|
47
|
+
# The message target object for this data target [FXObject]
|
48
|
+
attr_accessor :target
|
49
|
+
|
50
|
+
# The message identifier for this data target [Integer]
|
51
|
+
attr_accessor :selector
|
52
|
+
|
53
|
+
# The data target's current value [Object]
|
54
|
+
attr_accessor :value
|
55
|
+
|
56
|
+
#
|
57
|
+
# Return a new FXDataTarget instance, initialized with the specified _value_.
|
58
|
+
# If the optional message target object and message identifier (_tgt_ and _sel_)
|
59
|
+
# are specified, the data target will forward the +SEL_COMMAND+ or +SEL_COMMAND+
|
60
|
+
# to this other target.
|
61
|
+
#
|
62
|
+
def initialize(value=nil, target=nil, selector=0) # :yields: theDataTarget
|
63
|
+
end
|
64
|
+
end
|
65
|
+
end
|
66
|
+
|
@@ -0,0 +1,25 @@
|
|
1
|
+
module Fox
|
2
|
+
#
|
3
|
+
# A debug target prints out every message it receives.
|
4
|
+
# To use it, simply make the FXDebugTarget a target of the widget
|
5
|
+
# whose messages you want to see.
|
6
|
+
#
|
7
|
+
class FXDebugTarget < FXObject
|
8
|
+
#
|
9
|
+
# Returns an array of strings containing the names of the message types.
|
10
|
+
# So, for example,
|
11
|
+
#
|
12
|
+
# puts FXDebugTarget.messageTypeName[SEL_COMMAND]
|
13
|
+
#
|
14
|
+
# should print the text "SEL_COMMAND".
|
15
|
+
#
|
16
|
+
def FXDebugTarget.messageTypeName ; end
|
17
|
+
|
18
|
+
#
|
19
|
+
# Construct a debug target.
|
20
|
+
#
|
21
|
+
def initialize # :yields: theDebugTarget
|
22
|
+
end
|
23
|
+
end
|
24
|
+
end
|
25
|
+
|
@@ -0,0 +1,23 @@
|
|
1
|
+
module Fox
|
2
|
+
#
|
3
|
+
# A delegator forwards messages to a delegate object.
|
4
|
+
# Delegators are used when you need to multiplex messages
|
5
|
+
# toward any number of target objects.
|
6
|
+
# For example, many controls may be connected to FXDelegator,
|
7
|
+
# instead of directly to the document object. Changing the
|
8
|
+
# delegate in FXDelegator will then reconnect the controls with their
|
9
|
+
# new target.
|
10
|
+
#
|
11
|
+
class FXDelegator < FXObject
|
12
|
+
|
13
|
+
# The object to which all messages are delegated [FXObject]
|
14
|
+
attr_accessor :delegate
|
15
|
+
|
16
|
+
#
|
17
|
+
# Construct a new delegator
|
18
|
+
#
|
19
|
+
def initialize(delegate=nil) # :yields: theDelegate
|
20
|
+
end
|
21
|
+
end
|
22
|
+
end
|
23
|
+
|
@@ -0,0 +1,107 @@
|
|
1
|
+
module Fox
|
2
|
+
#
|
3
|
+
# The Dial widget is a valuator widget which is able to provide a cyclic
|
4
|
+
# value range when the <tt>DIAL_CYCLIC</tt> is passed, or a simple linear value range.
|
5
|
+
# While being turned, the dial sends a <tt>SEL_CHANGED</tt> message to its target;
|
6
|
+
# at the end of the interaction, a <tt>SEL_COMMAND</tt> message is sent.
|
7
|
+
# The message data represents the current value (an integer). The options
|
8
|
+
# <tt>DIAL_VERTICAL</tt> and <tt>DIAL_HORIZONTAL</tt> control the orientation of the dial.
|
9
|
+
# An optional notch can be used to indicate the zero-position of
|
10
|
+
# the dial; display of the notch is controlled by the <tt>DIAL_HAS_NOTCH</tt> option.
|
11
|
+
#
|
12
|
+
# === Events
|
13
|
+
#
|
14
|
+
# The following messages are sent by FXDial to its target:
|
15
|
+
#
|
16
|
+
# +SEL_KEYPRESS+:: sent when a key goes down; the message data is an FXEvent instance.
|
17
|
+
# +SEL_KEYRELEASE+:: sent when a key goes up; the message data is an FXEvent instance.
|
18
|
+
# +SEL_LEFTBUTTONPRESS+:: sent when the left mouse button goes down; the message data is an FXEvent instance.
|
19
|
+
# +SEL_LEFTBUTTONRELEASE+:: sent when the left mouse button goes up; the message data is an FXEvent instance.
|
20
|
+
# +SEL_CHANGED+:: sent when the dial's value changes; the message data is the new value (an integer).
|
21
|
+
# +SEL_COMMAND+:: sent when the user stops changing the dial's value and releases the mouse button; the message data is the new value (an integer).
|
22
|
+
#
|
23
|
+
# === Dial style options
|
24
|
+
#
|
25
|
+
# +DIAL_VERTICAL+:: Vertically oriented
|
26
|
+
# +DIAL_HORIZONTAL+:: Horizontal oriented
|
27
|
+
# +DIAL_CYCLIC+:: Value wraps around
|
28
|
+
# +DIAL_HAS_NOTCH+:: Dial has a Center Notch
|
29
|
+
# +DIAL_NORMAL+:: same a +DIAL_VERTICAL+
|
30
|
+
#
|
31
|
+
class FXDial < FXFrame
|
32
|
+
|
33
|
+
# Dial value [Integer]
|
34
|
+
attr_accessor :value
|
35
|
+
|
36
|
+
# Dial range [Range]
|
37
|
+
attr_accessor :range
|
38
|
+
|
39
|
+
#
|
40
|
+
# The revolution increment is the amount of change in the position
|
41
|
+
# for revolution of the dial; the dial may go through multiple revolutions
|
42
|
+
# to go through its whole range. By default it takes one 360 degree turn of
|
43
|
+
# the dial to go from the lower to the upper range. [Integer]
|
44
|
+
#
|
45
|
+
attr_accessor :revolutionIncrement
|
46
|
+
|
47
|
+
#
|
48
|
+
# The spacing for the small notches; this should be set
|
49
|
+
# in tenths of degrees in the range [1,3600], and the value should
|
50
|
+
# be a divisor of 3600, so as to make the notches come out evenly. [Integer]
|
51
|
+
#
|
52
|
+
attr_accessor :notchSpacing
|
53
|
+
|
54
|
+
#
|
55
|
+
# The notch offset is the position of the center notch; the value should
|
56
|
+
# be tenths of degrees in the range [-3600,3600]. [Integer]
|
57
|
+
#
|
58
|
+
attr_accessor :notchOffset
|
59
|
+
|
60
|
+
# Current dial style [Integer]
|
61
|
+
attr_accessor :dialStyle
|
62
|
+
|
63
|
+
# Center notch color [FXColor]
|
64
|
+
attr_accessor :notchColor
|
65
|
+
|
66
|
+
# Status line help text for this dial [String]
|
67
|
+
attr_accessor :helpText
|
68
|
+
|
69
|
+
# Tool tip message for this dial
|
70
|
+
attr_accessor :tipText
|
71
|
+
|
72
|
+
#
|
73
|
+
# Construct a dial widget
|
74
|
+
#
|
75
|
+
# ==== Parameters:
|
76
|
+
#
|
77
|
+
# +p+:: parent widget for this dial [FXComposite]
|
78
|
+
# +target+:: message target object for this dial [FXObject]
|
79
|
+
# +selector+:: message identifier [Integer]
|
80
|
+
# +opts+::
|
81
|
+
# +x+::
|
82
|
+
# +y+::
|
83
|
+
# +width+::
|
84
|
+
# +height+::
|
85
|
+
# +padLeft+::
|
86
|
+
# +padRight+::
|
87
|
+
# +padTop+::
|
88
|
+
# +padBottom+::
|
89
|
+
#
|
90
|
+
def initialize(p, target=nil, selector=0, opts=DIAL_NORMAL, x=0, y=0, width=0, height=0, padLeft=DEFAULT_PAD, padRight=DEFAULT_PAD, padTop=DEFAULT_PAD, padBottom=DEFAULT_PAD) # :yields: theDial
|
91
|
+
end
|
92
|
+
|
93
|
+
#
|
94
|
+
# Set the dial value. If _notify_ is +true+, a +SEL_COMMAND+ message is
|
95
|
+
# sent to the dial's message target after the value is changed.
|
96
|
+
#
|
97
|
+
def setValue(value, notify=false); end
|
98
|
+
|
99
|
+
#
|
100
|
+
# Set the dial's range. If _notify_ is +true+, and the range modification
|
101
|
+
# causes the dial's value to change, a +SEL_COMMAND+ message is sent
|
102
|
+
# to the dial's message target after the value is changed.
|
103
|
+
#
|
104
|
+
def setRange(range, notify=false); end
|
105
|
+
end
|
106
|
+
end
|
107
|
+
|
@@ -0,0 +1,32 @@
|
|
1
|
+
module Fox
|
2
|
+
#
|
3
|
+
# Dialog box window.
|
4
|
+
#
|
5
|
+
# When a dialog box receives a +SEL_COMMAND+ message with identifier
|
6
|
+
# +ID_CANCEL+ or +ID_ACCEPT+, the dialog box breaks out of the modal
|
7
|
+
# loop and returns a completion code of either 0 or 1, respectively.
|
8
|
+
#
|
9
|
+
# To close a dialog box when it's not running modally, simply call
|
10
|
+
# FXDialogBox#hide (or send it the +ID_HIDE+ command message).
|
11
|
+
#
|
12
|
+
# === Message identifiers
|
13
|
+
#
|
14
|
+
# +ID_CANCEL+:: Close the dialog, cancel the entry
|
15
|
+
# +ID_ACCEPT+:: Close the dialog, accept the entry
|
16
|
+
#
|
17
|
+
class FXDialogBox < FXTopWindow
|
18
|
+
#
|
19
|
+
# Construct an empty dialog box.
|
20
|
+
# If the _owner_ is an FXWindow instance, the dialog will always float over that window.
|
21
|
+
# If the _owner_ is an FXApp instance, it will be a free-floating dialog.
|
22
|
+
#
|
23
|
+
def initialize(owner, title, opts=DECOR_TITLE|DECOR_BORDER, x=0, y=0, width=0, height=0, padLeft=10, padRight=10, padTop=10, padBottom=10, hSpacing=4, vSpacing=4) # :yields: theDialogBox
|
24
|
+
end
|
25
|
+
|
26
|
+
#
|
27
|
+
# Run a modal invocation of the dialog, with specified initial _placement_.
|
28
|
+
#
|
29
|
+
def execute(placement=PLACEMENT_CURSOR); end
|
30
|
+
end
|
31
|
+
end
|
32
|
+
|
@@ -0,0 +1,79 @@
|
|
1
|
+
module Fox
|
2
|
+
#
|
3
|
+
# The dictionary class maintains a fast-access hash table of entities
|
4
|
+
# indexed by a character string.
|
5
|
+
# It is typically used to map strings to pointers; however, overloading
|
6
|
+
# the #createData and #deleteData members allows any type of data to
|
7
|
+
# be indexed by strings.
|
8
|
+
#
|
9
|
+
class FXDict < FXObject
|
10
|
+
|
11
|
+
# Total number of entries in the table [Integer]
|
12
|
+
attr_reader :length
|
13
|
+
|
14
|
+
# Position of first filled slot, or >= total [Integer]
|
15
|
+
attr_reader :first
|
16
|
+
|
17
|
+
# Position of last filled slot, or -1 [Integer]
|
18
|
+
attr_reader :last
|
19
|
+
|
20
|
+
alias size length
|
21
|
+
|
22
|
+
#
|
23
|
+
# Construct an empty dictionary.
|
24
|
+
#
|
25
|
+
def initialize ; end
|
26
|
+
|
27
|
+
#
|
28
|
+
# Return key at position _pos_.
|
29
|
+
#
|
30
|
+
def key(pos) ; end
|
31
|
+
|
32
|
+
#
|
33
|
+
# Return mark flag of entry at position _pos_.
|
34
|
+
#
|
35
|
+
def marked?(pos) ; end
|
36
|
+
|
37
|
+
#
|
38
|
+
# Return position of next filled slot after _pos_ in the hash table,
|
39
|
+
# or a value greater than or equal to total if no filled
|
40
|
+
# slot was found.
|
41
|
+
#
|
42
|
+
def next(pos) ; end
|
43
|
+
|
44
|
+
#
|
45
|
+
# Return position of previous filled slot before _pos_ in the hash table,
|
46
|
+
# or a -1 if no filled slot was found.
|
47
|
+
#
|
48
|
+
def prev(pos) ; end
|
49
|
+
|
50
|
+
#
|
51
|
+
# Clear all entries
|
52
|
+
#
|
53
|
+
def clear() ; end
|
54
|
+
|
55
|
+
#
|
56
|
+
# Iterate over the keys in this dictionary.
|
57
|
+
#
|
58
|
+
def each_key # :yields: key
|
59
|
+
end
|
60
|
+
|
61
|
+
#
|
62
|
+
# Returns a new array populated with the keys from this dictionary.
|
63
|
+
#
|
64
|
+
def keys() ; end
|
65
|
+
|
66
|
+
#
|
67
|
+
# Returns +true+ if the given _key_ is present.
|
68
|
+
#
|
69
|
+
def has_key?(key) ; end
|
70
|
+
|
71
|
+
alias include? has_key?
|
72
|
+
alias member? has_key?
|
73
|
+
|
74
|
+
#
|
75
|
+
# Returns +true+ if this dictionary contains no key-value pairs.
|
76
|
+
#
|
77
|
+
def empty?() ; end
|
78
|
+
end
|
79
|
+
end
|