fxruby 1.6.27-x64-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- data.tar.gz.sig +0 -0
- data/.gemtest +0 -0
- data/.gitignore +14 -0
- data/.yardopts +12 -0
- data/History.txt +57 -0
- data/Manifest.txt +1214 -0
- data/README.rdoc +537 -0
- data/Rakefile +233 -0
- data/Rakefile.cross +421 -0
- data/TODO +47 -0
- data/doap.rdf.erb +87 -0
- data/examples/RAA.rb +25 -0
- data/examples/README +53 -0
- data/examples/WhatAQuietStiff.rb +356 -0
- data/examples/babelfish.rb +72 -0
- data/examples/bounce.rb +171 -0
- data/examples/browser.rb +191 -0
- data/examples/button.rb +168 -0
- data/examples/canvasdemo.rb +88 -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/gdchart.rb +76 -0
- data/examples/gembrowser.rb +289 -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/rmagick.rb +44 -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_c/FXRbApp.cpp +128 -0
- data/ext/fox16_c/FXRbDataTarget.cpp +110 -0
- data/ext/fox16_c/FXRbGLViewer.cpp +89 -0
- data/ext/fox16_c/FXRuby.cpp +2063 -0
- data/ext/fox16_c/MANIFEST +190 -0
- data/ext/fox16_c/extconf.rb +153 -0
- data/ext/fox16_c/impl.cpp +1156 -0
- data/ext/fox16_c/include/FXMemoryBuffer.h +52 -0
- data/ext/fox16_c/include/FXRb4Splitter.h +54 -0
- data/ext/fox16_c/include/FXRb7Segment.h +51 -0
- data/ext/fox16_c/include/FXRbAccelTable.h +46 -0
- data/ext/fox16_c/include/FXRbApp.h +155 -0
- data/ext/fox16_c/include/FXRbAppVirtuals.h +15 -0
- data/ext/fox16_c/include/FXRbArrowButton.h +51 -0
- data/ext/fox16_c/include/FXRbBMPIcon.h +54 -0
- data/ext/fox16_c/include/FXRbBMPImage.h +54 -0
- data/ext/fox16_c/include/FXRbBitmap.h +133 -0
- data/ext/fox16_c/include/FXRbBitmapFrame.h +56 -0
- data/ext/fox16_c/include/FXRbBitmapView.h +56 -0
- data/ext/fox16_c/include/FXRbBitmapVirtuals.h +37 -0
- data/ext/fox16_c/include/FXRbButton.h +51 -0
- data/ext/fox16_c/include/FXRbCURCursor.h +60 -0
- data/ext/fox16_c/include/FXRbCanvas.h +51 -0
- data/ext/fox16_c/include/FXRbCheckButton.h +51 -0
- data/ext/fox16_c/include/FXRbChoiceBox.h +56 -0
- data/ext/fox16_c/include/FXRbColorBar.h +51 -0
- data/ext/fox16_c/include/FXRbColorDialog.h +53 -0
- data/ext/fox16_c/include/FXRbColorList.h +84 -0
- data/ext/fox16_c/include/FXRbColorRing.h +51 -0
- data/ext/fox16_c/include/FXRbColorSelector.h +51 -0
- data/ext/fox16_c/include/FXRbColorWell.h +51 -0
- data/ext/fox16_c/include/FXRbColorWheel.h +51 -0
- data/ext/fox16_c/include/FXRbComboBox.h +56 -0
- data/ext/fox16_c/include/FXRbCommon.h +99 -0
- data/ext/fox16_c/include/FXRbComposite.h +51 -0
- data/ext/fox16_c/include/FXRbCursor.h +87 -0
- data/ext/fox16_c/include/FXRbCursorVirtuals.h +6 -0
- data/ext/fox16_c/include/FXRbDC.h +427 -0
- data/ext/fox16_c/include/FXRbDCPrint.h +49 -0
- data/ext/fox16_c/include/FXRbDCVirtuals.h +187 -0
- data/ext/fox16_c/include/FXRbDCWindow.h +64 -0
- data/ext/fox16_c/include/FXRbDataTarget.h +65 -0
- data/ext/fox16_c/include/FXRbDebugTarget.h +46 -0
- data/ext/fox16_c/include/FXRbDelegator.h +46 -0
- data/ext/fox16_c/include/FXRbDial.h +51 -0
- data/ext/fox16_c/include/FXRbDialogBox.h +68 -0
- data/ext/fox16_c/include/FXRbDialogBoxVirtuals.h +3 -0
- data/ext/fox16_c/include/FXRbDict.h +46 -0
- data/ext/fox16_c/include/FXRbDirBox.h +52 -0
- data/ext/fox16_c/include/FXRbDirDialog.h +56 -0
- data/ext/fox16_c/include/FXRbDirList.h +79 -0
- data/ext/fox16_c/include/FXRbDirSelector.h +51 -0
- data/ext/fox16_c/include/FXRbDockBar.h +86 -0
- data/ext/fox16_c/include/FXRbDockBarVirtuals.h +10 -0
- data/ext/fox16_c/include/FXRbDockHandler.h +51 -0
- data/ext/fox16_c/include/FXRbDockSite.h +85 -0
- data/ext/fox16_c/include/FXRbDockSiteVirtuals.h +13 -0
- data/ext/fox16_c/include/FXRbDockTitle.h +51 -0
- data/ext/fox16_c/include/FXRbDocument.h +46 -0
- data/ext/fox16_c/include/FXRbDragCorner.h +51 -0
- data/ext/fox16_c/include/FXRbDrawable.h +64 -0
- data/ext/fox16_c/include/FXRbDrawableVirtuals.h +3 -0
- data/ext/fox16_c/include/FXRbDriveBox.h +52 -0
- data/ext/fox16_c/include/FXRbFileDialog.h +56 -0
- data/ext/fox16_c/include/FXRbFileDict.h +104 -0
- data/ext/fox16_c/include/FXRbFileDictVirtuals.h +9 -0
- data/ext/fox16_c/include/FXRbFileList.h +81 -0
- data/ext/fox16_c/include/FXRbFileSelector.h +51 -0
- data/ext/fox16_c/include/FXRbFoldingItemVirtuals.h +42 -0
- data/ext/fox16_c/include/FXRbFoldingList.h +270 -0
- data/ext/fox16_c/include/FXRbFoldingListVirtuals.h +43 -0
- data/ext/fox16_c/include/FXRbFont.h +183 -0
- data/ext/fox16_c/include/FXRbFontDialog.h +53 -0
- data/ext/fox16_c/include/FXRbFontSelector.h +51 -0
- data/ext/fox16_c/include/FXRbFontVirtuals.h +55 -0
- data/ext/fox16_c/include/FXRbFrame.h +51 -0
- data/ext/fox16_c/include/FXRbGIFCursor.h +60 -0
- data/ext/fox16_c/include/FXRbGIFIcon.h +54 -0
- data/ext/fox16_c/include/FXRbGIFImage.h +54 -0
- data/ext/fox16_c/include/FXRbGLCanvas.h +92 -0
- data/ext/fox16_c/include/FXRbGLCanvasVirtuals.h +13 -0
- data/ext/fox16_c/include/FXRbGLContext.h +58 -0
- data/ext/fox16_c/include/FXRbGLObject.h +103 -0
- data/ext/fox16_c/include/FXRbGLObjectVirtuals.h +22 -0
- data/ext/fox16_c/include/FXRbGLShape.h +81 -0
- data/ext/fox16_c/include/FXRbGLShapeVirtuals.h +8 -0
- data/ext/fox16_c/include/FXRbGLViewer.h +89 -0
- data/ext/fox16_c/include/FXRbGLViewerVirtuals.h +10 -0
- data/ext/fox16_c/include/FXRbGLVisual.h +56 -0
- data/ext/fox16_c/include/FXRbGradientBar.h +55 -0
- data/ext/fox16_c/include/FXRbGroupBox.h +51 -0
- data/ext/fox16_c/include/FXRbHeader.h +129 -0
- data/ext/fox16_c/include/FXRbHeaderItemVirtuals.h +22 -0
- data/ext/fox16_c/include/FXRbHorizontalFrame.h +51 -0
- data/ext/fox16_c/include/FXRbICOIcon.h +54 -0
- data/ext/fox16_c/include/FXRbICOImage.h +54 -0
- data/ext/fox16_c/include/FXRbIcon.h +57 -0
- data/ext/fox16_c/include/FXRbIconItemVirtuals.h +68 -0
- data/ext/fox16_c/include/FXRbIconList.h +288 -0
- data/ext/fox16_c/include/FXRbIconListVirtuals.h +35 -0
- data/ext/fox16_c/include/FXRbIconSource.h +127 -0
- data/ext/fox16_c/include/FXRbIconSourceVirtuals.h +37 -0
- data/ext/fox16_c/include/FXRbId.h +74 -0
- data/ext/fox16_c/include/FXRbIdVirtuals.h +9 -0
- data/ext/fox16_c/include/FXRbImage.h +162 -0
- data/ext/fox16_c/include/FXRbImageFrame.h +56 -0
- data/ext/fox16_c/include/FXRbImageView.h +55 -0
- data/ext/fox16_c/include/FXRbImageVirtuals.h +51 -0
- data/ext/fox16_c/include/FXRbInputDialog.h +56 -0
- data/ext/fox16_c/include/FXRbJPGIcon.h +54 -0
- data/ext/fox16_c/include/FXRbJPGImage.h +54 -0
- data/ext/fox16_c/include/FXRbKnob.h +51 -0
- data/ext/fox16_c/include/FXRbLabel.h +51 -0
- data/ext/fox16_c/include/FXRbList.h +226 -0
- data/ext/fox16_c/include/FXRbListBox.h +67 -0
- data/ext/fox16_c/include/FXRbListBoxVirtuals.h +4 -0
- data/ext/fox16_c/include/FXRbListItemVirtuals.h +33 -0
- data/ext/fox16_c/include/FXRbListVirtuals.h +30 -0
- data/ext/fox16_c/include/FXRbMDIButton.h +162 -0
- data/ext/fox16_c/include/FXRbMDIChild.h +82 -0
- data/ext/fox16_c/include/FXRbMDIChildVirtuals.h +12 -0
- data/ext/fox16_c/include/FXRbMDIClient.h +80 -0
- data/ext/fox16_c/include/FXRbMDIClientVirtuals.h +12 -0
- data/ext/fox16_c/include/FXRbMainWindow.h +54 -0
- data/ext/fox16_c/include/FXRbMatrix.h +51 -0
- data/ext/fox16_c/include/FXRbMenuBar.h +63 -0
- data/ext/fox16_c/include/FXRbMenuButton.h +51 -0
- data/ext/fox16_c/include/FXRbMenuCaption.h +51 -0
- data/ext/fox16_c/include/FXRbMenuCascade.h +51 -0
- data/ext/fox16_c/include/FXRbMenuCheck.h +49 -0
- data/ext/fox16_c/include/FXRbMenuCommand.h +49 -0
- data/ext/fox16_c/include/FXRbMenuPane.h +52 -0
- data/ext/fox16_c/include/FXRbMenuRadio.h +49 -0
- data/ext/fox16_c/include/FXRbMenuSeparator.h +51 -0
- data/ext/fox16_c/include/FXRbMenuTitle.h +51 -0
- data/ext/fox16_c/include/FXRbMessageBox.h +56 -0
- data/ext/fox16_c/include/FXRbObject.h +67 -0
- data/ext/fox16_c/include/FXRbObjectVirtuals.h +9 -0
- data/ext/fox16_c/include/FXRbOptionMenu.h +73 -0
- data/ext/fox16_c/include/FXRbPCXIcon.h +54 -0
- data/ext/fox16_c/include/FXRbPCXImage.h +54 -0
- data/ext/fox16_c/include/FXRbPNGIcon.h +54 -0
- data/ext/fox16_c/include/FXRbPNGImage.h +54 -0
- data/ext/fox16_c/include/FXRbPPMIcon.h +54 -0
- data/ext/fox16_c/include/FXRbPPMImage.h +54 -0
- data/ext/fox16_c/include/FXRbPacker.h +51 -0
- data/ext/fox16_c/include/FXRbPicker.h +51 -0
- data/ext/fox16_c/include/FXRbPopup.h +70 -0
- data/ext/fox16_c/include/FXRbPopupVirtuals.h +6 -0
- data/ext/fox16_c/include/FXRbPrintDialog.h +53 -0
- data/ext/fox16_c/include/FXRbProgressBar.h +51 -0
- data/ext/fox16_c/include/FXRbProgressDialog.h +53 -0
- data/ext/fox16_c/include/FXRbRGBIcon.h +54 -0
- data/ext/fox16_c/include/FXRbRGBImage.h +54 -0
- data/ext/fox16_c/include/FXRbRadioButton.h +51 -0
- data/ext/fox16_c/include/FXRbRealSlider.h +51 -0
- data/ext/fox16_c/include/FXRbRealSpinner.h +64 -0
- data/ext/fox16_c/include/FXRbRealSpinnerVirtuals.h +3 -0
- data/ext/fox16_c/include/FXRbRecentFiles.h +52 -0
- data/ext/fox16_c/include/FXRbRegistry.h +46 -0
- data/ext/fox16_c/include/FXRbReplaceDialog.h +53 -0
- data/ext/fox16_c/include/FXRbRootWindow.h +51 -0
- data/ext/fox16_c/include/FXRbRuler.h +56 -0
- data/ext/fox16_c/include/FXRbRulerView.h +54 -0
- data/ext/fox16_c/include/FXRbScintilla.h +52 -0
- data/ext/fox16_c/include/FXRbScrollArea.h +87 -0
- data/ext/fox16_c/include/FXRbScrollAreaVirtuals.h +13 -0
- data/ext/fox16_c/include/FXRbScrollBar.h +73 -0
- data/ext/fox16_c/include/FXRbScrollPane.h +52 -0
- data/ext/fox16_c/include/FXRbScrollWindow.h +57 -0
- data/ext/fox16_c/include/FXRbSearchDialog.h +53 -0
- data/ext/fox16_c/include/FXRbSeparator.h +95 -0
- data/ext/fox16_c/include/FXRbSettings.h +46 -0
- data/ext/fox16_c/include/FXRbShell.h +56 -0
- data/ext/fox16_c/include/FXRbShutter.h +86 -0
- data/ext/fox16_c/include/FXRbShutterVirtuals.h +3 -0
- data/ext/fox16_c/include/FXRbSlider.h +51 -0
- data/ext/fox16_c/include/FXRbSpinner.h +64 -0
- data/ext/fox16_c/include/FXRbSpinnerVirtuals.h +3 -0
- data/ext/fox16_c/include/FXRbSplashWindow.h +57 -0
- data/ext/fox16_c/include/FXRbSplitter.h +54 -0
- data/ext/fox16_c/include/FXRbSpring.h +51 -0
- data/ext/fox16_c/include/FXRbStatusBar.h +51 -0
- data/ext/fox16_c/include/FXRbStatusLine.h +51 -0
- data/ext/fox16_c/include/FXRbStream.h +101 -0
- data/ext/fox16_c/include/FXRbStreamVirtuals.h +9 -0
- data/ext/fox16_c/include/FXRbStringDict.h +46 -0
- data/ext/fox16_c/include/FXRbSwitcher.h +51 -0
- data/ext/fox16_c/include/FXRbTGAIcon.h +54 -0
- data/ext/fox16_c/include/FXRbTGAImage.h +54 -0
- data/ext/fox16_c/include/FXRbTIFIcon.h +54 -0
- data/ext/fox16_c/include/FXRbTIFImage.h +54 -0
- data/ext/fox16_c/include/FXRbTabBar.h +64 -0
- data/ext/fox16_c/include/FXRbTabBarVirtuals.h +3 -0
- data/ext/fox16_c/include/FXRbTabBook.h +52 -0
- data/ext/fox16_c/include/FXRbTabItem.h +51 -0
- data/ext/fox16_c/include/FXRbTable.h +509 -0
- data/ext/fox16_c/include/FXRbTableItemVirtuals.h +89 -0
- data/ext/fox16_c/include/FXRbTableVirtuals.h +89 -0
- data/ext/fox16_c/include/FXRbText.h +187 -0
- data/ext/fox16_c/include/FXRbTextField.h +51 -0
- data/ext/fox16_c/include/FXRbTextVirtuals.h +52 -0
- data/ext/fox16_c/include/FXRbToggleButton.h +51 -0
- data/ext/fox16_c/include/FXRbToolBar.h +63 -0
- data/ext/fox16_c/include/FXRbToolBarGrip.h +51 -0
- data/ext/fox16_c/include/FXRbToolBarShell.h +52 -0
- data/ext/fox16_c/include/FXRbToolBarTab.h +51 -0
- data/ext/fox16_c/include/FXRbToolTip.h +51 -0
- data/ext/fox16_c/include/FXRbTopWindow.h +91 -0
- data/ext/fox16_c/include/FXRbTopWindowVirtuals.h +15 -0
- data/ext/fox16_c/include/FXRbTranslator.h +61 -0
- data/ext/fox16_c/include/FXRbTranslatorVirtuals.h +4 -0
- data/ext/fox16_c/include/FXRbTreeItemVirtuals.h +42 -0
- data/ext/fox16_c/include/FXRbTreeList.h +277 -0
- data/ext/fox16_c/include/FXRbTreeListBox.h +64 -0
- data/ext/fox16_c/include/FXRbTreeListBoxVirtuals.h +4 -0
- data/ext/fox16_c/include/FXRbTreeListVirtuals.h +42 -0
- data/ext/fox16_c/include/FXRbTriStateButton.h +51 -0
- data/ext/fox16_c/include/FXRbVerticalFrame.h +51 -0
- data/ext/fox16_c/include/FXRbVisual.h +56 -0
- data/ext/fox16_c/include/FXRbWindow.h +248 -0
- data/ext/fox16_c/include/FXRbWindowVirtuals.h +94 -0
- data/ext/fox16_c/include/FXRbWizard.h +60 -0
- data/ext/fox16_c/include/FXRbXBMIcon.h +54 -0
- data/ext/fox16_c/include/FXRbXBMImage.h +54 -0
- data/ext/fox16_c/include/FXRbXPMIcon.h +54 -0
- data/ext/fox16_c/include/FXRbXPMImage.h +54 -0
- data/ext/fox16_c/include/FXRuby.h +881 -0
- data/ext/fox16_c/include/impl.h +215 -0
- data/ext/fox16_c/make_impl.rb +121 -0
- data/ext/fox16_c/markfuncs.cpp +1666 -0
- data/ext/fox16_c/unregisterOwnedObjects.cpp +120 -0
- data/index.html +14 -0
- data/lib/2.0/fox16_c.so +0 -0
- data/lib/fox16.rb +20 -0
- data/lib/fox16/accel_table.rb +83 -0
- data/lib/fox16/aliases.rb +5617 -0
- data/lib/fox16/bitmapview.rb +222 -0
- data/lib/fox16/calendar.rb +217 -0
- data/lib/fox16/canvas.rb +606 -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 +179 -0
- data/lib/fox16/iterators.rb +420 -0
- data/lib/fox16/keys.rb +1374 -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 +5017 -0
- data/lib/fox16/settings.rb +18 -0
- data/lib/fox16/signal.rb +71 -0
- data/lib/fox16/splashscreen.rb +83 -0
- data/lib/fox16/timeout.rb +136 -0
- data/lib/fox16/tkcompat.rb +56 -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 +542 -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 +78 -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 +95 -0
- data/rdoc-sources/FXGradientBar.rb +301 -0
- data/rdoc-sources/FXGroupBox.rb +36 -0
- data/rdoc-sources/FXHeader.rb +408 -0
- data/rdoc-sources/FXHorizontalFrame.rb +29 -0
- data/rdoc-sources/FXICOIcon.rb +65 -0
- data/rdoc-sources/FXICOImage.rb +31 -0
- data/rdoc-sources/FXIcon.rb +38 -0
- data/rdoc-sources/FXIconDict.rb +49 -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 +320 -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 +71 -0
- data/rdoc-sources/FXJPGImage.rb +39 -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 +29 -0
- data/rdoc-sources/FXMemoryStream.rb +50 -0
- data/rdoc-sources/FXMenuBar.rb +23 -0
- data/rdoc-sources/FXMenuButton.rb +85 -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 +412 -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 +226 -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 +77 -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 +194 -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 +92 -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 +778 -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 +66 -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 +82 -0
- data/test/TC_FXCheckButton.rb +57 -0
- data/test/TC_FXComboBox.rb +72 -0
- data/test/TC_FXDC.rb +372 -0
- data/test/TC_FXDCPrint.rb +102 -0
- data/test/TC_FXDCWindow.rb +25 -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 +29 -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 +188 -0
- data/test/TC_FXLight.rb +33 -0
- data/test/TC_FXList.rb +125 -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 +75 -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 +29 -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 +32 -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 +30 -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 +105 -0
- data/test/TC_FXTopWindow.rb +36 -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 +161 -0
- data/test/TC_downcast.rb +15 -0
- data/test/TS_All.rb +9 -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 +1134 -0
- metadata.gz.sig +0 -0
@@ -0,0 +1,215 @@
|
|
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
|
+
FXRbIMPLEMENT(FXRb4Splitter,FX4Splitter,NULL,0)
|
24
|
+
FXRbIMPLEMENT(FXRb7Segment,FX7Segment,NULL,0)
|
25
|
+
FXRbIMPLEMENT(FXRbAccelTable,FXAccelTable,NULL,0)
|
26
|
+
FXRbIMPLEMENT(FXRbArrowButton,FXArrowButton,NULL,0)
|
27
|
+
FXRbIMPLEMENT(FXRbBitmap,FXBitmap,NULL,0)
|
28
|
+
FXRbIMPLEMENT(FXRbBitmapFrame,FXBitmapFrame,NULL,0)
|
29
|
+
// FXRbIMPLEMENT(FXRbBitmapView,FXBitmapView,NULL,0)
|
30
|
+
FXRbIMPLEMENT(FXRbBMPIcon,FXBMPIcon,NULL,0)
|
31
|
+
FXRbIMPLEMENT(FXRbBMPImage,FXBMPImage,NULL,0)
|
32
|
+
FXRbIMPLEMENT(FXRbButton,FXButton,NULL,0)
|
33
|
+
FXRbIMPLEMENT(FXRbCanvas,FXCanvas,NULL,0)
|
34
|
+
FXRbIMPLEMENT(FXRbCheckButton,FXCheckButton,NULL,0)
|
35
|
+
FXRbIMPLEMENT(FXRbChoiceBox,FXChoiceBox,NULL,0)
|
36
|
+
FXRbIMPLEMENT(FXRbColorBar,FXColorBar,NULL,0)
|
37
|
+
FXRbIMPLEMENT(FXRbColorDialog,FXColorDialog,NULL,0)
|
38
|
+
FXRbIMPLEMENT(FXRbColorItem,FXColorItem,NULL,0)
|
39
|
+
FXRbIMPLEMENT(FXRbColorList,FXColorList,NULL,0)
|
40
|
+
FXRbIMPLEMENT(FXRbColorRing,FXColorRing,NULL,0)
|
41
|
+
FXRbIMPLEMENT(FXRbColorSelector,FXColorSelector,NULL,0)
|
42
|
+
FXRbIMPLEMENT(FXRbColorWell,FXColorWell,NULL,0)
|
43
|
+
FXRbIMPLEMENT(FXRbColorWheel,FXColorWheel,NULL,0)
|
44
|
+
FXRbIMPLEMENT(FXRbComboBox,FXComboBox,NULL,0)
|
45
|
+
FXRbIMPLEMENT(FXRbComposite,FXComposite,NULL,0)
|
46
|
+
FXRbIMPLEMENT(FXRbCURCursor,FXCURCursor,NULL,0)
|
47
|
+
FXRbIMPLEMENT(FXRbCursor,FXCursor,NULL,0)
|
48
|
+
FXRbIMPLEMENT(FXRbDataTarget,FXDataTarget,NULL,0)
|
49
|
+
FXRbIMPLEMENT(FXRbDebugTarget,FXDebugTarget,NULL,0)
|
50
|
+
FXRbIMPLEMENT(FXRbDelegator,FXDelegator,NULL,0)
|
51
|
+
FXRbIMPLEMENT(FXRbDial,FXDial,NULL,0)
|
52
|
+
FXRbIMPLEMENT(FXRbDialogBox,FXDialogBox,NULL,0)
|
53
|
+
FXRbIMPLEMENT(FXRbDict,FXDict,NULL,0)
|
54
|
+
FXRbIMPLEMENT(FXRbDirBox,FXDirBox,NULL,0)
|
55
|
+
FXRbIMPLEMENT(FXRbDirDialog,FXDirDialog,NULL,0)
|
56
|
+
FXRbIMPLEMENT(FXRbDirItem,FXDirItem,NULL,0)
|
57
|
+
FXRbIMPLEMENT(FXRbDirList,FXDirList,NULL,0)
|
58
|
+
FXRbIMPLEMENT(FXRbDirSelector,FXDirSelector,NULL,0)
|
59
|
+
FXRbIMPLEMENT(FXRbDocument,FXDocument,NULL,0)
|
60
|
+
FXRbIMPLEMENT(FXRbDockBar,FXDockBar,NULL,0)
|
61
|
+
FXRbIMPLEMENT(FXRbDockHandler,FXDockHandler,NULL,0)
|
62
|
+
FXRbIMPLEMENT(FXRbDockSite,FXDockSite,NULL,0)
|
63
|
+
FXRbIMPLEMENT(FXRbDockTitle,FXDockTitle,NULL,0)
|
64
|
+
FXRbIMPLEMENT(FXRbDragCorner,FXDragCorner,NULL,0)
|
65
|
+
FXRbIMPLEMENT(FXRbDrawable,FXDrawable,NULL,0)
|
66
|
+
FXRbIMPLEMENT(FXRbDriveBox,FXDriveBox,NULL,0)
|
67
|
+
FXRbIMPLEMENT(FXRbFileDialog,FXFileDialog,NULL,0)
|
68
|
+
FXRbIMPLEMENT(FXRbFileDict,FXFileDict,NULL,0)
|
69
|
+
FXRbIMPLEMENT(FXRbFileItem,FXFileItem,NULL,0)
|
70
|
+
FXRbIMPLEMENT(FXRbFileList,FXFileList,NULL,0)
|
71
|
+
FXRbIMPLEMENT(FXRbFileSelector,FXFileSelector,NULL,0)
|
72
|
+
FXRbIMPLEMENT(FXRbFoldingItem,FXFoldingItem,NULL,0)
|
73
|
+
FXRbIMPLEMENT(FXRbFoldingList,FXFoldingList,NULL,0)
|
74
|
+
FXRbIMPLEMENT(FXRbFont,FXFont,NULL,0)
|
75
|
+
FXRbIMPLEMENT(FXRbFontDialog,FXFontDialog,NULL,0)
|
76
|
+
FXRbIMPLEMENT(FXRbFontSelector,FXFontSelector,NULL,0)
|
77
|
+
FXRbIMPLEMENT(FXRbFrame,FXFrame,NULL,0)
|
78
|
+
FXRbIMPLEMENT(FXRbGIFCursor,FXGIFCursor,NULL,0)
|
79
|
+
FXRbIMPLEMENT(FXRbGIFIcon,FXGIFIcon,NULL,0)
|
80
|
+
FXRbIMPLEMENT(FXRbGIFImage,FXGIFImage,NULL,0)
|
81
|
+
FXRbIMPLEMENT(FXRbGradientBar,FXGradientBar,NULL,0)
|
82
|
+
FXRbIMPLEMENT(FXRbGroupBox,FXGroupBox,NULL,0)
|
83
|
+
FXRbIMPLEMENT(FXRbHeader,FXHeader,NULL,0)
|
84
|
+
FXRbIMPLEMENT(FXRbHeaderItem,FXHeaderItem,NULL,0)
|
85
|
+
FXRbIMPLEMENT(FXRbHorizontalFrame,FXHorizontalFrame,NULL,0)
|
86
|
+
FXRbIMPLEMENT(FXRbHorizontalSeparator,FXHorizontalSeparator,NULL,0)
|
87
|
+
FXRbIMPLEMENT(FXRbICOIcon,FXICOIcon,NULL,0)
|
88
|
+
FXRbIMPLEMENT(FXRbICOImage,FXICOImage,NULL,0)
|
89
|
+
FXRbIMPLEMENT(FXRbIcon,FXIcon,NULL,0)
|
90
|
+
FXRbIMPLEMENT(FXRbIconDict,FXIconDict,NULL,0)
|
91
|
+
FXRbIMPLEMENT(FXRbIconItem,FXIconItem,NULL,0)
|
92
|
+
FXRbIMPLEMENT(FXRbIconList,FXIconList,NULL,0)
|
93
|
+
FXRbIMPLEMENT(FXRbIconSource,FXIconSource,NULL,0)
|
94
|
+
FXRbIMPLEMENT(FXRbId,FXId,NULL,0)
|
95
|
+
FXRbIMPLEMENT(FXRbImage,FXImage,NULL,0)
|
96
|
+
FXRbIMPLEMENT(FXRbImageFrame,FXImageFrame,NULL,0)
|
97
|
+
FXRbIMPLEMENT(FXRbImageView,FXImageView,NULL,0)
|
98
|
+
FXRbIMPLEMENT(FXRbInputDialog,FXInputDialog,NULL,0)
|
99
|
+
FXRbIMPLEMENT(FXRbJPGImage,FXJPGImage,NULL,0)
|
100
|
+
FXRbIMPLEMENT(FXRbJPGIcon,FXJPGIcon,NULL,0)
|
101
|
+
FXRbIMPLEMENT(FXRbKnob,FXKnob,NULL,0)
|
102
|
+
FXRbIMPLEMENT(FXRbLabel,FXLabel,NULL,0)
|
103
|
+
FXRbIMPLEMENT(FXRbList,FXList,NULL,0)
|
104
|
+
FXRbIMPLEMENT(FXRbListBox,FXListBox,NULL,0)
|
105
|
+
FXRbIMPLEMENT(FXRbListItem,FXListItem,NULL,0)
|
106
|
+
FXRbIMPLEMENT(FXRbMDIChild,FXMDIChild,NULL,0)
|
107
|
+
FXRbIMPLEMENT(FXRbMDIClient,FXMDIClient,NULL,0)
|
108
|
+
FXRbIMPLEMENT(FXRbMDIDeleteButton,FXMDIDeleteButton,NULL,0)
|
109
|
+
FXRbIMPLEMENT(FXRbMDIMaximizeButton,FXMDIMaximizeButton,NULL,0)
|
110
|
+
FXRbIMPLEMENT(FXRbMDIMenu,FXMDIMenu,NULL,0)
|
111
|
+
FXRbIMPLEMENT(FXRbMDIMinimizeButton,FXMDIMinimizeButton,NULL,0)
|
112
|
+
FXRbIMPLEMENT(FXRbMDIRestoreButton,FXMDIRestoreButton,NULL,0)
|
113
|
+
FXRbIMPLEMENT(FXRbMDIWindowButton,FXMDIWindowButton,NULL,0)
|
114
|
+
FXRbIMPLEMENT(FXRbMainWindow,FXMainWindow,NULL,0)
|
115
|
+
FXRbIMPLEMENT(FXRbMatrix,FXMatrix,NULL,0)
|
116
|
+
FXRbIMPLEMENT(FXRbMenuBar,FXMenuBar,NULL,0)
|
117
|
+
FXRbIMPLEMENT(FXRbMenuButton,FXMenuButton,NULL,0)
|
118
|
+
FXRbIMPLEMENT(FXRbMenuCaption,FXMenuCaption,NULL,0)
|
119
|
+
FXRbIMPLEMENT(FXRbMenuCascade,FXMenuCascade,NULL,0)
|
120
|
+
FXRbIMPLEMENT(FXRbMenuCheck,FXMenuCheck,NULL,0)
|
121
|
+
FXRbIMPLEMENT(FXRbMenuCommand,FXMenuCommand,NULL,0)
|
122
|
+
FXRbIMPLEMENT(FXRbMenuPane,FXMenuPane,NULL,0)
|
123
|
+
FXRbIMPLEMENT(FXRbMenuRadio,FXMenuRadio,NULL,0)
|
124
|
+
FXRbIMPLEMENT(FXRbMenuSeparator,FXMenuSeparator,NULL,0)
|
125
|
+
FXRbIMPLEMENT(FXRbMenuTitle,FXMenuTitle,NULL,0)
|
126
|
+
FXRbIMPLEMENT(FXRbMessageBox,FXMessageBox,NULL,0)
|
127
|
+
FXRbIMPLEMENT(FXRbObject,FXObject,NULL,0)
|
128
|
+
FXRbIMPLEMENT(FXRbOption,FXOption,NULL,0)
|
129
|
+
FXRbIMPLEMENT(FXRbOptionMenu,FXOptionMenu,NULL,0)
|
130
|
+
FXRbIMPLEMENT(FXRbPacker,FXPacker,NULL,0)
|
131
|
+
FXRbIMPLEMENT(FXRbPCXIcon,FXPCXIcon,NULL,0)
|
132
|
+
FXRbIMPLEMENT(FXRbPCXImage,FXPCXImage,NULL,0)
|
133
|
+
FXRbIMPLEMENT(FXRbPicker,FXPicker,NULL,0)
|
134
|
+
FXRbIMPLEMENT(FXRbPNGIcon,FXPNGIcon,NULL,0)
|
135
|
+
FXRbIMPLEMENT(FXRbPNGImage,FXPNGImage,NULL,0)
|
136
|
+
FXRbIMPLEMENT(FXRbPPMIcon,FXPPMIcon,NULL,0)
|
137
|
+
FXRbIMPLEMENT(FXRbPPMImage,FXPPMImage,NULL,0)
|
138
|
+
FXRbIMPLEMENT(FXRbPopup,FXPopup,NULL,0)
|
139
|
+
FXRbIMPLEMENT(FXRbPrintDialog,FXPrintDialog,NULL,0)
|
140
|
+
FXRbIMPLEMENT(FXRbProgressBar,FXProgressBar,NULL,0)
|
141
|
+
FXRbIMPLEMENT(FXRbProgressDialog,FXProgressDialog,NULL,0)
|
142
|
+
FXRbIMPLEMENT(FXRbRadioButton,FXRadioButton,NULL,0)
|
143
|
+
FXRbIMPLEMENT(FXRbRealSlider,FXRealSlider,NULL,0)
|
144
|
+
FXRbIMPLEMENT(FXRbRealSpinner,FXRealSpinner,NULL,0)
|
145
|
+
FXRbIMPLEMENT(FXRbRecentFiles,FXRecentFiles,NULL,0)
|
146
|
+
FXRbIMPLEMENT(FXRbRegistry,FXRegistry,NULL,0)
|
147
|
+
FXRbIMPLEMENT(FXRbReplaceDialog,FXReplaceDialog,NULL,0)
|
148
|
+
FXRbIMPLEMENT(FXRbRGBIcon,FXRGBIcon,NULL,0)
|
149
|
+
FXRbIMPLEMENT(FXRbRGBImage,FXRGBImage,NULL,0)
|
150
|
+
FXRbIMPLEMENT(FXRbRootWindow,FXRootWindow,NULL,0)
|
151
|
+
FXRbIMPLEMENT(FXRbRuler,FXRuler,NULL,0)
|
152
|
+
FXRbIMPLEMENT(FXRbRulerView,FXRulerView,NULL,0)
|
153
|
+
#ifdef WITH_FXSCINTILLA
|
154
|
+
FXRbIMPLEMENT(FXRbScintilla,FXScintilla,NULL,0)
|
155
|
+
#endif
|
156
|
+
FXRbIMPLEMENT(FXRbScrollArea,FXScrollArea,NULL,0)
|
157
|
+
FXRbIMPLEMENT(FXRbScrollCorner,FXScrollCorner,NULL,0)
|
158
|
+
FXRbIMPLEMENT(FXRbScrollWindow,FXScrollWindow,NULL,0)
|
159
|
+
FXRbIMPLEMENT(FXRbScrollBar,FXScrollBar,NULL,0)
|
160
|
+
FXRbIMPLEMENT(FXRbScrollPane,FXScrollPane,NULL,0)
|
161
|
+
FXRbIMPLEMENT(FXRbSearchDialog,FXSearchDialog,NULL,0)
|
162
|
+
FXRbIMPLEMENT(FXRbSeparator,FXSeparator,NULL,0)
|
163
|
+
FXRbIMPLEMENT(FXRbSettings,FXSettings,NULL,0)
|
164
|
+
FXRbIMPLEMENT(FXRbShell,FXShell,NULL,0)
|
165
|
+
FXRbIMPLEMENT(FXRbShutter,FXShutter,NULL,0)
|
166
|
+
FXRbIMPLEMENT(FXRbShutterItem,FXShutterItem,NULL,0)
|
167
|
+
FXRbIMPLEMENT(FXRbSlider,FXSlider,NULL,0)
|
168
|
+
FXRbIMPLEMENT(FXRbSpinner,FXSpinner,NULL,0)
|
169
|
+
FXRbIMPLEMENT(FXRbSplashWindow,FXSplashWindow,NULL,0)
|
170
|
+
FXRbIMPLEMENT(FXRbSplitter,FXSplitter,NULL,0)
|
171
|
+
FXRbIMPLEMENT(FXRbSpring,FXSpring,NULL,0)
|
172
|
+
FXRbIMPLEMENT(FXRbStatusBar,FXStatusBar,NULL,0)
|
173
|
+
FXRbIMPLEMENT(FXRbStatusLine,FXStatusLine,NULL,0)
|
174
|
+
FXRbIMPLEMENT(FXRbStringDict,FXStringDict,NULL,0)
|
175
|
+
FXRbIMPLEMENT(FXRbSwitcher,FXSwitcher,NULL,0)
|
176
|
+
FXRbIMPLEMENT(FXRbTable,FXTable,NULL,0)
|
177
|
+
FXRbIMPLEMENT(FXRbTableItem,FXTableItem,NULL,0)
|
178
|
+
FXRbIMPLEMENT(FXRbTabBar,FXTabBar,NULL,0)
|
179
|
+
FXRbIMPLEMENT(FXRbTabBook,FXTabBook,NULL,0)
|
180
|
+
FXRbIMPLEMENT(FXRbTabItem,FXTabItem,NULL,0)
|
181
|
+
FXRbIMPLEMENT(FXRbText,FXText,NULL,0)
|
182
|
+
FXRbIMPLEMENT(FXRbTextField,FXTextField,NULL,0)
|
183
|
+
FXRbIMPLEMENT(FXRbTGAIcon,FXTGAIcon,NULL,0)
|
184
|
+
FXRbIMPLEMENT(FXRbTGAImage,FXTGAImage,NULL,0)
|
185
|
+
FXRbIMPLEMENT(FXRbTIFIcon,FXTIFIcon,NULL,0)
|
186
|
+
FXRbIMPLEMENT(FXRbTIFImage,FXTIFImage,NULL,0)
|
187
|
+
FXRbIMPLEMENT(FXRbToggleButton,FXToggleButton,NULL,0)
|
188
|
+
FXRbIMPLEMENT(FXRbToolBar,FXToolBar,NULL,0)
|
189
|
+
FXRbIMPLEMENT(FXRbToolBarGrip,FXToolBarGrip,NULL,0)
|
190
|
+
FXRbIMPLEMENT(FXRbToolBarShell,FXToolBarShell,NULL,0)
|
191
|
+
FXRbIMPLEMENT(FXRbToolBarTab,FXToolBarTab,NULL,0)
|
192
|
+
FXRbIMPLEMENT(FXRbToolTip,FXToolTip,NULL,0)
|
193
|
+
FXRbIMPLEMENT(FXRbTopWindow,FXTopWindow,NULL,0)
|
194
|
+
FXRbIMPLEMENT(FXRbTranslator,FXTranslator,NULL,0)
|
195
|
+
FXRbIMPLEMENT(FXRbTreeItem,FXTreeItem,NULL,0)
|
196
|
+
FXRbIMPLEMENT(FXRbTreeList,FXTreeList,NULL,0)
|
197
|
+
FXRbIMPLEMENT(FXRbTreeListBox,FXTreeListBox,NULL,0)
|
198
|
+
FXRbIMPLEMENT(FXRbTriStateButton,FXTriStateButton,NULL,0)
|
199
|
+
FXRbIMPLEMENT(FXRbVerticalFrame,FXVerticalFrame,NULL,0)
|
200
|
+
FXRbIMPLEMENT(FXRbVerticalSeparator,FXVerticalSeparator,NULL,0)
|
201
|
+
FXRbIMPLEMENT(FXRbVisual,FXVisual,NULL,0)
|
202
|
+
FXRbIMPLEMENT(FXRbWindow,FXWindow,NULL,0)
|
203
|
+
FXRbIMPLEMENT(FXRbWizard,FXWizard,NULL,0)
|
204
|
+
FXRbIMPLEMENT(FXRbXBMIcon,FXXBMIcon,NULL,0)
|
205
|
+
FXRbIMPLEMENT(FXRbXBMImage,FXXBMImage,NULL,0)
|
206
|
+
FXRbIMPLEMENT(FXRbXPMIcon,FXXPMIcon,NULL,0)
|
207
|
+
FXRbIMPLEMENT(FXRbXPMImage,FXXPMImage,NULL,0)
|
208
|
+
|
209
|
+
FXRbIMPLEMENT(FXRbGLCanvas,FXGLCanvas,NULL,0)
|
210
|
+
FXRbIMPLEMENT(FXRbGLObject,FXGLObject,NULL,0)
|
211
|
+
FXRbIMPLEMENT(FXRbGLShape,FXGLShape,NULL,0)
|
212
|
+
FXRbIMPLEMENT(FXRbGLViewer,FXGLViewer,NULL,0)
|
213
|
+
FXRbIMPLEMENT(FXRbGLVisual,FXGLVisual,NULL,0)
|
214
|
+
FXRbIMPLEMENT(FXRbGLContext,FXGLContext,NULL,0)
|
215
|
+
|
@@ -0,0 +1,121 @@
|
|
1
|
+
#!/bin/env ruby
|
2
|
+
|
3
|
+
$special_stubclasses = ["FXGLSHAPE", "FXICONITEM", "FXTABLE", "FXTABLEITEM", "FXTREEITEM"]
|
4
|
+
|
5
|
+
class Processor
|
6
|
+
def initialize
|
7
|
+
@inside_class = false
|
8
|
+
end
|
9
|
+
|
10
|
+
def inside_class?
|
11
|
+
@inside_class
|
12
|
+
end
|
13
|
+
|
14
|
+
def getBaseClassName(klass)
|
15
|
+
klass.sub(/FXRb/, "FX")
|
16
|
+
end
|
17
|
+
|
18
|
+
def start_class(classname, baseclass)
|
19
|
+
end
|
20
|
+
|
21
|
+
def end_class
|
22
|
+
end
|
23
|
+
|
24
|
+
def process(filename)
|
25
|
+
begin
|
26
|
+
File.open(filename, "rb") do |f|
|
27
|
+
@inside_class = false
|
28
|
+
f.readlines.each do |line|
|
29
|
+
if inside_class?
|
30
|
+
if line =~ /^ \};/
|
31
|
+
@inside_class = false
|
32
|
+
end_class
|
33
|
+
else
|
34
|
+
process_line(line)
|
35
|
+
end
|
36
|
+
else
|
37
|
+
if line =~ /^class/
|
38
|
+
classname = line.split.at(1)
|
39
|
+
start_class(classname, getBaseClassName(classname))
|
40
|
+
@inside_class = true
|
41
|
+
end
|
42
|
+
end
|
43
|
+
end
|
44
|
+
end
|
45
|
+
ensure
|
46
|
+
@inside_class = false
|
47
|
+
end
|
48
|
+
end
|
49
|
+
end
|
50
|
+
|
51
|
+
class MyProcessor < Processor
|
52
|
+
def initialize(fcpp, finc)
|
53
|
+
@fcpp = fcpp
|
54
|
+
@finc = finc
|
55
|
+
@classname = nil
|
56
|
+
@baseclass = nil
|
57
|
+
end
|
58
|
+
|
59
|
+
def start_class(classname, baseclass)
|
60
|
+
@classname = classname
|
61
|
+
@baseclass = baseclass
|
62
|
+
if classname == "FXRbScintilla"
|
63
|
+
@fcpp.puts "#ifdef WITH_FXSCINTILLA\n\n"
|
64
|
+
@finc.puts "#ifdef WITH_FXSCINTILLA\n\n"
|
65
|
+
end
|
66
|
+
@fcpp.printf("/* Start stub implementations for class %s */\n", classname)
|
67
|
+
@finc.printf("/* Start stub declarations for class %s */\n", classname)
|
68
|
+
end
|
69
|
+
|
70
|
+
def implement_overrides(filename)
|
71
|
+
stubclass = filename.gsub('"', '').sub("FXRb", "FX")
|
72
|
+
stubclass = stubclass.sub(/Virtuals\.h/, "").upcase
|
73
|
+
unless $special_stubclasses.include? stubclass
|
74
|
+
@fcpp.printf("IMPLEMENT_%s_STUBS(%s)\n", stubclass, @classname)
|
75
|
+
else
|
76
|
+
@fcpp.printf("IMPLEMENT_%s_STUBS(%s,%s)\n", stubclass, @classname, @baseclass)
|
77
|
+
end
|
78
|
+
end
|
79
|
+
|
80
|
+
def implement_stubs(filename)
|
81
|
+
stubclass = filename.gsub('"', '').sub("FXRb", "FX")
|
82
|
+
stubclass = stubclass.sub(/Virtuals\.h/, "").upcase
|
83
|
+
unless $special_stubclasses.include? stubclass
|
84
|
+
@finc.printf("DECLARE_%s_STUBS(%s)\n", stubclass, @baseclass)
|
85
|
+
else
|
86
|
+
@finc.printf("DECLARE_%s_STUBS(%s,%s)\n", stubclass, @baseclass, @classname)
|
87
|
+
end
|
88
|
+
end
|
89
|
+
|
90
|
+
def process_line(line)
|
91
|
+
if line =~ /^#include/
|
92
|
+
words = line.split()
|
93
|
+
incfile = words[1]
|
94
|
+
implement_overrides(incfile)
|
95
|
+
implement_stubs(incfile)
|
96
|
+
end
|
97
|
+
end
|
98
|
+
|
99
|
+
def end_class
|
100
|
+
if @classname == "FXRbScintilla"
|
101
|
+
@fcpp.puts "\n#endif"
|
102
|
+
@finc.puts "\n#endif"
|
103
|
+
end
|
104
|
+
@fcpp.puts ""
|
105
|
+
@finc.puts ""
|
106
|
+
@classname = nil
|
107
|
+
@baseclass = nil
|
108
|
+
end
|
109
|
+
end
|
110
|
+
|
111
|
+
fcpp = File.new('impl.cpp', 'wb')
|
112
|
+
finc = File.new('./include/inlinestubs.h', 'wb')
|
113
|
+
fcpp.puts '#include "FXRbCommon.h"'
|
114
|
+
Dir.glob("./include/FX*.h").sort.each do |file|
|
115
|
+
unless file =~ /BitmapView/
|
116
|
+
MyProcessor.new(fcpp, finc).process(file)
|
117
|
+
end
|
118
|
+
end
|
119
|
+
finc.close
|
120
|
+
fcpp.close
|
121
|
+
|
@@ -0,0 +1,1666 @@
|
|
1
|
+
/***********************************************************************
|
2
|
+
* $Id: markfuncs.cpp 2928 2008-12-29 19:16:57Z lyle $
|
3
|
+
***********************************************************************/
|
4
|
+
|
5
|
+
#include "FXRbCommon.h"
|
6
|
+
|
7
|
+
#ifdef MARK
|
8
|
+
#undef MARK
|
9
|
+
#endif
|
10
|
+
#define MARK(p) rb_gc_mark(reinterpret_cast<VALUE>((p)))
|
11
|
+
|
12
|
+
|
13
|
+
template<class BASECLASS,class SUBCLASS>
|
14
|
+
static void delete_if_not_owned(BASECLASS* self,SUBCLASS*){
|
15
|
+
if(self!=0){
|
16
|
+
if(!FXRbIsBorrowed(self)){
|
17
|
+
if(self->isMemberOf(FXMETACLASS(SUBCLASS))){
|
18
|
+
if(!dynamic_cast<SUBCLASS*>(self)->owned){
|
19
|
+
delete self; // also unregisters it
|
20
|
+
}
|
21
|
+
}
|
22
|
+
}
|
23
|
+
FXRbUnregisterRubyObj(self);
|
24
|
+
}
|
25
|
+
}
|
26
|
+
|
27
|
+
|
28
|
+
template<class BASECLASS,class SUBCLASS>
|
29
|
+
static void delete_if_not_owned_by_app(BASECLASS* self,SUBCLASS*){
|
30
|
+
if(self!=0){
|
31
|
+
if(!FXRbIsBorrowed(self)){
|
32
|
+
if(self->isMemberOf(FXMETACLASS(SUBCLASS))){
|
33
|
+
if(!dynamic_cast<SUBCLASS*>(self)->ownedByApp){
|
34
|
+
delete self; // also unregisters it
|
35
|
+
}
|
36
|
+
}
|
37
|
+
}
|
38
|
+
FXRbUnregisterRubyObj(self);
|
39
|
+
}
|
40
|
+
}
|
41
|
+
|
42
|
+
|
43
|
+
// FIXME: How to get to the target objects stored in the accelerator
|
44
|
+
// table? This is currently private (not protected) data for the class.
|
45
|
+
// See workaround in lib/fox16/accel_table.rb.
|
46
|
+
void FXRbAccelTable::markfunc(FXAccelTable* accelTable){
|
47
|
+
FXRbObject::markfunc(accelTable);
|
48
|
+
}
|
49
|
+
|
50
|
+
|
51
|
+
// Mark dependencies for the GC
|
52
|
+
void FXRbObject::markfunc(FXObject* obj){
|
53
|
+
FXTRACE((100,"%s::markfunc(%p)\n",obj?obj->getClassName():"FXRbObject",obj));
|
54
|
+
}
|
55
|
+
|
56
|
+
static void FXRbSetInGCParentsRecursive(FXWindow *window, bool enabled){
|
57
|
+
FXRbSetInGC( window, true );
|
58
|
+
if(window->getParent()) FXRbSetInGCParentsRecursive( window->getParent(), enabled );
|
59
|
+
}
|
60
|
+
|
61
|
+
static void FXRbSetInGCChildrenRecursive(FXWindow *window, bool enabled){
|
62
|
+
FXRbSetInGC( window, true );
|
63
|
+
for(FXWindow* child=window->getFirst(); child; child=child->getNext()){
|
64
|
+
FXRbSetInGCChildrenRecursive( child, enabled );
|
65
|
+
}
|
66
|
+
}
|
67
|
+
|
68
|
+
|
69
|
+
void FXRbObject::freefunc(FXObject* self){
|
70
|
+
if(self!=0){
|
71
|
+
// Unregister, but don't destroy, borrowed references
|
72
|
+
if(FXRbIsBorrowed(self)){
|
73
|
+
FXRbUnregisterRubyObj(self);
|
74
|
+
return;
|
75
|
+
}
|
76
|
+
|
77
|
+
const FXchar* classname=self->getClassName();
|
78
|
+
FXASSERT(classname!=0);
|
79
|
+
FXASSERT(strlen(classname)>3);
|
80
|
+
if(classname[0]=='F' && classname[1]=='X' && classname[2]=='R' && classname[3]=='b'){
|
81
|
+
// FXWindow destructor calls recalc() and changeFocus() of it's parent window.
|
82
|
+
// Since these methods are routed back to Ruby code, but calling Ruby code from
|
83
|
+
// GC isn't a good idea, we mark the parent window as "in_gc", so that it will
|
84
|
+
// ignore recalc() and changeFocus() calls completely.
|
85
|
+
// The parent window should also be scheduled to be free'd. In the other case,
|
86
|
+
// the child window would have been marked as used.
|
87
|
+
if(self->isMemberOf(FXMETACLASS(FXWindow))){
|
88
|
+
FXWindow *window = dynamic_cast<FXWindow*>(self);
|
89
|
+
FXRbSetInGCParentsRecursive( window, true );
|
90
|
+
FXRbSetInGCChildrenRecursive( window, true );
|
91
|
+
}
|
92
|
+
delete self;
|
93
|
+
}
|
94
|
+
else{
|
95
|
+
FXRbUnregisterRubyObj(self);
|
96
|
+
}
|
97
|
+
}
|
98
|
+
}
|
99
|
+
|
100
|
+
void FXRbIconSource::markfunc(FXIconSource* iconSource){
|
101
|
+
FXRbObject::markfunc(iconSource);
|
102
|
+
}
|
103
|
+
|
104
|
+
void FXRbTranslator::markfunc(FXTranslator* translator){
|
105
|
+
FXRbObject::markfunc(translator);
|
106
|
+
if(translator){
|
107
|
+
FXRbGcMark(translator->FXTranslator::getApp());
|
108
|
+
FXRbGcMark(translator->FXTranslator::getTextCodec());
|
109
|
+
}
|
110
|
+
}
|
111
|
+
|
112
|
+
void FXRbBMPIcon::markfunc(FXBMPIcon *icon){
|
113
|
+
FXRbIcon::markfunc(icon);
|
114
|
+
}
|
115
|
+
|
116
|
+
|
117
|
+
void FXRbIcon::markfunc(FXIcon* icon){
|
118
|
+
FXRbImage::markfunc(icon);
|
119
|
+
}
|
120
|
+
|
121
|
+
|
122
|
+
void FXRbImage::markfunc(FXImage* image){
|
123
|
+
FXRbDrawable::markfunc(image);
|
124
|
+
}
|
125
|
+
|
126
|
+
|
127
|
+
void FXRbBMPImage::markfunc(FXBMPImage* image){
|
128
|
+
FXRbImage::markfunc(image);
|
129
|
+
}
|
130
|
+
|
131
|
+
|
132
|
+
void FXRbBitmap::markfunc(FXBitmap* bitmap){
|
133
|
+
FXRbDrawable::markfunc(bitmap);
|
134
|
+
}
|
135
|
+
|
136
|
+
|
137
|
+
void FXRbButton::markfunc(FXButton* btn){
|
138
|
+
FXRbLabel::markfunc(btn);
|
139
|
+
}
|
140
|
+
|
141
|
+
|
142
|
+
void FXRbKnob::markfunc(FXKnob* self){
|
143
|
+
FXRbFrame::markfunc(self);
|
144
|
+
}
|
145
|
+
|
146
|
+
|
147
|
+
void FXRbLabel::markfunc(FXLabel* self){
|
148
|
+
FXRbFrame::markfunc(self);
|
149
|
+
if(self){
|
150
|
+
FXRbGcMark(self->FXLabel::getFont());
|
151
|
+
FXRbGcMark(self->FXLabel::getIcon());
|
152
|
+
}
|
153
|
+
}
|
154
|
+
|
155
|
+
|
156
|
+
void FXRbFrame::markfunc(FXFrame* frame){
|
157
|
+
FXRbWindow::markfunc(frame);
|
158
|
+
}
|
159
|
+
|
160
|
+
void FXRb7Segment::markfunc(FX7Segment* seg){
|
161
|
+
FXRbFrame::markfunc(seg);
|
162
|
+
}
|
163
|
+
|
164
|
+
void FXRbDockHandler::markfunc(FXDockHandler *dockhandler){
|
165
|
+
FXRbFrame::markfunc(dockhandler);
|
166
|
+
}
|
167
|
+
|
168
|
+
void FXRbDockTitle::markfunc(FXDockTitle *self){
|
169
|
+
FXRbDockHandler::markfunc(self);
|
170
|
+
if(self){
|
171
|
+
FXRbGcMark(self->FXDockTitle::getFont());
|
172
|
+
}
|
173
|
+
}
|
174
|
+
|
175
|
+
void FXRbDrawable::markfunc(FXDrawable* drawable){
|
176
|
+
FXRbId::markfunc(drawable);
|
177
|
+
if(drawable) FXRbGcMark(drawable->FXDrawable::getVisual());
|
178
|
+
}
|
179
|
+
|
180
|
+
|
181
|
+
void FXRbId::markfunc(FXId* self){
|
182
|
+
FXRbObject::markfunc(self);
|
183
|
+
if(self){
|
184
|
+
FXRbGcMark(self->FXId::getApp());
|
185
|
+
if(void *d=self->FXId::getUserData())
|
186
|
+
MARK(d);
|
187
|
+
}
|
188
|
+
}
|
189
|
+
|
190
|
+
|
191
|
+
void FXRbCanvas::markfunc(FXCanvas* canvas){
|
192
|
+
FXRbWindow::markfunc(canvas);
|
193
|
+
}
|
194
|
+
|
195
|
+
|
196
|
+
void FXRbCheckButton::markfunc(FXCheckButton* cb){
|
197
|
+
FXRbLabel::markfunc(cb);
|
198
|
+
}
|
199
|
+
|
200
|
+
|
201
|
+
void FXRbColorDialog::markfunc(FXColorDialog* dlg){
|
202
|
+
FXRbDialogBox::markfunc(dlg);
|
203
|
+
}
|
204
|
+
|
205
|
+
void FXRbChoiceBox::markfunc(FXChoiceBox* box){
|
206
|
+
FXRbDialogBox::markfunc(box);
|
207
|
+
}
|
208
|
+
|
209
|
+
void FXRbWindow::markfunc(FXWindow* self){
|
210
|
+
FXRbDrawable::markfunc(self);
|
211
|
+
if(self){
|
212
|
+
FXRbGcMark(self->FXWindow::getParent());
|
213
|
+
FXRbGcMark(self->FXWindow::getOwner());
|
214
|
+
FXRbGcMark(self->FXWindow::getShell());
|
215
|
+
FXRbGcMark(self->FXWindow::getRoot());
|
216
|
+
// FXRbGcMark(self->FXWindow::getNext());
|
217
|
+
// FXRbGcMark(self->FXWindow::getPrev());
|
218
|
+
FXRbGcMark(self->FXWindow::getFocus());
|
219
|
+
FXRbGcMark(self->FXWindow::getTarget());
|
220
|
+
FXRbGcMark(self->FXWindow::getAccelTable());
|
221
|
+
FXRbGcMark(self->FXWindow::getDefaultCursor());
|
222
|
+
FXRbGcMark(self->FXWindow::getDragCursor());
|
223
|
+
|
224
|
+
// Mark child windows
|
225
|
+
register FXWindow* child=self->FXWindow::getFirst();
|
226
|
+
while(child!=NULL){
|
227
|
+
FXRbGcMark(child);
|
228
|
+
child=child->FXWindow::getNext();
|
229
|
+
}
|
230
|
+
}
|
231
|
+
}
|
232
|
+
|
233
|
+
|
234
|
+
void FXRbDialogBox::markfunc(FXDialogBox* dlg){
|
235
|
+
FXRbTopWindow::markfunc(dlg);
|
236
|
+
}
|
237
|
+
|
238
|
+
|
239
|
+
void FXRbTopWindow::markfunc(FXTopWindow* top){
|
240
|
+
FXRbShell::markfunc(top);
|
241
|
+
if(top){
|
242
|
+
FXRbGcMark(top->FXTopWindow::getIcon());
|
243
|
+
FXRbGcMark(top->FXTopWindow::getMiniIcon());
|
244
|
+
}
|
245
|
+
}
|
246
|
+
|
247
|
+
|
248
|
+
void FXRbShell::markfunc(FXShell* shell){
|
249
|
+
FXRbComposite::markfunc(shell);
|
250
|
+
}
|
251
|
+
|
252
|
+
|
253
|
+
void FXRbComposite::markfunc(FXComposite* c){
|
254
|
+
FXRbWindow::markfunc(c);
|
255
|
+
}
|
256
|
+
|
257
|
+
|
258
|
+
void FXRbColorSelector::markfunc(FXColorSelector* cs){
|
259
|
+
FXRbPacker::markfunc(cs);
|
260
|
+
}
|
261
|
+
|
262
|
+
|
263
|
+
void FXRbPacker::markfunc(FXPacker* packer){
|
264
|
+
FXRbComposite::markfunc(packer);
|
265
|
+
}
|
266
|
+
|
267
|
+
void FXRbDockBar::markfunc(FXDockBar* dockbar){
|
268
|
+
FXRbPacker::markfunc(dockbar);
|
269
|
+
}
|
270
|
+
|
271
|
+
void FXRbDockSite::markfunc(FXDockSite* dockSite){
|
272
|
+
FXRbPacker::markfunc(dockSite);
|
273
|
+
}
|
274
|
+
|
275
|
+
void FXRbSpring::markfunc(FXSpring* self){
|
276
|
+
FXRbPacker::markfunc(self);
|
277
|
+
}
|
278
|
+
|
279
|
+
|
280
|
+
void FXRbHorizontalFrame::markfunc(FXHorizontalFrame* self){
|
281
|
+
FXRbPacker::markfunc(self);
|
282
|
+
}
|
283
|
+
|
284
|
+
|
285
|
+
void FXRbVerticalFrame::markfunc(FXVerticalFrame* self){
|
286
|
+
FXRbPacker::markfunc(self);
|
287
|
+
}
|
288
|
+
|
289
|
+
|
290
|
+
void FXRbGroupBox::markfunc(FXGroupBox* self){
|
291
|
+
FXRbPacker::markfunc(self);
|
292
|
+
if(self){
|
293
|
+
FXRbGcMark(self->FXGroupBox::getFont());
|
294
|
+
}
|
295
|
+
}
|
296
|
+
|
297
|
+
|
298
|
+
void FXRbColorWell::markfunc(FXColorWell* cw){
|
299
|
+
FXRbFrame::markfunc(cw);
|
300
|
+
}
|
301
|
+
|
302
|
+
|
303
|
+
void FXRbComboBox::markfunc(FXComboBox* self){
|
304
|
+
FXRbPacker::markfunc(self);
|
305
|
+
if(self){
|
306
|
+
FXRbGcMark(self->FXComboBox::getFont());
|
307
|
+
for(FXint i=0; i<self->getNumItems(); i++){
|
308
|
+
if(void *d=self->FXComboBox::getItemData(i))
|
309
|
+
MARK(d);
|
310
|
+
}
|
311
|
+
}
|
312
|
+
}
|
313
|
+
|
314
|
+
|
315
|
+
void FXRbCursor::markfunc(FXCursor* cursor){
|
316
|
+
FXRbId::markfunc(cursor);
|
317
|
+
}
|
318
|
+
|
319
|
+
|
320
|
+
void FXRbCursor::freefunc(FXCursor* self){
|
321
|
+
delete_if_not_owned_by_app(self,reinterpret_cast<FXRbCursor*>(0));
|
322
|
+
}
|
323
|
+
|
324
|
+
|
325
|
+
void FXRbApp::markfunc(FXApp *self){
|
326
|
+
FXRbObject::markfunc(self);
|
327
|
+
if(self){
|
328
|
+
// Visuals
|
329
|
+
FXRbGcMark(self->FXApp::getMonoVisual());
|
330
|
+
FXRbGcMark(self->FXApp::getDefaultVisual());
|
331
|
+
|
332
|
+
// Fonts
|
333
|
+
FXRbGcMark(self->FXApp::getNormalFont());
|
334
|
+
|
335
|
+
// Cursors
|
336
|
+
FXRbGcMark(self->FXApp::getWaitCursor());
|
337
|
+
FXRbGcMark(self->FXApp::getDefaultCursor(DEF_ARROW_CURSOR));
|
338
|
+
FXRbGcMark(self->FXApp::getDefaultCursor(DEF_RARROW_CURSOR));
|
339
|
+
FXRbGcMark(self->FXApp::getDefaultCursor(DEF_TEXT_CURSOR));
|
340
|
+
FXRbGcMark(self->FXApp::getDefaultCursor(DEF_HSPLIT_CURSOR));
|
341
|
+
FXRbGcMark(self->FXApp::getDefaultCursor(DEF_VSPLIT_CURSOR));
|
342
|
+
FXRbGcMark(self->FXApp::getDefaultCursor(DEF_XSPLIT_CURSOR));
|
343
|
+
FXRbGcMark(self->FXApp::getDefaultCursor(DEF_SWATCH_CURSOR));
|
344
|
+
FXRbGcMark(self->FXApp::getDefaultCursor(DEF_MOVE_CURSOR));
|
345
|
+
FXRbGcMark(self->FXApp::getDefaultCursor(DEF_DRAGH_CURSOR));
|
346
|
+
FXRbGcMark(self->FXApp::getDefaultCursor(DEF_DRAGV_CURSOR));
|
347
|
+
FXRbGcMark(self->FXApp::getDefaultCursor(DEF_DRAGTL_CURSOR));
|
348
|
+
FXRbGcMark(self->FXApp::getDefaultCursor(DEF_DRAGBR_CURSOR));
|
349
|
+
FXRbGcMark(self->FXApp::getDefaultCursor(DEF_DRAGTR_CURSOR));
|
350
|
+
FXRbGcMark(self->FXApp::getDefaultCursor(DEF_DRAGBL_CURSOR));
|
351
|
+
FXRbGcMark(self->FXApp::getDefaultCursor(DEF_DNDSTOP_CURSOR));
|
352
|
+
FXRbGcMark(self->FXApp::getDefaultCursor(DEF_DNDCOPY_CURSOR));
|
353
|
+
FXRbGcMark(self->FXApp::getDefaultCursor(DEF_DNDMOVE_CURSOR));
|
354
|
+
FXRbGcMark(self->FXApp::getDefaultCursor(DEF_DNDLINK_CURSOR));
|
355
|
+
FXRbGcMark(self->FXApp::getDefaultCursor(DEF_CROSSHAIR_CURSOR));
|
356
|
+
FXRbGcMark(self->FXApp::getDefaultCursor(DEF_CORNERNE_CURSOR));
|
357
|
+
FXRbGcMark(self->FXApp::getDefaultCursor(DEF_CORNERNW_CURSOR));
|
358
|
+
FXRbGcMark(self->FXApp::getDefaultCursor(DEF_CORNERSE_CURSOR));
|
359
|
+
FXRbGcMark(self->FXApp::getDefaultCursor(DEF_CORNERSW_CURSOR));
|
360
|
+
FXRbGcMark(self->FXApp::getDefaultCursor(DEF_ROTATE_CURSOR));
|
361
|
+
|
362
|
+
// Other windows
|
363
|
+
FXRbGcMark(self->FXApp::getFocusWindow());
|
364
|
+
FXRbGcMark(self->FXApp::getCursorWindow());
|
365
|
+
|
366
|
+
/**
|
367
|
+
* Root window is a special case; popups (like FXTooltip) can be created
|
368
|
+
* without an "owner" by passing FXApp as the first argument to their
|
369
|
+
* constructor, but in fact the "owner" of these window is the root window.
|
370
|
+
* So unless we invoke FXRbRootWindow's mark function here, unowned windows
|
371
|
+
* like tooltips may get garbage-collected prematurely.
|
372
|
+
*/
|
373
|
+
if(self->FXApp::getRootWindow()){
|
374
|
+
FXRbGcMark(self->FXApp::getRootWindow());
|
375
|
+
FXRbRootWindow::markfunc(self->FXApp::getRootWindow());
|
376
|
+
}
|
377
|
+
|
378
|
+
// Registry
|
379
|
+
FXRbGcMark(&(self->FXApp::reg()));
|
380
|
+
|
381
|
+
// Timers, chores and signals are recycled and should never be destroyed
|
382
|
+
}
|
383
|
+
}
|
384
|
+
|
385
|
+
|
386
|
+
void FXRbArrowButton::markfunc(FXArrowButton *btn){
|
387
|
+
FXRbFrame::markfunc(btn);
|
388
|
+
}
|
389
|
+
|
390
|
+
|
391
|
+
void FXRbDataTarget::markfunc(FXDataTarget* obj){
|
392
|
+
FXRbObject::markfunc(obj);
|
393
|
+
}
|
394
|
+
|
395
|
+
|
396
|
+
void FXRbMainWindow::markfunc(FXMainWindow* obj){
|
397
|
+
FXRbTopWindow::markfunc(obj);
|
398
|
+
}
|
399
|
+
|
400
|
+
|
401
|
+
void FXRbTreeItem::markfunc(FXTreeItem* self){
|
402
|
+
FXRbObject::markfunc(self);
|
403
|
+
if(self){
|
404
|
+
FXRbGcMark(self->FXTreeItem::getParent());
|
405
|
+
FXRbGcMark(self->FXTreeItem::getNext());
|
406
|
+
FXRbGcMark(self->FXTreeItem::getPrev());
|
407
|
+
for(FXTreeItem* item=self->FXTreeItem::getFirst(); item; item=item->FXTreeItem::getNext()){
|
408
|
+
FXRbGcMark(item);
|
409
|
+
FXRbTreeItem::markfunc(item);
|
410
|
+
}
|
411
|
+
FXRbGcMark(self->FXTreeItem::getBelow());
|
412
|
+
FXRbGcMark(self->FXTreeItem::getAbove());
|
413
|
+
FXRbGcMark(self->FXTreeItem::getOpenIcon());
|
414
|
+
FXRbGcMark(self->FXTreeItem::getClosedIcon());
|
415
|
+
if(void *d=self->FXTreeItem::getData())
|
416
|
+
MARK(d);
|
417
|
+
}
|
418
|
+
}
|
419
|
+
|
420
|
+
|
421
|
+
void FXRbTreeItem::freefunc(FXTreeItem* self){
|
422
|
+
if(self!=0){
|
423
|
+
if(!FXRbIsBorrowed(self)){
|
424
|
+
if(self->isMemberOf(FXMETACLASS(FXRbTreeItem))){
|
425
|
+
FXRbTreeItem* treeItem=dynamic_cast<FXRbTreeItem*>(self);
|
426
|
+
FXASSERT(treeItem);
|
427
|
+
FXTreeList* treeList=dynamic_cast<FXTreeList*>(treeItem->owner);
|
428
|
+
if(treeList){
|
429
|
+
FXRbUnregisterRubyObj(self); // MAYBE
|
430
|
+
treeList->removeItem(self,TRUE);
|
431
|
+
}
|
432
|
+
else{
|
433
|
+
FXTreeListBox* treeListBox=dynamic_cast<FXTreeListBox*>(treeItem->owner);
|
434
|
+
if(treeListBox){
|
435
|
+
treeListBox->removeItem(self);
|
436
|
+
}
|
437
|
+
}
|
438
|
+
}
|
439
|
+
}
|
440
|
+
FXRbUnregisterRubyObj(self);
|
441
|
+
}
|
442
|
+
}
|
443
|
+
|
444
|
+
|
445
|
+
void FXRbTreeList::markfunc(FXTreeList* self){
|
446
|
+
FXRbScrollArea::markfunc(self);
|
447
|
+
if(self){
|
448
|
+
for(FXTreeItem* item=self->FXTreeList::getFirstItem(); item; item=item->FXTreeItem::getNext()){
|
449
|
+
FXRbGcMark(item);
|
450
|
+
FXRbTreeItem::markfunc(item);
|
451
|
+
}
|
452
|
+
FXRbGcMark(self->FXTreeList::getFont());
|
453
|
+
}
|
454
|
+
}
|
455
|
+
|
456
|
+
|
457
|
+
void FXRbFoldingItem::markfunc(FXFoldingItem* self){
|
458
|
+
FXRbObject::markfunc(self);
|
459
|
+
if(self){
|
460
|
+
FXRbGcMark(self->FXFoldingItem::getParent());
|
461
|
+
FXRbGcMark(self->FXFoldingItem::getNext());
|
462
|
+
FXRbGcMark(self->FXFoldingItem::getPrev());
|
463
|
+
for(FXFoldingItem* item=self->FXFoldingItem::getFirst(); item; item=item->FXFoldingItem::getNext()){
|
464
|
+
FXRbGcMark(item);
|
465
|
+
FXRbFoldingItem::markfunc(item);
|
466
|
+
}
|
467
|
+
FXRbGcMark(self->FXFoldingItem::getBelow());
|
468
|
+
FXRbGcMark(self->FXFoldingItem::getAbove());
|
469
|
+
FXRbGcMark(self->FXFoldingItem::getOpenIcon());
|
470
|
+
FXRbGcMark(self->FXFoldingItem::getClosedIcon());
|
471
|
+
if(void *d=self->FXFoldingItem::getData())
|
472
|
+
MARK(d);
|
473
|
+
}
|
474
|
+
}
|
475
|
+
|
476
|
+
|
477
|
+
void FXRbFoldingItem::freefunc(FXFoldingItem* self){
|
478
|
+
delete_if_not_owned(self,reinterpret_cast<FXRbFoldingItem*>(0));
|
479
|
+
}
|
480
|
+
|
481
|
+
|
482
|
+
void FXRbFoldingList::markfunc(FXFoldingList* self){
|
483
|
+
FXRbScrollArea::markfunc(self);
|
484
|
+
if(self){
|
485
|
+
for(FXFoldingItem* item=self->FXFoldingList::getFirstItem(); item; item=item->FXFoldingItem::getNext()){
|
486
|
+
FXRbGcMark(item);
|
487
|
+
FXRbFoldingItem::markfunc(item);
|
488
|
+
}
|
489
|
+
FXRbGcMark(self->FXFoldingList::getFont());
|
490
|
+
}
|
491
|
+
}
|
492
|
+
|
493
|
+
|
494
|
+
void FXRbListItem::markfunc(FXListItem* self){
|
495
|
+
FXRbObject::markfunc(self);
|
496
|
+
if(self){
|
497
|
+
FXRbGcMark(self->FXListItem::getIcon());
|
498
|
+
if(void *d=self->FXListItem::getData())
|
499
|
+
MARK(d);
|
500
|
+
}
|
501
|
+
}
|
502
|
+
|
503
|
+
|
504
|
+
void FXRbListItem::freefunc(FXListItem* self){
|
505
|
+
delete_if_not_owned(self,reinterpret_cast<FXRbListItem*>(0));
|
506
|
+
}
|
507
|
+
|
508
|
+
|
509
|
+
void FXRbColorItem::markfunc(FXColorItem* self){
|
510
|
+
FXRbListItem::markfunc(self);
|
511
|
+
}
|
512
|
+
|
513
|
+
|
514
|
+
void FXRbColorItem::freefunc(FXColorItem* self){
|
515
|
+
delete_if_not_owned(self,reinterpret_cast<FXRbColorItem*>(0));
|
516
|
+
}
|
517
|
+
|
518
|
+
|
519
|
+
void FXRbList::markfunc(FXList* self){
|
520
|
+
FXRbScrollArea::markfunc(self);
|
521
|
+
if(self){
|
522
|
+
for(FXint i=0;i<self->FXList::getNumItems();i++){
|
523
|
+
FXListItem* item=self->FXList::getItem(i);
|
524
|
+
FXRbGcMark(item);
|
525
|
+
FXRbListItem::markfunc(item);
|
526
|
+
}
|
527
|
+
FXRbGcMark(self->FXList::getFont());
|
528
|
+
}
|
529
|
+
}
|
530
|
+
|
531
|
+
|
532
|
+
void FXRbColorList::markfunc(FXColorList* self){
|
533
|
+
FXRbList::markfunc(self);
|
534
|
+
}
|
535
|
+
|
536
|
+
|
537
|
+
void FXRbTableItem::markfunc(FXTableItem* self){
|
538
|
+
FXRbObject::markfunc(self);
|
539
|
+
if(self){
|
540
|
+
FXRbGcMark(self->FXTableItem::getIcon());
|
541
|
+
if(void* d=self->FXTableItem::getData())
|
542
|
+
MARK(d);
|
543
|
+
}
|
544
|
+
}
|
545
|
+
|
546
|
+
|
547
|
+
void FXRbTableItem::freefunc(FXTableItem* self){
|
548
|
+
delete_if_not_owned(self,reinterpret_cast<FXRbTableItem*>(0));
|
549
|
+
}
|
550
|
+
|
551
|
+
|
552
|
+
void FXRbTable::markfunc(FXTable* self){
|
553
|
+
register FXTableItem* item;
|
554
|
+
FXRbScrollArea::markfunc(self);
|
555
|
+
if(self){
|
556
|
+
FXRbGcMark(self->FXTable::getFont());
|
557
|
+
FXRbGcMark(self->FXTable::getRowHeaderFont());
|
558
|
+
FXRbGcMark(self->FXTable::getColumnHeaderFont());
|
559
|
+
for(FXint row=0;row<self->FXTable::getNumRows();row++){
|
560
|
+
for(FXint col=0;col<self->FXTable::getNumColumns();col++){
|
561
|
+
item=self->FXTable::getItem(row,col);
|
562
|
+
FXRbGcMark(item);
|
563
|
+
}
|
564
|
+
}
|
565
|
+
}
|
566
|
+
}
|
567
|
+
|
568
|
+
|
569
|
+
void FXRbHeaderItem::markfunc(FXHeaderItem* self){
|
570
|
+
FXRbObject::markfunc(self);
|
571
|
+
if(self){
|
572
|
+
FXRbGcMark(self->FXHeaderItem::getIcon());
|
573
|
+
if(void* d=self->FXHeaderItem::getData())
|
574
|
+
MARK(d);
|
575
|
+
}
|
576
|
+
}
|
577
|
+
|
578
|
+
|
579
|
+
void FXRbHeaderItem::freefunc(FXHeaderItem* self){
|
580
|
+
delete_if_not_owned(self,reinterpret_cast<FXRbHeaderItem*>(0));
|
581
|
+
}
|
582
|
+
|
583
|
+
|
584
|
+
void FXRbHeader::markfunc(FXHeader* self){
|
585
|
+
FXRbFrame::markfunc(self);
|
586
|
+
if(self){
|
587
|
+
for(FXint i=0;i<self->FXHeader::getNumItems();i++){
|
588
|
+
FXHeaderItem* item=self->FXHeader::getItem(i);
|
589
|
+
FXRbGcMark(item);
|
590
|
+
FXRbHeaderItem::markfunc(item);
|
591
|
+
}
|
592
|
+
FXRbGcMark(self->FXHeader::getFont());
|
593
|
+
}
|
594
|
+
}
|
595
|
+
|
596
|
+
|
597
|
+
void FXRbIconItem::markfunc(FXIconItem* self){
|
598
|
+
FXRbObject::markfunc(self);
|
599
|
+
if(self){
|
600
|
+
FXRbGcMark(self->FXIconItem::getBigIcon());
|
601
|
+
FXRbGcMark(self->FXIconItem::getMiniIcon());
|
602
|
+
if(void *d=self->FXIconItem::getData())
|
603
|
+
MARK(d);
|
604
|
+
}
|
605
|
+
}
|
606
|
+
|
607
|
+
|
608
|
+
void FXRbIconItem::freefunc(FXIconItem* self){
|
609
|
+
delete_if_not_owned(self,reinterpret_cast<FXRbIconItem*>(0));
|
610
|
+
}
|
611
|
+
|
612
|
+
|
613
|
+
void FXRbIconList::markfunc(FXIconList* self){
|
614
|
+
FXRbScrollArea::markfunc(self);
|
615
|
+
if(self){
|
616
|
+
FXRbGcMark(self->FXIconList::getHeader());
|
617
|
+
for(FXint i=0;i<self->FXIconList::getNumItems();i++){
|
618
|
+
FXIconItem* item=self->FXIconList::getItem(i);
|
619
|
+
FXRbGcMark(item);
|
620
|
+
FXRbIconItem::markfunc(item);
|
621
|
+
}
|
622
|
+
FXRbGcMark(self->FXIconList::getFont());
|
623
|
+
}
|
624
|
+
}
|
625
|
+
|
626
|
+
|
627
|
+
void FXRbDelegator::markfunc(FXDelegator* self){
|
628
|
+
FXRbObject::markfunc(self);
|
629
|
+
if(self){
|
630
|
+
FXRbGcMark(self->FXDelegator::getDelegate());
|
631
|
+
}
|
632
|
+
}
|
633
|
+
|
634
|
+
|
635
|
+
void FXRbDebugTarget::markfunc(FXDebugTarget* self){
|
636
|
+
FXRbObject::markfunc(self);
|
637
|
+
}
|
638
|
+
|
639
|
+
|
640
|
+
void FXRbDict::markfunc(FXDict* self){
|
641
|
+
FXRbObject::markfunc(self);
|
642
|
+
}
|
643
|
+
|
644
|
+
|
645
|
+
void FXRbSettings::markfunc(FXSettings* self){
|
646
|
+
FXRbDict::markfunc(self);
|
647
|
+
}
|
648
|
+
|
649
|
+
|
650
|
+
void FXRbRegistry::markfunc(FXRegistry* self){
|
651
|
+
FXRbSettings::markfunc(self);
|
652
|
+
}
|
653
|
+
|
654
|
+
|
655
|
+
void FXRbStringDict::markfunc(FXStringDict* self){
|
656
|
+
FXRbDict::markfunc(self);
|
657
|
+
}
|
658
|
+
|
659
|
+
|
660
|
+
void FXRbRecentFiles::markfunc(FXRecentFiles* self){
|
661
|
+
FXRbObject::markfunc(self);
|
662
|
+
if(self){
|
663
|
+
FXRbGcMark(self->FXRecentFiles::getTarget());
|
664
|
+
}
|
665
|
+
}
|
666
|
+
|
667
|
+
|
668
|
+
void FXRbScrollArea::markfunc(FXScrollArea* self){
|
669
|
+
FXRbComposite::markfunc(self);
|
670
|
+
if(self){
|
671
|
+
FXRbGcMark(self->FXScrollArea::horizontalScrollBar());
|
672
|
+
FXRbGcMark(self->FXScrollArea::verticalScrollBar());
|
673
|
+
}
|
674
|
+
}
|
675
|
+
|
676
|
+
|
677
|
+
void FXRbDocument::markfunc(FXDocument* self){
|
678
|
+
FXRbObject::markfunc(self);
|
679
|
+
}
|
680
|
+
|
681
|
+
|
682
|
+
void FXRbGLContext::markfunc(FXGLContext* self){
|
683
|
+
FXRbObject::markfunc(self);
|
684
|
+
if(self){
|
685
|
+
FXRbGcMark(self->FXGLContext::getVisual());
|
686
|
+
}
|
687
|
+
}
|
688
|
+
|
689
|
+
|
690
|
+
void FXRbGLObject::markfunc(FXGLObject* self){
|
691
|
+
FXRbObject::markfunc(self);
|
692
|
+
}
|
693
|
+
|
694
|
+
|
695
|
+
void FXRbFont::markfunc(FXFont* self){
|
696
|
+
FXRbId::markfunc(self);
|
697
|
+
}
|
698
|
+
|
699
|
+
|
700
|
+
void FXRbFont::freefunc(FXFont *self){
|
701
|
+
delete_if_not_owned_by_app(self,reinterpret_cast<FXRbFont*>(0));
|
702
|
+
}
|
703
|
+
|
704
|
+
|
705
|
+
void FXRbIconDict::markfunc(FXIconDict* self){
|
706
|
+
FXRbDict::markfunc(self);
|
707
|
+
if(self){
|
708
|
+
FXRbGcMark(self->FXIconDict::getIconSource());
|
709
|
+
if(self->FXIconDict::no()>0){
|
710
|
+
FXint pos=self->FXIconDict::first();
|
711
|
+
FXint last=self->FXIconDict::last();
|
712
|
+
while(pos<=last){
|
713
|
+
const FXchar* name=self->FXIconDict::key(pos);
|
714
|
+
FXIcon* icon=self->FXIconDict::find(name);
|
715
|
+
FXRbGcMark(icon);
|
716
|
+
pos=self->FXIconDict::next(pos);
|
717
|
+
}
|
718
|
+
}
|
719
|
+
}
|
720
|
+
}
|
721
|
+
|
722
|
+
|
723
|
+
void FXRbFileDict::markfunc(FXFileDict* self){
|
724
|
+
FXRbDict::markfunc(self);
|
725
|
+
FXRbGcMark(self->FXFileDict::getSettings());
|
726
|
+
if(self){
|
727
|
+
if(self->FXFileDict::no()>0){
|
728
|
+
FXint pos=self->FXFileDict::first();
|
729
|
+
FXint last=self->FXFileDict::last();
|
730
|
+
while(pos<=last){
|
731
|
+
const FXchar* key=self->FXFileDict::key(pos);
|
732
|
+
FXFileAssoc* assoc=self->FXFileDict::find(key);
|
733
|
+
FXRbGcMark(assoc);
|
734
|
+
pos=self->FXFileDict::next(pos);
|
735
|
+
}
|
736
|
+
}
|
737
|
+
}
|
738
|
+
}
|
739
|
+
|
740
|
+
|
741
|
+
void FXRbDial::markfunc(FXDial* self){
|
742
|
+
FXTRACE((100,"FXRbDial::markfunc() %p\n",self));
|
743
|
+
FXRbFrame::markfunc(self);
|
744
|
+
}
|
745
|
+
|
746
|
+
|
747
|
+
void FXRbDragCorner::markfunc(FXDragCorner* self){
|
748
|
+
FXTRACE((100,"FXRbDragCorner::markfunc() %p\n",self));
|
749
|
+
FXRbWindow::markfunc(self);
|
750
|
+
}
|
751
|
+
|
752
|
+
|
753
|
+
void FXRbDirItem::markfunc(FXDirItem* self){
|
754
|
+
FXTRACE((100,"FXRbDirItem::markfunc() %p\n",self));
|
755
|
+
FXRbTreeItem::markfunc(self);
|
756
|
+
if(self){
|
757
|
+
FXRbGcMark(self->FXDirItem::getAssoc());
|
758
|
+
}
|
759
|
+
}
|
760
|
+
|
761
|
+
|
762
|
+
void FXRbDirItem::freefunc(FXDirItem* self){
|
763
|
+
delete_if_not_owned(self,reinterpret_cast<FXRbDirItem*>(0));
|
764
|
+
}
|
765
|
+
|
766
|
+
void FXRbDirList::markfunc(FXDirList* self){
|
767
|
+
FXTRACE((100,"FXRbDirList::markfunc() %p\n",self));
|
768
|
+
FXRbTreeList::markfunc(self);
|
769
|
+
if(self){
|
770
|
+
FXRbGcMark(self->FXDirList::getAssociations());
|
771
|
+
}
|
772
|
+
}
|
773
|
+
|
774
|
+
|
775
|
+
void FXRb4Splitter::markfunc(FX4Splitter* self){
|
776
|
+
FXTRACE((100,"FXRb4Splitter::markfunc() %p\n",self));
|
777
|
+
FXRbComposite::markfunc(self);
|
778
|
+
if(self){
|
779
|
+
FXRbGcMark(self->FX4Splitter::getTopLeft());
|
780
|
+
FXRbGcMark(self->FX4Splitter::getTopRight());
|
781
|
+
FXRbGcMark(self->FX4Splitter::getBottomLeft());
|
782
|
+
FXRbGcMark(self->FX4Splitter::getBottomRight());
|
783
|
+
}
|
784
|
+
}
|
785
|
+
|
786
|
+
|
787
|
+
void FXRbFileItem::markfunc(FXFileItem* self){
|
788
|
+
FXTRACE((100,"FXRbFileItem::markfunc() %p\n",self));
|
789
|
+
FXRbIconItem::markfunc(self);
|
790
|
+
if(self){
|
791
|
+
FXRbGcMark(self->FXFileItem::getAssoc());
|
792
|
+
}
|
793
|
+
}
|
794
|
+
|
795
|
+
|
796
|
+
void FXRbFileItem::freefunc(FXFileItem* self){
|
797
|
+
delete_if_not_owned(self,reinterpret_cast<FXRbFileItem*>(0));
|
798
|
+
}
|
799
|
+
|
800
|
+
|
801
|
+
void FXRbFileList::markfunc(FXFileList* self){
|
802
|
+
FXTRACE((100,"FXRbFileList::markfunc() %p\n",self));
|
803
|
+
FXRbIconList::markfunc(self);
|
804
|
+
if(self){
|
805
|
+
FXRbGcMark(self->FXFileList::getAssociations());
|
806
|
+
for(FXint i=0;i<self->FXFileList::getNumItems();i++){
|
807
|
+
FXFileAssoc* assoc=self->FXFileList::getItemAssoc(i);
|
808
|
+
FXRbGcMark(assoc);
|
809
|
+
}
|
810
|
+
}
|
811
|
+
}
|
812
|
+
|
813
|
+
|
814
|
+
void FXRbDirBox::markfunc(FXDirBox* self){
|
815
|
+
FXTRACE((100,"FXRbDirBox::markfunc() %p\n",self));
|
816
|
+
FXRbTreeListBox::markfunc(self);
|
817
|
+
}
|
818
|
+
|
819
|
+
|
820
|
+
void FXRbDriveBox::markfunc(FXDriveBox* self){
|
821
|
+
FXTRACE((100,"FXRbDriveBox::markfunc() %p\n",self));
|
822
|
+
FXRbListBox::markfunc(self);
|
823
|
+
}
|
824
|
+
|
825
|
+
|
826
|
+
void FXRbDirSelector::markfunc(FXDirSelector* self){
|
827
|
+
FXTRACE((100,"FXRbDirSelector::markfunc() %p\n",self));
|
828
|
+
FXRbPacker::markfunc(self);
|
829
|
+
if(self){
|
830
|
+
FXRbGcMark(self->FXDirSelector::acceptButton());
|
831
|
+
FXRbGcMark(self->FXDirSelector::cancelButton());
|
832
|
+
}
|
833
|
+
}
|
834
|
+
|
835
|
+
|
836
|
+
void FXRbFileSelector::markfunc(FXFileSelector* self){
|
837
|
+
FXTRACE((100,"FXRbFileSelector::markfunc() %p\n",self));
|
838
|
+
FXRbPacker::markfunc(self);
|
839
|
+
if(self){
|
840
|
+
FXRbGcMark(self->FXFileSelector::acceptButton());
|
841
|
+
FXRbGcMark(self->FXFileSelector::cancelButton());
|
842
|
+
}
|
843
|
+
}
|
844
|
+
|
845
|
+
|
846
|
+
void FXRbFontSelector::markfunc(FXFontSelector* self){
|
847
|
+
FXTRACE((100,"FXRbFontSelector::markfunc() %p\n",self));
|
848
|
+
FXRbPacker::markfunc(self);
|
849
|
+
if(self){
|
850
|
+
FXRbGcMark(self->FXFontSelector::acceptButton());
|
851
|
+
FXRbGcMark(self->FXFontSelector::cancelButton());
|
852
|
+
}
|
853
|
+
}
|
854
|
+
|
855
|
+
|
856
|
+
void FXRbDirDialog::markfunc(FXDirDialog* self){
|
857
|
+
FXTRACE((100,"FXRbDirDialog::markfunc() %p\n",self));
|
858
|
+
FXRbDialogBox::markfunc(self);
|
859
|
+
}
|
860
|
+
|
861
|
+
|
862
|
+
void FXRbFileDialog::markfunc(FXFileDialog* self){
|
863
|
+
FXTRACE((100,"FXRbFileDialog::markfunc() %p\n",self));
|
864
|
+
FXRbDialogBox::markfunc(self);
|
865
|
+
}
|
866
|
+
|
867
|
+
|
868
|
+
void FXRbFontDialog::markfunc(FXFontDialog* self){
|
869
|
+
FXTRACE((100,"FXRbFontDialog::markfunc() %p\n",self));
|
870
|
+
FXRbDialogBox::markfunc(self);
|
871
|
+
}
|
872
|
+
|
873
|
+
|
874
|
+
void FXRbListBox::markfunc(FXListBox* self){
|
875
|
+
FXTRACE((100,"FXRbListBox::markfunc() %p\n",self));
|
876
|
+
FXRbPacker::markfunc(self);
|
877
|
+
if(self){
|
878
|
+
FXRbGcMark(self->FXListBox::getFont());
|
879
|
+
for(FXint i=0;i<self->FXListBox::getNumItems();i++){
|
880
|
+
FXRbGcMark(self->FXListBox::getItemIcon(i));
|
881
|
+
if(self->FXListBox::getItemData(i))
|
882
|
+
MARK(self->FXListBox::getItemData(i));
|
883
|
+
}
|
884
|
+
}
|
885
|
+
}
|
886
|
+
|
887
|
+
|
888
|
+
void FXRbTreeListBox::markfunc(FXTreeListBox* self){
|
889
|
+
FXTRACE((100,"FXRbTreeListBox::markfunc() %p\n",self));
|
890
|
+
FXRbPacker::markfunc(self);
|
891
|
+
if(self){
|
892
|
+
FXRbGcMark(self->FXTreeListBox::getFont());
|
893
|
+
for(FXTreeItem* item=self->FXTreeListBox::getFirstItem();item!=0;item=item->FXTreeItem::getNext()){
|
894
|
+
FXRbGcMark(item);
|
895
|
+
FXRbTreeItem::markfunc(item);
|
896
|
+
}
|
897
|
+
}
|
898
|
+
}
|
899
|
+
|
900
|
+
|
901
|
+
void FXRbToolTip::markfunc(FXToolTip* self){
|
902
|
+
FXTRACE((100,"FXRbToolTip::markfunc() %p\n",self));
|
903
|
+
FXRbShell::markfunc(self);
|
904
|
+
if(self){
|
905
|
+
FXRbGcMark(self->FXToolTip::getFont());
|
906
|
+
}
|
907
|
+
}
|
908
|
+
|
909
|
+
|
910
|
+
void FXRbRootWindow::markfunc(FXRootWindow* self){
|
911
|
+
FXTRACE((100,"FXRbRootWindow::markfunc() %p\n",self));
|
912
|
+
FXRbComposite::markfunc(self);
|
913
|
+
}
|
914
|
+
|
915
|
+
|
916
|
+
void FXRbPNGIcon::markfunc(FXPNGIcon *self){
|
917
|
+
FXTRACE((100,"FXRbPNGIcon::markfunc() %p\n",self));
|
918
|
+
FXRbIcon::markfunc(self);
|
919
|
+
}
|
920
|
+
|
921
|
+
|
922
|
+
void FXRbMDIMenu::markfunc(FXMDIMenu *self){
|
923
|
+
FXTRACE((100,"FXRbMDIMenu::markfunc() %p\n",self));
|
924
|
+
FXRbMenuPane::markfunc(self);
|
925
|
+
}
|
926
|
+
|
927
|
+
|
928
|
+
void FXRbMDIRestoreButton::markfunc(FXMDIRestoreButton *self){
|
929
|
+
FXTRACE((100,"FXRbMDIRestoreButton::markfunc() %p\n",self));
|
930
|
+
FXRbButton::markfunc(self);
|
931
|
+
}
|
932
|
+
|
933
|
+
|
934
|
+
void FXRbXBMImage::markfunc(FXXBMImage *self){
|
935
|
+
FXTRACE((100,"FXRbXBMImage::markfunc() %p\n",self));
|
936
|
+
FXRbImage::markfunc(self);
|
937
|
+
}
|
938
|
+
|
939
|
+
|
940
|
+
void FXRbXPMImage::markfunc(FXXPMImage *self){
|
941
|
+
FXTRACE((100,"FXRbXPMImage::markfunc() %p\n",self));
|
942
|
+
FXRbImage::markfunc(self);
|
943
|
+
}
|
944
|
+
|
945
|
+
|
946
|
+
void FXRbJPGImage::markfunc(FXJPGImage *self){
|
947
|
+
FXTRACE((100,"FXRbJPGImage::markfunc() %p\n",self));
|
948
|
+
FXRbImage::markfunc(self);
|
949
|
+
}
|
950
|
+
|
951
|
+
|
952
|
+
void FXRbTextField::markfunc(FXTextField *self){
|
953
|
+
FXTRACE((100,"FXRbTextField::markfunc() %p\n",self));
|
954
|
+
FXRbFrame::markfunc(self);
|
955
|
+
if(self){
|
956
|
+
FXRbGcMark(self->FXTextField::getFont());
|
957
|
+
}
|
958
|
+
}
|
959
|
+
|
960
|
+
|
961
|
+
void FXRbMenuCascade::markfunc(FXMenuCascade *self){
|
962
|
+
FXTRACE((100,"FXRbMenuCascade::markfunc() %p\n",self));
|
963
|
+
FXRbMenuCaption::markfunc(self);
|
964
|
+
if(self){
|
965
|
+
FXRbGcMark(self->FXMenuCascade::getMenu());
|
966
|
+
}
|
967
|
+
}
|
968
|
+
|
969
|
+
|
970
|
+
void FXRbMenuCommand::markfunc(FXMenuCommand *self){
|
971
|
+
FXTRACE((100,"FXRbMenuCommand::markfunc() %p\n",self));
|
972
|
+
FXRbMenuCaption::markfunc(self);
|
973
|
+
}
|
974
|
+
|
975
|
+
|
976
|
+
void FXRbMenuBar::markfunc(FXMenuBar *self){
|
977
|
+
FXTRACE((100,"FXRbMenuBar::markfunc() %p\n",self));
|
978
|
+
FXRbToolBar::markfunc(self);
|
979
|
+
}
|
980
|
+
|
981
|
+
|
982
|
+
void FXRbScrollCorner::markfunc(FXScrollCorner *self){
|
983
|
+
FXTRACE((100,"FXRbScrollCorner::markfunc() %p\n",self));
|
984
|
+
FXRbWindow::markfunc(self);
|
985
|
+
}
|
986
|
+
|
987
|
+
|
988
|
+
void FXRbShutter::markfunc(FXShutter *self){
|
989
|
+
FXRbVerticalFrame::markfunc(self);
|
990
|
+
}
|
991
|
+
|
992
|
+
|
993
|
+
void FXRbProgressBar::markfunc(FXProgressBar *self){
|
994
|
+
FXTRACE((100,"FXRbProgressBar::markfunc() %p\n",self));
|
995
|
+
FXRbFrame::markfunc(self);
|
996
|
+
if(self){
|
997
|
+
FXRbGcMark(self->FXProgressBar::getFont());
|
998
|
+
}
|
999
|
+
}
|
1000
|
+
|
1001
|
+
|
1002
|
+
void FXRbSeparator::markfunc(FXSeparator* self){
|
1003
|
+
FXTRACE((100,"FXRbSeparator::markfunc() %p\n",self));
|
1004
|
+
FXRbFrame::markfunc(self);
|
1005
|
+
}
|
1006
|
+
|
1007
|
+
|
1008
|
+
void FXRbHorizontalSeparator::markfunc(FXHorizontalSeparator *self){
|
1009
|
+
FXTRACE((100,"FXRbHorizontalSeparator::markfunc() %p\n",self));
|
1010
|
+
FXRbSeparator::markfunc(self);
|
1011
|
+
}
|
1012
|
+
|
1013
|
+
|
1014
|
+
void FXRbSpinner::markfunc(FXSpinner *self){
|
1015
|
+
FXTRACE((100,"FXRbSpinner::markfunc() %p\n",self));
|
1016
|
+
FXRbPacker::markfunc(self);
|
1017
|
+
if(self){
|
1018
|
+
FXRbGcMark(self->FXSpinner::getFont());
|
1019
|
+
}
|
1020
|
+
}
|
1021
|
+
|
1022
|
+
|
1023
|
+
void FXRbRealSpinner::markfunc(FXRealSpinner *self){
|
1024
|
+
FXTRACE((100,"FXRbRealSpinner::markfunc() %p\n",self));
|
1025
|
+
FXRbPacker::markfunc(self);
|
1026
|
+
if(self){
|
1027
|
+
FXRbGcMark(self->FXRealSpinner::getFont());
|
1028
|
+
}
|
1029
|
+
}
|
1030
|
+
|
1031
|
+
|
1032
|
+
void FXRbGIFIcon::markfunc(FXGIFIcon *self){
|
1033
|
+
FXTRACE((100,"FXRbGIFIcon::markfunc() %p\n",self));
|
1034
|
+
FXRbIcon::markfunc(self);
|
1035
|
+
}
|
1036
|
+
|
1037
|
+
|
1038
|
+
void FXRbTIFIcon::markfunc(FXTIFIcon *self){
|
1039
|
+
FXTRACE((100,"FXRbTIFIcon::markfunc() %p\n",self));
|
1040
|
+
FXRbIcon::markfunc(self);
|
1041
|
+
}
|
1042
|
+
|
1043
|
+
|
1044
|
+
void FXRbPCXIcon::markfunc(FXPCXIcon *self){
|
1045
|
+
FXTRACE((100,"FXRbPCXIcon::markfunc() %p\n",self));
|
1046
|
+
FXRbIcon::markfunc(self);
|
1047
|
+
}
|
1048
|
+
|
1049
|
+
|
1050
|
+
void FXRbRGBIcon::markfunc(FXRGBIcon *self){
|
1051
|
+
FXTRACE((100,"FXRbRGBIcon::markfunc() %p\n",self));
|
1052
|
+
FXRbIcon::markfunc(self);
|
1053
|
+
}
|
1054
|
+
|
1055
|
+
|
1056
|
+
void FXRbMDIMaximizeButton::markfunc(FXMDIMaximizeButton *self){
|
1057
|
+
FXTRACE((100,"FXRbMDIMaximizeButton::markfunc() %p\n",self));
|
1058
|
+
FXRbButton::markfunc(self);
|
1059
|
+
}
|
1060
|
+
|
1061
|
+
|
1062
|
+
void FXRbMDIDeleteButton::markfunc(FXMDIDeleteButton *self){
|
1063
|
+
FXTRACE((100,"FXRbMDIDeleteButton::markfunc() %p\n",self));
|
1064
|
+
FXRbButton::markfunc(self);
|
1065
|
+
}
|
1066
|
+
|
1067
|
+
|
1068
|
+
void FXRbMenuButton::markfunc(FXMenuButton *self){
|
1069
|
+
FXTRACE((100,"FXRbMenuButton::markfunc() %p\n",self));
|
1070
|
+
FXRbLabel::markfunc(self);
|
1071
|
+
if(self){
|
1072
|
+
FXRbGcMark(self->FXMenuButton::getMenu());
|
1073
|
+
}
|
1074
|
+
}
|
1075
|
+
|
1076
|
+
|
1077
|
+
void FXRbMatrix::markfunc(FXMatrix *self){
|
1078
|
+
FXTRACE((100,"FXRbMatrix::markfunc() %p\n",self));
|
1079
|
+
FXRbPacker::markfunc(self);
|
1080
|
+
}
|
1081
|
+
|
1082
|
+
|
1083
|
+
void FXRbMenuSeparator::markfunc(FXMenuSeparator *self){
|
1084
|
+
FXTRACE((100,"FXRbMenuSeparator::markfunc() %p\n",self));
|
1085
|
+
FXRbWindow::markfunc(self);
|
1086
|
+
}
|
1087
|
+
|
1088
|
+
|
1089
|
+
void FXRbSwitcher::markfunc(FXSwitcher *self){
|
1090
|
+
FXTRACE((100,"FXRbSwitcher::markfunc() %p\n",self));
|
1091
|
+
FXRbPacker::markfunc(self);
|
1092
|
+
}
|
1093
|
+
|
1094
|
+
|
1095
|
+
void FXRbRealSlider::markfunc(FXRealSlider *self){
|
1096
|
+
FXTRACE((100,"FXRbRealSlider::markfunc() %p\n",self));
|
1097
|
+
FXRbFrame::markfunc(self);
|
1098
|
+
}
|
1099
|
+
|
1100
|
+
|
1101
|
+
void FXRbSlider::markfunc(FXSlider *self){
|
1102
|
+
FXTRACE((100,"FXRbSlider::markfunc() %p\n",self));
|
1103
|
+
FXRbFrame::markfunc(self);
|
1104
|
+
}
|
1105
|
+
|
1106
|
+
|
1107
|
+
void FXRbToolBarGrip::markfunc(FXToolBarGrip *self){
|
1108
|
+
FXTRACE((100,"FXRbToolBarGrip::markfunc() %p\n",self));
|
1109
|
+
FXRbDockHandler::markfunc(self);
|
1110
|
+
}
|
1111
|
+
|
1112
|
+
|
1113
|
+
void FXRbJPGIcon::markfunc(FXJPGIcon *self){
|
1114
|
+
FXTRACE((100,"FXRbJPGIcon::markfunc() %p\n",self));
|
1115
|
+
FXRbIcon::markfunc(self);
|
1116
|
+
}
|
1117
|
+
|
1118
|
+
|
1119
|
+
void FXRbTabBar::markfunc(FXTabBar *self){
|
1120
|
+
FXTRACE((100,"FXRbTabBar::markfunc() %p\n",self));
|
1121
|
+
FXRbPacker::markfunc(self);
|
1122
|
+
}
|
1123
|
+
|
1124
|
+
|
1125
|
+
void FXRbToolBarTab::markfunc(FXToolBarTab *self){
|
1126
|
+
FXTRACE((100,"FXRbToolBarTab::markfunc() %p\n",self));
|
1127
|
+
FXRbFrame::markfunc(self);
|
1128
|
+
}
|
1129
|
+
|
1130
|
+
|
1131
|
+
void FXRbSearchDialog::markfunc(FXSearchDialog *self){
|
1132
|
+
FXTRACE((100,"FXRbSearchDialog::markfunc() %p\n",self));
|
1133
|
+
FXRbDialogBox::markfunc(self);
|
1134
|
+
}
|
1135
|
+
|
1136
|
+
|
1137
|
+
void FXRbPrintDialog::markfunc(FXPrintDialog *self){
|
1138
|
+
FXTRACE((100,"FXRbPrintDialog::markfunc() %p\n",self));
|
1139
|
+
FXRbDialogBox::markfunc(self);
|
1140
|
+
}
|
1141
|
+
|
1142
|
+
|
1143
|
+
void FXRbMDIMinimizeButton::markfunc(FXMDIMinimizeButton *self){
|
1144
|
+
FXTRACE((100,"FXRbMDIMinimizeButton::markfunc() %p\n",self));
|
1145
|
+
FXRbButton::markfunc(self);
|
1146
|
+
}
|
1147
|
+
|
1148
|
+
|
1149
|
+
void FXRbGIFCursor::markfunc(FXGIFCursor *self){
|
1150
|
+
FXTRACE((100,"FXRbGIFCursor::markfunc() %p\n",self));
|
1151
|
+
FXRbCursor::markfunc(self);
|
1152
|
+
}
|
1153
|
+
|
1154
|
+
|
1155
|
+
void FXRbGIFCursor::freefunc(FXGIFCursor* self){
|
1156
|
+
delete_if_not_owned_by_app(self,reinterpret_cast<FXRbGIFCursor*>(0));
|
1157
|
+
}
|
1158
|
+
|
1159
|
+
|
1160
|
+
void FXRbCURCursor::markfunc(FXCURCursor *self){
|
1161
|
+
FXTRACE((100,"FXRbCURCursor::markfunc() %p\n",self));
|
1162
|
+
FXRbCursor::markfunc(self);
|
1163
|
+
}
|
1164
|
+
|
1165
|
+
|
1166
|
+
void FXRbCURCursor::freefunc(FXCURCursor* self){
|
1167
|
+
delete_if_not_owned_by_app(self,reinterpret_cast<FXRbCURCursor*>(0));
|
1168
|
+
}
|
1169
|
+
|
1170
|
+
|
1171
|
+
void FXRbGLViewer::markfunc(FXGLViewer *self){
|
1172
|
+
FXTRACE((100,"FXRbGLViewer::markfunc() %p\n",self));
|
1173
|
+
FXRbGLCanvas::markfunc(self);
|
1174
|
+
if(self){
|
1175
|
+
FXRbGcMark(self->FXGLViewer::getScene());
|
1176
|
+
FXRbGcMark(self->FXGLViewer::getSelection());
|
1177
|
+
}
|
1178
|
+
}
|
1179
|
+
|
1180
|
+
|
1181
|
+
void FXRbGIFImage::markfunc(FXGIFImage *self){
|
1182
|
+
FXTRACE((100,"FXRbGIFImage::markfunc() %p\n",self));
|
1183
|
+
FXRbImage::markfunc(self);
|
1184
|
+
}
|
1185
|
+
|
1186
|
+
|
1187
|
+
void FXRbTIFImage::markfunc(FXTIFImage *self){
|
1188
|
+
FXTRACE((100,"FXRbTIFImage::markfunc() %p\n",self));
|
1189
|
+
FXRbImage::markfunc(self);
|
1190
|
+
}
|
1191
|
+
|
1192
|
+
|
1193
|
+
void FXRbPCXImage::markfunc(FXPCXImage *self){
|
1194
|
+
FXTRACE((100,"FXRbPCXImage::markfunc() %p\n",self));
|
1195
|
+
FXRbImage::markfunc(self);
|
1196
|
+
}
|
1197
|
+
|
1198
|
+
|
1199
|
+
void FXRbRGBImage::markfunc(FXRGBImage *self){
|
1200
|
+
FXTRACE((100,"FXRbRGBImage::markfunc() %p\n",self));
|
1201
|
+
FXRbImage::markfunc(self);
|
1202
|
+
}
|
1203
|
+
|
1204
|
+
|
1205
|
+
void FXRbMenuPane::markfunc(FXMenuPane *self){
|
1206
|
+
FXTRACE((100,"FXRbMenuPane::markfunc() %p\n",self));
|
1207
|
+
FXRbPopup::markfunc(self);
|
1208
|
+
}
|
1209
|
+
|
1210
|
+
|
1211
|
+
void FXRbScrollPane::markfunc(FXScrollPane *self){
|
1212
|
+
FXRbMenuPane::markfunc(self);
|
1213
|
+
}
|
1214
|
+
|
1215
|
+
|
1216
|
+
void FXRbSplitter::markfunc(FXSplitter *self){
|
1217
|
+
FXTRACE((100,"FXRbSplitter::markfunc() %p\n",self));
|
1218
|
+
FXRbComposite::markfunc(self);
|
1219
|
+
}
|
1220
|
+
|
1221
|
+
|
1222
|
+
void FXRbStatusBar::markfunc(FXStatusBar *self){
|
1223
|
+
FXTRACE((100,"FXRbStatusBar::markfunc() %p\n",self));
|
1224
|
+
FXRbHorizontalFrame::markfunc(self);
|
1225
|
+
if(self){
|
1226
|
+
FXRbGcMark(self->FXStatusBar::getStatusLine());
|
1227
|
+
FXRbGcMark(self->FXStatusBar::getDragCorner());
|
1228
|
+
}
|
1229
|
+
}
|
1230
|
+
|
1231
|
+
|
1232
|
+
void FXRbMDIChild::markfunc(FXMDIChild *self){
|
1233
|
+
FXTRACE((100,"FXRbMDIChild::markfunc() %p\n",self));
|
1234
|
+
FXRbComposite::markfunc(self);
|
1235
|
+
if(self){
|
1236
|
+
FXRbGcMark(self->FXMDIChild::contentWindow());
|
1237
|
+
FXRbGcMark(self->FXMDIChild::getIcon());
|
1238
|
+
FXRbGcMark(self->FXMDIChild::getMenu());
|
1239
|
+
FXRbGcMark(self->FXMDIChild::getFont());
|
1240
|
+
}
|
1241
|
+
}
|
1242
|
+
|
1243
|
+
|
1244
|
+
void FXRbPNGImage::markfunc(FXPNGImage *self){
|
1245
|
+
FXTRACE((100,"FXRbPNGImage::markfunc() %p\n",self));
|
1246
|
+
FXRbImage::markfunc(self);
|
1247
|
+
}
|
1248
|
+
|
1249
|
+
|
1250
|
+
void FXRbVisual::markfunc(FXVisual *self){
|
1251
|
+
FXTRACE((100,"FXRbVisual::markfunc() %p\n",self));
|
1252
|
+
FXRbId::markfunc(self);
|
1253
|
+
}
|
1254
|
+
|
1255
|
+
|
1256
|
+
void FXRbVisual::freefunc(FXVisual *self){
|
1257
|
+
delete_if_not_owned_by_app(self,reinterpret_cast<FXRbVisual*>(0));
|
1258
|
+
}
|
1259
|
+
|
1260
|
+
|
1261
|
+
void FXRbVerticalSeparator::markfunc(FXVerticalSeparator *self){
|
1262
|
+
FXTRACE((100,"FXRbVerticalSeparator::markfunc() %p\n",self));
|
1263
|
+
FXRbSeparator::markfunc(self);
|
1264
|
+
}
|
1265
|
+
|
1266
|
+
|
1267
|
+
void FXRbToggleButton::markfunc(FXToggleButton *self){
|
1268
|
+
FXTRACE((100,"FXRbToggleButton::markfunc() %p\n",self));
|
1269
|
+
FXRbLabel::markfunc(self);
|
1270
|
+
if(self){
|
1271
|
+
FXRbGcMark(self->FXToggleButton::getAltIcon());
|
1272
|
+
}
|
1273
|
+
}
|
1274
|
+
|
1275
|
+
|
1276
|
+
void FXRbTriStateButton::markfunc(FXTriStateButton *self){
|
1277
|
+
FXTRACE((100,"FXRbTriStateButton::markfunc() %p\n",self));
|
1278
|
+
FXRbToggleButton::markfunc(self);
|
1279
|
+
if(self){
|
1280
|
+
FXRbGcMark(self->FXTriStateButton::getMaybeIcon());
|
1281
|
+
}
|
1282
|
+
}
|
1283
|
+
|
1284
|
+
|
1285
|
+
void FXRbPopup::markfunc(FXPopup *self){
|
1286
|
+
FXTRACE((100,"FXRbPopup::markfunc() %p\n",self));
|
1287
|
+
FXRbShell::markfunc(self);
|
1288
|
+
if(self){
|
1289
|
+
FXRbGcMark(self->FXPopup::getGrabOwner());
|
1290
|
+
}
|
1291
|
+
}
|
1292
|
+
|
1293
|
+
|
1294
|
+
void FXRbOptionMenu::markfunc(FXOptionMenu *self){
|
1295
|
+
FXTRACE((100,"FXRbOptionMenu::markfunc() %p\n",self));
|
1296
|
+
FXRbLabel::markfunc(self);
|
1297
|
+
if(self){
|
1298
|
+
FXRbGcMark(self->FXOptionMenu::getCurrent());
|
1299
|
+
FXRbGcMark(self->FXOptionMenu::getMenu());
|
1300
|
+
}
|
1301
|
+
}
|
1302
|
+
|
1303
|
+
|
1304
|
+
void FXRbMessageBox::markfunc(FXMessageBox *self){
|
1305
|
+
FXTRACE((100,"FXRbMessageBox::markfunc() %p\n",self));
|
1306
|
+
FXRbDialogBox::markfunc(self);
|
1307
|
+
}
|
1308
|
+
|
1309
|
+
|
1310
|
+
void FXRbToolBar::markfunc(FXToolBar *self){
|
1311
|
+
FXTRACE((100,"FXRbToolBar::markfunc() %p\n",self));
|
1312
|
+
FXRbPacker::markfunc(self);
|
1313
|
+
if(self){
|
1314
|
+
FXRbGcMark(self->FXToolBar::getDryDock());
|
1315
|
+
FXRbGcMark(self->FXToolBar::getWetDock());
|
1316
|
+
}
|
1317
|
+
}
|
1318
|
+
|
1319
|
+
|
1320
|
+
void FXRbGLCanvas::markfunc(FXGLCanvas *self){
|
1321
|
+
FXTRACE((100,"FXRbGLCanvas::markfunc() %p\n",self));
|
1322
|
+
FXRbCanvas::markfunc(self);
|
1323
|
+
}
|
1324
|
+
|
1325
|
+
|
1326
|
+
void FXRbGLVisual::markfunc(FXGLVisual *self){
|
1327
|
+
FXTRACE((100,"FXRbGLVisual::markfunc() %p\n",self));
|
1328
|
+
FXRbVisual::markfunc(self);
|
1329
|
+
}
|
1330
|
+
|
1331
|
+
|
1332
|
+
void FXRbGLVisual::freefunc(FXGLVisual *self){
|
1333
|
+
delete_if_not_owned_by_app(self,reinterpret_cast<FXRbGLVisual*>(0));
|
1334
|
+
}
|
1335
|
+
|
1336
|
+
|
1337
|
+
void FXRbOption::markfunc(FXOption *self){
|
1338
|
+
FXTRACE((100,"FXRbOption::markfunc() %p\n",self));
|
1339
|
+
FXRbLabel::markfunc(self);
|
1340
|
+
}
|
1341
|
+
|
1342
|
+
|
1343
|
+
void FXRbScrollWindow::markfunc(FXScrollWindow *self){
|
1344
|
+
FXTRACE((100,"FXRbScrollWindow::markfunc() %p\n",self));
|
1345
|
+
FXRbScrollArea::markfunc(self);
|
1346
|
+
if(self){
|
1347
|
+
FXRbGcMark(self->FXScrollWindow::contentWindow());
|
1348
|
+
}
|
1349
|
+
}
|
1350
|
+
|
1351
|
+
|
1352
|
+
void FXRbText::markfunc(FXText *self){
|
1353
|
+
FXTRACE((100,"FXRbText::markfunc() %p\n",self));
|
1354
|
+
FXRbScrollArea::markfunc(self);
|
1355
|
+
if(self){
|
1356
|
+
FXRbGcMark(self->FXText::getFont());
|
1357
|
+
}
|
1358
|
+
}
|
1359
|
+
|
1360
|
+
|
1361
|
+
void FXRbToolBarShell::markfunc(FXToolBarShell *self){
|
1362
|
+
FXTRACE((100,"FXRbToolBarShell::markfunc() %p\n",self));
|
1363
|
+
FXRbTopWindow::markfunc(self);
|
1364
|
+
}
|
1365
|
+
|
1366
|
+
void FXRbSplashWindow::markfunc(FXSplashWindow *self){
|
1367
|
+
FXTRACE((100,"FXRbSplashWindow::markfunc() %p\n",self));
|
1368
|
+
FXRbTopWindow::markfunc(self);
|
1369
|
+
if(self){
|
1370
|
+
FXRbGcMark(self->FXSplashWindow::getIcon());
|
1371
|
+
}
|
1372
|
+
}
|
1373
|
+
|
1374
|
+
void FXRbInputDialog::markfunc(FXInputDialog *self){
|
1375
|
+
FXTRACE((100,"FXRbInputDialog::markfunc() %p\n",self));
|
1376
|
+
FXRbDialogBox::markfunc(self);
|
1377
|
+
}
|
1378
|
+
|
1379
|
+
|
1380
|
+
void FXRbMDIClient::markfunc(FXMDIClient *self){
|
1381
|
+
FXTRACE((100,"FXRbMDIClient::markfunc() %p\n",self));
|
1382
|
+
FXRbComposite::markfunc(self);
|
1383
|
+
}
|
1384
|
+
|
1385
|
+
|
1386
|
+
void FXRbMenuTitle::markfunc(FXMenuTitle *self){
|
1387
|
+
FXTRACE((100,"FXRbMenuTitle::markfunc() %p\n",self));
|
1388
|
+
FXRbMenuCaption::markfunc(self);
|
1389
|
+
if(self){
|
1390
|
+
FXRbGcMark(self->FXMenuTitle::getMenu());
|
1391
|
+
}
|
1392
|
+
}
|
1393
|
+
|
1394
|
+
|
1395
|
+
/*
|
1396
|
+
void FXRbBitmapView::markfunc(FXBitmapView *self){
|
1397
|
+
FXRbScrollArea::markfunc(self);
|
1398
|
+
if(self){
|
1399
|
+
FXRbGcMark(self->getBitmap());
|
1400
|
+
}
|
1401
|
+
}
|
1402
|
+
*/
|
1403
|
+
|
1404
|
+
|
1405
|
+
void FXRbImageView::markfunc(FXImageView *self){
|
1406
|
+
FXRbScrollArea::markfunc(self);
|
1407
|
+
if(self){
|
1408
|
+
FXRbGcMark(self->FXImageView::getImage());
|
1409
|
+
}
|
1410
|
+
}
|
1411
|
+
|
1412
|
+
|
1413
|
+
void FXRbShutterItem::markfunc(FXShutterItem *self){
|
1414
|
+
FXRbVerticalFrame::markfunc(self);
|
1415
|
+
if(self){
|
1416
|
+
FXRbGcMark(self->FXShutterItem::getButton());
|
1417
|
+
FXRbGcMark(self->FXShutterItem::getContent());
|
1418
|
+
}
|
1419
|
+
}
|
1420
|
+
|
1421
|
+
|
1422
|
+
void FXRbMDIWindowButton::markfunc(FXMDIWindowButton *self){
|
1423
|
+
FXTRACE((100,"FXRbMDIWindowButton::markfunc() %p\n",self));
|
1424
|
+
FXRbMenuButton::markfunc(self);
|
1425
|
+
}
|
1426
|
+
|
1427
|
+
|
1428
|
+
void FXRbMenuCaption::markfunc(FXMenuCaption *self){
|
1429
|
+
FXTRACE((100,"FXRbMenuCaption::markfunc() %p\n",self));
|
1430
|
+
FXRbWindow::markfunc(self);
|
1431
|
+
if(self){
|
1432
|
+
FXRbGcMark(self->FXMenuCaption::getFont());
|
1433
|
+
FXRbGcMark(self->FXMenuCaption::getIcon());
|
1434
|
+
}
|
1435
|
+
}
|
1436
|
+
|
1437
|
+
|
1438
|
+
void FXRbTabItem::markfunc(FXTabItem *self){
|
1439
|
+
FXTRACE((100,"FXRbTabItem::markfunc() %p\n",self));
|
1440
|
+
FXRbLabel::markfunc(self);
|
1441
|
+
}
|
1442
|
+
|
1443
|
+
|
1444
|
+
void FXRbStatusLine::markfunc(FXStatusLine *self){
|
1445
|
+
FXTRACE((100,"FXRbStatusLine::markfunc() %p\n",self));
|
1446
|
+
FXRbFrame::markfunc(self);
|
1447
|
+
if(self){
|
1448
|
+
FXRbGcMark(self->FXStatusLine::getFont());
|
1449
|
+
}
|
1450
|
+
}
|
1451
|
+
|
1452
|
+
|
1453
|
+
void FXRbGLShape::markfunc(FXGLShape *self){
|
1454
|
+
FXTRACE((100,"FXRbGLShape::markfunc() %p\n",self));
|
1455
|
+
FXRbGLObject::markfunc(self);
|
1456
|
+
}
|
1457
|
+
|
1458
|
+
|
1459
|
+
void FXRbTabBook::markfunc(FXTabBook *self){
|
1460
|
+
FXTRACE((100,"FXRbTabBook::markfunc() %p\n",self));
|
1461
|
+
FXRbTabBar::markfunc(self);
|
1462
|
+
}
|
1463
|
+
|
1464
|
+
|
1465
|
+
void FXRbReplaceDialog::markfunc(FXReplaceDialog *self){
|
1466
|
+
FXTRACE((100,"FXRbReplaceDialog::markfunc() %p\n",self));
|
1467
|
+
FXRbDialogBox::markfunc(self);
|
1468
|
+
}
|
1469
|
+
|
1470
|
+
|
1471
|
+
void FXRbXBMIcon::markfunc(FXXBMIcon *self){
|
1472
|
+
FXTRACE((100,"FXRbXBMIcon::markfunc() %p\n",self));
|
1473
|
+
FXRbIcon::markfunc(self);
|
1474
|
+
}
|
1475
|
+
|
1476
|
+
|
1477
|
+
void FXRbXPMIcon::markfunc(FXXPMIcon *self){
|
1478
|
+
FXTRACE((100,"FXRbXPMIcon::markfunc() %p\n",self));
|
1479
|
+
FXRbIcon::markfunc(self);
|
1480
|
+
}
|
1481
|
+
|
1482
|
+
|
1483
|
+
void FXRbRadioButton::markfunc(FXRadioButton *self){
|
1484
|
+
FXTRACE((100,"FXRbRadioButton::markfunc() %p\n",self));
|
1485
|
+
FXRbLabel::markfunc(self);
|
1486
|
+
}
|
1487
|
+
|
1488
|
+
|
1489
|
+
void FXRbScrollBar::markfunc(FXScrollBar *self){
|
1490
|
+
FXTRACE((100,"FXRbScrollBar::markfunc() %p\n",self));
|
1491
|
+
FXRbWindow::markfunc(self);
|
1492
|
+
}
|
1493
|
+
|
1494
|
+
|
1495
|
+
void FXRbStream::markfunc(FXStream *self){
|
1496
|
+
FXTRACE((100,"FXRbStream::markfunc() %p\n",self));
|
1497
|
+
if(self){
|
1498
|
+
FXRbGcMark((void*)self->FXStream::container());
|
1499
|
+
}
|
1500
|
+
}
|
1501
|
+
|
1502
|
+
|
1503
|
+
void FXRbFileStream::markfunc(FXFileStream *self){
|
1504
|
+
FXTRACE((100,"FXRbFileStream::markfunc() %p\n",self));
|
1505
|
+
FXRbStream::markfunc(self);
|
1506
|
+
}
|
1507
|
+
|
1508
|
+
|
1509
|
+
void FXRbMemoryStream::markfunc(FXMemoryStream *self){
|
1510
|
+
FXTRACE((100,"FXRbMemoryStream::markfunc() %p\n",self));
|
1511
|
+
FXRbStream::markfunc(self);
|
1512
|
+
}
|
1513
|
+
|
1514
|
+
|
1515
|
+
void FXRbDC::markfunc(FXDC *self){
|
1516
|
+
FXTRACE((100,"FXRbDC::markfunc() %p\n",self));
|
1517
|
+
}
|
1518
|
+
|
1519
|
+
|
1520
|
+
void FXRbDCWindow::markfunc(FXDCWindow *self){
|
1521
|
+
FXTRACE((100,"FXRbDCWindow::markfunc() %p\n",self));
|
1522
|
+
FXRbDC::markfunc(self);
|
1523
|
+
}
|
1524
|
+
|
1525
|
+
|
1526
|
+
void FXRbDCPrint::markfunc(FXDCPrint *self){
|
1527
|
+
FXTRACE((100,"FXRbDCPrint::markfunc() %p\n",self));
|
1528
|
+
FXRbDC::markfunc(self);
|
1529
|
+
}
|
1530
|
+
|
1531
|
+
|
1532
|
+
void FXRbProgressDialog::markfunc(FXProgressDialog* self){
|
1533
|
+
FXTRACE((100,"FXRbProgressDialog::markfunc() %p\n",self));
|
1534
|
+
FXRbDialogBox::markfunc(self);
|
1535
|
+
}
|
1536
|
+
|
1537
|
+
|
1538
|
+
void FXRbPicker::markfunc(FXPicker* self){
|
1539
|
+
FXTRACE((100,"FXRbPicker::markfunc() %p\n",self));
|
1540
|
+
FXRbButton::markfunc(self);
|
1541
|
+
}
|
1542
|
+
|
1543
|
+
|
1544
|
+
void FXRbColorBar::markfunc(FXColorBar* self){
|
1545
|
+
FXTRACE((100,"FXRbColorBar::markfunc() %p\n",self));
|
1546
|
+
FXRbFrame::markfunc(self);
|
1547
|
+
}
|
1548
|
+
|
1549
|
+
|
1550
|
+
void FXRbColorRing::markfunc(FXColorRing* self){
|
1551
|
+
FXTRACE((100,"FXRbColorRing::markfunc() %p\n",self));
|
1552
|
+
FXRbFrame::markfunc(self);
|
1553
|
+
}
|
1554
|
+
|
1555
|
+
|
1556
|
+
void FXRbColorWheel::markfunc(FXColorWheel* self){
|
1557
|
+
FXTRACE((100,"FXRbColorWheel::markfunc() %p\n",self));
|
1558
|
+
FXRbFrame::markfunc(self);
|
1559
|
+
}
|
1560
|
+
|
1561
|
+
|
1562
|
+
void FXRbICOIcon::markfunc(FXICOIcon* self){
|
1563
|
+
FXTRACE((100,"FXRbICOIcon::markfunc() %p\n",self));
|
1564
|
+
FXRbIcon::markfunc(self);
|
1565
|
+
}
|
1566
|
+
|
1567
|
+
|
1568
|
+
void FXRbICOImage::markfunc(FXICOImage* self){
|
1569
|
+
FXTRACE((100,"FXRbICOImage::markfunc() %p\n",self));
|
1570
|
+
FXRbImage::markfunc(self);
|
1571
|
+
}
|
1572
|
+
|
1573
|
+
|
1574
|
+
void FXRbTGAIcon::markfunc(FXTGAIcon* self){
|
1575
|
+
FXTRACE((100,"FXRbTGAIcon::markfunc() %p\n",self));
|
1576
|
+
FXRbIcon::markfunc(self);
|
1577
|
+
}
|
1578
|
+
|
1579
|
+
|
1580
|
+
void FXRbTGAImage::markfunc(FXTGAImage* self){
|
1581
|
+
FXTRACE((100,"FXRbTGAImage::markfunc() %p\n",self));
|
1582
|
+
FXRbImage::markfunc(self);
|
1583
|
+
}
|
1584
|
+
|
1585
|
+
|
1586
|
+
void FXRbBitmapFrame::markfunc(FXBitmapFrame* self){
|
1587
|
+
FXTRACE((100,"start FXRbBitmapFrame::markfunc(%p)\n",self));
|
1588
|
+
FXRbFrame::markfunc(self);
|
1589
|
+
if(self!=0){
|
1590
|
+
FXRbGcMark(self->FXBitmapFrame::getBitmap());
|
1591
|
+
}
|
1592
|
+
FXTRACE((100,"end FXRbBitmapFrame::markfunc(%p)\n",self));
|
1593
|
+
}
|
1594
|
+
|
1595
|
+
|
1596
|
+
void FXRbImageFrame::markfunc(FXImageFrame* self){
|
1597
|
+
FXTRACE((100,"start FXRbImageFrame::markfunc(%p)\n",self));
|
1598
|
+
FXRbFrame::markfunc(self);
|
1599
|
+
if(self!=0){
|
1600
|
+
FXRbGcMark(self->FXImageFrame::getImage());
|
1601
|
+
}
|
1602
|
+
FXTRACE((100,"end FXRbImageFrame::markfunc(%p)\n",self));
|
1603
|
+
}
|
1604
|
+
|
1605
|
+
|
1606
|
+
void FXRbGradientBar::markfunc(FXGradientBar* self){
|
1607
|
+
FXTRACE((100,"start FXRbGradientBar::markfunc(%p)\n",self));
|
1608
|
+
FXRbFrame::markfunc(self);
|
1609
|
+
FXTRACE((100,"end FXRbGradientBar::markfunc(%p)\n",self));
|
1610
|
+
}
|
1611
|
+
|
1612
|
+
#ifdef WITH_FXSCINTILLA
|
1613
|
+
|
1614
|
+
void FXRbScintilla::markfunc(FXScintilla* self){
|
1615
|
+
FXTRACE((100,"FXRbScintilla::markfunc() %p\n",self));
|
1616
|
+
FXRbScrollArea::markfunc(self);
|
1617
|
+
}
|
1618
|
+
|
1619
|
+
#endif
|
1620
|
+
|
1621
|
+
void FXRbWizard::markfunc(FXWizard* self){
|
1622
|
+
FXTRACE((100,"FXRbWizard::markfunc() %p\n",self));
|
1623
|
+
FXRbDialogBox::markfunc(self);
|
1624
|
+
if(self){
|
1625
|
+
FXRbGcMark(self->FXWizard::advanceButton());
|
1626
|
+
FXRbGcMark(self->FXWizard::retreatButton());
|
1627
|
+
FXRbGcMark(self->FXWizard::finishButton());
|
1628
|
+
FXRbGcMark(self->FXWizard::cancelButton());
|
1629
|
+
FXRbGcMark(self->FXWizard::getContainer());
|
1630
|
+
FXRbGcMark(self->FXWizard::getImage());
|
1631
|
+
}
|
1632
|
+
}
|
1633
|
+
|
1634
|
+
|
1635
|
+
void FXRbRuler::markfunc(FXRuler* self){
|
1636
|
+
FXTRACE((100,"FXRbRuler::markfunc() %p\n",self));
|
1637
|
+
FXRbFrame::markfunc(self);
|
1638
|
+
if(self){
|
1639
|
+
FXRbGcMark(self->FXRuler::getFont());
|
1640
|
+
}
|
1641
|
+
}
|
1642
|
+
|
1643
|
+
|
1644
|
+
void FXRbRulerView::markfunc(FXRulerView* self){
|
1645
|
+
FXTRACE((100,"FXRbRulerView::markfunc() %p\n",self));
|
1646
|
+
FXRbScrollArea::markfunc(self);
|
1647
|
+
if(self){
|
1648
|
+
FXRbGcMark(self->FXRulerView::horizontalRuler());
|
1649
|
+
FXRbGcMark(self->FXRulerView::verticalRuler());
|
1650
|
+
FXRbGcMark(self->FXRulerView::getHRulerFont());
|
1651
|
+
FXRbGcMark(self->FXRulerView::getVRulerFont());
|
1652
|
+
}
|
1653
|
+
}
|
1654
|
+
|
1655
|
+
|
1656
|
+
void FXRbPPMIcon::markfunc(FXPPMIcon* self){
|
1657
|
+
FXTRACE((100,"FXRbPPMIcon::markfunc() %p\n",self));
|
1658
|
+
FXRbIcon::markfunc(self);
|
1659
|
+
}
|
1660
|
+
|
1661
|
+
|
1662
|
+
void FXRbPPMImage::markfunc(FXPPMImage* self){
|
1663
|
+
FXTRACE((100,"FXRbPPMImage::markfunc() %p\n",self));
|
1664
|
+
FXRbImage::markfunc(self);
|
1665
|
+
}
|
1666
|
+
|