fxruby 1.6.20-x86-linux
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/History.txt +10 -0
- data/Manifest.txt +922 -0
- data/README +39 -0
- data/README.txt +482 -0
- data/Rakefile +191 -0
- data/TODO +47 -0
- data/doap.rdf +87 -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/charts.rb +35 -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/bluebullet14x14.gif +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/transpbullet14x14.gif +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/FXRbApp.cpp +128 -0
- data/ext/fox16/FXRbDataTarget.cpp +110 -0
- data/ext/fox16/FXRbGLViewer.cpp +89 -0
- data/ext/fox16/FXRuby.cpp +2067 -0
- data/ext/fox16/MANIFEST +189 -0
- data/ext/fox16/core_wrap.cpp +11541 -0
- data/ext/fox16/dc_wrap.cpp +2874 -0
- data/ext/fox16/dialogs_wrap.cpp +7963 -0
- data/ext/fox16/extconf.rb +143 -0
- data/ext/fox16/frames_wrap.cpp +11380 -0
- data/ext/fox16/fx3d_wrap.cpp +10651 -0
- data/ext/fox16/iconlist_wrap.cpp +4074 -0
- data/ext/fox16/icons_wrap.cpp +4745 -0
- data/ext/fox16/image_wrap.cpp +4388 -0
- data/ext/fox16/impl.cpp +1156 -0
- data/ext/fox16/include/FXMemoryBuffer.h +52 -0
- data/ext/fox16/include/FXRb4Splitter.h +54 -0
- data/ext/fox16/include/FXRb7Segment.h +51 -0
- data/ext/fox16/include/FXRbAccelTable.h +46 -0
- data/ext/fox16/include/FXRbApp.h +155 -0
- data/ext/fox16/include/FXRbAppVirtuals.h +15 -0
- data/ext/fox16/include/FXRbArrowButton.h +51 -0
- data/ext/fox16/include/FXRbBMPIcon.h +54 -0
- data/ext/fox16/include/FXRbBMPImage.h +54 -0
- data/ext/fox16/include/FXRbBitmap.h +133 -0
- data/ext/fox16/include/FXRbBitmapFrame.h +56 -0
- data/ext/fox16/include/FXRbBitmapView.h +56 -0
- data/ext/fox16/include/FXRbBitmapVirtuals.h +37 -0
- data/ext/fox16/include/FXRbButton.h +51 -0
- data/ext/fox16/include/FXRbCURCursor.h +60 -0
- data/ext/fox16/include/FXRbCanvas.h +51 -0
- data/ext/fox16/include/FXRbCheckButton.h +51 -0
- data/ext/fox16/include/FXRbChoiceBox.h +56 -0
- data/ext/fox16/include/FXRbColorBar.h +51 -0
- data/ext/fox16/include/FXRbColorDialog.h +53 -0
- data/ext/fox16/include/FXRbColorList.h +84 -0
- data/ext/fox16/include/FXRbColorRing.h +51 -0
- data/ext/fox16/include/FXRbColorSelector.h +51 -0
- data/ext/fox16/include/FXRbColorWell.h +51 -0
- data/ext/fox16/include/FXRbColorWheel.h +51 -0
- data/ext/fox16/include/FXRbComboBox.h +56 -0
- data/ext/fox16/include/FXRbCommon.h +93 -0
- data/ext/fox16/include/FXRbComposite.h +51 -0
- data/ext/fox16/include/FXRbCursor.h +87 -0
- data/ext/fox16/include/FXRbCursorVirtuals.h +6 -0
- data/ext/fox16/include/FXRbDC.h +427 -0
- data/ext/fox16/include/FXRbDCPrint.h +49 -0
- data/ext/fox16/include/FXRbDCVirtuals.h +187 -0
- data/ext/fox16/include/FXRbDCWindow.h +64 -0
- data/ext/fox16/include/FXRbDataTarget.h +65 -0
- data/ext/fox16/include/FXRbDebugTarget.h +46 -0
- data/ext/fox16/include/FXRbDelegator.h +46 -0
- data/ext/fox16/include/FXRbDial.h +51 -0
- data/ext/fox16/include/FXRbDialogBox.h +68 -0
- data/ext/fox16/include/FXRbDialogBoxVirtuals.h +3 -0
- data/ext/fox16/include/FXRbDict.h +46 -0
- data/ext/fox16/include/FXRbDirBox.h +52 -0
- data/ext/fox16/include/FXRbDirDialog.h +56 -0
- data/ext/fox16/include/FXRbDirList.h +79 -0
- data/ext/fox16/include/FXRbDirSelector.h +51 -0
- data/ext/fox16/include/FXRbDockBar.h +86 -0
- data/ext/fox16/include/FXRbDockBarVirtuals.h +10 -0
- data/ext/fox16/include/FXRbDockHandler.h +51 -0
- data/ext/fox16/include/FXRbDockSite.h +85 -0
- data/ext/fox16/include/FXRbDockSiteVirtuals.h +13 -0
- data/ext/fox16/include/FXRbDockTitle.h +51 -0
- data/ext/fox16/include/FXRbDocument.h +46 -0
- data/ext/fox16/include/FXRbDragCorner.h +51 -0
- data/ext/fox16/include/FXRbDrawable.h +64 -0
- data/ext/fox16/include/FXRbDrawableVirtuals.h +3 -0
- data/ext/fox16/include/FXRbDriveBox.h +52 -0
- data/ext/fox16/include/FXRbFileDialog.h +56 -0
- data/ext/fox16/include/FXRbFileDict.h +104 -0
- data/ext/fox16/include/FXRbFileDictVirtuals.h +9 -0
- data/ext/fox16/include/FXRbFileList.h +81 -0
- data/ext/fox16/include/FXRbFileSelector.h +51 -0
- data/ext/fox16/include/FXRbFoldingItemVirtuals.h +42 -0
- data/ext/fox16/include/FXRbFoldingList.h +270 -0
- data/ext/fox16/include/FXRbFoldingListVirtuals.h +43 -0
- data/ext/fox16/include/FXRbFont.h +183 -0
- data/ext/fox16/include/FXRbFontDialog.h +53 -0
- data/ext/fox16/include/FXRbFontSelector.h +51 -0
- data/ext/fox16/include/FXRbFontVirtuals.h +55 -0
- data/ext/fox16/include/FXRbFrame.h +51 -0
- data/ext/fox16/include/FXRbGIFCursor.h +60 -0
- data/ext/fox16/include/FXRbGIFIcon.h +54 -0
- data/ext/fox16/include/FXRbGIFImage.h +54 -0
- data/ext/fox16/include/FXRbGLCanvas.h +92 -0
- data/ext/fox16/include/FXRbGLCanvasVirtuals.h +13 -0
- data/ext/fox16/include/FXRbGLContext.h +58 -0
- data/ext/fox16/include/FXRbGLObject.h +103 -0
- data/ext/fox16/include/FXRbGLObjectVirtuals.h +22 -0
- data/ext/fox16/include/FXRbGLShape.h +81 -0
- data/ext/fox16/include/FXRbGLShapeVirtuals.h +8 -0
- data/ext/fox16/include/FXRbGLViewer.h +89 -0
- data/ext/fox16/include/FXRbGLViewerVirtuals.h +10 -0
- data/ext/fox16/include/FXRbGLVisual.h +56 -0
- data/ext/fox16/include/FXRbGradientBar.h +55 -0
- data/ext/fox16/include/FXRbGroupBox.h +51 -0
- data/ext/fox16/include/FXRbHeader.h +129 -0
- data/ext/fox16/include/FXRbHeaderItemVirtuals.h +22 -0
- data/ext/fox16/include/FXRbHorizontalFrame.h +51 -0
- data/ext/fox16/include/FXRbICOIcon.h +54 -0
- data/ext/fox16/include/FXRbICOImage.h +54 -0
- data/ext/fox16/include/FXRbIcon.h +57 -0
- data/ext/fox16/include/FXRbIconItemVirtuals.h +68 -0
- data/ext/fox16/include/FXRbIconList.h +288 -0
- data/ext/fox16/include/FXRbIconListVirtuals.h +35 -0
- data/ext/fox16/include/FXRbIconSource.h +127 -0
- data/ext/fox16/include/FXRbIconSourceVirtuals.h +37 -0
- data/ext/fox16/include/FXRbId.h +74 -0
- data/ext/fox16/include/FXRbIdVirtuals.h +9 -0
- data/ext/fox16/include/FXRbImage.h +162 -0
- data/ext/fox16/include/FXRbImageFrame.h +56 -0
- data/ext/fox16/include/FXRbImageView.h +55 -0
- data/ext/fox16/include/FXRbImageVirtuals.h +51 -0
- data/ext/fox16/include/FXRbInputDialog.h +56 -0
- data/ext/fox16/include/FXRbJPGIcon.h +54 -0
- data/ext/fox16/include/FXRbJPGImage.h +54 -0
- data/ext/fox16/include/FXRbKnob.h +51 -0
- data/ext/fox16/include/FXRbLabel.h +51 -0
- data/ext/fox16/include/FXRbList.h +226 -0
- data/ext/fox16/include/FXRbListBox.h +67 -0
- data/ext/fox16/include/FXRbListBoxVirtuals.h +4 -0
- data/ext/fox16/include/FXRbListItemVirtuals.h +33 -0
- data/ext/fox16/include/FXRbListVirtuals.h +30 -0
- data/ext/fox16/include/FXRbMDIButton.h +162 -0
- data/ext/fox16/include/FXRbMDIChild.h +82 -0
- data/ext/fox16/include/FXRbMDIChildVirtuals.h +12 -0
- data/ext/fox16/include/FXRbMDIClient.h +80 -0
- data/ext/fox16/include/FXRbMDIClientVirtuals.h +12 -0
- data/ext/fox16/include/FXRbMainWindow.h +54 -0
- data/ext/fox16/include/FXRbMatrix.h +51 -0
- data/ext/fox16/include/FXRbMenuBar.h +63 -0
- data/ext/fox16/include/FXRbMenuButton.h +51 -0
- data/ext/fox16/include/FXRbMenuCaption.h +51 -0
- data/ext/fox16/include/FXRbMenuCascade.h +51 -0
- data/ext/fox16/include/FXRbMenuCheck.h +49 -0
- data/ext/fox16/include/FXRbMenuCommand.h +49 -0
- data/ext/fox16/include/FXRbMenuPane.h +52 -0
- data/ext/fox16/include/FXRbMenuRadio.h +49 -0
- data/ext/fox16/include/FXRbMenuSeparator.h +51 -0
- data/ext/fox16/include/FXRbMenuTitle.h +51 -0
- data/ext/fox16/include/FXRbMessageBox.h +56 -0
- data/ext/fox16/include/FXRbObject.h +67 -0
- data/ext/fox16/include/FXRbObjectVirtuals.h +9 -0
- data/ext/fox16/include/FXRbOptionMenu.h +73 -0
- data/ext/fox16/include/FXRbPCXIcon.h +54 -0
- data/ext/fox16/include/FXRbPCXImage.h +54 -0
- data/ext/fox16/include/FXRbPNGIcon.h +54 -0
- data/ext/fox16/include/FXRbPNGImage.h +54 -0
- data/ext/fox16/include/FXRbPPMIcon.h +54 -0
- data/ext/fox16/include/FXRbPPMImage.h +54 -0
- data/ext/fox16/include/FXRbPacker.h +51 -0
- data/ext/fox16/include/FXRbPicker.h +51 -0
- data/ext/fox16/include/FXRbPopup.h +70 -0
- data/ext/fox16/include/FXRbPopupVirtuals.h +6 -0
- data/ext/fox16/include/FXRbPrintDialog.h +53 -0
- data/ext/fox16/include/FXRbProgressBar.h +51 -0
- data/ext/fox16/include/FXRbProgressDialog.h +53 -0
- data/ext/fox16/include/FXRbRGBIcon.h +54 -0
- data/ext/fox16/include/FXRbRGBImage.h +54 -0
- data/ext/fox16/include/FXRbRadioButton.h +51 -0
- data/ext/fox16/include/FXRbRealSlider.h +51 -0
- data/ext/fox16/include/FXRbRealSpinner.h +64 -0
- data/ext/fox16/include/FXRbRealSpinnerVirtuals.h +3 -0
- data/ext/fox16/include/FXRbRecentFiles.h +52 -0
- data/ext/fox16/include/FXRbRegistry.h +46 -0
- data/ext/fox16/include/FXRbReplaceDialog.h +53 -0
- data/ext/fox16/include/FXRbRootWindow.h +51 -0
- data/ext/fox16/include/FXRbRuler.h +56 -0
- data/ext/fox16/include/FXRbRulerView.h +54 -0
- data/ext/fox16/include/FXRbScintilla.h +52 -0
- data/ext/fox16/include/FXRbScrollArea.h +87 -0
- data/ext/fox16/include/FXRbScrollAreaVirtuals.h +13 -0
- data/ext/fox16/include/FXRbScrollBar.h +73 -0
- data/ext/fox16/include/FXRbScrollPane.h +52 -0
- data/ext/fox16/include/FXRbScrollWindow.h +57 -0
- data/ext/fox16/include/FXRbSearchDialog.h +53 -0
- data/ext/fox16/include/FXRbSeparator.h +95 -0
- data/ext/fox16/include/FXRbSettings.h +46 -0
- data/ext/fox16/include/FXRbShell.h +56 -0
- data/ext/fox16/include/FXRbShutter.h +86 -0
- data/ext/fox16/include/FXRbShutterVirtuals.h +3 -0
- data/ext/fox16/include/FXRbSlider.h +51 -0
- data/ext/fox16/include/FXRbSpinner.h +64 -0
- data/ext/fox16/include/FXRbSpinnerVirtuals.h +3 -0
- data/ext/fox16/include/FXRbSplashWindow.h +57 -0
- data/ext/fox16/include/FXRbSplitter.h +54 -0
- data/ext/fox16/include/FXRbSpring.h +51 -0
- data/ext/fox16/include/FXRbStatusBar.h +51 -0
- data/ext/fox16/include/FXRbStatusLine.h +51 -0
- data/ext/fox16/include/FXRbStream.h +101 -0
- data/ext/fox16/include/FXRbStreamVirtuals.h +9 -0
- data/ext/fox16/include/FXRbStringDict.h +46 -0
- data/ext/fox16/include/FXRbSwitcher.h +51 -0
- data/ext/fox16/include/FXRbTGAIcon.h +54 -0
- data/ext/fox16/include/FXRbTGAImage.h +54 -0
- data/ext/fox16/include/FXRbTIFIcon.h +54 -0
- data/ext/fox16/include/FXRbTIFImage.h +54 -0
- data/ext/fox16/include/FXRbTabBar.h +64 -0
- data/ext/fox16/include/FXRbTabBarVirtuals.h +3 -0
- data/ext/fox16/include/FXRbTabBook.h +52 -0
- data/ext/fox16/include/FXRbTabItem.h +51 -0
- data/ext/fox16/include/FXRbTable.h +509 -0
- data/ext/fox16/include/FXRbTableItemVirtuals.h +89 -0
- data/ext/fox16/include/FXRbTableVirtuals.h +89 -0
- data/ext/fox16/include/FXRbText.h +187 -0
- data/ext/fox16/include/FXRbTextField.h +51 -0
- data/ext/fox16/include/FXRbTextVirtuals.h +52 -0
- data/ext/fox16/include/FXRbToggleButton.h +51 -0
- data/ext/fox16/include/FXRbToolBar.h +63 -0
- data/ext/fox16/include/FXRbToolBarGrip.h +51 -0
- data/ext/fox16/include/FXRbToolBarShell.h +52 -0
- data/ext/fox16/include/FXRbToolBarTab.h +51 -0
- data/ext/fox16/include/FXRbToolTip.h +51 -0
- data/ext/fox16/include/FXRbTopWindow.h +91 -0
- data/ext/fox16/include/FXRbTopWindowVirtuals.h +15 -0
- data/ext/fox16/include/FXRbTranslator.h +61 -0
- data/ext/fox16/include/FXRbTranslatorVirtuals.h +4 -0
- data/ext/fox16/include/FXRbTreeItemVirtuals.h +42 -0
- data/ext/fox16/include/FXRbTreeList.h +277 -0
- data/ext/fox16/include/FXRbTreeListBox.h +64 -0
- data/ext/fox16/include/FXRbTreeListBoxVirtuals.h +4 -0
- data/ext/fox16/include/FXRbTreeListVirtuals.h +42 -0
- data/ext/fox16/include/FXRbTriStateButton.h +51 -0
- data/ext/fox16/include/FXRbVerticalFrame.h +51 -0
- data/ext/fox16/include/FXRbVisual.h +56 -0
- data/ext/fox16/include/FXRbWindow.h +248 -0
- data/ext/fox16/include/FXRbWindowVirtuals.h +94 -0
- data/ext/fox16/include/FXRbWizard.h +60 -0
- data/ext/fox16/include/FXRbXBMIcon.h +54 -0
- data/ext/fox16/include/FXRbXBMImage.h +54 -0
- data/ext/fox16/include/FXRbXPMIcon.h +54 -0
- data/ext/fox16/include/FXRbXPMImage.h +54 -0
- data/ext/fox16/include/FXRuby.h +842 -0
- data/ext/fox16/include/impl.h +214 -0
- data/ext/fox16/include/inlinestubs.h +1155 -0
- data/ext/fox16/label_wrap.cpp +5700 -0
- data/ext/fox16/layout_wrap.cpp +6358 -0
- data/ext/fox16/librb.c +647 -0
- data/ext/fox16/list_wrap.cpp +2981 -0
- data/ext/fox16/make_impl.rb +121 -0
- data/ext/fox16/markfuncs.cpp +1650 -0
- data/ext/fox16/mdi_wrap.cpp +5266 -0
- data/ext/fox16/menu_wrap.cpp +5589 -0
- data/ext/fox16/scintilla_wrap.cpp +2518 -0
- data/ext/fox16/table_wrap.cpp +4173 -0
- data/ext/fox16/text_wrap.cpp +3832 -0
- data/ext/fox16/treelist_wrap.cpp +6004 -0
- data/ext/fox16/ui_wrap.cpp +14230 -0
- data/ext/fox16/unregisterOwnedObjects.cpp +120 -0
- data/index.html +14 -0
- data/lib/fox16.rb +8 -0
- data/lib/fox16.so +0 -0
- data/lib/fox16/accel_table.rb +70 -0
- data/lib/fox16/aliases.rb +5611 -0
- data/lib/fox16/bitmapview.rb +223 -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 +700 -0
- data/lib/fox16/dict.rb +35 -0
- data/lib/fox16/exceptions_for_fxerror.rb +17 -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 +2740 -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 +132 -0
- data/lib/fox16/scintilla.rb +3741 -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 +5 -0
- data/rdoc-sources/FX4Splitter.rb +156 -0
- data/rdoc-sources/FX7Segment.rb +54 -0
- data/rdoc-sources/FXAccelTable.rb +84 -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 +975 -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 +118 -0
- data/rdoc-sources/FXVec3f.rb +118 -0
- data/rdoc-sources/FXVec4d.rb +139 -0
- data/rdoc-sources/FXVec4f.rb +139 -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/Makefile +23 -0
- data/rdoc-sources/README.rdoc +53 -0
- data/rdoc-sources/fxdefs.rb +90 -0
- data/scripts/build-fox.rb +31 -0
- data/scripts/generate_kwargs_lib.rb +414 -0
- data/scripts/iface.rb +391 -0
- data/swig-interfaces/FX4Splitter.i +149 -0
- data/swig-interfaces/FX7Segment.i +141 -0
- data/swig-interfaces/FXAccelTable.i +100 -0
- data/swig-interfaces/FXApp.i +735 -0
- data/swig-interfaces/FXArrowButton.i +136 -0
- data/swig-interfaces/FXBMPIcon.i +88 -0
- data/swig-interfaces/FXBMPImage.i +54 -0
- data/swig-interfaces/FXBitmap.i +90 -0
- data/swig-interfaces/FXBitmapFrame.i +72 -0
- data/swig-interfaces/FXBitmapView.i +94 -0
- data/swig-interfaces/FXButton.i +130 -0
- data/swig-interfaces/FXCURCursor.i +49 -0
- data/swig-interfaces/FXCanvas.i +61 -0
- data/swig-interfaces/FXCheckButton.i +108 -0
- data/swig-interfaces/FXChoiceBox.i +91 -0
- data/swig-interfaces/FXColorBar.i +110 -0
- data/swig-interfaces/FXColorDialog.i +79 -0
- data/swig-interfaces/FXColorList.i +99 -0
- data/swig-interfaces/FXColorRing.i +148 -0
- data/swig-interfaces/FXColorSelector.i +157 -0
- data/swig-interfaces/FXColorWell.i +133 -0
- data/swig-interfaces/FXColorWheel.i +108 -0
- data/swig-interfaces/FXComboBox.i +280 -0
- data/swig-interfaces/FXComposeContext.i +66 -0
- data/swig-interfaces/FXComposite.i +103 -0
- data/swig-interfaces/FXCursor.i +120 -0
- data/swig-interfaces/FXDC.i +280 -0
- data/swig-interfaces/FXDCPrint.i +141 -0
- data/swig-interfaces/FXDCWindow.i +75 -0
- data/swig-interfaces/FXDataTarget.i +115 -0
- data/swig-interfaces/FXDebugTarget.i +60 -0
- data/swig-interfaces/FXDelegator.i +56 -0
- data/swig-interfaces/FXDial.i +168 -0
- data/swig-interfaces/FXDialogBox.i +131 -0
- data/swig-interfaces/FXDict.i +200 -0
- data/swig-interfaces/FXDirBox.i +68 -0
- data/swig-interfaces/FXDirDialog.i +97 -0
- data/swig-interfaces/FXDirList.i +274 -0
- data/swig-interfaces/FXDirSelector.i +142 -0
- data/swig-interfaces/FXDockBar.i +180 -0
- data/swig-interfaces/FXDockHandler.i +94 -0
- data/swig-interfaces/FXDockSite.i +91 -0
- data/swig-interfaces/FXDockTitle.i +91 -0
- data/swig-interfaces/FXDocument.i +70 -0
- data/swig-interfaces/FXDragCorner.i +72 -0
- data/swig-interfaces/FXDrawable.i +90 -0
- data/swig-interfaces/FXDriveBox.i +63 -0
- data/swig-interfaces/FXExtentd.i +131 -0
- data/swig-interfaces/FXExtentf.i +131 -0
- data/swig-interfaces/FXFileDialog.i +268 -0
- data/swig-interfaces/FXFileDict.i +121 -0
- data/swig-interfaces/FXFileList.i +345 -0
- data/swig-interfaces/FXFileSelector.i +347 -0
- data/swig-interfaces/FXFileStream.i +49 -0
- data/swig-interfaces/FXFoldingList.i +556 -0
- data/swig-interfaces/FXFont.i +333 -0
- data/swig-interfaces/FXFontDialog.i +63 -0
- data/swig-interfaces/FXFontSelector.i +127 -0
- data/swig-interfaces/FXFrame.i +245 -0
- data/swig-interfaces/FXGIFCursor.i +86 -0
- data/swig-interfaces/FXGIFIcon.i +54 -0
- data/swig-interfaces/FXGIFImage.i +54 -0
- data/swig-interfaces/FXGLCanvas.i +90 -0
- data/swig-interfaces/FXGLContext.i +85 -0
- data/swig-interfaces/FXGLObject.i +70 -0
- data/swig-interfaces/FXGLShape.i +152 -0
- data/swig-interfaces/FXGLViewer.i +691 -0
- data/swig-interfaces/FXGLVisual.i +136 -0
- data/swig-interfaces/FXGradientBar.i +310 -0
- data/swig-interfaces/FXGroupBox.i +94 -0
- data/swig-interfaces/FXHeader.i +432 -0
- data/swig-interfaces/FXHorizontalFrame.i +60 -0
- data/swig-interfaces/FXICOIcon.i +92 -0
- data/swig-interfaces/FXICOImage.i +54 -0
- data/swig-interfaces/FXIcon.i +128 -0
- data/swig-interfaces/FXIconDict.i +90 -0
- data/swig-interfaces/FXIconList.i +596 -0
- data/swig-interfaces/FXIconSource.i +55 -0
- data/swig-interfaces/FXId.i +103 -0
- data/swig-interfaces/FXImage.i +197 -0
- data/swig-interfaces/FXImageFrame.i +66 -0
- data/swig-interfaces/FXImageView.i +88 -0
- data/swig-interfaces/FXInputDialog.i +180 -0
- data/swig-interfaces/FXJPGIcon.i +101 -0
- data/swig-interfaces/FXJPGImage.i +67 -0
- data/swig-interfaces/FXKnob.i +182 -0
- data/swig-interfaces/FXLabel.i +199 -0
- data/swig-interfaces/FXList.i +476 -0
- data/swig-interfaces/FXListBox.i +234 -0
- data/swig-interfaces/FXMDIButton.i +173 -0
- data/swig-interfaces/FXMDIChild.i +242 -0
- data/swig-interfaces/FXMDIClient.i +149 -0
- data/swig-interfaces/FXMainWindow.i +53 -0
- data/swig-interfaces/FXMat3d.i +102 -0
- data/swig-interfaces/FXMat3f.i +102 -0
- data/swig-interfaces/FXMat4d.i +122 -0
- data/swig-interfaces/FXMat4f.i +138 -0
- data/swig-interfaces/FXMatrix.i +101 -0
- data/swig-interfaces/FXMemoryBuffer.i +64 -0
- data/swig-interfaces/FXMemoryStream.i +73 -0
- data/swig-interfaces/FXMenuBar.i +67 -0
- data/swig-interfaces/FXMenuButton.i +152 -0
- data/swig-interfaces/FXMenuCaption.i +176 -0
- data/swig-interfaces/FXMenuCascade.i +76 -0
- data/swig-interfaces/FXMenuCheck.i +90 -0
- data/swig-interfaces/FXMenuCommand.i +69 -0
- data/swig-interfaces/FXMenuPane.i +60 -0
- data/swig-interfaces/FXMenuRadio.i +93 -0
- data/swig-interfaces/FXMenuSeparator.i +65 -0
- data/swig-interfaces/FXMenuTitle.i +74 -0
- data/swig-interfaces/FXMessageBox.i +128 -0
- data/swig-interfaces/FXObject.i +169 -0
- data/swig-interfaces/FXOptionMenu.i +140 -0
- data/swig-interfaces/FXPCXIcon.i +91 -0
- data/swig-interfaces/FXPCXImage.i +55 -0
- data/swig-interfaces/FXPNGIcon.i +95 -0
- data/swig-interfaces/FXPNGImage.i +59 -0
- data/swig-interfaces/FXPPMIcon.i +91 -0
- data/swig-interfaces/FXPPMImage.i +55 -0
- data/swig-interfaces/FXPacker.i +255 -0
- data/swig-interfaces/FXPicker.i +54 -0
- data/swig-interfaces/FXPoint.i +52 -0
- data/swig-interfaces/FXPopup.i +162 -0
- data/swig-interfaces/FXPrintDialog.i +154 -0
- data/swig-interfaces/FXProgressBar.i +133 -0
- data/swig-interfaces/FXProgressDialog.i +105 -0
- data/swig-interfaces/FXQuatd.i +128 -0
- data/swig-interfaces/FXQuatf.i +122 -0
- data/swig-interfaces/FXRGBIcon.i +90 -0
- data/swig-interfaces/FXRGBImage.i +56 -0
- data/swig-interfaces/FXRadioButton.i +117 -0
- data/swig-interfaces/FXRanged.i +163 -0
- data/swig-interfaces/FXRangef.i +172 -0
- data/swig-interfaces/FXRealSlider.i +166 -0
- data/swig-interfaces/FXRealSpinner.i +215 -0
- data/swig-interfaces/FXRecentFiles.i +119 -0
- data/swig-interfaces/FXRectangle.i +104 -0
- data/swig-interfaces/FXRegion.i +88 -0
- data/swig-interfaces/FXRegistry.i +96 -0
- data/swig-interfaces/FXReplaceDialog.i +131 -0
- data/swig-interfaces/FXRootWindow.i +50 -0
- data/swig-interfaces/FXRuler.i +245 -0
- data/swig-interfaces/FXRulerView.i +233 -0
- data/swig-interfaces/FXScintilla.i +192 -0
- data/swig-interfaces/FXScrollArea.i +211 -0
- data/swig-interfaces/FXScrollBar.i +178 -0
- data/swig-interfaces/FXScrollPane.i +83 -0
- data/swig-interfaces/FXScrollWindow.i +67 -0
- data/swig-interfaces/FXSearchDialog.i +48 -0
- data/swig-interfaces/FXSeparator.i +138 -0
- data/swig-interfaces/FXSettings.i +160 -0
- data/swig-interfaces/FXShell.i +91 -0
- data/swig-interfaces/FXShutter.i +140 -0
- data/swig-interfaces/FXSize.i +71 -0
- data/swig-interfaces/FXSlider.i +181 -0
- data/swig-interfaces/FXSphered.i +126 -0
- data/swig-interfaces/FXSpheref.i +126 -0
- data/swig-interfaces/FXSpinner.i +212 -0
- data/swig-interfaces/FXSplashWindow.i +82 -0
- data/swig-interfaces/FXSplitter.i +123 -0
- data/swig-interfaces/FXSpring.i +79 -0
- data/swig-interfaces/FXStatusBar.i +68 -0
- data/swig-interfaces/FXStatusLine.i +100 -0
- data/swig-interfaces/FXStream.i +150 -0
- data/swig-interfaces/FXStringDict.i +61 -0
- data/swig-interfaces/FXSwitcher.i +110 -0
- data/swig-interfaces/FXTGAIcon.i +85 -0
- data/swig-interfaces/FXTGAImage.i +56 -0
- data/swig-interfaces/FXTIFIcon.i +73 -0
- data/swig-interfaces/FXTIFImage.i +93 -0
- data/swig-interfaces/FXTabBar.i +121 -0
- data/swig-interfaces/FXTabBook.i +70 -0
- data/swig-interfaces/FXTabItem.i +82 -0
- data/swig-interfaces/FXTable.i +861 -0
- data/swig-interfaces/FXText.i +763 -0
- data/swig-interfaces/FXTextField.i +290 -0
- data/swig-interfaces/FXToggleButton.i +136 -0
- data/swig-interfaces/FXToolBar.i +75 -0
- data/swig-interfaces/FXToolBarGrip.i +82 -0
- data/swig-interfaces/FXToolBarShell.i +98 -0
- data/swig-interfaces/FXToolBarTab.i +114 -0
- data/swig-interfaces/FXToolTip.i +93 -0
- data/swig-interfaces/FXTopWindow.i +263 -0
- data/swig-interfaces/FXTranslator.i +55 -0
- data/swig-interfaces/FXTreeList.i +549 -0
- data/swig-interfaces/FXTreeListBox.i +317 -0
- data/swig-interfaces/FXTriStateButton.i +77 -0
- data/swig-interfaces/FXURL.i +35 -0
- data/swig-interfaces/FXVec2d.i +87 -0
- data/swig-interfaces/FXVec2f.i +87 -0
- data/swig-interfaces/FXVec3d.i +111 -0
- data/swig-interfaces/FXVec3f.i +109 -0
- data/swig-interfaces/FXVec4d.i +115 -0
- data/swig-interfaces/FXVec4f.i +115 -0
- data/swig-interfaces/FXVerticalFrame.i +69 -0
- data/swig-interfaces/FXVisual.i +162 -0
- data/swig-interfaces/FXWindow.i +851 -0
- data/swig-interfaces/FXWizard.i +125 -0
- data/swig-interfaces/FXXBMIcon.i +56 -0
- data/swig-interfaces/FXXBMImage.i +118 -0
- data/swig-interfaces/FXXPMIcon.i +122 -0
- data/swig-interfaces/FXXPMImage.i +56 -0
- data/swig-interfaces/README +17 -0
- data/swig-interfaces/common.i +48 -0
- data/swig-interfaces/core.i +85 -0
- data/swig-interfaces/dcmodule.i +36 -0
- data/swig-interfaces/dialogs.i +49 -0
- data/swig-interfaces/exceptions.i +249 -0
- data/swig-interfaces/framesmodule.i +54 -0
- data/swig-interfaces/freefuncs.i +93 -0
- data/swig-interfaces/fx3d.i +60 -0
- data/swig-interfaces/fxdefs.i +419 -0
- data/swig-interfaces/handlers.i +615 -0
- data/swig-interfaces/iconlistmodule.i +37 -0
- data/swig-interfaces/icons.i +48 -0
- data/swig-interfaces/ignore-message-handlers.rb +16 -0
- data/swig-interfaces/image.i +49 -0
- data/swig-interfaces/labelmodule.i +47 -0
- data/swig-interfaces/layout.i +47 -0
- data/swig-interfaces/listmodule.i +37 -0
- data/swig-interfaces/macros.i +1326 -0
- data/swig-interfaces/markfuncs.i +210 -0
- data/swig-interfaces/mdi.i +38 -0
- data/swig-interfaces/menumodule.i +44 -0
- data/swig-interfaces/ruby-typemaps.i +772 -0
- data/swig-interfaces/scintilla.i +57 -0
- data/swig-interfaces/table-module.i +36 -0
- data/swig-interfaces/text-module.i +36 -0
- data/swig-interfaces/treelist-module.i +37 -0
- data/swig-interfaces/ui.i +63 -0
- data/test/README +19 -0
- data/test/TC_FXAccelTable.rb +57 -0
- data/test/TC_FXApp.rb +16 -0
- data/test/TC_FXArc.rb +26 -0
- data/test/TC_FXBMPIcon.rb +15 -0
- data/test/TC_FXBMPImage.rb +15 -0
- data/test/TC_FXButton.rb +78 -0
- data/test/TC_FXCheckButton.rb +57 -0
- data/test/TC_FXComboBox.rb +63 -0
- data/test/TC_FXDC.rb +372 -0
- data/test/TC_FXDCPrint.rb +101 -0
- data/test/TC_FXDCWindow.rb +23 -0
- data/test/TC_FXDataTarget.rb +24 -0
- data/test/TC_FXDialogBox.rb +12 -0
- data/test/TC_FXDirList.rb +30 -0
- data/test/TC_FXExtentd.rb +21 -0
- data/test/TC_FXExtentf.rb +21 -0
- data/test/TC_FXFileAssoc.rb +62 -0
- data/test/TC_FXFileStream.rb +89 -0
- data/test/TC_FXFoldingList.rb +32 -0
- data/test/TC_FXFont.rb +69 -0
- data/test/TC_FXFontDesc.rb +58 -0
- data/test/TC_FXGLGroup.rb +32 -0
- data/test/TC_FXGLShape.rb +28 -0
- data/test/TC_FXGLViewer.rb +20 -0
- data/test/TC_FXGradientBar.rb +89 -0
- data/test/TC_FXHeader.rb +82 -0
- data/test/TC_FXHiliteStyle.rb +23 -0
- data/test/TC_FXIconDict.rb +52 -0
- data/test/TC_FXIconList.rb +192 -0
- data/test/TC_FXId.rb +19 -0
- data/test/TC_FXImage.rb +155 -0
- data/test/TC_FXLight.rb +33 -0
- data/test/TC_FXList.rb +116 -0
- data/test/TC_FXListBox.rb +49 -0
- data/test/TC_FXMainWindow.rb +19 -0
- data/test/TC_FXMat4f.rb +228 -0
- data/test/TC_FXMaterial.rb +89 -0
- data/test/TC_FXMemoryStream.rb +97 -0
- data/test/TC_FXMenuCheck.rb +57 -0
- data/test/TC_FXMenuCommand.rb +12 -0
- data/test/TC_FXMenuRadio.rb +57 -0
- data/test/TC_FXMessageBox.rb +25 -0
- data/test/TC_FXPoint.rb +57 -0
- data/test/TC_FXQuatf.rb +93 -0
- data/test/TC_FXRadioButton.rb +57 -0
- data/test/TC_FXRanged.rb +42 -0
- data/test/TC_FXRangef.rb +42 -0
- data/test/TC_FXRectangle.rb +88 -0
- data/test/TC_FXRegion.rb +54 -0
- data/test/TC_FXRegistry.rb +27 -0
- data/test/TC_FXScrollArea.rb +28 -0
- data/test/TC_FXScrollWindow.rb +28 -0
- data/test/TC_FXSegment.rb +22 -0
- data/test/TC_FXSettings.rb +34 -0
- data/test/TC_FXShell.rb +26 -0
- data/test/TC_FXSize.rb +54 -0
- data/test/TC_FXStream.rb +11 -0
- data/test/TC_FXTable.rb +561 -0
- data/test/TC_FXTableItem.rb +48 -0
- data/test/TC_FXText.rb +96 -0
- data/test/TC_FXTopWindow.rb +32 -0
- data/test/TC_FXTreeList.rb +100 -0
- data/test/TC_FXTreeListBox.rb +41 -0
- data/test/TC_FXUndoList.rb +43 -0
- data/test/TC_FXVec2d.rb +142 -0
- data/test/TC_FXVec2f.rb +137 -0
- data/test/TC_FXVec3d.rb +150 -0
- data/test/TC_FXVec3f.rb +150 -0
- data/test/TC_FXVec4f.rb +158 -0
- data/test/TC_FXViewport.rb +30 -0
- data/test/TC_FXXBMIcon.rb +15 -0
- data/test/TC_FXXBMImage.rb +15 -0
- data/test/TC_FXXPMIcon.rb +15 -0
- data/test/TC_FXXPMImage.rb +15 -0
- data/test/TC_Misc.rb +157 -0
- data/test/TC_downcast.rb +15 -0
- data/test/TS_All.rb +25 -0
- data/test/blankpage.ps +166 -0
- data/test/howdypage.ps +181 -0
- data/test/stress1.rb +92 -0
- data/test/stress2.rb +51 -0
- data/test/stress3.rb +117 -0
- data/test/testcase.rb +37 -0
- metadata +1071 -0
@@ -0,0 +1,37 @@
|
|
1
|
+
/***********************************************************************
|
2
|
+
* FXRuby -- the Ruby language bindings for the FOX GUI toolkit.
|
3
|
+
* Copyright (c) 2001-2009 by Lyle Johnson. All Rights Reserved.
|
4
|
+
*
|
5
|
+
* This library is free software; you can redistribute it and/or
|
6
|
+
* modify it under the terms of the GNU Lesser General Public
|
7
|
+
* License as published by the Free Software Foundation; either
|
8
|
+
* version 2.1 of the License, or (at your option) any later version.
|
9
|
+
*
|
10
|
+
* This library is distributed in the hope that it will be useful,
|
11
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
12
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
13
|
+
* Lesser General Public License for more details.
|
14
|
+
*
|
15
|
+
* You should have received a copy of the GNU Lesser General Public
|
16
|
+
* License along with this library; if not, write to the Free Software
|
17
|
+
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
18
|
+
*
|
19
|
+
* For further information please contact the author by e-mail
|
20
|
+
* at "lyle@lylejohnson.name".
|
21
|
+
***********************************************************************/
|
22
|
+
|
23
|
+
/***********************************************************************
|
24
|
+
* $Id: iconlistmodule.i 1439 2003-03-26 15:25:24Z lyle $
|
25
|
+
***********************************************************************/
|
26
|
+
|
27
|
+
%module iconlist
|
28
|
+
|
29
|
+
%include common.i
|
30
|
+
|
31
|
+
%import fxdefs.i
|
32
|
+
|
33
|
+
%import core.i
|
34
|
+
%import layout.i
|
35
|
+
|
36
|
+
%include FXIconList.i
|
37
|
+
%include FXFileList.i
|
@@ -0,0 +1,48 @@
|
|
1
|
+
/***********************************************************************
|
2
|
+
* FXRuby -- the Ruby language bindings for the FOX GUI toolkit.
|
3
|
+
* Copyright (c) 2001-2009 by Lyle Johnson. All Rights Reserved.
|
4
|
+
*
|
5
|
+
* This library is free software; you can redistribute it and/or
|
6
|
+
* modify it under the terms of the GNU Lesser General Public
|
7
|
+
* License as published by the Free Software Foundation; either
|
8
|
+
* version 2.1 of the License, or (at your option) any later version.
|
9
|
+
*
|
10
|
+
* This library is distributed in the hope that it will be useful,
|
11
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
12
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
13
|
+
* Lesser General Public License for more details.
|
14
|
+
*
|
15
|
+
* You should have received a copy of the GNU Lesser General Public
|
16
|
+
* License along with this library; if not, write to the Free Software
|
17
|
+
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
18
|
+
*
|
19
|
+
* For further information please contact the author by e-mail
|
20
|
+
* at "lyle@lylejohnson.name".
|
21
|
+
***********************************************************************/
|
22
|
+
|
23
|
+
/***********************************************************************
|
24
|
+
* $Id: icons.i 2147 2005-08-18 12:21:36Z lyle $
|
25
|
+
***********************************************************************/
|
26
|
+
|
27
|
+
%module icons
|
28
|
+
|
29
|
+
%include common.i
|
30
|
+
|
31
|
+
%import fxdefs.i
|
32
|
+
%import core.i
|
33
|
+
%import image.i
|
34
|
+
|
35
|
+
%include FXIcon.i
|
36
|
+
%include FXIconSource.i
|
37
|
+
%include FXBMPIcon.i
|
38
|
+
%include FXGIFIcon.i
|
39
|
+
%include FXICOIcon.i
|
40
|
+
%include FXJPGIcon.i
|
41
|
+
%include FXPCXIcon.i
|
42
|
+
%include FXPNGIcon.i
|
43
|
+
%include FXPPMIcon.i
|
44
|
+
%include FXRGBIcon.i
|
45
|
+
%include FXTGAIcon.i
|
46
|
+
%include FXTIFIcon.i
|
47
|
+
%include FXXBMIcon.i
|
48
|
+
%include FXXPMIcon.i
|
@@ -0,0 +1,16 @@
|
|
1
|
+
handlers = {}
|
2
|
+
|
3
|
+
Dir.glob('FX*.i') do |filename|
|
4
|
+
decls = `grep "long on" #{filename}`
|
5
|
+
decls.each_line do |decl|
|
6
|
+
decl.strip!
|
7
|
+
handlers[decl] = decl
|
8
|
+
end
|
9
|
+
end
|
10
|
+
|
11
|
+
handlers.each_key do |decl|
|
12
|
+
parts = decl.split
|
13
|
+
parts.delete_at(0)
|
14
|
+
puts "%ignore #{parts.join(' ')}"
|
15
|
+
end
|
16
|
+
|
@@ -0,0 +1,49 @@
|
|
1
|
+
/***********************************************************************
|
2
|
+
* FXRuby -- the Ruby language bindings for the FOX GUI toolkit.
|
3
|
+
* Copyright (c) 2001-2009 by Lyle Johnson. All Rights Reserved.
|
4
|
+
*
|
5
|
+
* This library is free software; you can redistribute it and/or
|
6
|
+
* modify it under the terms of the GNU Lesser General Public
|
7
|
+
* License as published by the Free Software Foundation; either
|
8
|
+
* version 2.1 of the License, or (at your option) any later version.
|
9
|
+
*
|
10
|
+
* This library is distributed in the hope that it will be useful,
|
11
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
12
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
13
|
+
* Lesser General Public License for more details.
|
14
|
+
*
|
15
|
+
* You should have received a copy of the GNU Lesser General Public
|
16
|
+
* License along with this library; if not, write to the Free Software
|
17
|
+
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
18
|
+
*
|
19
|
+
* For further information please contact the author by e-mail
|
20
|
+
* at "lyle@lylejohnson.name".
|
21
|
+
***********************************************************************/
|
22
|
+
|
23
|
+
/***********************************************************************
|
24
|
+
* $Id: image.i 1710 2003-08-28 20:21:29Z lyle $
|
25
|
+
***********************************************************************/
|
26
|
+
|
27
|
+
%module image
|
28
|
+
|
29
|
+
%include common.i
|
30
|
+
|
31
|
+
%import fxdefs.i
|
32
|
+
%import core.i
|
33
|
+
%import ui.i
|
34
|
+
|
35
|
+
%include FXBitmap.i
|
36
|
+
%include FXMemoryBuffer.i
|
37
|
+
%include FXImage.i
|
38
|
+
%include FXBMPImage.i
|
39
|
+
%include FXGIFImage.i
|
40
|
+
%include FXICOImage.i
|
41
|
+
%include FXJPGImage.i
|
42
|
+
%include FXPCXImage.i
|
43
|
+
%include FXPNGImage.i
|
44
|
+
%include FXPPMImage.i
|
45
|
+
%include FXRGBImage.i
|
46
|
+
%include FXTGAImage.i
|
47
|
+
%include FXTIFImage.i
|
48
|
+
%include FXXBMImage.i
|
49
|
+
%include FXXPMImage.i
|
@@ -0,0 +1,47 @@
|
|
1
|
+
/***********************************************************************
|
2
|
+
* FXRuby -- the Ruby language bindings for the FOX GUI toolkit.
|
3
|
+
* Copyright (c) 2001-2009 by Lyle Johnson. All Rights Reserved.
|
4
|
+
*
|
5
|
+
* This library is free software; you can redistribute it and/or
|
6
|
+
* modify it under the terms of the GNU Lesser General Public
|
7
|
+
* License as published by the Free Software Foundation; either
|
8
|
+
* version 2.1 of the License, or (at your option) any later version.
|
9
|
+
*
|
10
|
+
* This library is distributed in the hope that it will be useful,
|
11
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
12
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
13
|
+
* Lesser General Public License for more details.
|
14
|
+
*
|
15
|
+
* You should have received a copy of the GNU Lesser General Public
|
16
|
+
* License along with this library; if not, write to the Free Software
|
17
|
+
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
18
|
+
*
|
19
|
+
* For further information please contact the author by e-mail
|
20
|
+
* at "lyle@lylejohnson.name".
|
21
|
+
***********************************************************************/
|
22
|
+
|
23
|
+
/***********************************************************************
|
24
|
+
* $Id: labelmodule.i 1933 2004-07-06 00:16:31Z lyle $
|
25
|
+
***********************************************************************/
|
26
|
+
|
27
|
+
%module label
|
28
|
+
|
29
|
+
%include common.i
|
30
|
+
|
31
|
+
%import fxdefs.i
|
32
|
+
|
33
|
+
// %import core.i
|
34
|
+
// %import layout.i
|
35
|
+
%import framesmodule.i
|
36
|
+
|
37
|
+
%include FXLabel.i
|
38
|
+
%include FXButton.i
|
39
|
+
%include FXCheckButton.i
|
40
|
+
%include FXMenuButton.i
|
41
|
+
%include FXOptionMenu.i
|
42
|
+
%include FXRadioButton.i
|
43
|
+
%include FXTabItem.i
|
44
|
+
%include FXToggleButton.i
|
45
|
+
%include FXTriStateButton.i
|
46
|
+
|
47
|
+
%include FXPicker.i
|
@@ -0,0 +1,47 @@
|
|
1
|
+
/***********************************************************************
|
2
|
+
* FXRuby -- the Ruby language bindings for the FOX GUI toolkit.
|
3
|
+
* Copyright (c) 2001-2009 by Lyle Johnson. All Rights Reserved.
|
4
|
+
*
|
5
|
+
* This library is free software; you can redistribute it and/or
|
6
|
+
* modify it under the terms of the GNU Lesser General Public
|
7
|
+
* License as published by the Free Software Foundation; either
|
8
|
+
* version 2.1 of the License, or (at your option) any later version.
|
9
|
+
*
|
10
|
+
* This library is distributed in the hope that it will be useful,
|
11
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
12
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
13
|
+
* Lesser General Public License for more details.
|
14
|
+
*
|
15
|
+
* You should have received a copy of the GNU Lesser General Public
|
16
|
+
* License along with this library; if not, write to the Free Software
|
17
|
+
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
18
|
+
*
|
19
|
+
* For further information please contact the author by e-mail
|
20
|
+
* at "lyle@lylejohnson.name".
|
21
|
+
***********************************************************************/
|
22
|
+
|
23
|
+
/***********************************************************************
|
24
|
+
* $Id: layout.i 2147 2005-08-18 12:21:36Z lyle $
|
25
|
+
***********************************************************************/
|
26
|
+
|
27
|
+
%module layout
|
28
|
+
|
29
|
+
%include common.i
|
30
|
+
|
31
|
+
%import fxdefs.i
|
32
|
+
%import core.i
|
33
|
+
|
34
|
+
%include FXPacker.i
|
35
|
+
%include FXDockSite.i
|
36
|
+
%include FXSpring.i
|
37
|
+
%include FXHorizontalFrame.i
|
38
|
+
%include FXVerticalFrame.i
|
39
|
+
%include FXMatrix.i
|
40
|
+
%include FXGroupBox.i
|
41
|
+
%include FXSwitcher.i
|
42
|
+
%include FXShutter.i
|
43
|
+
%include FXSplitter.i
|
44
|
+
%include FX4Splitter.i
|
45
|
+
%include FXStatusBar.i
|
46
|
+
%include FXScrollArea.i
|
47
|
+
%include FXScrollWindow.i
|
@@ -0,0 +1,37 @@
|
|
1
|
+
/***********************************************************************
|
2
|
+
* FXRuby -- the Ruby language bindings for the FOX GUI toolkit.
|
3
|
+
* Copyright (c) 2001-2009 by Lyle Johnson. All Rights Reserved.
|
4
|
+
*
|
5
|
+
* This library is free software; you can redistribute it and/or
|
6
|
+
* modify it under the terms of the GNU Lesser General Public
|
7
|
+
* License as published by the Free Software Foundation; either
|
8
|
+
* version 2.1 of the License, or (at your option) any later version.
|
9
|
+
*
|
10
|
+
* This library is distributed in the hope that it will be useful,
|
11
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
12
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
13
|
+
* Lesser General Public License for more details.
|
14
|
+
*
|
15
|
+
* You should have received a copy of the GNU Lesser General Public
|
16
|
+
* License along with this library; if not, write to the Free Software
|
17
|
+
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
18
|
+
*
|
19
|
+
* For further information please contact the author by e-mail
|
20
|
+
* at "lyle@lylejohnson.name".
|
21
|
+
***********************************************************************/
|
22
|
+
|
23
|
+
/***********************************************************************
|
24
|
+
* $Id: listmodule.i 2295 2005-12-07 10:25:30Z lyle $
|
25
|
+
***********************************************************************/
|
26
|
+
|
27
|
+
%module list
|
28
|
+
|
29
|
+
%include common.i
|
30
|
+
|
31
|
+
%import fxdefs.i
|
32
|
+
|
33
|
+
%import core.i
|
34
|
+
%import layout.i
|
35
|
+
|
36
|
+
%include FXList.i
|
37
|
+
%include FXColorList.i
|
@@ -0,0 +1,1326 @@
|
|
1
|
+
/***********************************************************************
|
2
|
+
* FXRuby -- the Ruby language bindings for the FOX GUI toolkit.
|
3
|
+
* Copyright (c) 2001-2009 by Lyle Johnson. All Rights Reserved.
|
4
|
+
*
|
5
|
+
* This library is free software; you can redistribute it and/or
|
6
|
+
* modify it under the terms of the GNU Lesser General Public
|
7
|
+
* License as published by the Free Software Foundation; either
|
8
|
+
* version 2.1 of the License, or (at your option) any later version.
|
9
|
+
*
|
10
|
+
* This library is distributed in the hope that it will be useful,
|
11
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
12
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
13
|
+
* Lesser General Public License for more details.
|
14
|
+
*
|
15
|
+
* You should have received a copy of the GNU Lesser General Public
|
16
|
+
* License along with this library; if not, write to the Free Software
|
17
|
+
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
18
|
+
*
|
19
|
+
* For further information please contact the author by e-mail
|
20
|
+
* at "lyle@lylejohnson.name".
|
21
|
+
***********************************************************************/
|
22
|
+
|
23
|
+
%define DECLARE_FXAPP_VIRTUALS(klass)
|
24
|
+
%extend klass {
|
25
|
+
/// Create application's windows
|
26
|
+
virtual void create();
|
27
|
+
|
28
|
+
/// Destroy application's windows
|
29
|
+
virtual void destroy();
|
30
|
+
|
31
|
+
/// Detach application's windows
|
32
|
+
virtual void detach();
|
33
|
+
|
34
|
+
/**
|
35
|
+
* Initialize application.
|
36
|
+
* Parses and removes common command line arguments, reads the registry.
|
37
|
+
* Finally, if connect is TRUE, it opens the display.
|
38
|
+
*/
|
39
|
+
virtual void init(VALUE arr,bool connect=true);
|
40
|
+
|
41
|
+
/**
|
42
|
+
* Exit application.
|
43
|
+
* Closes the display and writes the registry.
|
44
|
+
*/
|
45
|
+
virtual void exit(FXint code=0);
|
46
|
+
}
|
47
|
+
%enddef
|
48
|
+
|
49
|
+
%define DECLARE_FXBITMAP_VIRTUALS(klass)
|
50
|
+
%extend klass {
|
51
|
+
/**
|
52
|
+
* Retrieves pixels from the server-side bitmap.
|
53
|
+
*/
|
54
|
+
virtual void restore();
|
55
|
+
|
56
|
+
/// Render pixels
|
57
|
+
virtual void render();
|
58
|
+
|
59
|
+
/// Release the client-side pixels buffer, freeing it if it was owned.
|
60
|
+
virtual void release();
|
61
|
+
|
62
|
+
/// Save pixel data only
|
63
|
+
virtual bool savePixels(FXStream& store) const;
|
64
|
+
|
65
|
+
/// Load pixel data
|
66
|
+
virtual bool loadPixels(FXStream& store);
|
67
|
+
|
68
|
+
/// Rescale pixels to the specified width and height
|
69
|
+
virtual void scale(FXint w,FXint h);
|
70
|
+
|
71
|
+
/// Mirror bitmap horizontally and/or vertically
|
72
|
+
virtual void mirror(FXbool horizontal,FXbool vertical);
|
73
|
+
|
74
|
+
/// Rotate bitmap by degrees ccw
|
75
|
+
virtual void rotate(FXint degrees);
|
76
|
+
|
77
|
+
/// Crop bitmap to given rectangle
|
78
|
+
virtual void crop(FXint x,FXint y,FXint w,FXint h,FXbool color=0);
|
79
|
+
|
80
|
+
/// Fill bitmap with uniform value
|
81
|
+
virtual void fill(FXbool color);
|
82
|
+
|
83
|
+
/**
|
84
|
+
* Populate the bitmap with new pixel data of the same size; it will assume
|
85
|
+
* ownership of the pixel data if image BITMAP_OWNED option is passed.
|
86
|
+
* The server-side representation of the image, if it exists, is not updated.
|
87
|
+
* This can be done by calling render().
|
88
|
+
*/
|
89
|
+
virtual void setData(FXuchar *pix,FXuint opts=0);
|
90
|
+
|
91
|
+
/**
|
92
|
+
* Populate the bitmap with new pixel data of a new size; it will assume ownership
|
93
|
+
* of the pixel data if image BITMAP_OWNED option is passed. The size of the server-
|
94
|
+
* side representation of the image, if it exists, is adjusted but the contents are
|
95
|
+
* not updated yet. This can be done by calling render().
|
96
|
+
*/
|
97
|
+
virtual void setData(FXuchar *pix,FXuint opts,FXint w,FXint h);
|
98
|
+
}
|
99
|
+
%enddef
|
100
|
+
|
101
|
+
%define DECLARE_FXCURSOR_VIRTUALS(klass)
|
102
|
+
%extend klass {
|
103
|
+
/// Save pixel data only
|
104
|
+
virtual bool savePixels(FXStream& store) const;
|
105
|
+
|
106
|
+
/// Load pixel data
|
107
|
+
virtual bool loadPixels(FXStream& store);
|
108
|
+
}
|
109
|
+
%enddef
|
110
|
+
|
111
|
+
%define DECLARE_FXDC_VIRTUALS(klass)
|
112
|
+
%extend klass {
|
113
|
+
/// Read back pixel
|
114
|
+
virtual FXColor readPixel(FXint x,FXint y);
|
115
|
+
|
116
|
+
/// Draw points
|
117
|
+
virtual void drawPoint(FXint x,FXint y);
|
118
|
+
virtual void drawPoints(const FXPoint* points,FXuint npoints);
|
119
|
+
virtual void drawPointsRel(const FXPoint* points,FXuint npoints);
|
120
|
+
|
121
|
+
/// Draw lines
|
122
|
+
virtual void drawLine(FXint x1,FXint y1,FXint x2,FXint y2);
|
123
|
+
virtual void drawLines(const FXPoint* points,FXuint npoints);
|
124
|
+
virtual void drawLinesRel(const FXPoint* points,FXuint npoints);
|
125
|
+
virtual void drawLineSegments(const FXSegment* segments,FXuint nsegments);
|
126
|
+
|
127
|
+
/// Draw rectangles
|
128
|
+
virtual void drawRectangle(FXint x,FXint y,FXint w,FXint h);
|
129
|
+
virtual void drawRectangles(const FXRectangle* rectangles,FXuint nrectangles);
|
130
|
+
|
131
|
+
/// Draw rounded rectangle with ellipse with ew and ellips height eh
|
132
|
+
virtual void drawRoundRectangle(FXint x,FXint y,FXint w,FXint h,FXint ew,FXint eh);
|
133
|
+
|
134
|
+
/**
|
135
|
+
* Draw arcs.
|
136
|
+
* The argument ang1 specifies the start of the arc relative to the
|
137
|
+
* three-o'clock position from the center, in units of degrees*64.
|
138
|
+
* The argument ang2 specifies the path and extent of the arc relative
|
139
|
+
* to the start of the arc, in units of degrees*64.
|
140
|
+
* The arguments x,y,w,h specify the bounding rectangle.
|
141
|
+
*/
|
142
|
+
virtual void drawArc(FXint x,FXint y,FXint w,FXint h,FXint ang1,FXint ang2);
|
143
|
+
virtual void drawArcs(const FXArc* arcs,FXuint narcs);
|
144
|
+
|
145
|
+
/// Draw ellipse
|
146
|
+
virtual void drawEllipse(FXint x,FXint y,FXint w,FXint h);
|
147
|
+
|
148
|
+
/// Filled rectangles
|
149
|
+
virtual void fillRectangle(FXint x,FXint y,FXint w,FXint h);
|
150
|
+
virtual void fillRectangles(const FXRectangle* rectangles,FXuint nrectangles);
|
151
|
+
|
152
|
+
/// Draw filled rounded rectangle with ellipse with ew and ellips height eh
|
153
|
+
virtual void fillRoundRectangle(FXint x,FXint y,FXint w,FXint h,FXint ew,FXint eh);
|
154
|
+
|
155
|
+
/// Draw chords
|
156
|
+
virtual void fillChord(FXint x,FXint y,FXint w,FXint h,FXint ang1,FXint ang2);
|
157
|
+
virtual void fillChords(const FXArc* chord,FXuint nchords);
|
158
|
+
|
159
|
+
/// Draw arcs
|
160
|
+
virtual void fillArc(FXint x,FXint y,FXint w,FXint h,FXint ang1,FXint ang2);
|
161
|
+
virtual void fillArcs(const FXArc* arcs,FXuint narcs);
|
162
|
+
|
163
|
+
/// Filled polygon
|
164
|
+
virtual void fillPolygon(const FXPoint* points,FXuint npoints);
|
165
|
+
virtual void fillConcavePolygon(const FXPoint* points,FXuint npoints);
|
166
|
+
virtual void fillComplexPolygon(const FXPoint* points,FXuint npoints);
|
167
|
+
|
168
|
+
/// Filled polygon with relative points
|
169
|
+
virtual void fillPolygonRel(const FXPoint* points,FXuint npoints);
|
170
|
+
virtual void fillConcavePolygonRel(const FXPoint* points,FXuint npoints);
|
171
|
+
virtual void fillComplexPolygonRel(const FXPoint* points,FXuint npoints);
|
172
|
+
|
173
|
+
/// Draw hashed box
|
174
|
+
virtual void drawHashBox(FXint x,FXint y,FXint w,FXint h,FXint b=1);
|
175
|
+
|
176
|
+
/// Draw focus rectangle
|
177
|
+
virtual void drawFocusRectangle(FXint x,FXint y,FXint w,FXint h);
|
178
|
+
|
179
|
+
/// Draw area from source
|
180
|
+
virtual void drawArea(const FXDrawable* source,FXint sx,FXint sy,FXint sw,FXint sh,FXint dx,FXint dy);
|
181
|
+
|
182
|
+
/// Draw stretched area from source
|
183
|
+
virtual void drawArea(const FXDrawable* source,FXint sx,FXint sy,FXint sw,FXint sh,FXint dx,FXint dy,FXint dw,FXint dh);
|
184
|
+
|
185
|
+
/// Draw image
|
186
|
+
virtual void drawImage(const FXImage* image,FXint dx,FXint dy);
|
187
|
+
|
188
|
+
/// Draw bitmap
|
189
|
+
virtual void drawBitmap(const FXBitmap* bitmap,FXint dx,FXint dy);
|
190
|
+
|
191
|
+
/// Draw icon
|
192
|
+
virtual void drawIcon(const FXIcon* icon,FXint dx,FXint dy);
|
193
|
+
virtual void drawIconShaded(const FXIcon* icon,FXint dx,FXint dy);
|
194
|
+
virtual void drawIconSunken(const FXIcon* icon,FXint dx,FXint dy);
|
195
|
+
|
196
|
+
/// Draw string
|
197
|
+
// virtual void drawText(FXint x,FXint y,const FXString& string);
|
198
|
+
virtual void drawText(FXint x,FXint y,const FXchar* string,FXuint length);
|
199
|
+
// virtual void drawImageText(FXint x,FXint y,const FXString& string);
|
200
|
+
virtual void drawImageText(FXint x,FXint y,const FXchar* string,FXuint length);
|
201
|
+
|
202
|
+
/// Set foreground drawing color
|
203
|
+
virtual void setForeground(FXColor clr);
|
204
|
+
|
205
|
+
/// Set background drawing color
|
206
|
+
virtual void setBackground(FXColor clr);
|
207
|
+
|
208
|
+
/**
|
209
|
+
* Set dash pattern and dash offset.
|
210
|
+
* A dash pattern of [1 2 3 4] is a repeating pattern of 1 foreground pixel,
|
211
|
+
* 2 background pixels, 3 foreground pixels, and 4 background pixels.
|
212
|
+
* The offset is where in the pattern the system will start counting.
|
213
|
+
* The maximum length of the dash pattern is 32.
|
214
|
+
*/
|
215
|
+
virtual void setDashes(FXuint dashoffset,const FXchar *dashpattern,FXuint dashlength);
|
216
|
+
|
217
|
+
/// Set line width:- 0 means thinnest/fastest possible
|
218
|
+
virtual void setLineWidth(FXuint linewidth=0);
|
219
|
+
|
220
|
+
/// Set line cap style
|
221
|
+
virtual void setLineCap(FXCapStyle capstyle=CAP_BUTT);
|
222
|
+
|
223
|
+
/// Set line join style
|
224
|
+
virtual void setLineJoin(FXJoinStyle joinstyle=JOIN_MITER);
|
225
|
+
|
226
|
+
/// Set line style
|
227
|
+
virtual void setLineStyle(FXLineStyle linestyle=LINE_SOLID);
|
228
|
+
|
229
|
+
/// Set fill style
|
230
|
+
virtual void setFillStyle(FXFillStyle fillstyle=FILL_SOLID);
|
231
|
+
|
232
|
+
/// Set fill rule
|
233
|
+
virtual void setFillRule(FXFillRule fillrule=RULE_EVEN_ODD);
|
234
|
+
|
235
|
+
/// Set rasterop function
|
236
|
+
virtual void setFunction(FXFunction func=BLT_SRC);
|
237
|
+
|
238
|
+
/// Set the tile image
|
239
|
+
virtual void setTile(FXImage* image,FXint dx=0,FXint dy=0);
|
240
|
+
|
241
|
+
/// Set the stipple pattern
|
242
|
+
virtual void setStipple(FXBitmap *bitmap,FXint dx=0,FXint dy=0);
|
243
|
+
|
244
|
+
/// Set the stipple pattern
|
245
|
+
virtual void setStipple(FXStipplePattern pat,FXint dx=0,FXint dy=0);
|
246
|
+
|
247
|
+
/// Set clip region
|
248
|
+
virtual void setClipRegion(const FXRegion& region);
|
249
|
+
|
250
|
+
/// Set clip rectangle
|
251
|
+
virtual void setClipRectangle(FXint x,FXint y,FXint w,FXint h);
|
252
|
+
|
253
|
+
/// Change clip rectangle
|
254
|
+
virtual void setClipRectangle(const FXRectangle& rectangle);
|
255
|
+
|
256
|
+
/// Clear clipping
|
257
|
+
virtual void clearClipRectangle();
|
258
|
+
|
259
|
+
/// Set clip mask
|
260
|
+
virtual void setClipMask(FXBitmap* bitmap,FXint dx=0,FXint dy=0);
|
261
|
+
|
262
|
+
/// Clear clip mask
|
263
|
+
virtual void clearClipMask();
|
264
|
+
|
265
|
+
/// Set font to draw text with
|
266
|
+
virtual void setFont(FXFont *fnt);
|
267
|
+
|
268
|
+
/// Clip against child windows
|
269
|
+
virtual void clipChildren(FXbool yes);
|
270
|
+
}
|
271
|
+
%enddef
|
272
|
+
|
273
|
+
%define DECLARE_FXDIALOGBOX_VIRTUALS(klass)
|
274
|
+
%extend klass {
|
275
|
+
/// Run modal invocation of the dialog
|
276
|
+
virtual FXuint execute(FXuint placement=PLACEMENT_CURSOR);
|
277
|
+
}
|
278
|
+
%enddef
|
279
|
+
|
280
|
+
%define DECLARE_FXDOCKBAR_VIRTUALS(klass)
|
281
|
+
%extend klass {
|
282
|
+
/**
|
283
|
+
* Dock the bar against the given side, after some other widget.
|
284
|
+
* However, if after is -1, it will be docked as the innermost bar just before
|
285
|
+
* the work-area, while if after is 0, if will be docked as the outermost bar.
|
286
|
+
*/
|
287
|
+
virtual void dock(FXDockSite* docksite,FXWindow* before=NULL,FXbool notify=FALSE);
|
288
|
+
|
289
|
+
/**
|
290
|
+
* Dock the bar against the given side, near the given position relative
|
291
|
+
* to the toolbar dock's origin.
|
292
|
+
*/
|
293
|
+
virtual void dock(FXDockSite* docksite,FXint localx,FXint localy,FXbool notify);
|
294
|
+
|
295
|
+
/**
|
296
|
+
* Undock or float the bar.
|
297
|
+
* The initial position of the wet dock is a few pixels
|
298
|
+
* below and to the right of the original docked position.
|
299
|
+
*/
|
300
|
+
virtual void undock(FXint rootx,FXint rooty,FXbool notify=FALSE);
|
301
|
+
}
|
302
|
+
%enddef
|
303
|
+
|
304
|
+
%define DECLARE_FXDOCKSITE_VIRTUALS(klass)
|
305
|
+
%extend klass {
|
306
|
+
/**
|
307
|
+
* Move tool bar, changing its options to suite the new position.
|
308
|
+
* Used by the toolbar dragging to rearrange the toolbars inside the
|
309
|
+
* toolbar dock.
|
310
|
+
*/
|
311
|
+
virtual void moveToolBar(FXDockBar* bar,FXint barx,FXint bary);
|
312
|
+
|
313
|
+
/**
|
314
|
+
* The dock site is notified that the given bar has been added
|
315
|
+
* logically before the given window, and is to placed on a new
|
316
|
+
* galley all by itself. The default implementation adjusts
|
317
|
+
* the layout options of the bars accordingly.
|
318
|
+
*/
|
319
|
+
virtual void dockToolBar(FXDockBar* bar,FXWindow* before);
|
320
|
+
|
321
|
+
/**
|
322
|
+
* The dock site is informed that the given bar has been docked
|
323
|
+
* at the given coordinates. The default implementation determines
|
324
|
+
* where to insert the newly docked bar and adjusts the layout
|
325
|
+
* options of the bars accordingly.
|
326
|
+
*/
|
327
|
+
virtual void dockToolBar(FXDockBar* bar,FXint barx,FXint bary);
|
328
|
+
|
329
|
+
/**
|
330
|
+
* The dock site is informed that the given bar has been removed.
|
331
|
+
* In the default implementation, the dock site fixes the layout
|
332
|
+
* options of the remaining bars so they stay in the same place
|
333
|
+
* if possible.
|
334
|
+
*/
|
335
|
+
virtual void undockToolBar(FXDockBar* bar);
|
336
|
+
}
|
337
|
+
%enddef
|
338
|
+
|
339
|
+
%define DECLARE_FXDRAWABLE_VIRTUALS(klass)
|
340
|
+
%extend klass {
|
341
|
+
/// Resize drawable to the specified width and height
|
342
|
+
virtual void resize(FXint w,FXint h);
|
343
|
+
}
|
344
|
+
%enddef
|
345
|
+
|
346
|
+
%define DECLARE_FXFILEDICT_VIRTUALS(klass)
|
347
|
+
%extend klass {
|
348
|
+
virtual FXFileAssoc* findFileBinding(const FXchar* pathname);
|
349
|
+
virtual FXFileAssoc* findDirBinding(const FXchar* pathname);
|
350
|
+
virtual FXFileAssoc* findExecBinding(const FXchar* pathname);
|
351
|
+
}
|
352
|
+
%enddef
|
353
|
+
|
354
|
+
%define DECLARE_FXFOLDINGITEM_VIRTUALS(klass)
|
355
|
+
%extend klass {
|
356
|
+
virtual void setText(const FXString& txt);
|
357
|
+
virtual void setOpenIcon(FXIcon* icn,FXbool owned=FALSE);
|
358
|
+
virtual void setClosedIcon(FXIcon* icn,FXbool owned=FALSE);
|
359
|
+
virtual void setFocus(FXbool focus);
|
360
|
+
virtual void setSelected(FXbool selected);
|
361
|
+
virtual void setOpened(FXbool opened);
|
362
|
+
virtual void setExpanded(FXbool expanded);
|
363
|
+
virtual void setEnabled(FXbool enabled);
|
364
|
+
virtual void setDraggable(FXbool draggable);
|
365
|
+
virtual FXint getWidth(const FXFoldingList* list) const;
|
366
|
+
virtual FXint getHeight(const FXFoldingList* list) const;
|
367
|
+
virtual void create();
|
368
|
+
virtual void detach();
|
369
|
+
virtual void destroy();
|
370
|
+
}
|
371
|
+
%enddef
|
372
|
+
|
373
|
+
%define DECLARE_FXFOLDINGLIST_VIRTUALS(klass)
|
374
|
+
%extend klass {
|
375
|
+
virtual FXFoldingItem *getItemAt(FXint x,FXint y) const;
|
376
|
+
virtual void makeItemVisible(FXFoldingItem* item);
|
377
|
+
|
378
|
+
/// Enable item
|
379
|
+
virtual FXbool enableItem(FXFoldingItem* item);
|
380
|
+
|
381
|
+
/// Disable item
|
382
|
+
virtual FXbool disableItem(FXFoldingItem* item);
|
383
|
+
|
384
|
+
/// Select item
|
385
|
+
virtual FXbool selectItem(FXFoldingItem* item,FXbool notify=FALSE);
|
386
|
+
|
387
|
+
/// Deselect item
|
388
|
+
virtual FXbool deselectItem(FXFoldingItem* item,FXbool notify=FALSE);
|
389
|
+
|
390
|
+
/// Toggle item selection
|
391
|
+
virtual FXbool toggleItem(FXFoldingItem* item,FXbool notify=FALSE);
|
392
|
+
|
393
|
+
/// Extend selection from anchor item to item
|
394
|
+
virtual FXbool extendSelection(FXFoldingItem* item,FXbool notify=FALSE);
|
395
|
+
|
396
|
+
/// Deselect all items
|
397
|
+
virtual FXbool killSelection(FXbool notify=FALSE);
|
398
|
+
|
399
|
+
/// Open item
|
400
|
+
virtual FXbool openItem(FXFoldingItem* item,FXbool notify=FALSE);
|
401
|
+
|
402
|
+
/// Close item
|
403
|
+
virtual FXbool closeItem(FXFoldingItem* item,FXbool notify=FALSE);
|
404
|
+
|
405
|
+
/// Collapse tree
|
406
|
+
virtual FXbool collapseTree(FXFoldingItem* tree,FXbool notify=FALSE);
|
407
|
+
|
408
|
+
/// Expand tree
|
409
|
+
virtual FXbool expandTree(FXFoldingItem* tree,FXbool notify=FALSE);
|
410
|
+
|
411
|
+
/// Change current item
|
412
|
+
virtual void setCurrentItem(FXFoldingItem* item,FXbool notify=FALSE);
|
413
|
+
}
|
414
|
+
%enddef
|
415
|
+
|
416
|
+
%define DECLARE_FXFONT_VIRTUALS(klass)
|
417
|
+
%extend klass {
|
418
|
+
/// Change font description
|
419
|
+
virtual void setFontDesc(const FXFontDesc& fontdesc);
|
420
|
+
|
421
|
+
/// Set to new angle, in degrees*64 relative to positive x axis
|
422
|
+
virtual void setAngle(FXint ang);
|
423
|
+
|
424
|
+
/**
|
425
|
+
* Change the font to the specified font description string.
|
426
|
+
*/
|
427
|
+
virtual void setFont(const FXString& string);
|
428
|
+
|
429
|
+
/// Find out if the font is monotype or proportional
|
430
|
+
virtual FXbool isFontMono() const;
|
431
|
+
|
432
|
+
%extend {
|
433
|
+
/// See if font has glyph for ch
|
434
|
+
virtual FXbool hasChar(VALUE ch) const {
|
435
|
+
if(TYPE(ch)==T_STRING){
|
436
|
+
if(RSTRING_LEN(ch)==1){
|
437
|
+
return self->hasChar(*(StringValuePtr(ch))); // FIXME: hasChar() expects an FXwchar
|
438
|
+
}
|
439
|
+
else{
|
440
|
+
rb_raise(rb_eArgError,"expected a string of length one");
|
441
|
+
}
|
442
|
+
}
|
443
|
+
else{
|
444
|
+
return self->hasChar(NUM2INT(ch)); // FIXME: hasChar() expects an FXwchar
|
445
|
+
}
|
446
|
+
}
|
447
|
+
}
|
448
|
+
|
449
|
+
/// Get first character glyph in font
|
450
|
+
virtual FXwchar getMinChar() const;
|
451
|
+
|
452
|
+
/// Get last character glyph in font
|
453
|
+
virtual FXwchar getMaxChar() const;
|
454
|
+
|
455
|
+
/// Left bearing
|
456
|
+
virtual FXint leftBearing(FXwchar ch) const;
|
457
|
+
|
458
|
+
/// Right bearing
|
459
|
+
virtual FXint rightBearing(FXwchar ch) const;
|
460
|
+
|
461
|
+
/// Width of widest character in font
|
462
|
+
virtual FXint getFontWidth() const;
|
463
|
+
|
464
|
+
/// Height of highest character in font
|
465
|
+
virtual FXint getFontHeight() const;
|
466
|
+
|
467
|
+
/// Ascent from baseline
|
468
|
+
virtual FXint getFontAscent() const;
|
469
|
+
|
470
|
+
/// Descent from baseline
|
471
|
+
virtual FXint getFontDescent() const;
|
472
|
+
|
473
|
+
/// Get font leading [that is lead-ing as in Pb!]
|
474
|
+
virtual FXint getFontLeading() const;
|
475
|
+
|
476
|
+
/// Get font line spacing
|
477
|
+
virtual FXint getFontSpacing() const;
|
478
|
+
|
479
|
+
/// Calculate width of single wide character in this font
|
480
|
+
virtual FXint getCharWidth(const FXwchar ch) const;
|
481
|
+
|
482
|
+
/// Calculate width of given text in this font
|
483
|
+
virtual FXint getTextWidth(const FXString& string) const;
|
484
|
+
|
485
|
+
/// Calculate height of given text in this font
|
486
|
+
virtual FXint getTextHeight(const FXString& string) const;
|
487
|
+
}
|
488
|
+
%enddef
|
489
|
+
|
490
|
+
%define DECLARE_FXGLCANVAS_VIRTUALS(klass)
|
491
|
+
%extend klass {
|
492
|
+
/// Make OpenGL context current prior to performing OpenGL commands
|
493
|
+
virtual FXbool makeCurrent();
|
494
|
+
|
495
|
+
/// Make OpenGL context non current
|
496
|
+
virtual FXbool makeNonCurrent();
|
497
|
+
|
498
|
+
/// Return TRUE if context is current
|
499
|
+
virtual FXbool isCurrent() const;
|
500
|
+
|
501
|
+
/// Swap front and back buffer
|
502
|
+
virtual void swapBuffers();
|
503
|
+
}
|
504
|
+
%enddef
|
505
|
+
|
506
|
+
%define DECLARE_FXGLOBJECT_VIRTUALS(klass)
|
507
|
+
%extend klass {
|
508
|
+
/// Clone this object
|
509
|
+
virtual FXGLObject* copy();
|
510
|
+
|
511
|
+
/// Called by the viewer to get bounds for this object
|
512
|
+
virtual FXRangef bounds();
|
513
|
+
|
514
|
+
/// Draw this object in a viewer
|
515
|
+
virtual void draw(FXGLViewer* viewer);
|
516
|
+
|
517
|
+
/// Draw this object for hit-testing purposes
|
518
|
+
virtual void hit(FXGLViewer* viewer);
|
519
|
+
|
520
|
+
/// Return true if this object can be dragged around
|
521
|
+
virtual FXbool canDrag() const;
|
522
|
+
|
523
|
+
/// Return true if this object can be deleted from the scene
|
524
|
+
virtual FXbool canDelete() const;
|
525
|
+
|
526
|
+
/// Drag this object from one position to another
|
527
|
+
virtual FXbool drag(FXGLViewer* viewer,FXint fx,FXint fy,FXint tx,FXint ty);
|
528
|
+
}
|
529
|
+
%enddef
|
530
|
+
|
531
|
+
%define DECLARE_FXGLSHAPE_VIRTUALS(klass)
|
532
|
+
%extend klass {
|
533
|
+
virtual void drawshape(FXGLViewer*);
|
534
|
+
}
|
535
|
+
%enddef
|
536
|
+
|
537
|
+
%define DECLARE_FXGLVIEWER_VIRTUALS(klass)
|
538
|
+
%extend klass {
|
539
|
+
/// Return a NULL-terminated list of all objects in the given rectangle, or NULL
|
540
|
+
virtual FXGLObject** select(FXint x,FXint y,FXint w,FXint h);
|
541
|
+
|
542
|
+
/// Perform a pick operation, returning the object at the given x,y position, or NULL
|
543
|
+
virtual FXGLObject* pick(FXint x,FXint y);
|
544
|
+
|
545
|
+
/// Change the model bounding box; this adjusts the viewer
|
546
|
+
virtual FXbool setBounds(const FXRangef& box);
|
547
|
+
}
|
548
|
+
%enddef
|
549
|
+
|
550
|
+
%define DECLARE_FXHEADERITEM_VIRTUALS(klass)
|
551
|
+
%extend klass {
|
552
|
+
virtual void setText(const FXString& txt);
|
553
|
+
virtual void setIcon(FXIcon *ic);
|
554
|
+
virtual FXint getWidth(const FXHeader* header) const;
|
555
|
+
virtual FXint getHeight(const FXHeader* header) const;
|
556
|
+
virtual void create();
|
557
|
+
virtual void detach();
|
558
|
+
virtual void destroy();
|
559
|
+
}
|
560
|
+
%enddef
|
561
|
+
|
562
|
+
%define DECLARE_FXICONITEM_VIRTUALS(klass)
|
563
|
+
%extend klass {
|
564
|
+
virtual void draw(const FXIconList* list,FXDC& dc,FXint x,FXint y,FXint w,FXint h) const;
|
565
|
+
virtual FXint hitItem(const FXIconList* list,FXint rx,FXint ry,FXint rw=1,FXint rh=1) const;
|
566
|
+
virtual void drawBigIcon(const FXIconList* list,FXDC& dc,FXint x,FXint y,FXint w,FXint h) const;
|
567
|
+
virtual void drawMiniIcon(const FXIconList* list,FXDC& dc,FXint x,FXint y,FXint w,FXint h) const;
|
568
|
+
virtual void drawDetails(const FXIconList* list,FXDC& dc,FXint x,FXint y,FXint w,FXint h) const;
|
569
|
+
virtual void setText(const FXString& text);
|
570
|
+
virtual void setBigIcon(FXIcon* icn,FXbool owned=FALSE);
|
571
|
+
virtual void setMiniIcon(FXIcon* icn,FXbool owned=FALSE);
|
572
|
+
virtual void setFocus(FXbool focus);
|
573
|
+
virtual void setSelected(FXbool selected);
|
574
|
+
virtual void setEnabled(FXbool enabled);
|
575
|
+
virtual void setDraggable(FXbool draggable);
|
576
|
+
virtual FXint getWidth(const FXIconList* list) const;
|
577
|
+
virtual FXint getHeight(const FXIconList* list) const;
|
578
|
+
virtual void create();
|
579
|
+
virtual void detach();
|
580
|
+
virtual void destroy();
|
581
|
+
}
|
582
|
+
%enddef
|
583
|
+
|
584
|
+
%define DECLARE_FXICONLIST_VIRTUALS(klass)
|
585
|
+
%extend klass {
|
586
|
+
/// Select item at index
|
587
|
+
virtual FXbool selectItem(FXint index,FXbool notify=FALSE);
|
588
|
+
|
589
|
+
/// Deselect item at index
|
590
|
+
virtual FXbool deselectItem(FXint index,FXbool notify=FALSE);
|
591
|
+
|
592
|
+
/// Toggle item at index
|
593
|
+
virtual FXbool toggleItem(FXint index,FXbool notify=FALSE);
|
594
|
+
|
595
|
+
/// Select items in rectangle
|
596
|
+
virtual FXbool selectInRectangle(FXint x,FXint y,FXint w,FXint h,FXbool notify=FALSE);
|
597
|
+
|
598
|
+
/// Extend selection from anchor index to index
|
599
|
+
virtual FXbool extendSelection(FXint index,FXbool notify=FALSE);
|
600
|
+
|
601
|
+
/// Deselect all items
|
602
|
+
virtual FXbool killSelection(FXbool notify=FALSE);
|
603
|
+
|
604
|
+
/// Change current item index
|
605
|
+
virtual void setCurrentItem(FXint index,FXbool notify=FALSE);
|
606
|
+
|
607
|
+
/// Return index of item at x,y, or -1 if none
|
608
|
+
virtual FXint getItemAt(FXint x,FXint y) const;
|
609
|
+
|
610
|
+
/// Scroll to make item at index visible
|
611
|
+
virtual void makeItemVisible(FXint index);
|
612
|
+
|
613
|
+
/// Enable item at index
|
614
|
+
virtual FXbool enableItem(FXint index);
|
615
|
+
|
616
|
+
/// Disable item at index
|
617
|
+
virtual FXbool disableItem(FXint index);
|
618
|
+
}
|
619
|
+
%enddef
|
620
|
+
|
621
|
+
%define DECLARE_FXICONSOURCE_VIRTUALS(klass)
|
622
|
+
%extend klass {
|
623
|
+
/**
|
624
|
+
* Load an icon from the file filename. By default, the file extension is
|
625
|
+
* stripped and used as the icon type; if an explicit icon type is forced,
|
626
|
+
* then that type is used and the extension is ignored.
|
627
|
+
* For example, loadIcon("icon","gif") will try to load a CompuServe GIF
|
628
|
+
* file, since the filename does not give any clue as to the type of the
|
629
|
+
* icon.
|
630
|
+
*/
|
631
|
+
virtual FXIcon *loadIconFile(const FXString& filename,const FXString& type=FXString::null) const;
|
632
|
+
|
633
|
+
/**
|
634
|
+
* Load an icon of a given type (e.g. "gif") from reswrapped data.
|
635
|
+
* Returns NULL if there's some error loading the icon. [The optional
|
636
|
+
* parameter is actually mandatory at the time of this writing; future
|
637
|
+
* versions will attempt to inspect the first few bytes of the stream
|
638
|
+
* to divine the icon format if the parameter is omitted].
|
639
|
+
*/
|
640
|
+
virtual FXIcon *loadIconData(const void *pixels,const FXString& type=FXString::null) const;
|
641
|
+
|
642
|
+
/**
|
643
|
+
* Load an icon of a given type (e.g. "gif") from an already open stream.
|
644
|
+
* Returns NULL if there's some error loading the icon. [The optional
|
645
|
+
* parameter is actually mandatory at the time of this writing; future
|
646
|
+
* versions will attempt to inspect the first few bytes of the stream
|
647
|
+
* to divine the icon format if the parameter is omitted].
|
648
|
+
*/
|
649
|
+
virtual FXIcon *loadIconStream(FXStream& store,const FXString& type=FXString::null) const;
|
650
|
+
|
651
|
+
/**
|
652
|
+
* Load an image from the file filename. By default, the file extension is
|
653
|
+
* stripped and used as the image type; if an explicit image type is forced,
|
654
|
+
* then that type is used and the extension is ignored.
|
655
|
+
* For example, loadImage("image","gif") will try to load a CompuServe GIF
|
656
|
+
* file, since the filename does not give any clue as to the type of the
|
657
|
+
* image.
|
658
|
+
*/
|
659
|
+
virtual FXImage *loadImageFile(const FXString& filename,const FXString& type=FXString::null) const;
|
660
|
+
|
661
|
+
/**
|
662
|
+
* Load an image of a given type (e.g. "gif") from reswrapped data.
|
663
|
+
* Returns NULL if there's some error loading the icon. [The optional
|
664
|
+
* parameter is actually mandatory at the time of this writing; future
|
665
|
+
* versions will attempt to inspect the first few bytes of the stream
|
666
|
+
* to divine the icon format if the parameter is omitted].
|
667
|
+
*/
|
668
|
+
virtual FXImage *loadImageData(const void *pixels,const FXString& type=FXString::null) const;
|
669
|
+
|
670
|
+
/**
|
671
|
+
* Load an image of a given type (e.g. "gif") from an already open stream.
|
672
|
+
* Returns NULL if there's some error loading the image. [The optional
|
673
|
+
* parameter is actually mandatory at the time of this writing; future
|
674
|
+
* versions will attempt to inspect the first few bytes of the stream
|
675
|
+
* to divine the image format if the parameter is omitted].
|
676
|
+
*/
|
677
|
+
virtual FXImage *loadImageStream(FXStream& store,const FXString& type=FXString::null) const;
|
678
|
+
|
679
|
+
/// Load icon and scale it such that its dimensions does not exceed given size
|
680
|
+
virtual FXIcon *loadScaledIconFile(const FXString& filename,FXint size=32,FXint qual=0,const FXString& type=FXString::null) const;
|
681
|
+
|
682
|
+
/// Load icon and scale it such that its dimensions does not exceed given size
|
683
|
+
virtual FXIcon *loadScaledIconData(const void *pixels,FXint size=32,FXint qual=0,const FXString& type=FXString::null) const;
|
684
|
+
|
685
|
+
/// Load icon and scale it such that its dimensions does not exceed given size
|
686
|
+
virtual FXIcon *loadScaledIconStream(FXStream& store,FXint size=32,FXint qual=0,const FXString& type=FXString::null) const;
|
687
|
+
|
688
|
+
/// Load image and scale it such that its dimensions does not exceed given size
|
689
|
+
virtual FXImage *loadScaledImageFile(const FXString& filename,FXint size=32,FXint qual=0,const FXString& type=FXString::null) const;
|
690
|
+
|
691
|
+
/// Load image and scale it such that its dimensions does not exceed given size
|
692
|
+
virtual FXImage *loadScaledImageData(const void *pixels,FXint size=32,FXint qual=0,const FXString& type=FXString::null) const;
|
693
|
+
|
694
|
+
/// Load image and scale it such that its dimensions does not exceed given size
|
695
|
+
virtual FXImage *loadScaledImageStream(FXStream& store,FXint size=32,FXint qual=0,const FXString& type=FXString::null) const;
|
696
|
+
}
|
697
|
+
%enddef
|
698
|
+
|
699
|
+
%define DECLARE_FXID_VIRTUALS(klass)
|
700
|
+
%extend klass {
|
701
|
+
virtual void create();
|
702
|
+
virtual void detach();
|
703
|
+
virtual void destroy();
|
704
|
+
}
|
705
|
+
%enddef
|
706
|
+
|
707
|
+
%define DECLARE_FXIMAGE_VIRTUALS(klass)
|
708
|
+
%extend klass {
|
709
|
+
/**
|
710
|
+
* Retrieves pixels from the server-side image. For example, to make
|
711
|
+
* screen snapshots, or to retrieve an image after it has been drawn
|
712
|
+
* into by various means.
|
713
|
+
*/
|
714
|
+
virtual void restore();
|
715
|
+
|
716
|
+
/**
|
717
|
+
* Render the server-side representation of the image from client-side
|
718
|
+
* pixels. Normally, IMAGE_DITHER is used which causes the server-side
|
719
|
+
* representation to be rendered using a 16x16 ordered dither if necessary;
|
720
|
+
* however if IMAGE_NEAREST is used a faster (but uglier-looking), nearest
|
721
|
+
* neighbor algorithm is used.
|
722
|
+
*/
|
723
|
+
virtual void render();
|
724
|
+
|
725
|
+
/**
|
726
|
+
* Release the client-side pixels buffer, free it if it was owned.
|
727
|
+
* If it is not owned, the image just forgets about the buffer.
|
728
|
+
*/
|
729
|
+
virtual void release();
|
730
|
+
|
731
|
+
/**
|
732
|
+
* Rescale pixels image to the specified width and height; this calls
|
733
|
+
* resize() to adjust the client and server side representations.
|
734
|
+
*/
|
735
|
+
virtual void scale(FXint w,FXint h,FXint quality=0);
|
736
|
+
|
737
|
+
/// Mirror image horizontally and/or vertically
|
738
|
+
virtual void mirror(bool horizontal,bool vertical);
|
739
|
+
|
740
|
+
/**
|
741
|
+
* Rotate image by degrees ccw; this calls resize() to adjust the client
|
742
|
+
* and server side representations if necessary.
|
743
|
+
*/
|
744
|
+
virtual void rotate(FXint degrees);
|
745
|
+
|
746
|
+
/**
|
747
|
+
* Crop image to given rectangle; this calls resize() to adjust the client
|
748
|
+
* and server side representations.
|
749
|
+
*/
|
750
|
+
virtual void crop(FXint x,FXint y,FXint w,FXint h,FXColor color=0);
|
751
|
+
|
752
|
+
/// Fill image with uniform color
|
753
|
+
virtual void fill(FXColor color);
|
754
|
+
|
755
|
+
/// Fade image to uniform color
|
756
|
+
virtual void fade(FXColor color,FXint factor=255);
|
757
|
+
|
758
|
+
/**
|
759
|
+
* Shear image horizontally; the number of pixels is equal to the
|
760
|
+
* shear parameter times 256. The area outside the image is filled
|
761
|
+
* with transparent black, unless another color is specified.
|
762
|
+
*/
|
763
|
+
virtual void xshear(FXint shear,FXColor clr=0);
|
764
|
+
|
765
|
+
/**
|
766
|
+
* Shear image vertically; the number of pixels is equal to the
|
767
|
+
* shear parameter times 256. The area outside the image is filled
|
768
|
+
* with transparent black, unless another color is specified.
|
769
|
+
*/
|
770
|
+
virtual void yshear(FXint shear,FXColor clr=0);
|
771
|
+
|
772
|
+
/// Fill horizontal gradient
|
773
|
+
virtual void hgradient(FXColor left,FXColor right);
|
774
|
+
|
775
|
+
/// Fill vertical gradient
|
776
|
+
virtual void vgradient(FXColor top,FXColor bottom);
|
777
|
+
|
778
|
+
/// Fill with gradient
|
779
|
+
virtual void gradient(FXColor topleft,FXColor topright,FXColor bottomleft,FXColor bottomright);
|
780
|
+
|
781
|
+
/// Blend image over uniform color
|
782
|
+
virtual void blend(FXColor color);
|
783
|
+
|
784
|
+
virtual bool savePixels(FXStream& store) const;
|
785
|
+
virtual bool loadPixels(FXStream& store);
|
786
|
+
}
|
787
|
+
%enddef
|
788
|
+
|
789
|
+
%define DECLARE_FXLISTITEM_VIRTUALS(klass)
|
790
|
+
%extend klass {
|
791
|
+
virtual void setText(const FXString& txt);
|
792
|
+
virtual void setIcon(FXIcon* icn,FXbool owned=FALSE);
|
793
|
+
virtual void setFocus(FXbool focus);
|
794
|
+
virtual void setSelected(FXbool selected);
|
795
|
+
virtual void setEnabled(FXbool enabled);
|
796
|
+
virtual void setDraggable(FXbool draggable);
|
797
|
+
virtual FXint getWidth(const FXList* list) const;
|
798
|
+
virtual FXint getHeight(const FXList* list) const;
|
799
|
+
virtual void create();
|
800
|
+
virtual void detach();
|
801
|
+
virtual void destroy();
|
802
|
+
}
|
803
|
+
%enddef
|
804
|
+
|
805
|
+
%define DECLARE_FXLIST_VIRTUALS(klass)
|
806
|
+
%extend klass {
|
807
|
+
/// Enable item
|
808
|
+
virtual FXbool enableItem(FXint index);
|
809
|
+
|
810
|
+
/// Disable item
|
811
|
+
virtual FXbool disableItem(FXint index);
|
812
|
+
|
813
|
+
/// Scroll to bring item into view
|
814
|
+
virtual void makeItemVisible(FXint index);
|
815
|
+
|
816
|
+
/// Return index of item at x,y, if any
|
817
|
+
virtual FXint getItemAt(FXint x,FXint y) const;
|
818
|
+
|
819
|
+
/// Select item
|
820
|
+
virtual FXbool selectItem(FXint index,FXbool notify=FALSE);
|
821
|
+
|
822
|
+
/// Deselect item
|
823
|
+
virtual FXbool deselectItem(FXint index,FXbool notify=FALSE);
|
824
|
+
|
825
|
+
/// Toggle item selection state
|
826
|
+
virtual FXbool toggleItem(FXint index,FXbool notify=FALSE);
|
827
|
+
|
828
|
+
/// Extend selection from anchor item to index
|
829
|
+
virtual FXbool extendSelection(FXint index,FXbool notify=FALSE);
|
830
|
+
|
831
|
+
/// Deselect all items
|
832
|
+
virtual FXbool killSelection(FXbool notify=FALSE);
|
833
|
+
|
834
|
+
/// Change current item
|
835
|
+
virtual void setCurrentItem(FXint index,FXbool notify=FALSE);
|
836
|
+
}
|
837
|
+
%enddef
|
838
|
+
|
839
|
+
%define DECLARE_FXLISTBOX_VIRTUALS(klass)
|
840
|
+
%extend klass {
|
841
|
+
/// Set the current item (index is zero-based)
|
842
|
+
virtual void setCurrentItem(FXint index,FXbool notify=FALSE);
|
843
|
+
}
|
844
|
+
%enddef
|
845
|
+
|
846
|
+
%define DECLARE_FXMDICHILD_VIRTUALS(klass)
|
847
|
+
%extend klass {
|
848
|
+
virtual FXbool minimize(FXbool notify=FALSE);
|
849
|
+
virtual FXbool maximize(FXbool notify=FALSE);
|
850
|
+
virtual FXbool restore(FXbool notify=FALSE);
|
851
|
+
virtual FXbool close(FXbool notify=FALSE);
|
852
|
+
}
|
853
|
+
%enddef
|
854
|
+
|
855
|
+
%define DECLARE_FXMDICLIENT_VIRTUALS(klass)
|
856
|
+
%extend klass {
|
857
|
+
/// Set active MDI Child
|
858
|
+
virtual FXbool setActiveChild(FXMDIChild* child=NULL,FXbool notify=TRUE);
|
859
|
+
|
860
|
+
// Cascade windows
|
861
|
+
virtual void cascade(FXbool notify=FALSE);
|
862
|
+
|
863
|
+
// Layout horizontally
|
864
|
+
virtual void horizontal(FXbool notify=FALSE);
|
865
|
+
|
866
|
+
// Layout vertically
|
867
|
+
virtual void vertical(FXbool notify=FALSE);
|
868
|
+
}
|
869
|
+
%enddef
|
870
|
+
|
871
|
+
%define DECLARE_FXOBJECT_VIRTUALS(klass)
|
872
|
+
%extend klass {
|
873
|
+
/// Save object to stream
|
874
|
+
virtual void save(FXStream& store) const;
|
875
|
+
|
876
|
+
/// Load object from stream
|
877
|
+
virtual void load(FXStream& store);
|
878
|
+
}
|
879
|
+
%enddef
|
880
|
+
|
881
|
+
%define DECLARE_FXPOPUP_VIRTUALS(klass)
|
882
|
+
%extend klass {
|
883
|
+
virtual void popup(FXWindow* grabto,FXint x,FXint y,FXint w=0,FXint h=0);
|
884
|
+
virtual void popdown();
|
885
|
+
}
|
886
|
+
%enddef
|
887
|
+
|
888
|
+
%define DECLARE_FXREALSPINNER_VIRTUALS(klass)
|
889
|
+
%extend klass {
|
890
|
+
virtual void setValue(FXdouble value,FXbool notify=FALSE);
|
891
|
+
}
|
892
|
+
%enddef
|
893
|
+
|
894
|
+
%define DECLARE_FXSCROLLAREA_VIRTUALS(klass)
|
895
|
+
%extend klass {
|
896
|
+
virtual FXint getViewportHeight();
|
897
|
+
virtual FXint getViewportWidth();
|
898
|
+
virtual FXint getContentHeight();
|
899
|
+
virtual FXint getContentWidth();
|
900
|
+
|
901
|
+
/**
|
902
|
+
* Get the current position.
|
903
|
+
* Note: This is not a virtual member function in the C++ library,
|
904
|
+
* but we need to redeclare it here so that SWIG's overloading
|
905
|
+
* mechanism will correctly handle both this version and the the
|
906
|
+
* four-argument version of position() declared in class FXWindow.
|
907
|
+
*/
|
908
|
+
VALUE position() const {
|
909
|
+
FXint x, y;
|
910
|
+
self->getPosition(x, y);
|
911
|
+
VALUE pos = rb_ary_new();
|
912
|
+
rb_ary_push(pos, INT2NUM(x));
|
913
|
+
rb_ary_push(pos, INT2NUM(y));
|
914
|
+
return pos;
|
915
|
+
}
|
916
|
+
}
|
917
|
+
%enddef
|
918
|
+
|
919
|
+
%define DECLARE_FXSPINNER_VIRTUALS(klass)
|
920
|
+
%extend klass {
|
921
|
+
virtual void setValue(FXint value,FXbool notify=FALSE);
|
922
|
+
}
|
923
|
+
%enddef
|
924
|
+
|
925
|
+
%define DECLARE_FXSHUTTER_VIRTUALS(klass)
|
926
|
+
%extend klass {
|
927
|
+
virtual void setCurrent(FXint panel);
|
928
|
+
}
|
929
|
+
%enddef
|
930
|
+
|
931
|
+
%define DECLARE_FXSTREAM_VIRTUALS(klass)
|
932
|
+
%rename("setPosition") klass::position(FXlong offset,FXWhence whence);
|
933
|
+
%extend klass {
|
934
|
+
virtual bool close();
|
935
|
+
virtual bool flush();
|
936
|
+
virtual bool position(FXlong offset,FXWhence whence=FXFromStart);
|
937
|
+
}
|
938
|
+
%enddef
|
939
|
+
|
940
|
+
%define DECLARE_FXTABBAR_VIRTUALS(klass)
|
941
|
+
%extend klass {
|
942
|
+
virtual void setCurrent(FXint panel,FXbool notify=FALSE);
|
943
|
+
}
|
944
|
+
%enddef
|
945
|
+
|
946
|
+
%define DECLARE_FXTABLEITEM_VIRTUALS(klass)
|
947
|
+
%extend klass {
|
948
|
+
virtual void draw(const FXTable* table,FXDC& dc,FXint x,FXint y,FXint w,FXint h) const;
|
949
|
+
virtual void drawBorders(const FXTable* table,FXDC& dc,FXint x,FXint y,FXint w,FXint h) const;
|
950
|
+
virtual void drawContent(const FXTable* table,FXDC& dc,FXint x,FXint y,FXint w,FXint h) const;
|
951
|
+
virtual void drawPattern(const FXTable* table,FXDC& dc,FXint x,FXint y,FXint w,FXint h) const;
|
952
|
+
virtual void drawBackground(const FXTable* table,FXDC& dc,FXint x,FXint y,FXint w,FXint h) const;
|
953
|
+
|
954
|
+
// Change item's text label
|
955
|
+
virtual void setText(const FXString& txt);
|
956
|
+
|
957
|
+
// Return item's text label
|
958
|
+
virtual FXString getText() const;
|
959
|
+
|
960
|
+
/// Change item's icon, deleting the old icon if it was owned
|
961
|
+
virtual void setIcon(FXIcon* icn,FXbool owned=FALSE);
|
962
|
+
|
963
|
+
/// Return item's icon
|
964
|
+
virtual FXIcon* getIcon() const;
|
965
|
+
|
966
|
+
// Make item draw as focused
|
967
|
+
virtual void setFocus(FXbool focus);
|
968
|
+
|
969
|
+
// Select item
|
970
|
+
virtual void setSelected(FXbool selected);
|
971
|
+
|
972
|
+
// Enable or disable item
|
973
|
+
virtual void setEnabled(FXbool enabled);
|
974
|
+
|
975
|
+
// Make item draggable
|
976
|
+
virtual void setDraggable(FXbool draggable);
|
977
|
+
|
978
|
+
/// Change item content justification
|
979
|
+
virtual void setJustify(FXuint justify=RIGHT|CENTER_Y);
|
980
|
+
|
981
|
+
/// Change item icon position
|
982
|
+
virtual void setIconPosition(FXuint mode);
|
983
|
+
|
984
|
+
/// Change item borders
|
985
|
+
virtual void setBorders(FXuint borders=0);
|
986
|
+
|
987
|
+
/// Change item background stipple
|
988
|
+
virtual void setStipple(FXStipplePattern pattern);
|
989
|
+
|
990
|
+
/// Create input control for editing this item
|
991
|
+
virtual FXWindow *getControlFor(FXTable* table);
|
992
|
+
|
993
|
+
/// Set value from input control
|
994
|
+
virtual void setFromControl(FXWindow *control);
|
995
|
+
|
996
|
+
// Return width of item
|
997
|
+
virtual FXint getWidth(const FXTable* table) const;
|
998
|
+
|
999
|
+
// Return height of item
|
1000
|
+
virtual FXint getHeight(const FXTable* table) const;
|
1001
|
+
|
1002
|
+
// Create server-side resources
|
1003
|
+
virtual void create();
|
1004
|
+
|
1005
|
+
// Detach server-side resources
|
1006
|
+
virtual void detach();
|
1007
|
+
|
1008
|
+
// Destroy server-side resources
|
1009
|
+
virtual void destroy();
|
1010
|
+
}
|
1011
|
+
%enddef
|
1012
|
+
|
1013
|
+
%define DECLARE_FXTABLE_VIRTUALS(klass)
|
1014
|
+
%extend klass {
|
1015
|
+
virtual void drawCell(FXDC& dc,FXint sr,FXint er,FXint sc,FXint ec);
|
1016
|
+
virtual void drawRange(FXDC& dc,FXint rlo,FXint rhi,FXint clo,FXint chi);
|
1017
|
+
virtual void drawHGrid(FXDC& dc,FXint rlo,FXint rhi,FXint clo,FXint chi);
|
1018
|
+
virtual void drawVGrid(FXDC& dc,FXint rlo,FXint rhi,FXint clo,FXint chi);
|
1019
|
+
virtual void drawContents(FXDC& dc,FXint x,FXint y,FXint w,FXint h);
|
1020
|
+
virtual FXTableItem* createItem(const FXString& text,FXIcon* icon,void* ptr);
|
1021
|
+
|
1022
|
+
/// Set the table size to nr rows and nc columns; all existing items will be removed
|
1023
|
+
virtual void setTableSize(FXint nr,FXint nc,FXbool notify=FALSE);
|
1024
|
+
|
1025
|
+
/// Insert new row
|
1026
|
+
virtual void insertRows(FXint TABLE_ROW_ALL,FXint nr=1,FXbool notify=FALSE);
|
1027
|
+
|
1028
|
+
/// Insert new column
|
1029
|
+
virtual void insertColumns(FXint TABLE_COLUMN_ALL,FXint nc=1,FXbool notify=FALSE);
|
1030
|
+
|
1031
|
+
/// Remove rows of cells
|
1032
|
+
virtual void removeRows(FXint row,FXint nr=1,FXbool notify=FALSE);
|
1033
|
+
|
1034
|
+
/// Remove column of cells
|
1035
|
+
virtual void removeColumns(FXint col,FXint nc=1,FXbool notify=FALSE);
|
1036
|
+
|
1037
|
+
/// Extract item from table
|
1038
|
+
virtual FXTableItem* extractItem(FXint row,FXint col,FXbool notify=FALSE);
|
1039
|
+
|
1040
|
+
/// Clear single cell
|
1041
|
+
virtual void removeItem(FXint row,FXint col,FXbool notify=FALSE);
|
1042
|
+
|
1043
|
+
/// Clear all cells in the given range
|
1044
|
+
virtual void removeRange(FXint startrow,FXint endrow,FXint startcol,FXint endcol,FXbool notify=FALSE);
|
1045
|
+
|
1046
|
+
/// Remove all items from table
|
1047
|
+
virtual void clearItems(FXbool notify=FALSE);
|
1048
|
+
|
1049
|
+
/// Change column width
|
1050
|
+
virtual void setColumnWidth(FXint col,FXint cwidth);
|
1051
|
+
|
1052
|
+
/// Change row height
|
1053
|
+
virtual void setRowHeight(FXint row,FXint rheight);
|
1054
|
+
|
1055
|
+
/// Change current item
|
1056
|
+
virtual void setCurrentItem(FXint row_unchecked,FXint col_unchecked,FXbool notify=FALSE);
|
1057
|
+
|
1058
|
+
/// Select a row
|
1059
|
+
virtual FXbool selectRow(FXint row,FXbool notify=FALSE);
|
1060
|
+
|
1061
|
+
/// Select a column
|
1062
|
+
virtual FXbool selectColumn(FXint col,FXbool notify=FALSE);
|
1063
|
+
|
1064
|
+
/// Select range
|
1065
|
+
virtual FXbool selectRange(FXint startrow,FXint endrow,FXint startcol,FXint endcol,FXbool notify=FALSE);
|
1066
|
+
|
1067
|
+
/// Extend selection
|
1068
|
+
virtual FXbool extendSelection(FXint row_unchecked,FXint col_unchecked,FXbool notify=FALSE);
|
1069
|
+
|
1070
|
+
/// Kill selection
|
1071
|
+
virtual FXbool killSelection(FXbool notify=FALSE);
|
1072
|
+
|
1073
|
+
/**
|
1074
|
+
* Start input mode for the cell at the given position.
|
1075
|
+
* An input control is created which is used to edit the cell;
|
1076
|
+
* it is filled by the original item's contents if the cell contained
|
1077
|
+
* an item. You can enter input mode also by sending the table an
|
1078
|
+
* ID_START_INPUT message.
|
1079
|
+
*/
|
1080
|
+
virtual void startInput(FXint row_unchecked,FXint col_unchecked);
|
1081
|
+
|
1082
|
+
/**
|
1083
|
+
* Cancel input mode. The input control is immediately deleted
|
1084
|
+
* and the cell will retain its old value. You can also cancel
|
1085
|
+
* input mode by sending the table an ID_CANCEL_INPUT message.
|
1086
|
+
*/
|
1087
|
+
virtual void cancelInput();
|
1088
|
+
|
1089
|
+
/**
|
1090
|
+
* End input mode and accept the new value from the control.
|
1091
|
+
* The item in the cell will be set to the value from the control,
|
1092
|
+
* and the control will be deleted. If TRUE is passed, a SEL_REPLACED
|
1093
|
+
* callback will be generated to signify to the target that this call
|
1094
|
+
* has a new value. You can also accept the input by sending the table
|
1095
|
+
* an ID_ACCEPT_INPUT message.
|
1096
|
+
*/
|
1097
|
+
virtual void acceptInput(FXbool notify=FALSE);
|
1098
|
+
|
1099
|
+
/// Scroll to make cell at r,c fully visible
|
1100
|
+
virtual void makePositionVisible(FXint row_unchecked,FXint col_unchecked);
|
1101
|
+
|
1102
|
+
/// Enable item
|
1103
|
+
virtual FXbool enableItem(FXint r,FXint c);
|
1104
|
+
|
1105
|
+
/// Disable item
|
1106
|
+
virtual FXbool disableItem(FXint r,FXint c);
|
1107
|
+
}
|
1108
|
+
%enddef
|
1109
|
+
|
1110
|
+
%define DECLARE_FXTEXT_VIRTUALS(klass)
|
1111
|
+
%extend klass {
|
1112
|
+
virtual void setCursorPos(FXint pos,FXbool notify=FALSE);
|
1113
|
+
virtual FXbool extendSelection(FXint pos,FXTextSelectionMode mode=SELECT_CHARS,FXbool notify=FALSE);
|
1114
|
+
virtual FXbool killSelection(FXbool notify=FALSE);
|
1115
|
+
|
1116
|
+
/// Replace m bytes at pos by n characters
|
1117
|
+
virtual void replaceText(FXint pos,FXint m,const FXString& text,FXbool notify=FALSE);
|
1118
|
+
|
1119
|
+
/// Replace m bytes at pos by n characters
|
1120
|
+
virtual void replaceStyledText(FXint pos,FXint m,const FXString& text,FXint style=0,FXbool notify=FALSE);
|
1121
|
+
|
1122
|
+
/// Append n bytes of text at the end of the buffer
|
1123
|
+
virtual void appendText(const FXString& text,FXbool notify=FALSE);
|
1124
|
+
|
1125
|
+
/// Append n bytes of text at the end of the buffer
|
1126
|
+
virtual void appendStyledText(const FXString& text,FXint style=0,FXbool notify=FALSE);
|
1127
|
+
|
1128
|
+
/// Insert n bytes of text at position pos into the buffer
|
1129
|
+
virtual void insertText(FXint pos,const FXString& text,FXbool notify=FALSE);
|
1130
|
+
|
1131
|
+
/// Insert n bytes of text at position pos into the buffer
|
1132
|
+
virtual void insertStyledText(FXint pos,const FXString& text,FXint style=0,FXbool notify=FALSE);
|
1133
|
+
|
1134
|
+
/// Remove n bytes of text at position pos from the buffer
|
1135
|
+
virtual void removeText(FXint pos,FXint n,FXbool notify=FALSE);
|
1136
|
+
|
1137
|
+
/// Change style of text range
|
1138
|
+
virtual void changeStyle(FXint pos,FXint n,FXint style);
|
1139
|
+
|
1140
|
+
/// Change style of text range from style-array
|
1141
|
+
virtual void changeStyle(FXint pos,const FXString& style);
|
1142
|
+
|
1143
|
+
/// Change the text in the buffer to new text
|
1144
|
+
virtual void setText(const FXString& text,FXbool notify=FALSE);
|
1145
|
+
|
1146
|
+
/// Change the text in the buffer to new text
|
1147
|
+
virtual void setStyledText(const FXString& text,FXint style=0,FXbool notify=FALSE);
|
1148
|
+
}
|
1149
|
+
%enddef
|
1150
|
+
|
1151
|
+
%define DECLARE_FXTOPWINDOW_VIRTUALS(klass)
|
1152
|
+
%extend klass {
|
1153
|
+
virtual void show(FXuint placement);
|
1154
|
+
virtual FXbool maximize(FXbool notify=FALSE);
|
1155
|
+
virtual FXbool minimize(FXbool notify=FALSE);
|
1156
|
+
virtual FXbool restore(FXbool notify=FALSE);
|
1157
|
+
|
1158
|
+
/**
|
1159
|
+
* Close the window, return TRUE if actually closed. If notify=TRUE, the target
|
1160
|
+
* will receive a SEL_CLOSE message to determine if it is OK to close the window.
|
1161
|
+
* If the target ignores the SEL_CLOSE message or returns 0, the window will
|
1162
|
+
* be closed, and subsequently deleted. When the last main window has been
|
1163
|
+
* closed, the application will receive an ID_QUIT message and will be closed.
|
1164
|
+
*/
|
1165
|
+
virtual FXbool close(FXbool notify=FALSE);
|
1166
|
+
}
|
1167
|
+
%enddef
|
1168
|
+
|
1169
|
+
%define DECLARE_FXTRANSLATOR_VIRTUALS(klass)
|
1170
|
+
%extend klass {
|
1171
|
+
/// Translate a string
|
1172
|
+
virtual const FXchar* tr(const FXchar* context,const FXchar* message,const FXchar* hint=NULL) const;
|
1173
|
+
}
|
1174
|
+
%enddef
|
1175
|
+
|
1176
|
+
%define DECLARE_FXTREEITEM_VIRTUALS(klass)
|
1177
|
+
%extend klass {
|
1178
|
+
// Change item label
|
1179
|
+
virtual void setText(const FXString& txt);
|
1180
|
+
|
1181
|
+
// Change open icon, deleting the old one if it was owned
|
1182
|
+
virtual void setOpenIcon(FXIcon* icn,FXbool owned=FALSE);
|
1183
|
+
|
1184
|
+
// Change closed icon, deleting the old one if it was owned
|
1185
|
+
virtual void setClosedIcon(FXIcon* icn,FXbool owned=FALSE);
|
1186
|
+
virtual void setFocus(FXbool focus);
|
1187
|
+
virtual void setSelected(FXbool selected);
|
1188
|
+
virtual void setOpened(FXbool opened);
|
1189
|
+
virtual void setExpanded(FXbool expanded);
|
1190
|
+
virtual void setEnabled(FXbool enabled);
|
1191
|
+
virtual void setDraggable(FXbool draggable);
|
1192
|
+
virtual FXint getWidth(const FXTreeList* list) const;
|
1193
|
+
virtual FXint getHeight(const FXTreeList* list) const;
|
1194
|
+
virtual void create();
|
1195
|
+
virtual void detach();
|
1196
|
+
virtual void destroy();
|
1197
|
+
}
|
1198
|
+
%enddef
|
1199
|
+
|
1200
|
+
%define DECLARE_FXTREELIST_VIRTUALS(klass)
|
1201
|
+
%extend klass {
|
1202
|
+
/// Select item
|
1203
|
+
virtual FXbool selectItem(FXTreeItem* item,FXbool notify=FALSE);
|
1204
|
+
|
1205
|
+
/// Deselect item
|
1206
|
+
virtual FXbool deselectItem(FXTreeItem* item,FXbool notify=FALSE);
|
1207
|
+
|
1208
|
+
/// Toggle item selection
|
1209
|
+
virtual FXbool toggleItem(FXTreeItem* item,FXbool notify=FALSE);
|
1210
|
+
|
1211
|
+
/// Extend selection from anchor item to item
|
1212
|
+
virtual FXbool extendSelection(FXTreeItem* item,FXbool notify=FALSE);
|
1213
|
+
|
1214
|
+
/// Deselect all items
|
1215
|
+
virtual FXbool killSelection(FXbool notify=FALSE);
|
1216
|
+
|
1217
|
+
/// Open item
|
1218
|
+
virtual FXbool openItem(FXTreeItem* item,FXbool notify=FALSE);
|
1219
|
+
|
1220
|
+
/// Close item
|
1221
|
+
virtual FXbool closeItem(FXTreeItem* item,FXbool notify=FALSE);
|
1222
|
+
|
1223
|
+
/// Collapse tree
|
1224
|
+
virtual FXbool collapseTree(FXTreeItem* tree,FXbool notify=FALSE);
|
1225
|
+
|
1226
|
+
/// Expand tree
|
1227
|
+
virtual FXbool expandTree(FXTreeItem* tree,FXbool notify=FALSE);
|
1228
|
+
|
1229
|
+
/// Change current item
|
1230
|
+
virtual void setCurrentItem(FXTreeItem* item,FXbool notify=FALSE);
|
1231
|
+
|
1232
|
+
/// Get item at x,y, if any
|
1233
|
+
virtual FXTreeItem* getItemAt(FXint x,FXint y) const;
|
1234
|
+
|
1235
|
+
/// Scroll to make item visible
|
1236
|
+
virtual void makeItemVisible(FXTreeItem* item);
|
1237
|
+
|
1238
|
+
/// Enable item
|
1239
|
+
virtual FXbool enableItem(FXTreeItem* item);
|
1240
|
+
|
1241
|
+
/// Disable item
|
1242
|
+
virtual FXbool disableItem(FXTreeItem* item);
|
1243
|
+
}
|
1244
|
+
%enddef
|
1245
|
+
|
1246
|
+
%define DECLARE_FXTREELISTBOX_VIRTUALS(klass)
|
1247
|
+
%extend klass {
|
1248
|
+
/// Change current item
|
1249
|
+
virtual void setCurrentItem(FXTreeItem* item,FXbool notify=FALSE);
|
1250
|
+
}
|
1251
|
+
%enddef
|
1252
|
+
|
1253
|
+
%define DECLARE_FXWINDOW_VIRTUALS(klass)
|
1254
|
+
%rename("raiseWindow") klass::raise();
|
1255
|
+
%extend klass {
|
1256
|
+
virtual FXint getDefaultWidth();
|
1257
|
+
virtual FXint getDefaultHeight();
|
1258
|
+
virtual FXint getWidthForHeight(FXint givenheight);
|
1259
|
+
virtual FXint getHeightForWidth(FXint givenwidth);
|
1260
|
+
virtual bool canFocus() const;
|
1261
|
+
virtual void setFocus();
|
1262
|
+
virtual void killFocus();
|
1263
|
+
|
1264
|
+
/// Notification that focus moved to new child
|
1265
|
+
virtual void changeFocus(FXWindow *child);
|
1266
|
+
|
1267
|
+
virtual void setDefault(FXbool enable=TRUE);
|
1268
|
+
virtual void enable();
|
1269
|
+
virtual void disable();
|
1270
|
+
virtual void raise();
|
1271
|
+
virtual void lower();
|
1272
|
+
|
1273
|
+
/**
|
1274
|
+
* Move the window immediately, in the parent's coordinate system.
|
1275
|
+
* Update the server representation as well if the window is realized.
|
1276
|
+
* Perform layout of the children when necessary.
|
1277
|
+
*/
|
1278
|
+
virtual void move(FXint x,FXint y);
|
1279
|
+
|
1280
|
+
/**
|
1281
|
+
* Move and resize the window immediately, in the parent's coordinate system.
|
1282
|
+
* Update the server representation as well if the window is realized.
|
1283
|
+
* Perform layout of the children when necessary.
|
1284
|
+
*/
|
1285
|
+
virtual void position(FXint x,FXint y,FXint w,FXint h);
|
1286
|
+
|
1287
|
+
virtual void layout();
|
1288
|
+
virtual void recalc();
|
1289
|
+
virtual void reparent(FXWindow* father,FXWindow* other);
|
1290
|
+
virtual void show();
|
1291
|
+
virtual void hide();
|
1292
|
+
virtual bool isComposite() const;
|
1293
|
+
virtual bool contains(FXint parentx,FXint parenty) const;
|
1294
|
+
virtual bool doesSaveUnder() const;
|
1295
|
+
virtual void setBackColor(FXColor clr);
|
1296
|
+
|
1297
|
+
/**
|
1298
|
+
* Translate message for localization; using the current FXTranslator,
|
1299
|
+
* an attempt is made to translate the given message into the current
|
1300
|
+
* language. An optional hint may be passed to break any ties in case
|
1301
|
+
* more than one tranlation is possible for the given message text.
|
1302
|
+
* In addition, the name of the widget is passed as context name so
|
1303
|
+
* that controls in a single dialog may be grouped together.
|
1304
|
+
*/
|
1305
|
+
virtual const FXchar* tr(const FXchar* message,const FXchar* hint=NULL) const;
|
1306
|
+
|
1307
|
+
/// Enable this window to receive drops
|
1308
|
+
virtual void dropEnable();
|
1309
|
+
|
1310
|
+
/// Disable this window from receiving drops
|
1311
|
+
virtual void dropDisable();
|
1312
|
+
|
1313
|
+
/// Set window shape by means of region
|
1314
|
+
virtual void setShape(const FXRegion& region);
|
1315
|
+
|
1316
|
+
/// Set window shape by means of bitmap
|
1317
|
+
virtual void setShape(FXBitmap* bitmap);
|
1318
|
+
|
1319
|
+
/// Set window shape by means of icon
|
1320
|
+
virtual void setShape(FXIcon* icon);
|
1321
|
+
|
1322
|
+
/// Clear window shape
|
1323
|
+
virtual void clearShape();
|
1324
|
+
}
|
1325
|
+
%enddef
|
1326
|
+
|