fxruby 1.6.15-x86-mswin32-60
Sign up to get free protection for your applications and to get access to all the features.
- 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 +132 -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 +733 -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 +72 -0
- data/examples/bounce.rb +159 -0
- data/examples/browser.rb +191 -0
- data/examples/button.rb +168 -0
- data/examples/custom_table_item.rb +170 -0
- data/examples/datatarget.rb +223 -0
- data/examples/dctest.rb +696 -0
- data/examples/dialog.rb +143 -0
- data/examples/dilbert.rb +66 -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 +182 -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/lib/fox16/aliases.rb +5611 -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 +420 -0
- data/lib/fox16/keys.rb +1374 -0
- data/lib/fox16/kwargs.rb +2736 -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 +214 -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 +36 -0
- data/rdoc-sources/FXHeader.rb +411 -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 +450 -0
- data/rdoc-sources/FXIconSource.rb +100 -0
- data/rdoc-sources/FXId.rb +34 -0
- data/rdoc-sources/FXImage.rb +292 -0
- data/rdoc-sources/FXImageFrame.rb +36 -0
- data/rdoc-sources/FXImageView.rb +35 -0
- data/rdoc-sources/FXInputDialog.rb +80 -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 +72 -0
- data/rdoc-sources/FXList.rb +443 -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 +53 -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 +73 -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 +581 -0
- data/rdoc-sources/FXTextField.rb +151 -0
- data/rdoc-sources/FXToggleButton.rb +70 -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 +39 -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 +16 -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 +63 -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_FXDialogBox.rb +12 -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_FXHiliteStyle.rb +23 -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_FXMainWindow.rb +12 -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_FXMessageBox.rb +25 -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 +92 -0
- data/tests/stress2.rb +51 -0
- data/tests/stress3.rb +117 -0
- data/tests/testcase.rb +37 -0
- metadata +549 -0
@@ -0,0 +1,217 @@
|
|
1
|
+
#
|
2
|
+
# Calendar widget, contributed by
|
3
|
+
# David Naseby (david.naseby@eonesolutions.com.au).
|
4
|
+
#
|
5
|
+
# Still could use methods for:
|
6
|
+
#
|
7
|
+
# * Get and set the day-of-the-month button properties (e.g. "poppy"
|
8
|
+
# style buttons versus regular pushbuttons)
|
9
|
+
# * Setting the date explicitly, possibly also messages like
|
10
|
+
# "advance/back up one day", "advance/back up one month", etc.
|
11
|
+
#
|
12
|
+
# * Should it have a display-only mode? In other words, buttons
|
13
|
+
# aren't clickable, just labels?
|
14
|
+
#
|
15
|
+
# Harry Ohlsen (harryo@zip.com.au) also suggests a facility to jump
|
16
|
+
# backward or forward a year at a time.
|
17
|
+
#
|
18
|
+
|
19
|
+
require 'fox16/colors'
|
20
|
+
|
21
|
+
module Fox
|
22
|
+
|
23
|
+
# Calendar-specific options
|
24
|
+
CALENDAR_NORMAL = 0
|
25
|
+
CALENDAR_READONLY = 0x00020000
|
26
|
+
|
27
|
+
#
|
28
|
+
# Calendar widget
|
29
|
+
#
|
30
|
+
# == Events
|
31
|
+
#
|
32
|
+
# The following messages are sent by FXCalendar to its target:
|
33
|
+
#
|
34
|
+
# +SEL_COMMAND+:: sent when a day button is clicked; the message data is a Time object indicating the selected date
|
35
|
+
#
|
36
|
+
# == Calendar options
|
37
|
+
#
|
38
|
+
# +CALENDAR_NORMAL+:: normal display mode
|
39
|
+
# +CALENDAR_READONLY+:: read-only mode
|
40
|
+
#
|
41
|
+
class FXCalendar < FXVerticalFrame
|
42
|
+
|
43
|
+
DAYS = ['SUN', 'MON', 'TUE', 'WED', 'THU', 'FRI', 'SAT']
|
44
|
+
|
45
|
+
# Currently selected date [Time]
|
46
|
+
attr_reader :selected
|
47
|
+
|
48
|
+
# Font used for days [FXFont]
|
49
|
+
attr_reader :dayLabelFont
|
50
|
+
|
51
|
+
#
|
52
|
+
# Returns an initialized calendar widget
|
53
|
+
#
|
54
|
+
def initialize(parent, initial_date=Time.now, tgt=nil, sel=0, opts=0, x=0, y=0, w=0, h=0, pl=DEFAULT_PAD, pr=DEFAULT_PAD, pt=DEFAULT_PAD, pb=DEFAULT_PAD)
|
55
|
+
# Initialize the base class first
|
56
|
+
super(parent, opts, x, y, w, h, pl, pr, pt, pb)
|
57
|
+
|
58
|
+
# Save target and selector
|
59
|
+
self.target = tgt
|
60
|
+
self.selector = sel
|
61
|
+
|
62
|
+
@headerBGColor = FXColor::Black
|
63
|
+
@headerFGColor = FXColor::White
|
64
|
+
@dayLabelFont = FXFont.new(getApp, "helvetica", 7)
|
65
|
+
|
66
|
+
@date_showing = initial_date
|
67
|
+
|
68
|
+
# Header row
|
69
|
+
@header = FXHorizontalFrame.new(self, LAYOUT_FILL_X)
|
70
|
+
@header.backColor = @headerBGColor
|
71
|
+
@backBtn = FXArrowButton.new(@header, nil, 0, FRAME_RAISED|FRAME_THICK|ARROW_LEFT|ARROW_REPEAT)
|
72
|
+
@backBtn.connect(SEL_COMMAND) do |send, sel, ev|
|
73
|
+
@date_showing = _last_month
|
74
|
+
_build_date_matrix
|
75
|
+
@current_month.text = _header_date
|
76
|
+
end
|
77
|
+
@current_month = FXLabel.new(@header, _header_date, nil,
|
78
|
+
LAYOUT_FILL_X|JUSTIFY_CENTER_X|LAYOUT_FILL_Y)
|
79
|
+
@current_month.backColor = @headerBGColor
|
80
|
+
@current_month.textColor = @headerFGColor
|
81
|
+
@foreBtn = FXArrowButton.new(@header, nil, 0, FRAME_RAISED|FRAME_THICK|ARROW_RIGHT|ARROW_REPEAT)
|
82
|
+
@foreBtn.connect(SEL_COMMAND) do |send, sel, ev|
|
83
|
+
@date_showing = _next_month
|
84
|
+
_build_date_matrix
|
85
|
+
@current_month.text = _header_date
|
86
|
+
end
|
87
|
+
|
88
|
+
@matrix = FXMatrix.new(self, 7,
|
89
|
+
MATRIX_BY_COLUMNS|LAYOUT_FILL_X|LAYOUT_FILL_Y|PACK_UNIFORM_WIDTH|FRAME_RAISED,
|
90
|
+
0, 0, 0, 0, 0, 0, 0, 0)
|
91
|
+
DAYS.each { |day| _add_matrix_label(day) }
|
92
|
+
(7*6 - 1).times do
|
93
|
+
s = FXSwitcher.new(@matrix,
|
94
|
+
LAYOUT_FILL_X|LAYOUT_FILL_Y|LAYOUT_FILL_ROW|LAYOUT_FILL_COLUMN, 0,0,0,0,0,0,0,0)
|
95
|
+
FXFrame.new(s, LAYOUT_FILL_X|LAYOUT_FILL_Y, 0,0,0,0,0,0,0,0)
|
96
|
+
btn = FXButton.new(s, '99', nil, nil, 0,
|
97
|
+
LAYOUT_FILL_X|LAYOUT_FILL_Y|FRAME_RAISED|FRAME_THICK,
|
98
|
+
0,0,0,0,0,0,0,0)
|
99
|
+
btn.connect(SEL_COMMAND) do |send, sel, ev|
|
100
|
+
@selected = Time.local(@date_showing.year, @date_showing.month,
|
101
|
+
send.text.to_i)
|
102
|
+
target.handle(self, MKUINT(selector, SEL_COMMAND), @selected) if target
|
103
|
+
end
|
104
|
+
end
|
105
|
+
_build_date_matrix()
|
106
|
+
end
|
107
|
+
|
108
|
+
# Return the current header background color
|
109
|
+
def headerBackColor
|
110
|
+
@headerBGColor
|
111
|
+
end
|
112
|
+
|
113
|
+
# Set the header background color
|
114
|
+
def headerBackColor=(clr)
|
115
|
+
@headerBGColor = clr
|
116
|
+
@header.backColor = clr
|
117
|
+
@current_month.backColor = clr
|
118
|
+
DAYS.each_index { |i| @matrix.childAtIndex(i).backColor = clr }
|
119
|
+
end
|
120
|
+
|
121
|
+
# Return the current header text color
|
122
|
+
def headerTextColor
|
123
|
+
@headerFGColor
|
124
|
+
end
|
125
|
+
|
126
|
+
# Set the header text color
|
127
|
+
def headerTextColor=(clr)
|
128
|
+
@headerFGColor = clr
|
129
|
+
@current_month.textColor = clr
|
130
|
+
DAYS.each_index { |i| @matrix.childAtIndex(i).textColor = clr }
|
131
|
+
end
|
132
|
+
|
133
|
+
# Change the font used for the days of the weeks
|
134
|
+
def dayLabelFont=(font)
|
135
|
+
if @dayLabelFont != font
|
136
|
+
@dayLabelFont = font
|
137
|
+
DAYS.each_index { |i| @matrix.childAtIndex(i).font = font }
|
138
|
+
update
|
139
|
+
end
|
140
|
+
end
|
141
|
+
|
142
|
+
private
|
143
|
+
def _header_date()
|
144
|
+
@date_showing.strftime("%B, %Y")
|
145
|
+
end
|
146
|
+
|
147
|
+
def _first_day
|
148
|
+
Time.local(@date_showing.year, @date_showing.month, 1)
|
149
|
+
end
|
150
|
+
|
151
|
+
def _last_day
|
152
|
+
year = @date_showing.year
|
153
|
+
month = @date_showing.month+1
|
154
|
+
if month > 12
|
155
|
+
year += 1
|
156
|
+
month = 1
|
157
|
+
end
|
158
|
+
Time.local(year, month, 1) - (60*60*24)
|
159
|
+
end
|
160
|
+
|
161
|
+
def _last_month
|
162
|
+
year = @date_showing.year
|
163
|
+
month = @date_showing.month - 1
|
164
|
+
if month < 1
|
165
|
+
year -= 1
|
166
|
+
month = 12
|
167
|
+
end
|
168
|
+
Time.local(year, month)
|
169
|
+
end
|
170
|
+
|
171
|
+
def _next_month
|
172
|
+
year = @date_showing.year
|
173
|
+
month = @date_showing.month + 1
|
174
|
+
if month > 12
|
175
|
+
year +=1
|
176
|
+
month = 1
|
177
|
+
end
|
178
|
+
Time.local(year, month)
|
179
|
+
end
|
180
|
+
|
181
|
+
def _build_date_matrix
|
182
|
+
(0...6*7-1).each do |index|
|
183
|
+
@matrix.childAtRowCol(index/7+1, index.modulo(7)).setCurrent(0)
|
184
|
+
end
|
185
|
+
(_first_day.wday... _last_day.day+_first_day.wday).each do |index|
|
186
|
+
day = index - _first_day.wday + 1
|
187
|
+
switcher = @matrix.childAtRowCol(index/7 + 1, index.modulo(7))
|
188
|
+
switcher.setCurrent(1)
|
189
|
+
switcher.childAtIndex(1).text = day.to_s
|
190
|
+
end
|
191
|
+
end
|
192
|
+
|
193
|
+
def _add_matrix_label(label)
|
194
|
+
l = FXLabel.new(@matrix, label, nil,
|
195
|
+
LAYOUT_FILL_X|LAYOUT_FILL_COLUMN|JUSTIFY_CENTER_X|FRAME_SUNKEN)
|
196
|
+
l.backColor = @headerBGColor
|
197
|
+
l.textColor = @headerFGColor
|
198
|
+
l.font = @dayLabelFont
|
199
|
+
end
|
200
|
+
end
|
201
|
+
end
|
202
|
+
|
203
|
+
if __FILE__ == $0
|
204
|
+
|
205
|
+
include Fox
|
206
|
+
|
207
|
+
app = FXApp.new('Calendar', 'FXRuby')
|
208
|
+
app.init(ARGV)
|
209
|
+
mainwin = FXMainWindow.new(app, "Calendar Test", nil, nil, DECOR_ALL, 0, 0, 500, 500)
|
210
|
+
calendar = FXCalendar.new(mainwin, Time.now, nil, 0, LAYOUT_FILL_X|LAYOUT_FILL_Y)
|
211
|
+
calendar.connect(SEL_COMMAND) do |sender, sel, data|
|
212
|
+
puts data.to_s
|
213
|
+
end
|
214
|
+
app.create
|
215
|
+
mainwin.show(PLACEMENT_SCREEN)
|
216
|
+
app.run
|
217
|
+
end
|
data/lib/fox16/chore.rb
ADDED
@@ -0,0 +1,105 @@
|
|
1
|
+
module Fox
|
2
|
+
|
3
|
+
class FXApp
|
4
|
+
|
5
|
+
alias addChoreOrig addChore # :nodoc:
|
6
|
+
alias removeChoreOrig removeChore # :nodoc:
|
7
|
+
alias hasChoreOrig? hasChore? # :nodoc:
|
8
|
+
|
9
|
+
#
|
10
|
+
# Add a idle processing message to be sent to a target object when
|
11
|
+
# the system becomes idle, i.e. when there are no more events to be processed.
|
12
|
+
# There are several forms for #addChore; the original form (from FOX)
|
13
|
+
# takes two arguments, a target object and a message identifier:
|
14
|
+
#
|
15
|
+
# app.addChore(tgt, sel)
|
16
|
+
#
|
17
|
+
# If a chore with the same target and message already exists, it will be rescheduled.
|
18
|
+
#
|
19
|
+
# A second form takes a Method instance as its single argument:
|
20
|
+
#
|
21
|
+
# app.addChore(mthd)
|
22
|
+
#
|
23
|
+
# For this form, the method should have the standard argument list
|
24
|
+
# for a FOX message handler. That is, the method should take three
|
25
|
+
# arguments, for the message _sender_ (an FXObject), the message _selector_,
|
26
|
+
# and the message _data_ (if any).
|
27
|
+
#
|
28
|
+
# The last form takes a block:
|
29
|
+
#
|
30
|
+
# app.addChore() do |sender, sel, data|
|
31
|
+
# ... handle the chore ...
|
32
|
+
# end
|
33
|
+
#
|
34
|
+
# All of these return a reference to an opaque FXChore instance that
|
35
|
+
# can be passed to #removeChore if it is necessary to remove the chore
|
36
|
+
# before it fires.
|
37
|
+
#
|
38
|
+
# For the last two forms, you can pass in the optional +:repeat+ parameter to
|
39
|
+
# cause the chore to be re-registered after it fires, e.g.
|
40
|
+
#
|
41
|
+
# chore = app.addChore(:repeat => true) do |sender, sel, data|
|
42
|
+
# ... handle the chore ...
|
43
|
+
# ... re-add the chore ...
|
44
|
+
# end
|
45
|
+
#
|
46
|
+
def addChore(*args, &block)
|
47
|
+
params = {}
|
48
|
+
params = args.pop if args.last.is_a? Hash
|
49
|
+
tgt, sel = nil, 0
|
50
|
+
if args.length > 0
|
51
|
+
if args[0].respond_to? :call
|
52
|
+
tgt = params[:target] || FXPseudoTarget.new
|
53
|
+
tgt.pconnect(SEL_CHORE, args[0], params)
|
54
|
+
else
|
55
|
+
tgt, sel = args[0], args[1]
|
56
|
+
end
|
57
|
+
else
|
58
|
+
tgt = params[:target] || FXPseudoTarget.new
|
59
|
+
tgt.pconnect(SEL_CHORE, block, params)
|
60
|
+
end
|
61
|
+
addChoreOrig(tgt, sel)
|
62
|
+
params[:target] = tgt
|
63
|
+
params[:selector] = sel
|
64
|
+
params
|
65
|
+
end
|
66
|
+
|
67
|
+
#
|
68
|
+
# Remove idle processing message identified by _tgt_ and _sel_.
|
69
|
+
# See the documentation for #hasChore? for an example of how to use
|
70
|
+
# the #removeChore method.
|
71
|
+
#
|
72
|
+
def removeChore(*args)
|
73
|
+
if args.length == 2
|
74
|
+
removeChoreOrig(args[0], args[1])
|
75
|
+
else
|
76
|
+
params = args[0]
|
77
|
+
removeChoreOrig(params[:target], params[:selector])
|
78
|
+
end
|
79
|
+
end
|
80
|
+
|
81
|
+
#
|
82
|
+
# Return +true+ if given chore has been set, otherwise return +false+.
|
83
|
+
#
|
84
|
+
# For example, you might set up a chore at some point in the execution:
|
85
|
+
#
|
86
|
+
# chore = app.addChore { ... }
|
87
|
+
#
|
88
|
+
# but decide that you want to "cancel" that chore later (before it's had a chance to run):
|
89
|
+
#
|
90
|
+
# if app.hasChore?(chore)
|
91
|
+
# app.removeChore(chore)
|
92
|
+
# end
|
93
|
+
#
|
94
|
+
def hasChore?(*args)
|
95
|
+
if args.length == 2
|
96
|
+
hasChoreOrig?(args[0], args[1])
|
97
|
+
else
|
98
|
+
hsh = args[0]
|
99
|
+
hasChoreOrig?(hsh[:target], hsh[:selector])
|
100
|
+
end
|
101
|
+
end
|
102
|
+
|
103
|
+
end # class FXApp
|
104
|
+
|
105
|
+
end # module Fox
|
data/lib/fox16/colors.rb
ADDED
@@ -0,0 +1,280 @@
|
|
1
|
+
module Fox
|
2
|
+
class FXColor
|
3
|
+
# Colors from X Windows (Contributed by Jeff Heard)
|
4
|
+
GhostWhite = Fox.FXRGB(248, 248, 255)
|
5
|
+
WhiteSmoke = Fox.FXRGB(245, 245, 245)
|
6
|
+
FloralWhite = Fox.FXRGB(255, 250, 240)
|
7
|
+
OldLace = Fox.FXRGB(253, 245, 230)
|
8
|
+
AntiqueWhite = Fox.FXRGB(250, 235, 215)
|
9
|
+
PapayaWhip = Fox.FXRGB(255, 239, 213)
|
10
|
+
BlanchedAlmond = Fox.FXRGB(255, 235, 205)
|
11
|
+
PeachPuff = Fox.FXRGB(255, 218, 185)
|
12
|
+
NavajoWhite = Fox.FXRGB(255, 222, 173)
|
13
|
+
LemonChiffon = Fox.FXRGB(255, 250, 205)
|
14
|
+
MintCream = Fox.FXRGB(245, 255, 250)
|
15
|
+
AliceBlue = Fox.FXRGB(240, 248, 255)
|
16
|
+
LavenderBlush = Fox.FXRGB(255, 240, 245)
|
17
|
+
MistyRose = Fox.FXRGB(255, 228, 225)
|
18
|
+
DarkSlateGray = Fox.FXRGB( 47, 79, 79)
|
19
|
+
DarkSlateGrey = Fox.FXRGB( 47, 79, 79)
|
20
|
+
DimGray = Fox.FXRGB(105, 105, 105)
|
21
|
+
DimGrey = Fox.FXRGB(105, 105, 105)
|
22
|
+
SlateGray = Fox.FXRGB(112, 128, 144)
|
23
|
+
SlateGrey = Fox.FXRGB(112, 128, 144)
|
24
|
+
LightSlateGray = Fox.FXRGB(119, 136, 153)
|
25
|
+
LightSlateGrey = Fox.FXRGB(119, 136, 153)
|
26
|
+
LightGrey = Fox.FXRGB(211, 211, 211)
|
27
|
+
LightGray = Fox.FXRGB(211, 211, 211)
|
28
|
+
MidnightBlue = Fox.FXRGB( 25, 25, 112)
|
29
|
+
NavyBlue = Fox.FXRGB( 0, 0, 128)
|
30
|
+
CornflowerBlue = Fox.FXRGB(100, 149, 237)
|
31
|
+
DarkSlateBlue = Fox.FXRGB( 72, 61, 139)
|
32
|
+
SlateBlue = Fox.FXRGB(106, 90, 205)
|
33
|
+
MediumSlateBlue = Fox.FXRGB(123, 104, 238)
|
34
|
+
LightSlateBlue = Fox.FXRGB(132, 112, 255)
|
35
|
+
MediumBlue = Fox.FXRGB( 0, 0, 205)
|
36
|
+
RoyalBlue = Fox.FXRGB( 65, 105, 225)
|
37
|
+
DodgerBlue = Fox.FXRGB( 30, 144, 255)
|
38
|
+
DeepSkyBlue = Fox.FXRGB( 0, 191, 255)
|
39
|
+
SkyBlue = Fox.FXRGB(135, 206, 235)
|
40
|
+
LightSkyBlue = Fox.FXRGB(135, 206, 250)
|
41
|
+
SteelBlue = Fox.FXRGB( 70, 130, 180)
|
42
|
+
LightSteelBlue = Fox.FXRGB(176, 196, 222)
|
43
|
+
LightBlue = Fox.FXRGB(173, 216, 230)
|
44
|
+
PowderBlue = Fox.FXRGB(176, 224, 230)
|
45
|
+
PaleTurquoise = Fox.FXRGB(175, 238, 238)
|
46
|
+
DarkTurquoise = Fox.FXRGB( 0, 206, 209)
|
47
|
+
MediumTurquoise = Fox.FXRGB( 72, 209, 204)
|
48
|
+
LightCyan = Fox.FXRGB(224, 255, 255)
|
49
|
+
CadetBlue = Fox.FXRGB( 95, 158, 160)
|
50
|
+
MediumAquamarine = Fox.FXRGB(102, 205, 170)
|
51
|
+
DarkGreen = Fox.FXRGB( 0, 100, 0)
|
52
|
+
DarkOliveGreen = Fox.FXRGB( 85, 107, 47)
|
53
|
+
DarkSeaGreen = Fox.FXRGB(143, 188, 143)
|
54
|
+
SeaGreen = Fox.FXRGB( 46, 139, 87)
|
55
|
+
MediumSeaGreen = Fox.FXRGB( 60, 179, 113)
|
56
|
+
LightSeaGreen = Fox.FXRGB( 32, 178, 170)
|
57
|
+
PaleGreen = Fox.FXRGB(152, 251, 152)
|
58
|
+
SpringGreen = Fox.FXRGB( 0, 255, 127)
|
59
|
+
LawnGreen = Fox.FXRGB(124, 252, 0)
|
60
|
+
MediumSpringGreen = Fox.FXRGB( 0, 250, 154)
|
61
|
+
GreenYellow = Fox.FXRGB(173, 255, 47)
|
62
|
+
LimeGreen = Fox.FXRGB( 50, 205, 50)
|
63
|
+
YellowGreen = Fox.FXRGB(154, 205, 50)
|
64
|
+
ForestGreen = Fox.FXRGB( 34, 139, 34)
|
65
|
+
OliveDrab = Fox.FXRGB(107, 142, 35)
|
66
|
+
DarkKhaki = Fox.FXRGB(189, 183, 107)
|
67
|
+
PaleGoldenrod = Fox.FXRGB(238, 232, 170)
|
68
|
+
LightGoldenrodYellow = Fox.FXRGB(250, 250, 210)
|
69
|
+
LightYellow = Fox.FXRGB(255, 255, 224)
|
70
|
+
LightGoldenrod = Fox.FXRGB(238, 221, 130)
|
71
|
+
DarkGoldenrod = Fox.FXRGB(184, 134, 11)
|
72
|
+
RosyBrown = Fox.FXRGB(188, 143, 143)
|
73
|
+
IndianRed = Fox.FXRGB(205, 92, 92)
|
74
|
+
SaddleBrown = Fox.FXRGB(139, 69, 19)
|
75
|
+
SandyBrown = Fox.FXRGB(244, 164, 96)
|
76
|
+
DarkSalmon = Fox.FXRGB(233, 150, 122)
|
77
|
+
LightSalmon = Fox.FXRGB(255, 160, 122)
|
78
|
+
DarkOrange = Fox.FXRGB(255, 140, 0)
|
79
|
+
LightCoral = Fox.FXRGB(240, 128, 128)
|
80
|
+
OrangeRed = Fox.FXRGB(255, 69, 0)
|
81
|
+
HotPink = Fox.FXRGB(255, 105, 180)
|
82
|
+
DeepPink = Fox.FXRGB(255, 20, 147)
|
83
|
+
LightPink = Fox.FXRGB(255, 182, 193)
|
84
|
+
PaleVioletRed = Fox.FXRGB(219, 112, 147)
|
85
|
+
MediumVioletRed = Fox.FXRGB(199, 21, 133)
|
86
|
+
VioletRed = Fox.FXRGB(208, 32, 144)
|
87
|
+
MediumOrchid = Fox.FXRGB(186, 85, 211)
|
88
|
+
DarkOrchid = Fox.FXRGB(153, 50, 204)
|
89
|
+
DarkViolet = Fox.FXRGB(148, 0, 211)
|
90
|
+
BlueViolet = Fox.FXRGB(138, 43, 226)
|
91
|
+
MediumPurple = Fox.FXRGB(147, 112, 219)
|
92
|
+
AntiqueWhite1 = Fox.FXRGB(255, 239, 219)
|
93
|
+
AntiqueWhite2 = Fox.FXRGB(238, 223, 204)
|
94
|
+
AntiqueWhite3 = Fox.FXRGB(205, 192, 176)
|
95
|
+
AntiqueWhite4 = Fox.FXRGB(139, 131, 120)
|
96
|
+
PeachPuff1 = Fox.FXRGB(255, 218, 185)
|
97
|
+
PeachPuff2 = Fox.FXRGB(238, 203, 173)
|
98
|
+
PeachPuff3 = Fox.FXRGB(205, 175, 149)
|
99
|
+
PeachPuff4 = Fox.FXRGB(139, 119, 101)
|
100
|
+
NavajoWhite1 = Fox.FXRGB(255, 222, 173)
|
101
|
+
NavajoWhite2 = Fox.FXRGB(238, 207, 161)
|
102
|
+
NavajoWhite3 = Fox.FXRGB(205, 179, 139)
|
103
|
+
NavajoWhite4 = Fox.FXRGB(139, 121, 94)
|
104
|
+
LemonChiffon1 = Fox.FXRGB(255, 250, 205)
|
105
|
+
LemonChiffon2 = Fox.FXRGB(238, 233, 191)
|
106
|
+
LemonChiffon3 = Fox.FXRGB(205, 201, 165)
|
107
|
+
LemonChiffon4 = Fox.FXRGB(139, 137, 112)
|
108
|
+
LavenderBlush1 = Fox.FXRGB(255, 240, 245)
|
109
|
+
LavenderBlush2 = Fox.FXRGB(238, 224, 229)
|
110
|
+
LavenderBlush3 = Fox.FXRGB(205, 193, 197)
|
111
|
+
LavenderBlush4 = Fox.FXRGB(139, 131, 134)
|
112
|
+
MistyRose1 = Fox.FXRGB(255, 228, 225)
|
113
|
+
MistyRose2 = Fox.FXRGB(238, 213, 210)
|
114
|
+
MistyRose3 = Fox.FXRGB(205, 183, 181)
|
115
|
+
MistyRose4 = Fox.FXRGB(139, 125, 123)
|
116
|
+
SlateBlue1 = Fox.FXRGB(131, 111, 255)
|
117
|
+
SlateBlue2 = Fox.FXRGB(122, 103, 238)
|
118
|
+
SlateBlue3 = Fox.FXRGB(105, 89, 205)
|
119
|
+
SlateBlue4 = Fox.FXRGB( 71, 60, 139)
|
120
|
+
RoyalBlue1 = Fox.FXRGB( 72, 118, 255)
|
121
|
+
RoyalBlue2 = Fox.FXRGB( 67, 110, 238)
|
122
|
+
RoyalBlue3 = Fox.FXRGB( 58, 95, 205)
|
123
|
+
RoyalBlue4 = Fox.FXRGB( 39, 64, 139)
|
124
|
+
DodgerBlue1 = Fox.FXRGB( 30, 144, 255)
|
125
|
+
DodgerBlue2 = Fox.FXRGB( 28, 134, 238)
|
126
|
+
DodgerBlue3 = Fox.FXRGB( 24, 116, 205)
|
127
|
+
DodgerBlue4 = Fox.FXRGB( 16, 78, 139)
|
128
|
+
SteelBlue1 = Fox.FXRGB( 99, 184, 255)
|
129
|
+
SteelBlue2 = Fox.FXRGB( 92, 172, 238)
|
130
|
+
SteelBlue3 = Fox.FXRGB( 79, 148, 205)
|
131
|
+
SteelBlue4 = Fox.FXRGB( 54, 100, 139)
|
132
|
+
DeepSkyBlue1 = Fox.FXRGB( 0, 191, 255)
|
133
|
+
DeepSkyBlue2 = Fox.FXRGB( 0, 178, 238)
|
134
|
+
DeepSkyBlue3 = Fox.FXRGB( 0, 154, 205)
|
135
|
+
DeepSkyBlue4 = Fox.FXRGB( 0, 104, 139)
|
136
|
+
SkyBlue1 = Fox.FXRGB(135, 206, 255)
|
137
|
+
SkyBlue2 = Fox.FXRGB(126, 192, 238)
|
138
|
+
SkyBlue3 = Fox.FXRGB(108, 166, 205)
|
139
|
+
SkyBlue4 = Fox.FXRGB( 74, 112, 139)
|
140
|
+
LightSkyBlue1 = Fox.FXRGB(176, 226, 255)
|
141
|
+
LightSkyBlue2 = Fox.FXRGB(164, 211, 238)
|
142
|
+
LightSkyBlue3 = Fox.FXRGB(141, 182, 205)
|
143
|
+
LightSkyBlue4 = Fox.FXRGB( 96, 123, 139)
|
144
|
+
SlateGray1 = Fox.FXRGB(198, 226, 255)
|
145
|
+
SlateGray2 = Fox.FXRGB(185, 211, 238)
|
146
|
+
SlateGray3 = Fox.FXRGB(159, 182, 205)
|
147
|
+
SlateGray4 = Fox.FXRGB(108, 123, 139)
|
148
|
+
LightSteelBlue1 = Fox.FXRGB(202, 225, 255)
|
149
|
+
LightSteelBlue2 = Fox.FXRGB(188, 210, 238)
|
150
|
+
LightSteelBlue3 = Fox.FXRGB(162, 181, 205)
|
151
|
+
LightSteelBlue4 = Fox.FXRGB(110, 123, 139)
|
152
|
+
LightBlue1 = Fox.FXRGB(191, 239, 255)
|
153
|
+
LightBlue2 = Fox.FXRGB(178, 223, 238)
|
154
|
+
LightBlue3 = Fox.FXRGB(154, 192, 205)
|
155
|
+
LightBlue4 = Fox.FXRGB(104, 131, 139)
|
156
|
+
LightCyan1 = Fox.FXRGB(224, 255, 255)
|
157
|
+
LightCyan2 = Fox.FXRGB(209, 238, 238)
|
158
|
+
LightCyan3 = Fox.FXRGB(180, 205, 205)
|
159
|
+
LightCyan4 = Fox.FXRGB(122, 139, 139)
|
160
|
+
PaleTurquoise1 = Fox.FXRGB(187, 255, 255)
|
161
|
+
PaleTurquoise2 = Fox.FXRGB(174, 238, 238)
|
162
|
+
PaleTurquoise3 = Fox.FXRGB(150, 205, 205)
|
163
|
+
PaleTurquoise4 = Fox.FXRGB(102, 139, 139)
|
164
|
+
CadetBlue1 = Fox.FXRGB(152, 245, 255)
|
165
|
+
CadetBlue2 = Fox.FXRGB(142, 229, 238)
|
166
|
+
CadetBlue3 = Fox.FXRGB(122, 197, 205)
|
167
|
+
CadetBlue4 = Fox.FXRGB( 83, 134, 139)
|
168
|
+
DarkSlateGray1 = Fox.FXRGB(151, 255, 255)
|
169
|
+
DarkSlateGray2 = Fox.FXRGB(141, 238, 238)
|
170
|
+
DarkSlateGray3 = Fox.FXRGB(121, 205, 205)
|
171
|
+
DarkSlateGray4 = Fox.FXRGB( 82, 139, 139)
|
172
|
+
DarkSeaGreen1 = Fox.FXRGB(193, 255, 193)
|
173
|
+
DarkSeaGreen2 = Fox.FXRGB(180, 238, 180)
|
174
|
+
DarkSeaGreen3 = Fox.FXRGB(155, 205, 155)
|
175
|
+
DarkSeaGreen4 = Fox.FXRGB(105, 139, 105)
|
176
|
+
SeaGreen1 = Fox.FXRGB( 84, 255, 159)
|
177
|
+
SeaGreen2 = Fox.FXRGB( 78, 238, 148)
|
178
|
+
SeaGreen3 = Fox.FXRGB( 67, 205, 128)
|
179
|
+
SeaGreen4 = Fox.FXRGB( 46, 139, 87)
|
180
|
+
PaleGreen1 = Fox.FXRGB(154, 255, 154)
|
181
|
+
PaleGreen2 = Fox.FXRGB(144, 238, 144)
|
182
|
+
PaleGreen3 = Fox.FXRGB(124, 205, 124)
|
183
|
+
PaleGreen4 = Fox.FXRGB( 84, 139, 84)
|
184
|
+
SpringGreen1 = Fox.FXRGB( 0, 255, 127)
|
185
|
+
SpringGreen2 = Fox.FXRGB( 0, 238, 118)
|
186
|
+
SpringGreen3 = Fox.FXRGB( 0, 205, 102)
|
187
|
+
SpringGreen4 = Fox.FXRGB( 0, 139, 69)
|
188
|
+
OliveDrab1 = Fox.FXRGB(192, 255, 62)
|
189
|
+
OliveDrab2 = Fox.FXRGB(179, 238, 58)
|
190
|
+
OliveDrab3 = Fox.FXRGB(154, 205, 50)
|
191
|
+
OliveDrab4 = Fox.FXRGB(105, 139, 34)
|
192
|
+
DarkOliveGreen1 = Fox.FXRGB(202, 255, 112)
|
193
|
+
DarkOliveGreen2 = Fox.FXRGB(188, 238, 104)
|
194
|
+
DarkOliveGreen3 = Fox.FXRGB(162, 205, 90)
|
195
|
+
DarkOliveGreen4 = Fox.FXRGB(110, 139, 61)
|
196
|
+
LightGoldenrod1 = Fox.FXRGB(255, 236, 139)
|
197
|
+
LightGoldenrod2 = Fox.FXRGB(238, 220, 130)
|
198
|
+
LightGoldenrod3 = Fox.FXRGB(205, 190, 112)
|
199
|
+
LightGoldenrod4 = Fox.FXRGB(139, 129, 76)
|
200
|
+
LightYellow1 = Fox.FXRGB(255, 255, 224)
|
201
|
+
LightYellow2 = Fox.FXRGB(238, 238, 209)
|
202
|
+
LightYellow3 = Fox.FXRGB(205, 205, 180)
|
203
|
+
LightYellow4 = Fox.FXRGB(139, 139, 122)
|
204
|
+
DarkGoldenrod1 = Fox.FXRGB(255, 185, 15)
|
205
|
+
DarkGoldenrod2 = Fox.FXRGB(238, 173, 14)
|
206
|
+
DarkGoldenrod3 = Fox.FXRGB(205, 149, 12)
|
207
|
+
DarkGoldenrod4 = Fox.FXRGB(139, 101, 8)
|
208
|
+
RosyBrown1 = Fox.FXRGB(255, 193, 193)
|
209
|
+
RosyBrown2 = Fox.FXRGB(238, 180, 180)
|
210
|
+
RosyBrown3 = Fox.FXRGB(205, 155, 155)
|
211
|
+
RosyBrown4 = Fox.FXRGB(139, 105, 105)
|
212
|
+
IndianRed1 = Fox.FXRGB(255, 106, 106)
|
213
|
+
IndianRed2 = Fox.FXRGB(238, 99, 99)
|
214
|
+
IndianRed3 = Fox.FXRGB(205, 85, 85)
|
215
|
+
IndianRed4 = Fox.FXRGB(139, 58, 58)
|
216
|
+
LightSalmon1 = Fox.FXRGB(255, 160, 122)
|
217
|
+
LightSalmon2 = Fox.FXRGB(238, 149, 114)
|
218
|
+
LightSalmon3 = Fox.FXRGB(205, 129, 98)
|
219
|
+
LightSalmon4 = Fox.FXRGB(139, 87, 66)
|
220
|
+
DarkOrange1 = Fox.FXRGB(255, 127, 0)
|
221
|
+
DarkOrange2 = Fox.FXRGB(238, 118, 0)
|
222
|
+
DarkOrange3 = Fox.FXRGB(205, 102, 0)
|
223
|
+
DarkOrange4 = Fox.FXRGB(139, 69, 0)
|
224
|
+
OrangeRed1 = Fox.FXRGB(255, 69, 0)
|
225
|
+
OrangeRed2 = Fox.FXRGB(238, 64, 0)
|
226
|
+
OrangeRed3 = Fox.FXRGB(205, 55, 0)
|
227
|
+
OrangeRed4 = Fox.FXRGB(139, 37, 0)
|
228
|
+
DeepPink1 = Fox.FXRGB(255, 20, 147)
|
229
|
+
DeepPink2 = Fox.FXRGB(238, 18, 137)
|
230
|
+
DeepPink3 = Fox.FXRGB(205, 16, 118)
|
231
|
+
DeepPink4 = Fox.FXRGB(139, 10, 80)
|
232
|
+
HotPink1 = Fox.FXRGB(255, 110, 180)
|
233
|
+
HotPink2 = Fox.FXRGB(238, 106, 167)
|
234
|
+
HotPink3 = Fox.FXRGB(205, 96, 144)
|
235
|
+
HotPink4 = Fox.FXRGB(139, 58, 98)
|
236
|
+
LightPink1 = Fox.FXRGB(255, 174, 185)
|
237
|
+
LightPink2 = Fox.FXRGB(238, 162, 173)
|
238
|
+
LightPink3 = Fox.FXRGB(205, 140, 149)
|
239
|
+
LightPink4 = Fox.FXRGB(139, 95, 101)
|
240
|
+
PaleVioletRed1 = Fox.FXRGB(255, 130, 171)
|
241
|
+
PaleVioletRed2 = Fox.FXRGB(238, 121, 159)
|
242
|
+
PaleVioletRed3 = Fox.FXRGB(205, 104, 137)
|
243
|
+
PaleVioletRed4 = Fox.FXRGB(139, 71, 93)
|
244
|
+
VioletRed1 = Fox.FXRGB(255, 62, 150)
|
245
|
+
VioletRed2 = Fox.FXRGB(238, 58, 140)
|
246
|
+
VioletRed3 = Fox.FXRGB(205, 50, 120)
|
247
|
+
VioletRed4 = Fox.FXRGB(139, 34, 82)
|
248
|
+
MediumOrchid1 = Fox.FXRGB(224, 102, 255)
|
249
|
+
MediumOrchid2 = Fox.FXRGB(209, 95, 238)
|
250
|
+
MediumOrchid3 = Fox.FXRGB(180, 82, 205)
|
251
|
+
MediumOrchid4 = Fox.FXRGB(122, 55, 139)
|
252
|
+
DarkOrchid1 = Fox.FXRGB(191, 62, 255)
|
253
|
+
DarkOrchid2 = Fox.FXRGB(178, 58, 238)
|
254
|
+
DarkOrchid3 = Fox.FXRGB(154, 50, 205)
|
255
|
+
DarkOrchid4 = Fox.FXRGB(104, 34, 139)
|
256
|
+
MediumPurple1 = Fox.FXRGB(171, 130, 255)
|
257
|
+
MediumPurple2 = Fox.FXRGB(159, 121, 238)
|
258
|
+
MediumPurple3 = Fox.FXRGB(137, 104, 205)
|
259
|
+
MediumPurple4 = Fox.FXRGB( 93, 71, 139)
|
260
|
+
DarkGrey = Fox.FXRGB(169, 169, 169)
|
261
|
+
DarkGray = Fox.FXRGB(169, 169, 169)
|
262
|
+
DarkBlue = Fox.FXRGB(0 , 0, 139)
|
263
|
+
DarkCyan = Fox.FXRGB(0 , 139, 139)
|
264
|
+
DarkMagenta = Fox.FXRGB(139, 0, 139)
|
265
|
+
DarkRed = Fox.FXRGB(139, 0, 0)
|
266
|
+
LightGreen = Fox.FXRGB(144, 238, 144)
|
267
|
+
|
268
|
+
# Other basic colors
|
269
|
+
White = Fox.FXRGB(255, 255, 255)
|
270
|
+
Black = Fox.FXRGB(0, 0, 0)
|
271
|
+
Red = Fox.FXRGB(255, 0, 0)
|
272
|
+
Pink = Fox.FXRGB(255, 175, 175)
|
273
|
+
Orange = Fox.FXRGB(255, 200, 0)
|
274
|
+
Yellow = Fox.FXRGB(255, 255, 0)
|
275
|
+
Green = Fox.FXRGB(0, 255, 0)
|
276
|
+
Magenta = Fox.FXRGB(255, 0, 255)
|
277
|
+
Cyan = Fox.FXRGB(0, 255, 255)
|
278
|
+
Blue = Fox.FXRGB(0, 0, 255)
|
279
|
+
end
|
280
|
+
end
|