fxruby 1.6.46-x64-mingw-ucrt → 1.6.48-x64-mingw-ucrt
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/binary.yml +4 -4
- data/.github/workflows/ci.yml +3 -3
- data/.yardopts +2 -2
- data/Gemfile +1 -1
- data/History.md +13 -1
- data/README.md +2 -2
- data/Rakefile +1 -1
- data/appveyor.yml +1 -1
- data/docs/Fox/Canvas/CanvasError.html +2 -2
- data/docs/Fox/Canvas/CircleShape.html +2 -2
- data/docs/Fox/Canvas/ImageShape.html +2 -2
- data/docs/Fox/Canvas/LineShape.html +2 -2
- data/docs/Fox/Canvas/PolygonShape.html +2 -2
- data/docs/Fox/Canvas/RectangleShape.html +2 -2
- data/docs/Fox/Canvas/SelectionPolicy.html +2 -2
- data/docs/Fox/Canvas/Shape.html +2 -2
- data/docs/Fox/Canvas/ShapeCanvas.html +2 -2
- data/docs/Fox/Canvas/ShapeGroup.html +2 -2
- data/docs/Fox/Canvas/SingleSelectionPolicy.html +2 -2
- data/docs/Fox/Canvas/TextShape.html +2 -2
- data/docs/Fox/Canvas.html +2 -2
- data/docs/Fox/FTNonModal.html +2 -2
- data/docs/Fox/FX4Splitter.html +2 -2
- data/docs/Fox/FX7Segment.html +2 -2
- data/docs/Fox/FXAccelTable.html +2 -2
- data/docs/Fox/FXApp.html +2 -2
- data/docs/Fox/FXArc.html +2 -2
- data/docs/Fox/FXArrowButton.html +2 -2
- data/docs/Fox/FXBMPIcon.html +2 -2
- data/docs/Fox/FXBMPImage.html +2 -2
- data/docs/Fox/FXBitmap.html +2 -2
- data/docs/Fox/FXBitmapFrame.html +2 -2
- data/docs/Fox/FXBitmapView.html +2 -2
- data/docs/Fox/FXButton.html +2 -2
- data/docs/Fox/FXCURCursor.html +2 -2
- data/docs/Fox/FXCalendar.html +2 -2
- data/docs/Fox/FXCanvas.html +2 -2
- data/docs/Fox/FXCheckButton.html +2 -2
- data/docs/Fox/FXChoiceBox.html +2 -2
- data/docs/Fox/FXColor.html +2 -2
- data/docs/Fox/FXColorBar.html +2 -2
- data/docs/Fox/FXColorDialog.html +2 -2
- data/docs/Fox/FXColorItem.html +2 -2
- data/docs/Fox/FXColorList.html +2 -2
- data/docs/Fox/FXColorRing.html +2 -2
- data/docs/Fox/FXColorSelector.html +2 -2
- data/docs/Fox/FXColorWell.html +2 -2
- data/docs/Fox/FXColorWheel.html +2 -2
- data/docs/Fox/FXComboBox.html +2 -2
- data/docs/Fox/FXComboTableItem.html +2 -2
- data/docs/Fox/FXCommand.html +2 -2
- data/docs/Fox/FXComposite.html +2 -2
- data/docs/Fox/FXCursor.html +2 -2
- data/docs/Fox/FXDC.html +2 -2
- data/docs/Fox/FXDCPrint.html +2 -2
- data/docs/Fox/FXDCWindow.html +2 -2
- data/docs/Fox/FXDataTarget.html +2 -2
- data/docs/Fox/FXDebugTarget.html +2 -2
- data/docs/Fox/FXDelegator.html +2 -2
- data/docs/Fox/FXDial.html +2 -2
- data/docs/Fox/FXDialogBox.html +2 -2
- data/docs/Fox/FXDict.html +2 -2
- data/docs/Fox/FXDirBox.html +2 -2
- data/docs/Fox/FXDirDialog.html +2 -2
- data/docs/Fox/FXDirItem.html +2 -2
- data/docs/Fox/FXDirList.html +2 -2
- data/docs/Fox/FXDirSelector.html +2 -2
- data/docs/Fox/FXDockBar.html +2 -2
- data/docs/Fox/FXDockHandler.html +2 -2
- data/docs/Fox/FXDockSite.html +2 -2
- data/docs/Fox/FXDockTitle.html +2 -2
- data/docs/Fox/FXDocument.html +2 -2
- data/docs/Fox/FXDragCorner.html +2 -2
- data/docs/Fox/FXDrawable.html +2 -2
- data/docs/Fox/FXDriveBox.html +2 -2
- data/docs/Fox/FXEvent.html +2 -2
- data/docs/Fox/FXExtentd.html +2 -2
- data/docs/Fox/FXExtentf.html +2 -2
- data/docs/Fox/FXFileAssoc.html +2 -2
- data/docs/Fox/FXFileDialog.html +2 -2
- data/docs/Fox/FXFileDict.html +2 -2
- data/docs/Fox/FXFileItem.html +2 -2
- data/docs/Fox/FXFileList.html +2 -2
- data/docs/Fox/FXFileSelector.html +2 -2
- data/docs/Fox/FXFileStream.html +2 -2
- data/docs/Fox/FXFoldingItem.html +2 -2
- data/docs/Fox/FXFoldingList.html +2 -2
- data/docs/Fox/FXFont.html +2 -2
- data/docs/Fox/FXFontDesc.html +2 -2
- data/docs/Fox/FXFontDialog.html +2 -2
- data/docs/Fox/FXFontSelector.html +2 -2
- data/docs/Fox/FXFrame.html +2 -2
- data/docs/Fox/FXGIFCursor.html +2 -2
- data/docs/Fox/FXGIFIcon.html +2 -2
- data/docs/Fox/FXGIFImage.html +2 -2
- data/docs/Fox/FXGLCanvas.html +2 -2
- data/docs/Fox/FXGLCone.html +53 -60
- data/docs/Fox/FXGLContext.html +2 -2
- data/docs/Fox/FXGLCube.html +72 -78
- data/docs/Fox/FXGLCylinder.html +62 -69
- data/docs/Fox/FXGLGroup.html +57 -58
- data/docs/Fox/FXGLLine.html +44 -50
- data/docs/Fox/FXGLObject.html +2 -2
- data/docs/Fox/FXGLPoint.html +30 -36
- data/docs/Fox/FXGLShape.html +2 -2
- data/docs/Fox/FXGLSphere.html +38 -45
- data/docs/Fox/FXGLViewer.html +2 -2
- data/docs/Fox/FXGLVisual.html +2 -2
- data/docs/Fox/FXGradient.html +2 -2
- data/docs/Fox/FXGradientBar.html +2 -2
- data/docs/Fox/FXGroupBox.html +2 -2
- data/docs/Fox/FXHeader.html +2 -2
- data/docs/Fox/FXHeaderItem.html +2 -2
- data/docs/Fox/FXHiliteStyle.html +2 -2
- data/docs/Fox/FXHorizontalFrame.html +2 -2
- data/docs/Fox/FXHorizontalSeparator.html +2 -2
- data/docs/Fox/FXICOIcon.html +2 -2
- data/docs/Fox/FXICOImage.html +2 -2
- data/docs/Fox/FXIcon.html +2 -2
- data/docs/Fox/FXIconDict.html +2 -2
- data/docs/Fox/FXIconItem.html +2 -2
- data/docs/Fox/FXIconList.html +2 -2
- data/docs/Fox/FXIconSource.html +2 -2
- data/docs/Fox/FXId.html +2 -2
- data/docs/Fox/FXImage.html +2 -2
- data/docs/Fox/FXImageFrame.html +2 -2
- data/docs/Fox/FXImageView.html +2 -2
- data/docs/Fox/FXInputDialog.html +2 -2
- data/docs/Fox/FXIrb.html +2 -2
- data/docs/Fox/FXJPGIcon.html +2 -2
- data/docs/Fox/FXJPGImage.html +2 -2
- data/docs/Fox/FXKnob.html +2 -2
- data/docs/Fox/FXLabel.html +2 -2
- data/docs/Fox/FXLight.html +2 -2
- data/docs/Fox/FXList.html +2 -2
- data/docs/Fox/FXListBox.html +2 -2
- data/docs/Fox/FXListItem.html +2 -2
- data/docs/Fox/FXMDIChild.html +2 -2
- data/docs/Fox/FXMDIClient.html +2 -2
- data/docs/Fox/FXMDIDeleteButton.html +2 -2
- data/docs/Fox/FXMDIMaximizeButton.html +2 -2
- data/docs/Fox/FXMDIMenu.html +2 -2
- data/docs/Fox/FXMDIMinimizeButton.html +2 -2
- data/docs/Fox/FXMDIRestoreButton.html +2 -2
- data/docs/Fox/FXMDIWindowButton.html +2 -2
- data/docs/Fox/FXMainWindow.html +2 -2
- data/docs/Fox/FXMaterial.html +2 -2
- data/docs/Fox/FXMatrix.html +2 -2
- data/docs/Fox/FXMemoryBuffer.html +2 -2
- data/docs/Fox/FXMemoryStream.html +2 -2
- data/docs/Fox/FXMenuBar.html +2 -2
- data/docs/Fox/FXMenuButton.html +2 -2
- data/docs/Fox/FXMenuCaption.html +2 -2
- data/docs/Fox/FXMenuCascade.html +2 -2
- data/docs/Fox/FXMenuCheck.html +2 -2
- data/docs/Fox/FXMenuCommand.html +2 -2
- data/docs/Fox/FXMenuPane.html +2 -2
- data/docs/Fox/FXMenuRadio.html +2 -2
- data/docs/Fox/FXMenuSeparator.html +2 -2
- data/docs/Fox/FXMenuTitle.html +2 -2
- data/docs/Fox/FXMessageBox.html +2 -2
- data/docs/Fox/FXObject.html +2 -2
- data/docs/Fox/FXOption.html +2 -2
- data/docs/Fox/FXOptionMenu.html +2 -2
- data/docs/Fox/FXPCXIcon.html +2 -2
- data/docs/Fox/FXPCXImage.html +2 -2
- data/docs/Fox/FXPNGIcon.html +2 -2
- data/docs/Fox/FXPNGImage.html +2 -2
- data/docs/Fox/FXPPMIcon.html +2 -2
- data/docs/Fox/FXPPMImage.html +2 -2
- data/docs/Fox/FXPSBounds.html +2 -2
- data/docs/Fox/FXPacker.html +2 -2
- data/docs/Fox/FXPicker.html +2 -2
- data/docs/Fox/FXPopup.html +2 -2
- data/docs/Fox/FXPrintDialog.html +2 -2
- data/docs/Fox/FXPrinter.html +2 -2
- data/docs/Fox/FXProgressBar.html +2 -2
- data/docs/Fox/FXProgressDialog.html +2 -2
- data/docs/Fox/FXPseudoKeyboard.html +2 -2
- data/docs/Fox/FXPseudoMouse.html +2 -2
- data/docs/Fox/FXPseudoTarget.html +2 -2
- data/docs/Fox/FXQuatd.html +2 -2
- data/docs/Fox/FXQuatf.html +2 -2
- data/docs/Fox/FXRGBIcon.html +2 -2
- data/docs/Fox/FXRGBImage.html +2 -2
- data/docs/Fox/FXRadioButton.html +2 -2
- data/docs/Fox/FXRanged.html +2 -2
- data/docs/Fox/FXRangef.html +2 -2
- data/docs/Fox/FXRealSlider.html +2 -2
- data/docs/Fox/FXRealSpinner.html +2 -2
- data/docs/Fox/FXRecentFiles.html +2 -2
- data/docs/Fox/FXRectangle.html +2 -2
- data/docs/Fox/FXRegion.html +2 -2
- data/docs/Fox/FXRegistry.html +2 -2
- data/docs/Fox/FXReplaceDialog.html +2 -2
- data/docs/Fox/FXRootWindow.html +2 -2
- data/docs/Fox/FXRuler.html +2 -2
- data/docs/Fox/FXRulerView.html +2 -2
- data/docs/Fox/FXScintilla.html +2 -2
- data/docs/Fox/FXScrollArea.html +2 -2
- data/docs/Fox/FXScrollBar.html +2 -2
- data/docs/Fox/FXScrollCorner.html +2 -2
- data/docs/Fox/FXScrollPane.html +2 -2
- data/docs/Fox/FXScrollWindow.html +2 -2
- data/docs/Fox/FXSearchDialog.html +2 -2
- data/docs/Fox/FXSegment.html +2 -2
- data/docs/Fox/FXSeparator.html +2 -2
- data/docs/Fox/FXSettings.html +2 -2
- data/docs/Fox/FXShell.html +2 -2
- data/docs/Fox/FXShutter.html +2 -2
- data/docs/Fox/FXShutterItem.html +2 -2
- data/docs/Fox/FXSize.html +2 -2
- data/docs/Fox/FXSlider.html +2 -2
- data/docs/Fox/FXSphered.html +2 -2
- data/docs/Fox/FXSpheref.html +2 -2
- data/docs/Fox/FXSpinner.html +2 -2
- data/docs/Fox/FXSplashScreen.html +2 -2
- data/docs/Fox/FXSplashWindow.html +2 -2
- data/docs/Fox/FXSplitter.html +2 -2
- data/docs/Fox/FXSpring.html +2 -2
- data/docs/Fox/FXStatusBar.html +2 -2
- data/docs/Fox/FXStatusLine.html +2 -2
- data/docs/Fox/FXStream.html +2 -2
- data/docs/Fox/FXStreamAllocError.html +2 -2
- data/docs/Fox/FXStreamEndError.html +2 -2
- data/docs/Fox/FXStreamError.html +2 -2
- data/docs/Fox/FXStreamFailureError.html +2 -2
- data/docs/Fox/FXStreamFormatError.html +2 -2
- data/docs/Fox/FXStreamFullError.html +2 -2
- data/docs/Fox/FXStreamNoReadError.html +2 -2
- data/docs/Fox/FXStreamNoWriteError.html +2 -2
- data/docs/Fox/FXStreamUnknownError.html +2 -2
- data/docs/Fox/FXStringDict.html +2 -2
- data/docs/Fox/FXSwitcher.html +2 -2
- data/docs/Fox/FXTGAIcon.html +2 -2
- data/docs/Fox/FXTGAImage.html +2 -2
- data/docs/Fox/FXTIFIcon.html +2 -2
- data/docs/Fox/FXTIFImage.html +2 -2
- data/docs/Fox/FXTabBar.html +2 -2
- data/docs/Fox/FXTabBook.html +2 -2
- data/docs/Fox/FXTabItem.html +2 -2
- data/docs/Fox/FXTable.html +2 -2
- data/docs/Fox/FXTableItem.html +2 -2
- data/docs/Fox/FXTablePos.html +2 -2
- data/docs/Fox/FXTableRange.html +2 -2
- data/docs/Fox/FXText.html +2 -2
- data/docs/Fox/FXTextChange.html +2 -2
- data/docs/Fox/FXTextField.html +2 -2
- data/docs/Fox/FXToggleButton.html +2 -2
- data/docs/Fox/FXToolBar.html +2 -2
- data/docs/Fox/FXToolBarGrip.html +2 -2
- data/docs/Fox/FXToolBarShell.html +2 -2
- data/docs/Fox/FXToolBarTab.html +2 -2
- data/docs/Fox/FXToolTip.html +2 -2
- data/docs/Fox/FXTopWindow.html +2 -2
- data/docs/Fox/FXTranslator.html +2 -2
- data/docs/Fox/FXTreeItem.html +2 -2
- data/docs/Fox/FXTreeList.html +2 -2
- data/docs/Fox/FXTreeListBox.html +2 -2
- data/docs/Fox/FXTriStateButton.html +2 -2
- data/docs/Fox/FXUndoList.html +2 -2
- data/docs/Fox/FXVec2d.html +2 -2
- data/docs/Fox/FXVec2f.html +2 -2
- data/docs/Fox/FXVec3d.html +2 -2
- data/docs/Fox/FXVec3f.html +2 -2
- data/docs/Fox/FXVec4d.html +2 -2
- data/docs/Fox/FXVec4f.html +2 -2
- data/docs/Fox/FXVerticalFrame.html +2 -2
- data/docs/Fox/FXVerticalSeparator.html +2 -2
- data/docs/Fox/FXViewport.html +2 -2
- data/docs/Fox/FXVisual.html +2 -2
- data/docs/Fox/FXWindow.html +2 -2
- data/docs/Fox/FXWizard.html +2 -2
- data/docs/Fox/FXXBMIcon.html +2 -2
- data/docs/Fox/FXXBMImage.html +2 -2
- data/docs/Fox/FXXPMIcon.html +2 -2
- data/docs/Fox/FXXPMImage.html +2 -2
- data/docs/Fox/NotifyHeader.html +2 -2
- data/docs/Fox/SCNotification.html +2 -2
- data/docs/Fox/TextRange.html +2 -2
- data/docs/Fox.html +3 -3
- data/docs/IRB.html +2 -2
- data/docs/Responder.html +2 -2
- data/docs/Responder2.html +2 -2
- data/docs/_index.html +2 -2
- data/docs/file.History.html +11 -2
- data/docs/file.README.html +2 -2
- data/docs/index.html +481 -501
- data/docs/top-level-namespace.html +2 -2
- data/examples/gltest.rb +104 -105
- data/examples/glviewer.rb +3 -3
- data/ext/fox16_c/FXRuby.cpp +2 -2
- data/ext/fox16_c/core_wrap.cpp +497 -412
- data/ext/fox16_c/dc_wrap.cpp +215 -128
- data/ext/fox16_c/dialogs_wrap.cpp +1333 -1246
- data/ext/fox16_c/extconf.rb +6 -6
- data/ext/fox16_c/frames_wrap.cpp +633 -550
- data/ext/fox16_c/fx3d_wrap.cpp +1556 -1471
- data/ext/fox16_c/iconlist_wrap.cpp +555 -468
- data/ext/fox16_c/icons_wrap.cpp +1062 -975
- data/ext/fox16_c/image_wrap.cpp +912 -825
- data/ext/fox16_c/label_wrap.cpp +744 -657
- data/ext/fox16_c/layout_wrap.cpp +564 -477
- data/ext/fox16_c/list_wrap.cpp +556 -469
- data/ext/fox16_c/markfuncs.cpp +1 -1
- data/ext/fox16_c/mdi_wrap.cpp +1453 -1366
- data/ext/fox16_c/menu_wrap.cpp +1216 -1129
- data/ext/fox16_c/scintilla_wrap.cpp +1034 -943
- data/ext/fox16_c/swigruby.h +88 -28
- data/ext/fox16_c/table_wrap.cpp +1034 -945
- data/ext/fox16_c/text_wrap.cpp +1029 -942
- data/ext/fox16_c/treelist_wrap.cpp +1083 -996
- data/ext/fox16_c/ui_wrap.cpp +1210 -1123
- data/fxruby.gemspec +2 -2
- data/lib/3.1/fox16_c.so +0 -0
- data/lib/3.2/fox16_c.so +0 -0
- data/lib/3.3/fox16_c.so +0 -0
- data/lib/fox16/glgroup.rb +3 -4
- data/lib/fox16/glshapes.rb +85 -100
- data/lib/fox16/version.rb +1 -1
- data/ports/x64-mingw-ucrt/bin/libFOX-1.6-0.dll +0 -0
- data/ports/x64-mingw-ucrt/bin/libfxscintilla-20.dll +0 -0
- data/ports/x64-mingw-ucrt/bin/libjpeg-62.dll +0 -0
- data/ports/x64-mingw-ucrt/bin/libpng16-16.dll +0 -0
- data/ports/x64-mingw-ucrt/bin/libtiff-6.dll +0 -0
- data/scripts/iface.rb +8 -12
- data/swig-interfaces/FXFileDialog.i +2 -2
- data/swig-interfaces/FXFileSelector.i +1 -1
- data/swig-interfaces/FXGLViewer.i +1 -1
- data/swig-interfaces/ruby-typemaps.i +1 -1
- metadata +6 -5
- data/rdoc-sources/Makefile +0 -23
@@ -786,9 +786,9 @@
|
|
786
786
|
</div>
|
787
787
|
|
788
788
|
<div id="footer">
|
789
|
-
Generated on
|
789
|
+
Generated on Sun May 14 21:56:12 2023 by
|
790
790
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
791
|
-
0.9.
|
791
|
+
0.9.34 (ruby-3.2.0).
|
792
792
|
</div>
|
793
793
|
|
794
794
|
</div>
|
data/docs/Fox/FXColorWell.html
CHANGED
@@ -840,9 +840,9 @@
|
|
840
840
|
</div>
|
841
841
|
|
842
842
|
<div id="footer">
|
843
|
-
Generated on
|
843
|
+
Generated on Sun May 14 21:55:42 2023 by
|
844
844
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
845
|
-
0.9.
|
845
|
+
0.9.34 (ruby-3.2.0).
|
846
846
|
</div>
|
847
847
|
|
848
848
|
</div>
|
data/docs/Fox/FXColorWheel.html
CHANGED
@@ -760,9 +760,9 @@
|
|
760
760
|
</div>
|
761
761
|
|
762
762
|
<div id="footer">
|
763
|
-
Generated on
|
763
|
+
Generated on Sun May 14 21:55:56 2023 by
|
764
764
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
765
|
-
0.9.
|
765
|
+
0.9.34 (ruby-3.2.0).
|
766
766
|
</div>
|
767
767
|
|
768
768
|
</div>
|
data/docs/Fox/FXComboBox.html
CHANGED
@@ -2929,9 +2929,9 @@
|
|
2929
2929
|
</div>
|
2930
2930
|
|
2931
2931
|
<div id="footer">
|
2932
|
-
Generated on
|
2932
|
+
Generated on Sun May 14 21:55:34 2023 by
|
2933
2933
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
2934
|
-
0.9.
|
2934
|
+
0.9.34 (ruby-3.2.0).
|
2935
2935
|
</div>
|
2936
2936
|
|
2937
2937
|
</div>
|
@@ -534,9 +534,9 @@
|
|
534
534
|
</div>
|
535
535
|
|
536
536
|
<div id="footer">
|
537
|
-
Generated on
|
537
|
+
Generated on Sun May 14 21:56:15 2023 by
|
538
538
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
539
|
-
0.9.
|
539
|
+
0.9.34 (ruby-3.2.0).
|
540
540
|
</div>
|
541
541
|
|
542
542
|
</div>
|
data/docs/Fox/FXCommand.html
CHANGED
@@ -516,9 +516,9 @@
|
|
516
516
|
</div>
|
517
517
|
|
518
518
|
<div id="footer">
|
519
|
-
Generated on
|
519
|
+
Generated on Sun May 14 21:56:18 2023 by
|
520
520
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
521
|
-
0.9.
|
521
|
+
0.9.34 (ruby-3.2.0).
|
522
522
|
</div>
|
523
523
|
|
524
524
|
</div>
|
data/docs/Fox/FXComposite.html
CHANGED
@@ -423,9 +423,9 @@
|
|
423
423
|
</div>
|
424
424
|
|
425
425
|
<div id="footer">
|
426
|
-
Generated on
|
426
|
+
Generated on Sun May 14 21:55:42 2023 by
|
427
427
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
428
|
-
0.9.
|
428
|
+
0.9.34 (ruby-3.2.0).
|
429
429
|
</div>
|
430
430
|
|
431
431
|
</div>
|
data/docs/Fox/FXCursor.html
CHANGED
@@ -769,9 +769,9 @@
|
|
769
769
|
</div>
|
770
770
|
|
771
771
|
<div id="footer">
|
772
|
-
Generated on
|
772
|
+
Generated on Sun May 14 21:55:23 2023 by
|
773
773
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
774
|
-
0.9.
|
774
|
+
0.9.34 (ruby-3.2.0).
|
775
775
|
</div>
|
776
776
|
|
777
777
|
</div>
|
data/docs/Fox/FXDC.html
CHANGED
@@ -5221,9 +5221,9 @@
|
|
5221
5221
|
</div>
|
5222
5222
|
|
5223
5223
|
<div id="footer">
|
5224
|
-
Generated on
|
5224
|
+
Generated on Sun May 14 21:55:16 2023 by
|
5225
5225
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
5226
|
-
0.9.
|
5226
|
+
0.9.34 (ruby-3.2.0).
|
5227
5227
|
</div>
|
5228
5228
|
|
5229
5229
|
</div>
|
data/docs/Fox/FXDCPrint.html
CHANGED
@@ -686,9 +686,9 @@
|
|
686
686
|
</div>
|
687
687
|
|
688
688
|
<div id="footer">
|
689
|
-
Generated on
|
689
|
+
Generated on Sun May 14 21:55:27 2023 by
|
690
690
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
691
|
-
0.9.
|
691
|
+
0.9.34 (ruby-3.2.0).
|
692
692
|
</div>
|
693
693
|
|
694
694
|
</div>
|
data/docs/Fox/FXDCWindow.html
CHANGED
@@ -348,9 +348,9 @@
|
|
348
348
|
</div>
|
349
349
|
|
350
350
|
<div id="footer">
|
351
|
-
Generated on
|
351
|
+
Generated on Sun May 14 21:55:34 2023 by
|
352
352
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
353
|
-
0.9.
|
353
|
+
0.9.34 (ruby-3.2.0).
|
354
354
|
</div>
|
355
355
|
|
356
356
|
</div>
|
data/docs/Fox/FXDataTarget.html
CHANGED
@@ -563,9 +563,9 @@
|
|
563
563
|
</div>
|
564
564
|
|
565
565
|
<div id="footer">
|
566
|
-
Generated on
|
566
|
+
Generated on Sun May 14 21:55:56 2023 by
|
567
567
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
568
|
-
0.9.
|
568
|
+
0.9.34 (ruby-3.2.0).
|
569
569
|
</div>
|
570
570
|
|
571
571
|
</div>
|
data/docs/Fox/FXDebugTarget.html
CHANGED
@@ -295,9 +295,9 @@
|
|
295
295
|
</div>
|
296
296
|
|
297
297
|
<div id="footer">
|
298
|
-
Generated on
|
298
|
+
Generated on Sun May 14 21:56:03 2023 by
|
299
299
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
300
|
-
0.9.
|
300
|
+
0.9.34 (ruby-3.2.0).
|
301
301
|
</div>
|
302
302
|
|
303
303
|
</div>
|
data/docs/Fox/FXDelegator.html
CHANGED
@@ -295,9 +295,9 @@
|
|
295
295
|
</div>
|
296
296
|
|
297
297
|
<div id="footer">
|
298
|
-
Generated on
|
298
|
+
Generated on Sun May 14 21:55:42 2023 by
|
299
299
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
300
|
-
0.9.
|
300
|
+
0.9.34 (ruby-3.2.0).
|
301
301
|
</div>
|
302
302
|
|
303
303
|
</div>
|
data/docs/Fox/FXDial.html
CHANGED
@@ -1123,9 +1123,9 @@
|
|
1123
1123
|
</div>
|
1124
1124
|
|
1125
1125
|
<div id="footer">
|
1126
|
-
Generated on
|
1126
|
+
Generated on Sun May 14 21:55:17 2023 by
|
1127
1127
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1128
|
-
0.9.
|
1128
|
+
0.9.34 (ruby-3.2.0).
|
1129
1129
|
</div>
|
1130
1130
|
|
1131
1131
|
</div>
|
data/docs/Fox/FXDialogBox.html
CHANGED
@@ -403,9 +403,9 @@
|
|
403
403
|
</div>
|
404
404
|
|
405
405
|
<div id="footer">
|
406
|
-
Generated on
|
406
|
+
Generated on Sun May 14 21:55:42 2023 by
|
407
407
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
408
|
-
0.9.
|
408
|
+
0.9.34 (ruby-3.2.0).
|
409
409
|
</div>
|
410
410
|
|
411
411
|
</div>
|
data/docs/Fox/FXDict.html
CHANGED
@@ -1053,9 +1053,9 @@
|
|
1053
1053
|
</div>
|
1054
1054
|
|
1055
1055
|
<div id="footer">
|
1056
|
-
Generated on
|
1056
|
+
Generated on Sun May 14 21:55:17 2023 by
|
1057
1057
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1058
|
-
0.9.
|
1058
|
+
0.9.34 (ruby-3.2.0).
|
1059
1059
|
</div>
|
1060
1060
|
|
1061
1061
|
</div>
|
data/docs/Fox/FXDirBox.html
CHANGED
@@ -742,9 +742,9 @@
|
|
742
742
|
</div>
|
743
743
|
|
744
744
|
<div id="footer">
|
745
|
-
Generated on
|
745
|
+
Generated on Sun May 14 21:55:23 2023 by
|
746
746
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
747
|
-
0.9.
|
747
|
+
0.9.34 (ruby-3.2.0).
|
748
748
|
</div>
|
749
749
|
|
750
750
|
</div>
|
data/docs/Fox/FXDirDialog.html
CHANGED
@@ -904,9 +904,9 @@
|
|
904
904
|
</div>
|
905
905
|
|
906
906
|
<div id="footer">
|
907
|
-
Generated on
|
907
|
+
Generated on Sun May 14 21:55:43 2023 by
|
908
908
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
909
|
-
0.9.
|
909
|
+
0.9.34 (ruby-3.2.0).
|
910
910
|
</div>
|
911
911
|
|
912
912
|
</div>
|
data/docs/Fox/FXDirItem.html
CHANGED
@@ -979,9 +979,9 @@
|
|
979
979
|
</div>
|
980
980
|
|
981
981
|
<div id="footer">
|
982
|
-
Generated on
|
982
|
+
Generated on Sun May 14 21:55:27 2023 by
|
983
983
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
984
|
-
0.9.
|
984
|
+
0.9.34 (ruby-3.2.0).
|
985
985
|
</div>
|
986
986
|
|
987
987
|
</div>
|
data/docs/Fox/FXDirList.html
CHANGED
@@ -1544,9 +1544,9 @@
|
|
1544
1544
|
</div>
|
1545
1545
|
|
1546
1546
|
<div id="footer">
|
1547
|
-
Generated on
|
1547
|
+
Generated on Sun May 14 21:55:28 2023 by
|
1548
1548
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1549
|
-
0.9.
|
1549
|
+
0.9.34 (ruby-3.2.0).
|
1550
1550
|
</div>
|
1551
1551
|
|
1552
1552
|
</div>
|
data/docs/Fox/FXDirSelector.html
CHANGED
@@ -985,9 +985,9 @@
|
|
985
985
|
</div>
|
986
986
|
|
987
987
|
<div id="footer">
|
988
|
-
Generated on
|
988
|
+
Generated on Sun May 14 21:56:03 2023 by
|
989
989
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
990
|
-
0.9.
|
990
|
+
0.9.34 (ruby-3.2.0).
|
991
991
|
</div>
|
992
992
|
|
993
993
|
</div>
|
data/docs/Fox/FXDockBar.html
CHANGED
@@ -1441,9 +1441,9 @@
|
|
1441
1441
|
</div>
|
1442
1442
|
|
1443
1443
|
<div id="footer">
|
1444
|
-
Generated on
|
1444
|
+
Generated on Sun May 14 21:55:28 2023 by
|
1445
1445
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1446
|
-
0.9.
|
1446
|
+
0.9.34 (ruby-3.2.0).
|
1447
1447
|
</div>
|
1448
1448
|
|
1449
1449
|
</div>
|
data/docs/Fox/FXDockHandler.html
CHANGED
@@ -458,9 +458,9 @@
|
|
458
458
|
</div>
|
459
459
|
|
460
460
|
<div id="footer">
|
461
|
-
Generated on
|
461
|
+
Generated on Sun May 14 21:56:03 2023 by
|
462
462
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
463
|
-
0.9.
|
463
|
+
0.9.34 (ruby-3.2.0).
|
464
464
|
</div>
|
465
465
|
|
466
466
|
</div>
|
data/docs/Fox/FXDockSite.html
CHANGED
@@ -668,9 +668,9 @@
|
|
668
668
|
</div>
|
669
669
|
|
670
670
|
<div id="footer">
|
671
|
-
Generated on
|
671
|
+
Generated on Sun May 14 21:55:34 2023 by
|
672
672
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
673
|
-
0.9.
|
673
|
+
0.9.34 (ruby-3.2.0).
|
674
674
|
</div>
|
675
675
|
|
676
676
|
</div>
|
data/docs/Fox/FXDockTitle.html
CHANGED
@@ -596,9 +596,9 @@
|
|
596
596
|
</div>
|
597
597
|
|
598
598
|
<div id="footer">
|
599
|
-
Generated on
|
599
|
+
Generated on Sun May 14 21:55:43 2023 by
|
600
600
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
601
|
-
0.9.
|
601
|
+
0.9.34 (ruby-3.2.0).
|
602
602
|
</div>
|
603
603
|
|
604
604
|
</div>
|
data/docs/Fox/FXDocument.html
CHANGED
@@ -526,9 +526,9 @@
|
|
526
526
|
</div>
|
527
527
|
|
528
528
|
<div id="footer">
|
529
|
-
Generated on
|
529
|
+
Generated on Sun May 14 21:55:34 2023 by
|
530
530
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
531
|
-
0.9.
|
531
|
+
0.9.34 (ruby-3.2.0).
|
532
532
|
</div>
|
533
533
|
|
534
534
|
</div>
|
data/docs/Fox/FXDragCorner.html
CHANGED
@@ -430,9 +430,9 @@
|
|
430
430
|
</div>
|
431
431
|
|
432
432
|
<div id="footer">
|
433
|
-
Generated on
|
433
|
+
Generated on Sun May 14 21:55:56 2023 by
|
434
434
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
435
|
-
0.9.
|
435
|
+
0.9.34 (ruby-3.2.0).
|
436
436
|
</div>
|
437
437
|
|
438
438
|
</div>
|
data/docs/Fox/FXDrawable.html
CHANGED
@@ -468,9 +468,9 @@
|
|
468
468
|
</div>
|
469
469
|
|
470
470
|
<div id="footer">
|
471
|
-
Generated on
|
471
|
+
Generated on Sun May 14 21:55:34 2023 by
|
472
472
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
473
|
-
0.9.
|
473
|
+
0.9.34 (ruby-3.2.0).
|
474
474
|
</div>
|
475
475
|
|
476
476
|
</div>
|
data/docs/Fox/FXDriveBox.html
CHANGED
@@ -736,9 +736,9 @@
|
|
736
736
|
</div>
|
737
737
|
|
738
738
|
<div id="footer">
|
739
|
-
Generated on
|
739
|
+
Generated on Sun May 14 21:55:35 2023 by
|
740
740
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
741
|
-
0.9.
|
741
|
+
0.9.34 (ruby-3.2.0).
|
742
742
|
</div>
|
743
743
|
|
744
744
|
</div>
|
data/docs/Fox/FXEvent.html
CHANGED
@@ -1726,9 +1726,9 @@
|
|
1726
1726
|
</div>
|
1727
1727
|
|
1728
1728
|
<div id="footer">
|
1729
|
-
Generated on
|
1729
|
+
Generated on Sun May 14 21:55:16 2023 by
|
1730
1730
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1731
|
-
0.9.
|
1731
|
+
0.9.34 (ruby-3.2.0).
|
1732
1732
|
</div>
|
1733
1733
|
|
1734
1734
|
</div>
|
data/docs/Fox/FXExtentd.html
CHANGED
@@ -1364,9 +1364,9 @@
|
|
1364
1364
|
</div>
|
1365
1365
|
|
1366
1366
|
<div id="footer">
|
1367
|
-
Generated on
|
1367
|
+
Generated on Sun May 14 21:55:28 2023 by
|
1368
1368
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1369
|
-
0.9.
|
1369
|
+
0.9.34 (ruby-3.2.0).
|
1370
1370
|
</div>
|
1371
1371
|
|
1372
1372
|
</div>
|
data/docs/Fox/FXExtentf.html
CHANGED
@@ -1364,9 +1364,9 @@
|
|
1364
1364
|
</div>
|
1365
1365
|
|
1366
1366
|
<div id="footer">
|
1367
|
-
Generated on
|
1367
|
+
Generated on Sun May 14 21:55:28 2023 by
|
1368
1368
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1369
|
-
0.9.
|
1369
|
+
0.9.34 (ruby-3.2.0).
|
1370
1370
|
</div>
|
1371
1371
|
|
1372
1372
|
</div>
|
data/docs/Fox/FXFileAssoc.html
CHANGED
@@ -840,9 +840,9 @@
|
|
840
840
|
</div>
|
841
841
|
|
842
842
|
<div id="footer">
|
843
|
-
Generated on
|
843
|
+
Generated on Sun May 14 21:55:35 2023 by
|
844
844
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
845
|
-
0.9.
|
845
|
+
0.9.34 (ruby-3.2.0).
|
846
846
|
</div>
|
847
847
|
|
848
848
|
</div>
|
data/docs/Fox/FXFileDialog.html
CHANGED
@@ -2678,9 +2678,9 @@
|
|
2678
2678
|
</div>
|
2679
2679
|
|
2680
2680
|
<div id="footer">
|
2681
|
-
Generated on
|
2681
|
+
Generated on Sun May 14 21:55:57 2023 by
|
2682
2682
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
2683
|
-
0.9.
|
2683
|
+
0.9.34 (ruby-3.2.0).
|
2684
2684
|
</div>
|
2685
2685
|
|
2686
2686
|
</div>
|
data/docs/Fox/FXFileDict.html
CHANGED
@@ -1048,9 +1048,9 @@
|
|
1048
1048
|
</div>
|
1049
1049
|
|
1050
1050
|
<div id="footer">
|
1051
|
-
Generated on
|
1051
|
+
Generated on Sun May 14 21:55:35 2023 by
|
1052
1052
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1053
|
-
0.9.
|
1053
|
+
0.9.34 (ruby-3.2.0).
|
1054
1054
|
</div>
|
1055
1055
|
|
1056
1056
|
</div>
|
data/docs/Fox/FXFileItem.html
CHANGED
@@ -1131,9 +1131,9 @@
|
|
1131
1131
|
</div>
|
1132
1132
|
|
1133
1133
|
<div id="footer">
|
1134
|
-
Generated on
|
1134
|
+
Generated on Sun May 14 21:55:35 2023 by
|
1135
1135
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1136
|
-
0.9.
|
1136
|
+
0.9.34 (ruby-3.2.0).
|
1137
1137
|
</div>
|
1138
1138
|
|
1139
1139
|
</div>
|
data/docs/Fox/FXFileList.html
CHANGED
@@ -2249,9 +2249,9 @@
|
|
2249
2249
|
</div>
|
2250
2250
|
|
2251
2251
|
<div id="footer">
|
2252
|
-
Generated on
|
2252
|
+
Generated on Sun May 14 21:55:36 2023 by
|
2253
2253
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
2254
|
-
0.9.
|
2254
|
+
0.9.34 (ruby-3.2.0).
|
2255
2255
|
</div>
|
2256
2256
|
|
2257
2257
|
</div>
|
@@ -2519,9 +2519,9 @@
|
|
2519
2519
|
</div>
|
2520
2520
|
|
2521
2521
|
<div id="footer">
|
2522
|
-
Generated on
|
2522
|
+
Generated on Sun May 14 21:56:09 2023 by
|
2523
2523
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
2524
|
-
0.9.
|
2524
|
+
0.9.34 (ruby-3.2.0).
|
2525
2525
|
</div>
|
2526
2526
|
|
2527
2527
|
</div>
|
data/docs/Fox/FXFileStream.html
CHANGED
@@ -493,9 +493,9 @@
|
|
493
493
|
</div>
|
494
494
|
|
495
495
|
<div id="footer">
|
496
|
-
Generated on
|
496
|
+
Generated on Sun May 14 21:55:57 2023 by
|
497
497
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
498
|
-
0.9.
|
498
|
+
0.9.34 (ruby-3.2.0).
|
499
499
|
</div>
|
500
500
|
|
501
501
|
</div>
|
data/docs/Fox/FXFoldingItem.html
CHANGED
@@ -2812,9 +2812,9 @@
|
|
2812
2812
|
</div>
|
2813
2813
|
|
2814
2814
|
<div id="footer">
|
2815
|
-
Generated on
|
2815
|
+
Generated on Sun May 14 21:56:04 2023 by
|
2816
2816
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
2817
|
-
0.9.
|
2817
|
+
0.9.34 (ruby-3.2.0).
|
2818
2818
|
</div>
|
2819
2819
|
|
2820
2820
|
</div>
|
data/docs/Fox/FXFoldingList.html
CHANGED
@@ -5179,9 +5179,9 @@
|
|
5179
5179
|
</div>
|
5180
5180
|
|
5181
5181
|
<div id="footer">
|
5182
|
-
Generated on
|
5182
|
+
Generated on Sun May 14 21:56:04 2023 by
|
5183
5183
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
5184
|
-
0.9.
|
5184
|
+
0.9.34 (ruby-3.2.0).
|
5185
5185
|
</div>
|
5186
5186
|
|
5187
5187
|
</div>
|
data/docs/Fox/FXFont.html
CHANGED
@@ -2988,9 +2988,9 @@ passed, for example:
|
|
2988
2988
|
</div>
|
2989
2989
|
|
2990
2990
|
<div id="footer">
|
2991
|
-
Generated on
|
2991
|
+
Generated on Sun May 14 21:55:17 2023 by
|
2992
2992
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
2993
|
-
0.9.
|
2993
|
+
0.9.34 (ruby-3.2.0).
|
2994
2994
|
</div>
|
2995
2995
|
|
2996
2996
|
</div>
|
data/docs/Fox/FXFontDesc.html
CHANGED
@@ -700,9 +700,9 @@
|
|
700
700
|
</div>
|
701
701
|
|
702
702
|
<div id="footer">
|
703
|
-
Generated on
|
703
|
+
Generated on Sun May 14 21:55:17 2023 by
|
704
704
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
705
|
-
0.9.
|
705
|
+
0.9.34 (ruby-3.2.0).
|
706
706
|
</div>
|
707
707
|
|
708
708
|
</div>
|
data/docs/Fox/FXFontDialog.html
CHANGED
@@ -410,9 +410,9 @@
|
|
410
410
|
</div>
|
411
411
|
|
412
412
|
<div id="footer">
|
413
|
-
Generated on
|
413
|
+
Generated on Sun May 14 21:55:58 2023 by
|
414
414
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
415
|
-
0.9.
|
415
|
+
0.9.34 (ruby-3.2.0).
|
416
416
|
</div>
|
417
417
|
|
418
418
|
</div>
|
@@ -566,9 +566,9 @@
|
|
566
566
|
</div>
|
567
567
|
|
568
568
|
<div id="footer">
|
569
|
-
Generated on
|
569
|
+
Generated on Sun May 14 21:56:09 2023 by
|
570
570
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
571
|
-
0.9.
|
571
|
+
0.9.34 (ruby-3.2.0).
|
572
572
|
</div>
|
573
573
|
|
574
574
|
</div>
|
data/docs/Fox/FXFrame.html
CHANGED
@@ -1002,9 +1002,9 @@
|
|
1002
1002
|
</div>
|
1003
1003
|
|
1004
1004
|
<div id="footer">
|
1005
|
-
Generated on
|
1005
|
+
Generated on Sun May 14 21:55:19 2023 by
|
1006
1006
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1007
|
-
0.9.
|
1007
|
+
0.9.34 (ruby-3.2.0).
|
1008
1008
|
</div>
|
1009
1009
|
|
1010
1010
|
</div>
|