fxruby 1.6.14-universal-darwin-9
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 +697 -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/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.bundle +0 -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 +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 +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 +292 -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 +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 +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/output.ps +166 -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
- data/web/community.html +94 -0
- data/web/documentation.html +100 -0
- data/web/downloads.html +114 -0
- data/web/index.html +96 -0
- metadata +550 -0
@@ -0,0 +1,392 @@
|
|
1
|
+
#!/usr/bin/env ruby
|
2
|
+
|
3
|
+
require 'fox16'
|
4
|
+
|
5
|
+
include Fox
|
6
|
+
|
7
|
+
class GroupWindow < FXMainWindow
|
8
|
+
|
9
|
+
# Convenience function to load & construct an icon
|
10
|
+
def getIcon(filename)
|
11
|
+
begin
|
12
|
+
filename = File.join("icons", filename)
|
13
|
+
icon = nil
|
14
|
+
File.open(filename, "rb") { |f|
|
15
|
+
icon = FXPNGIcon.new(getApp(), f.read)
|
16
|
+
}
|
17
|
+
icon
|
18
|
+
rescue
|
19
|
+
raise RuntimeError, "Couldn't load icon: #{filename}"
|
20
|
+
end
|
21
|
+
end
|
22
|
+
|
23
|
+
def initialize(app)
|
24
|
+
# Call the base class version of initialize
|
25
|
+
super(app, "Group Box Test", :opts => DECOR_ALL)
|
26
|
+
|
27
|
+
# Some icons we'll use here and there
|
28
|
+
doc = getIcon("minidoc.png")
|
29
|
+
folder_open = getIcon("minifolderopen.png")
|
30
|
+
folder_closed = getIcon("minifolder.png")
|
31
|
+
|
32
|
+
# Menubar
|
33
|
+
menubar = FXMenuBar.new(self, LAYOUT_SIDE_TOP|LAYOUT_FILL_X)
|
34
|
+
filemenu = FXMenuPane.new(self)
|
35
|
+
FXMenuCommand.new(filemenu, "Open any", folder_open).connect(SEL_COMMAND) {
|
36
|
+
file = FXFileDialog.getSaveFilename(self, "Save file",
|
37
|
+
"../examples/groupbox.rb", @sourcefiles, 1)
|
38
|
+
}
|
39
|
+
FXMenuCommand.new(filemenu, "Open existing", folder_open).connect(SEL_COMMAND) {
|
40
|
+
file = FXFileDialog.getOpenFilename(self, "Open file",
|
41
|
+
"../examples/groupbox.rb", @sourcefiles, 3)
|
42
|
+
}
|
43
|
+
FXMenuCommand.new(filemenu, "Open multiple", folder_open).connect(SEL_COMMAND) do
|
44
|
+
files = FXFileDialog.getOpenFilenames(self, "Open file",
|
45
|
+
"../examples/groupbox.rb", @sourcefiles)
|
46
|
+
FXMessageBox.information(self, MBOX_OK, "Selected Files", files.join("\n"))
|
47
|
+
end
|
48
|
+
FXMenuCommand.new(filemenu, "Open directory", folder_open).connect(SEL_COMMAND) {
|
49
|
+
dir = FXFileDialog.getOpenDirectory(self, "Open directory", "../examples")
|
50
|
+
}
|
51
|
+
FXMenuCommand.new(filemenu, "Open directory dialog", folder_open).connect(SEL_COMMAND) {
|
52
|
+
dirDialog = FXDirDialog.new(self, "Choose a directory")
|
53
|
+
if dirDialog.execute != 0
|
54
|
+
FXMessageBox.information(self, MBOX_OK, "Selected Directory", dirDialog.directory)
|
55
|
+
end
|
56
|
+
}
|
57
|
+
radio1 = FXMenuRadio.new(filemenu, "Radio&1")
|
58
|
+
radio1.connect(SEL_COMMAND, method(:onCmdRadio))
|
59
|
+
radio1.connect(SEL_UPDATE, method(:onUpdRadio))
|
60
|
+
|
61
|
+
radio2 = FXMenuRadio.new(filemenu, "Radio&2")
|
62
|
+
radio2.connect(SEL_COMMAND, method(:onCmdRadio))
|
63
|
+
radio2.connect(SEL_UPDATE, method(:onUpdRadio))
|
64
|
+
|
65
|
+
radio3 = FXMenuRadio.new(filemenu, "Radio&3")
|
66
|
+
radio3.connect(SEL_COMMAND, method(:onCmdRadio))
|
67
|
+
radio3.connect(SEL_UPDATE, method(:onUpdRadio))
|
68
|
+
|
69
|
+
FXMenuCommand.new(filemenu, "Delete\tCtl-X").connect(SEL_COMMAND) {
|
70
|
+
@group2 = nil
|
71
|
+
}
|
72
|
+
FXMenuCommand.new(filemenu,
|
73
|
+
"Downsize\tF5\tResize to minimum").connect(SEL_COMMAND) {
|
74
|
+
resize(getDefaultWidth(), getDefaultHeight())
|
75
|
+
}
|
76
|
+
FXMenuCommand.new(filemenu, "&Size").connect(SEL_COMMAND) {
|
77
|
+
resize(getDefaultWidth(), getDefaultHeight())
|
78
|
+
}
|
79
|
+
FXMenuCommand.new(filemenu, "Dump Widgets", nil, getApp(), FXApp::ID_DUMP)
|
80
|
+
|
81
|
+
# Make edit popup menu
|
82
|
+
editmenu = FXMenuPane.new(self)
|
83
|
+
FXMenuCommand.new(editmenu, "Undo")
|
84
|
+
FXMenuCommand.new(editmenu, "Cut")
|
85
|
+
submenu1 = FXMenuPane.new(self)
|
86
|
+
FXMenuCommand.new(submenu1, "&One")
|
87
|
+
FXMenuCommand.new(submenu1, "&Two")
|
88
|
+
FXMenuCommand.new(submenu1, "Th&ree")
|
89
|
+
FXMenuCommand.new(submenu1, "&Four")
|
90
|
+
FXMenuCascade.new(editmenu, "&Submenu1", nil, submenu1)
|
91
|
+
|
92
|
+
FXMenuCascade.new(filemenu, "&Edit", nil, editmenu)
|
93
|
+
FXMenuCommand.new(filemenu, "&Quit\tCtl-Q", nil, getApp(), FXApp::ID_QUIT)
|
94
|
+
FXMenuTitle.new(menubar, "&File", nil, filemenu)
|
95
|
+
|
96
|
+
helpmenu = FXMenuPane.new(self)
|
97
|
+
FXMenuCommand.new(helpmenu, "&About FOX...").connect(SEL_COMMAND) {
|
98
|
+
FXMessageBox.information(self, MBOX_OK,
|
99
|
+
"About FOX:- An intentionally long title",
|
100
|
+
"FOX is a really, really cool C++ library!\nExample written by Jeroen")
|
101
|
+
}
|
102
|
+
FXMenuTitle.new(menubar, "&Help", nil, helpmenu, LAYOUT_RIGHT)
|
103
|
+
|
104
|
+
@popupmenu = FXMenuPane.new(self)
|
105
|
+
poptext = FXTextField.new(@popupmenu, 10, :opts => FRAME_SUNKEN|FRAME_THICK|LAYOUT_SIDE_TOP)
|
106
|
+
poptext.setText("Popup with text")
|
107
|
+
|
108
|
+
# Status bar
|
109
|
+
status = FXStatusBar.new(self,
|
110
|
+
LAYOUT_SIDE_BOTTOM|LAYOUT_FILL_X|STATUSBAR_WITH_DRAGCORNER)
|
111
|
+
@clockLabel = FXLabel.new(status, Time.now().strftime("%I:%M:%S %p"), nil,
|
112
|
+
LAYOUT_FILL_Y|LAYOUT_RIGHT|FRAME_SUNKEN)
|
113
|
+
|
114
|
+
# Content
|
115
|
+
contents = FXHorizontalFrame.new(self,
|
116
|
+
LAYOUT_SIDE_TOP|FRAME_NONE|LAYOUT_FILL_X|LAYOUT_FILL_Y)
|
117
|
+
|
118
|
+
group1 = FXGroupBox.new(contents, "Title Left",
|
119
|
+
GROUPBOX_TITLE_LEFT|FRAME_RIDGE|LAYOUT_FILL_X|LAYOUT_FILL_Y)
|
120
|
+
group2 = FXGroupBox.new(contents, "Slider Tests",
|
121
|
+
GROUPBOX_TITLE_CENTER|FRAME_RIDGE|LAYOUT_FILL_X|LAYOUT_FILL_Y)
|
122
|
+
group3 = FXGroupBox.new(contents, "Title Right",
|
123
|
+
GROUPBOX_TITLE_RIGHT|FRAME_RIDGE|LAYOUT_FILL_X|LAYOUT_FILL_Y)
|
124
|
+
|
125
|
+
testlabel = FXLabel.new(group1,
|
126
|
+
"&This is a multi-line\nlabel widget\nwith a big font", nil,
|
127
|
+
LAYOUT_CENTER_X|JUSTIFY_CENTER_X)
|
128
|
+
testlabel.setFont(FXFont.new(getApp(), "helvetica", 24, FONTWEIGHT_BOLD,
|
129
|
+
FONTSLANT_ITALIC, FONTENCODING_DEFAULT))
|
130
|
+
FXButton.new(group1, "Small &Button", nil, nil, 0, FRAME_RAISED|FRAME_THICK)
|
131
|
+
FXButton.new(group1, "Big Fat Wide Button\nComprising\nthree lines", :opts => FRAME_RAISED|FRAME_THICK)
|
132
|
+
FXToggleButton.new(group1,
|
133
|
+
"C&losed\tTooltip for closed\tHelp for closed",
|
134
|
+
"O&pen\nState\tTooltip for open\tHelp for open",
|
135
|
+
folder_closed, folder_open, nil, 0,
|
136
|
+
ICON_BEFORE_TEXT|JUSTIFY_LEFT|FRAME_RAISED|FRAME_THICK)
|
137
|
+
|
138
|
+
pop = FXPopup.new(self)
|
139
|
+
numbers =%w{first second third fourth}
|
140
|
+
0.upto(3) do |idx|
|
141
|
+
FXOption.new(pop, "#{numbers[idx].capitalize}\tTip #{idx+1}\tHelp #{numbers[idx]}", :opts => JUSTIFY_HZ_APART|ICON_AFTER_TEXT).connect(SEL_COMMAND) {
|
142
|
+
FXMessageBox.information(self, MBOX_OK, "Option Menu", "Chose option #{idx+1}")
|
143
|
+
}
|
144
|
+
end
|
145
|
+
|
146
|
+
FXOptionMenu.new(group1, pop,
|
147
|
+
LAYOUT_TOP|FRAME_RAISED|FRAME_THICK|JUSTIFY_HZ_APART|ICON_AFTER_TEXT)
|
148
|
+
|
149
|
+
FXLabel.new(group1, "Te&kstje", nil, LAYOUT_TOP|JUSTIFY_LEFT)
|
150
|
+
FXButton.new(group1,
|
151
|
+
"Add an `&&' by doubling\tTooltip\tHelp text for status", :opts => LAYOUT_TOP|FRAME_RAISED|FRAME_THICK)
|
152
|
+
FXButton.new(group1, "Te&kstje", :opts => LAYOUT_TOP|FRAME_RAISED|FRAME_THICK).connect(SEL_COMMAND) {
|
153
|
+
x, y, buttons = getRoot().getCursorPosition()
|
154
|
+
@popupmenu.popup(nil, x, y)
|
155
|
+
}
|
156
|
+
|
157
|
+
FXMenuButton.new(group1, "&Menu", :opts => MENUBUTTON_ATTACH_BOTH|MENUBUTTON_DOWN|JUSTIFY_HZ_APART|LAYOUT_TOP|FRAME_RAISED|FRAME_THICK|ICON_AFTER_TEXT)
|
158
|
+
FXMenuButton.new(group1, "&Menu", nil, filemenu, MENUBUTTON_UP|LAYOUT_TOP|FRAME_RAISED|FRAME_THICK|ICON_AFTER_TEXT)
|
159
|
+
|
160
|
+
coolpop = FXPopup.new(self, POPUP_HORIZONTAL)
|
161
|
+
FXButton.new(coolpop, "A\tTipA",
|
162
|
+
:opts => FRAME_THICK|FRAME_RAISED|LAYOUT_FIX_WIDTH|LAYOUT_FIX_HEIGHT, :width => 30, :height => 30)
|
163
|
+
FXButton.new(coolpop, "B\tTipB",
|
164
|
+
:opts => FRAME_THICK|FRAME_RAISED|LAYOUT_FIX_WIDTH|LAYOUT_FIX_HEIGHT, :width => 30, :height => 30)
|
165
|
+
FXButton.new(coolpop, "C\tTipC",
|
166
|
+
:opts => FRAME_THICK|FRAME_RAISED|LAYOUT_FIX_WIDTH|LAYOUT_FIX_HEIGHT, :width => 30, :height => 30)
|
167
|
+
FXButton.new(coolpop, "D\tTipD",
|
168
|
+
:opts => FRAME_THICK|FRAME_RAISED|LAYOUT_FIX_WIDTH|LAYOUT_FIX_HEIGHT, :width => 30, :height => 30)
|
169
|
+
FXMenuButton.new(group1, "&S\tSideways", nil, coolpop,
|
170
|
+
(MENUBUTTON_ATTACH_BOTH|MENUBUTTON_LEFT|MENUBUTTON_NOARROWS|LAYOUT_TOP|
|
171
|
+
FRAME_RAISED|FRAME_THICK|LAYOUT_FIX_WIDTH|LAYOUT_FIX_HEIGHT), :width => 30, :height => 30)
|
172
|
+
|
173
|
+
matrix = FXMatrix.new(group1, 3,
|
174
|
+
FRAME_RAISED|LAYOUT_TOP|LAYOUT_FILL_X|LAYOUT_FILL_Y)
|
175
|
+
|
176
|
+
FXButton.new(matrix, "A", :opts => FRAME_RAISED|FRAME_THICK|LAYOUT_FILL_X|LAYOUT_FILL_Y|LAYOUT_FILL_ROW)
|
177
|
+
FXButton.new(matrix, "&Wide button", :opts => FRAME_RAISED|FRAME_THICK|LAYOUT_FILL_X)
|
178
|
+
FXButton.new(matrix, "A", :opts => FRAME_RAISED|FRAME_THICK|LAYOUT_FILL_X)
|
179
|
+
|
180
|
+
FXButton.new(matrix, "BBBB", :opts => FRAME_RAISED|FRAME_THICK|LAYOUT_FILL_X|LAYOUT_FILL_Y|LAYOUT_FILL_ROW|LAYOUT_FILL_COLUMN)
|
181
|
+
FXButton.new(matrix, "B", :opts => FRAME_RAISED|FRAME_THICK|LAYOUT_FILL_X|LAYOUT_FILL_COLUMN)
|
182
|
+
FXButton.new(matrix, "BB", :opts => FRAME_RAISED|FRAME_THICK|LAYOUT_FILL_X|LAYOUT_FILL_COLUMN)
|
183
|
+
|
184
|
+
FXButton.new(matrix, "C", :opts => FRAME_RAISED|FRAME_THICK|LAYOUT_CENTER_Y|LAYOUT_CENTER_X|LAYOUT_FILL_ROW)
|
185
|
+
FXButton.new(matrix, "&wide", :opts => FRAME_RAISED|FRAME_THICK)
|
186
|
+
FXButton.new(matrix, "CC", :opts => FRAME_RAISED|FRAME_THICK|LAYOUT_RIGHT)
|
187
|
+
|
188
|
+
FXLabel.new(group2, "No Arrow")
|
189
|
+
FXSlider.new(group2, :opts => LAYOUT_TOP|LAYOUT_FIX_WIDTH|LAYOUT_FIX_HEIGHT|SLIDER_HORIZONTAL, :width => 200, :height => 30)
|
190
|
+
|
191
|
+
FXLabel.new(group2, "Up Arrow")
|
192
|
+
FXSlider.new(group2, :opts => LAYOUT_TOP|LAYOUT_FIX_WIDTH|LAYOUT_FIX_HEIGHT|SLIDER_HORIZONTAL|SLIDER_ARROW_UP, :width => 200, :height => 30)
|
193
|
+
|
194
|
+
FXLabel.new(group2, "Down Arrow")
|
195
|
+
FXSlider.new(group2, :opts => LAYOUT_TOP|LAYOUT_FIX_WIDTH|LAYOUT_FIX_HEIGHT|SLIDER_HORIZONTAL|SLIDER_ARROW_DOWN, :width => 200, :height => 30)
|
196
|
+
|
197
|
+
FXLabel.new(group2, "Inside Bar")
|
198
|
+
slider = FXSlider.new(group2, :opts => LAYOUT_TOP|LAYOUT_FILL_X|LAYOUT_FIX_HEIGHT|SLIDER_HORIZONTAL|SLIDER_INSIDE_BAR, :width => 200, :height => 20)
|
199
|
+
slider.range = 0..3
|
200
|
+
|
201
|
+
frame = FXHorizontalFrame.new(group2, LAYOUT_FILL_X|LAYOUT_FILL_Y)
|
202
|
+
|
203
|
+
FXSlider.new(frame, nil, 0,
|
204
|
+
LAYOUT_FIX_HEIGHT|SLIDER_VERTICAL, 0, 0, 30, 200)
|
205
|
+
FXSlider.new(frame, nil, 0,
|
206
|
+
LAYOUT_FIX_HEIGHT|SLIDER_VERTICAL|SLIDER_ARROW_RIGHT, 0, 0, 30, 200)
|
207
|
+
FXSlider.new(frame, nil, 0,
|
208
|
+
LAYOUT_FIX_HEIGHT|SLIDER_VERTICAL|SLIDER_ARROW_LEFT, 0, 0, 30, 200)
|
209
|
+
FXSlider.new(frame, nil, 0,
|
210
|
+
LAYOUT_FIX_HEIGHT|SLIDER_VERTICAL|SLIDER_INSIDE_BAR, 0, 0, 20, 200)
|
211
|
+
FXScrollBar.new(frame, nil, 0,
|
212
|
+
SCROLLBAR_VERTICAL|LAYOUT_FIX_HEIGHT|LAYOUT_FIX_WIDTH, 0, 0, 20, 300)
|
213
|
+
|
214
|
+
vframe1 = FXVerticalFrame.new(frame, LAYOUT_FILL_X|LAYOUT_FILL_Y)
|
215
|
+
FXArrowButton.new(vframe1, nil, 0,
|
216
|
+
LAYOUT_FILL_X|LAYOUT_FILL_Y|FRAME_RAISED|FRAME_THICK|ARROW_UP)
|
217
|
+
FXArrowButton.new(vframe1, nil, 0,
|
218
|
+
LAYOUT_FILL_X|LAYOUT_FILL_Y|FRAME_RAISED|FRAME_THICK|ARROW_DOWN)
|
219
|
+
FXArrowButton.new(vframe1, nil, 0,
|
220
|
+
LAYOUT_FILL_X|LAYOUT_FILL_Y|FRAME_RAISED|FRAME_THICK|ARROW_LEFT)
|
221
|
+
FXArrowButton.new(vframe1, nil, 0,
|
222
|
+
LAYOUT_FILL_X|LAYOUT_FILL_Y|FRAME_RAISED|FRAME_THICK|ARROW_RIGHT)
|
223
|
+
|
224
|
+
vframe2 = FXVerticalFrame.new(frame, LAYOUT_FILL_X|LAYOUT_FILL_Y)
|
225
|
+
FXArrowButton.new(vframe2, :opts => LAYOUT_FILL_X|LAYOUT_FILL_Y|FRAME_RAISED|FRAME_THICK|ARROW_UP|ARROW_TOOLBAR)
|
226
|
+
FXArrowButton.new(vframe2, nil, 0, (LAYOUT_FILL_X|LAYOUT_FILL_Y|
|
227
|
+
FRAME_RAISED|FRAME_THICK|ARROW_DOWN|ARROW_TOOLBAR))
|
228
|
+
FXArrowButton.new(vframe2, nil, 0, (LAYOUT_FILL_X|LAYOUT_FILL_Y|
|
229
|
+
FRAME_RAISED|FRAME_THICK|ARROW_LEFT|ARROW_TOOLBAR))
|
230
|
+
FXArrowButton.new(vframe2, nil, 0, (LAYOUT_FILL_X|LAYOUT_FILL_Y|
|
231
|
+
FRAME_RAISED|FRAME_THICK|ARROW_RIGHT|ARROW_TOOLBAR))
|
232
|
+
|
233
|
+
gp_datatarget = FXDataTarget.new(0)
|
234
|
+
gp = FXGroupBox.new(group3, "Group Box",
|
235
|
+
LAYOUT_SIDE_TOP|FRAME_GROOVE|LAYOUT_FILL_X, 0, 0, 0, 0)
|
236
|
+
FXRadioButton.new(gp, "Hilversum &1", gp_datatarget, FXDataTarget::ID_OPTION+0,
|
237
|
+
ICON_BEFORE_TEXT|LAYOUT_SIDE_TOP)
|
238
|
+
FXRadioButton.new(gp, "Hilversum &2", gp_datatarget, FXDataTarget::ID_OPTION+1,
|
239
|
+
ICON_BEFORE_TEXT|LAYOUT_SIDE_TOP)
|
240
|
+
FXRadioButton.new(gp, "One multi-line\nRadiobox Widget", gp_datatarget, FXDataTarget::ID_OPTION+2,
|
241
|
+
JUSTIFY_LEFT|JUSTIFY_TOP|ICON_BEFORE_TEXT|LAYOUT_SIDE_TOP)
|
242
|
+
FXRadioButton.new(gp, "Radio Stad Amsterdam", gp_datatarget, FXDataTarget::ID_OPTION+3,
|
243
|
+
ICON_BEFORE_TEXT|LAYOUT_SIDE_TOP)
|
244
|
+
|
245
|
+
vv = FXGroupBox.new(group3, "Group Box",
|
246
|
+
LAYOUT_SIDE_TOP|FRAME_GROOVE|LAYOUT_FILL_X, 0, 0, 0, 0)
|
247
|
+
FXCheckButton.new(vv, "Hilversum 1", nil, 0,
|
248
|
+
ICON_BEFORE_TEXT|LAYOUT_SIDE_TOP)
|
249
|
+
FXCheckButton.new(vv, "Hilversum 2", nil, 0,
|
250
|
+
ICON_BEFORE_TEXT|LAYOUT_SIDE_TOP)
|
251
|
+
FXCheckButton.new(vv, "One multi-line\nCheckbox Widget", nil, 0,
|
252
|
+
JUSTIFY_LEFT|JUSTIFY_TOP|ICON_BEFORE_TEXT|LAYOUT_SIDE_TOP)
|
253
|
+
FXCheckButton.new(vv, "Radio Stad Amsterdam", nil, 0,
|
254
|
+
ICON_BEFORE_TEXT|LAYOUT_SIDE_TOP)
|
255
|
+
|
256
|
+
spinner = FXSpinner.new(group3, 20, nil, 0,
|
257
|
+
SPIN_NORMAL|FRAME_SUNKEN|FRAME_THICK|LAYOUT_SIDE_TOP)
|
258
|
+
spinner.range = 1..20
|
259
|
+
|
260
|
+
combobox = FXComboBox.new(group3, 5, nil, 0,
|
261
|
+
COMBOBOX_INSERT_LAST|FRAME_SUNKEN|FRAME_THICK|LAYOUT_SIDE_TOP)
|
262
|
+
combobox.appendItem("Very Wide Item")
|
263
|
+
for i in 0...3
|
264
|
+
combobox.appendItem("%04d" % i)
|
265
|
+
end
|
266
|
+
|
267
|
+
treebox = FXTreeListBox.new(group3, nil, 0,
|
268
|
+
FRAME_SUNKEN|FRAME_THICK|LAYOUT_SIDE_TOP, 0, 0, 200, 0)
|
269
|
+
|
270
|
+
topmost = treebox.appendItem(nil, "Top", folder_open, folder_closed)
|
271
|
+
topmost2 = treebox.appendItem(nil, "Top2", folder_open, folder_closed)
|
272
|
+
treebox.appendItem(topmost2, "First", doc, doc)
|
273
|
+
|
274
|
+
treebox.appendItem(topmost, "First", doc, doc)
|
275
|
+
treebox.appendItem(topmost, "Second", doc, doc)
|
276
|
+
treebox.appendItem(topmost, "Third", doc, doc)
|
277
|
+
branch = treebox.appendItem(topmost, "Fourth", folder_open, folder_closed)
|
278
|
+
treebox.appendItem(branch, "Fourth-First", doc, doc)
|
279
|
+
treebox.appendItem(branch, "Fourth-Second", doc, doc)
|
280
|
+
twig = treebox.appendItem(branch, "Fourth-Third", folder_open, folder_closed)
|
281
|
+
treebox.appendItem(twig, "Fourth-Third-First", doc, doc)
|
282
|
+
treebox.appendItem(twig, "Fourth-Third-Second", doc, doc)
|
283
|
+
treebox.appendItem(twig, "Fourth-Third-Third", doc, doc)
|
284
|
+
leaf = treebox.appendItem(twig, "Fourth-Third-Fourth", folder_open, folder_closed)
|
285
|
+
treebox.appendItem(leaf, "Fourth-Third-Fourth-First", doc, doc)
|
286
|
+
treebox.appendItem(leaf, "Fourth-Third-Fourth-Second", doc, doc)
|
287
|
+
treebox.appendItem(leaf, "Fourth-Third-Fourth-Third", doc, doc)
|
288
|
+
twig = treebox.appendItem(branch, "Fourth-Fourth", folder_open, folder_closed)
|
289
|
+
treebox.appendItem(twig, "Fourth-Fourth-First", doc, doc)
|
290
|
+
treebox.appendItem(twig, "Fourth-Fourth-Second", doc, doc)
|
291
|
+
treebox.appendItem(twig, "Fourth-Fourth-Third", doc, doc)
|
292
|
+
|
293
|
+
FXLabel.new(group3, "H&it the hotkey", nil,
|
294
|
+
LAYOUT_CENTER_X|JUSTIFY_CENTER_X|FRAME_RAISED)
|
295
|
+
textfield1 = FXTextField.new(group3, 20, nil, 0,
|
296
|
+
JUSTIFY_RIGHT|FRAME_SUNKEN|FRAME_THICK|LAYOUT_SIDE_TOP)
|
297
|
+
textfield1.text = "Normal Text Field"
|
298
|
+
textfield2 = FXTextField.new(group3, 20, nil, 0,
|
299
|
+
JUSTIFY_RIGHT|TEXTFIELD_PASSWD|FRAME_SUNKEN|FRAME_THICK|LAYOUT_SIDE_TOP)
|
300
|
+
textfield2.text = "Password"
|
301
|
+
textfield3 = FXTextField.new(group3, 20, nil, 0,
|
302
|
+
TEXTFIELD_READONLY|FRAME_SUNKEN|FRAME_THICK|LAYOUT_SIDE_TOP)
|
303
|
+
textfield3.text = "Read Only"
|
304
|
+
textfield4 = FXTextField.new(group3, 20, nil, 0,
|
305
|
+
TEXTFIELD_READONLY|FRAME_SUNKEN|FRAME_THICK|LAYOUT_SIDE_TOP)
|
306
|
+
textfield4.text = "Grayed out"
|
307
|
+
textfield4.disable
|
308
|
+
|
309
|
+
realnumber = FXTextField.new(group3, 20, nil, 0,
|
310
|
+
TEXTFIELD_REAL|FRAME_SUNKEN|FRAME_THICK|LAYOUT_SIDE_TOP|LAYOUT_FIX_HEIGHT,
|
311
|
+
0, 0, 0, 30)
|
312
|
+
realnumber.text = "1.0E+3"
|
313
|
+
intnumber = FXTextField.new(group3, 20, nil, 0,
|
314
|
+
TEXTFIELD_INTEGER|FRAME_SUNKEN|FRAME_THICK|LAYOUT_SIDE_TOP|LAYOUT_FIX_HEIGHT,
|
315
|
+
0, 0, 0, 30)
|
316
|
+
intnumber.text = "1000"
|
317
|
+
|
318
|
+
dial2 = FXDial.new(group3, nil, 0, (DIAL_CYCLIC|DIAL_HAS_NOTCH|
|
319
|
+
DIAL_HORIZONTAL|LAYOUT_FILL_X|FRAME_RAISED|FRAME_THICK), 0, 0, 120, 0)
|
320
|
+
FXScrollBar.new(group3, nil, 0,
|
321
|
+
SCROLLBAR_HORIZONTAL|LAYOUT_FIX_HEIGHT|LAYOUT_FIX_WIDTH, 0, 0, 300, 20)
|
322
|
+
|
323
|
+
pbar = FXProgressBar.new(group3, nil, 0,
|
324
|
+
LAYOUT_FILL_X|FRAME_SUNKEN|FRAME_THICK|PROGRESSBAR_PERCENTAGE)
|
325
|
+
pbar.progress = 48
|
326
|
+
pbar.total = 360
|
327
|
+
pbar2 = FXProgressBar.new(group3, nil, 0, (LAYOUT_FILL_Y|FRAME_SUNKEN|
|
328
|
+
FRAME_THICK|PROGRESSBAR_VERTICAL|PROGRESSBAR_PERCENTAGE|LAYOUT_SIDE_LEFT))
|
329
|
+
pbar2.total = 360
|
330
|
+
dial1 = FXDial.new(group3, nil, 0, (DIAL_CYCLIC|DIAL_HAS_NOTCH|
|
331
|
+
DIAL_VERTICAL|FRAME_RAISED|FRAME_THICK|LAYOUT_FILL_Y|LAYOUT_SIDE_LEFT))
|
332
|
+
pbar2.progress = 48
|
333
|
+
dial1.target = pbar2
|
334
|
+
dial1.selector = FXWindow::ID_SETVALUE
|
335
|
+
dial2.target = pbar
|
336
|
+
dial2.selector = FXWindow::ID_SETVALUE
|
337
|
+
|
338
|
+
# Currently selected choice from the radio buttons
|
339
|
+
@choice = 0
|
340
|
+
|
341
|
+
# File filter for file dialogs
|
342
|
+
@sourcefiles = "All Files (*)\n" +
|
343
|
+
"C++ Source Files (*.cpp,*.cxx,*.cc)\n" +
|
344
|
+
"C Source Files (*.c)\n" +
|
345
|
+
"C++ Header Files (*.hpp,*.hxx,*.hh,*.h)\n" +
|
346
|
+
"*.o\n" +
|
347
|
+
"Any Extension (*.*)\n" +
|
348
|
+
"Three Letter (*.???)\n" +
|
349
|
+
"README*"
|
350
|
+
end
|
351
|
+
|
352
|
+
# Set choice
|
353
|
+
def onCmdRadio(sender, sel, ptr)
|
354
|
+
@choice = FXSELID(sel)
|
355
|
+
return 1
|
356
|
+
end
|
357
|
+
|
358
|
+
# Update menu based on choice
|
359
|
+
def onUpdRadio(sender, sel, ptr)
|
360
|
+
sender.check = (FXSELID(sel) == @choice)
|
361
|
+
return 1
|
362
|
+
end
|
363
|
+
|
364
|
+
# Create the main window and show it
|
365
|
+
def create
|
366
|
+
super
|
367
|
+
show(PLACEMENT_SCREEN)
|
368
|
+
|
369
|
+
# Create a thread to update the clock
|
370
|
+
@clockThread = Thread.new(@clockLabel) { |clockLabel|
|
371
|
+
while true
|
372
|
+
clockLabel.text = Time.now.strftime("%I:%M:%S %p")
|
373
|
+
sleep(1)
|
374
|
+
end
|
375
|
+
}
|
376
|
+
end
|
377
|
+
end
|
378
|
+
|
379
|
+
if __FILE__ == $0
|
380
|
+
# Make application
|
381
|
+
application = FXApp.new("Groupbox", "FoxTest")
|
382
|
+
|
383
|
+
# Make window
|
384
|
+
GroupWindow.new(application)
|
385
|
+
|
386
|
+
# Create app
|
387
|
+
application.create
|
388
|
+
|
389
|
+
# Run
|
390
|
+
application.run
|
391
|
+
end
|
392
|
+
|
data/examples/header.rb
ADDED
@@ -0,0 +1,149 @@
|
|
1
|
+
#!/usr/bin/env ruby
|
2
|
+
|
3
|
+
require 'fox16'
|
4
|
+
|
5
|
+
include Fox
|
6
|
+
|
7
|
+
class HeaderWindow < FXMainWindow
|
8
|
+
|
9
|
+
def create
|
10
|
+
super
|
11
|
+
show(PLACEMENT_SCREEN)
|
12
|
+
end
|
13
|
+
|
14
|
+
def initialize(app)
|
15
|
+
# Invoke base class initializer first
|
16
|
+
super(app, "Header Control Test", :opts => DECOR_ALL, :width => 800, :height => 600)
|
17
|
+
|
18
|
+
# Menu bar stretched along the top of the main window
|
19
|
+
menubar = FXMenuBar.new(self, LAYOUT_SIDE_TOP|LAYOUT_FILL_X)
|
20
|
+
|
21
|
+
# Status bar, stretched along the bottom
|
22
|
+
FXStatusBar.new(self, LAYOUT_SIDE_BOTTOM|LAYOUT_FILL_X)
|
23
|
+
|
24
|
+
# File menu
|
25
|
+
filemenu = FXMenuPane.new(self)
|
26
|
+
FXMenuCommand.new(filemenu, "&Quit\tCtl-Q\tQuit the application", nil,
|
27
|
+
getApp(), FXApp::ID_QUIT)
|
28
|
+
FXMenuTitle.new(menubar, "&File", nil, filemenu)
|
29
|
+
|
30
|
+
# Help menu
|
31
|
+
helpmenu = FXMenuPane.new(self)
|
32
|
+
FXMenuCommand.new(helpmenu, "&About Header...").connect(SEL_COMMAND) do
|
33
|
+
FXMessageBox.information(self, MBOX_OK, "About Header",
|
34
|
+
"An example of how to work with the header control.")
|
35
|
+
end
|
36
|
+
FXMenuTitle.new(menubar, "&Help", nil, helpmenu, LAYOUT_RIGHT)
|
37
|
+
|
38
|
+
# Make Main Window contents
|
39
|
+
contents = FXVerticalFrame.new(self,
|
40
|
+
FRAME_SUNKEN|FRAME_THICK|LAYOUT_SIDE_TOP|LAYOUT_FILL_X|LAYOUT_FILL_Y,
|
41
|
+
:padLeft => 0, :padRight => 0, :padTop => 0, :padBottom => 0,
|
42
|
+
:hSpacing => 0, :vSpacing => 0)
|
43
|
+
|
44
|
+
# Make header control
|
45
|
+
@header1 = FXHeader.new(contents,
|
46
|
+
:opts => HEADER_BUTTON|HEADER_RESIZE|FRAME_RAISED|FRAME_THICK|LAYOUT_FILL_X)
|
47
|
+
@header1.connect(SEL_CHANGED) do |sender, sel, which|
|
48
|
+
@lists[which].width = @header1.getItemSize(which)
|
49
|
+
end
|
50
|
+
@header1.connect(SEL_COMMAND) do |sender, sel, which|
|
51
|
+
@lists[which].numItems.times do |i|
|
52
|
+
@lists[which].selectItem(i)
|
53
|
+
end
|
54
|
+
end
|
55
|
+
|
56
|
+
# Document icon
|
57
|
+
doc = nil
|
58
|
+
File.open(File.join("icons", "minidoc.png"), "rb") do |f|
|
59
|
+
doc = FXPNGIcon.new(getApp(), f.read)
|
60
|
+
end
|
61
|
+
|
62
|
+
@header1.appendItem("Name", doc, 150)
|
63
|
+
@header1.appendItem("Type", nil, 140)
|
64
|
+
@header1.appendItem("Layout Option", doc, 230)
|
65
|
+
@header1.appendItem("Attributes", nil, 80)
|
66
|
+
|
67
|
+
# Below header
|
68
|
+
panes = FXHorizontalFrame.new(contents,
|
69
|
+
FRAME_SUNKEN|FRAME_THICK|LAYOUT_SIDE_TOP|LAYOUT_FILL_X|LAYOUT_FILL_Y,
|
70
|
+
:padLeft => 0, :padRight => 0, :padTop => 0, :padBottom => 0,
|
71
|
+
:hSpacing => 0, :vSpacing => 0)
|
72
|
+
|
73
|
+
# Make 4 lists
|
74
|
+
@lists = []
|
75
|
+
@lists.push(FXList.new(panes, :opts => LAYOUT_FILL_Y|LAYOUT_FIX_WIDTH|LIST_BROWSESELECT, :width => 150))
|
76
|
+
@lists.push(FXList.new(panes, :opts => LAYOUT_FILL_Y|LAYOUT_FIX_WIDTH|LIST_SINGLESELECT, :width => 140))
|
77
|
+
@lists.push(FXList.new(panes, :opts => LAYOUT_FILL_Y|LAYOUT_FIX_WIDTH|LIST_MULTIPLESELECT, :width => 230))
|
78
|
+
@lists.push(FXList.new(panes, :opts => LAYOUT_FILL_Y|LAYOUT_FIX_WIDTH|LIST_EXTENDEDSELECT, :width => 80))
|
79
|
+
|
80
|
+
@lists[0].backColor = FXRGB(255, 240, 240)
|
81
|
+
@lists[1].backColor = FXRGB(240, 255, 240)
|
82
|
+
@lists[2].backColor = FXRGB(240, 240, 255)
|
83
|
+
@lists[3].backColor = FXRGB(255, 255, 240)
|
84
|
+
|
85
|
+
# Add some contents
|
86
|
+
@lists[0].appendItem("Matsumoto Yukihiro")
|
87
|
+
@lists[0].appendItem("Jeroen van der Zijp")
|
88
|
+
@lists[0].appendItem("Lyle Johnson")
|
89
|
+
@lists[0].appendItem("Andy Hunt")
|
90
|
+
@lists[0].appendItem("Dave Thomas")
|
91
|
+
@lists[0].appendItem("Charles Warren")
|
92
|
+
|
93
|
+
@lists[1].appendItem("Father of Ruby")
|
94
|
+
@lists[1].appendItem("Incorrigible Hacker")
|
95
|
+
@lists[1].appendItem("Windows Hacker")
|
96
|
+
@lists[1].appendItem("Pragmatic Hacker")
|
97
|
+
@lists[1].appendItem("Ruby Hacker")
|
98
|
+
@lists[1].appendItem("Shutter Hacker")
|
99
|
+
|
100
|
+
@lists[2].appendItem("LAYOUT_FILL_X|LAYOUT_FILL_Y")
|
101
|
+
@lists[2].appendItem("LAYOUT_FILL_Y")
|
102
|
+
@lists[2].appendItem("LAYOUT_NORMAL")
|
103
|
+
@lists[2].appendItem("LAYOUT_NORMAL")
|
104
|
+
@lists[2].appendItem("LAYOUT_NORMAL")
|
105
|
+
@lists[2].appendItem("LAYOUT_NORMAL")
|
106
|
+
|
107
|
+
@lists[3].appendItem("A")
|
108
|
+
@lists[3].appendItem("B")
|
109
|
+
@lists[3].appendItem("C")
|
110
|
+
@lists[3].appendItem("D")
|
111
|
+
@lists[3].appendItem("E")
|
112
|
+
@lists[3].appendItem("F")
|
113
|
+
|
114
|
+
@header2 = FXHeader.new(panes,
|
115
|
+
:opts => HEADER_VERTICAL|HEADER_BUTTON|HEADER_RESIZE|FRAME_RAISED|FRAME_THICK|LAYOUT_FILL_Y)
|
116
|
+
@header2.appendItem("Example", nil, 30)
|
117
|
+
@header2.appendItem("Of", nil, 30)
|
118
|
+
@header2.appendItem("Vertical", nil, 30)
|
119
|
+
@header2.appendItem("Header", nil, 30)
|
120
|
+
|
121
|
+
# Group box with some controls
|
122
|
+
groupie = FXGroupBox.new(panes, "Controls",
|
123
|
+
GROUPBOX_TITLE_CENTER|LAYOUT_FILL_X|LAYOUT_FILL_Y)
|
124
|
+
check = FXCheckButton.new(groupie,
|
125
|
+
"Continuous Tracking\tContinuous\tTrack Header continuously",
|
126
|
+
:opts => ICON_BEFORE_TEXT|LAYOUT_SIDE_TOP)
|
127
|
+
check.connect(SEL_COMMAND) do
|
128
|
+
@header1.headerStyle ^= HEADER_TRACKING
|
129
|
+
@header2.headerStyle ^= HEADER_TRACKING
|
130
|
+
end
|
131
|
+
|
132
|
+
# Whip out a tooltip control, jeez, that's hard
|
133
|
+
FXToolTip.new(getApp())
|
134
|
+
end
|
135
|
+
end
|
136
|
+
|
137
|
+
if __FILE__ == $0
|
138
|
+
# Construct a FOX application object
|
139
|
+
application = FXApp.new("Header", "FoxTest")
|
140
|
+
|
141
|
+
# Construct the main window
|
142
|
+
HeaderWindow.new(application)
|
143
|
+
|
144
|
+
# Create all the windows
|
145
|
+
application.create
|
146
|
+
|
147
|
+
# Run the application
|
148
|
+
application.run
|
149
|
+
end
|
data/examples/hello.rb
ADDED
@@ -0,0 +1,12 @@
|
|
1
|
+
#!/usr/bin/env ruby
|
2
|
+
|
3
|
+
require 'fox16'
|
4
|
+
|
5
|
+
include Fox
|
6
|
+
|
7
|
+
application = FXApp.new("Hello", "FoxTest")
|
8
|
+
main = FXMainWindow.new(application, "Hello", nil, nil, DECOR_ALL)
|
9
|
+
FXButton.new(main, "&Hello, World!", nil, application, FXApp::ID_QUIT)
|
10
|
+
application.create()
|
11
|
+
main.show(PLACEMENT_SCREEN)
|
12
|
+
application.run()
|
data/examples/hello2.rb
ADDED
@@ -0,0 +1,51 @@
|
|
1
|
+
#!/usr/bin/env ruby
|
2
|
+
|
3
|
+
require 'fox16'
|
4
|
+
|
5
|
+
include Fox
|
6
|
+
|
7
|
+
=begin
|
8
|
+
This is the "Cadillac" version of the classic "Hello, World" example;
|
9
|
+
it has not only an icon, but also a tooltip, and an accelerator.
|
10
|
+
|
11
|
+
Executing an FXIcon's constructor will cause it to deserialize the pixel-
|
12
|
+
data by associating a memory stream with the data array; the resulting icon
|
13
|
+
object will contain a pixel-array, which will be converted to an off-screen
|
14
|
+
X pixmap when the icons create() method is called. At that point, the
|
15
|
+
temporary (client-side) pixel storage will be freed.
|
16
|
+
=end
|
17
|
+
|
18
|
+
# Construct the application object, with application name "Hello2"
|
19
|
+
# and vendor key "FoxTest". These strings are primarily used for
|
20
|
+
# interactions with the FOX registry.
|
21
|
+
|
22
|
+
application = FXApp.new("Hello2", "FoxTest")
|
23
|
+
|
24
|
+
# Construct the main window
|
25
|
+
main = FXMainWindow.new(application, "Hello", nil, nil, DECOR_ALL)
|
26
|
+
|
27
|
+
# Construct a PNG icon that we'll attach to the button. Note that the
|
28
|
+
# second argument to the constructor just needs to be a byte stream (i.e.
|
29
|
+
# a string) from some source; here, we're reading the bytes from a file
|
30
|
+
# on disk.
|
31
|
+
|
32
|
+
icon = nil
|
33
|
+
File.open(File.join("icons", "hello2.png"), "rb") { |f|
|
34
|
+
icon = FXPNGIcon.new(application, f.read)
|
35
|
+
}
|
36
|
+
|
37
|
+
# Construct the button as a child of the main window.
|
38
|
+
FXButton.new(main, "&Hello, World!\tWow, FOX is really cool!\nClick on the icon to quit the application.", icon, application, FXApp::ID_QUIT, ICON_UNDER_TEXT|JUSTIFY_BOTTOM)
|
39
|
+
|
40
|
+
# Construct the tooltip object
|
41
|
+
FXToolTip.new(application)
|
42
|
+
|
43
|
+
# Calling create() on the application recursively creates all of its
|
44
|
+
# owned resources (e.g. the application's windows)
|
45
|
+
application.create
|
46
|
+
|
47
|
+
# Show the main window
|
48
|
+
main.show(PLACEMENT_SCREEN)
|
49
|
+
|
50
|
+
# Kick off the event loop
|
51
|
+
application.run
|