fxruby 1.2.6 → 1.4.0
Sign up to get free protection for your applications and to get access to all the features.
- data/ChangeLog +0 -90
- data/doc/apes02.html +2 -2
- data/doc/apes03.html +1 -1
- data/doc/book.html +1 -1
- data/doc/build.html +26 -26
- data/doc/ch03s02.html +1 -2
- data/doc/ch03s03.html +1 -2
- data/doc/ch03s04.html +1 -2
- data/doc/ch03s05.html +1 -2
- data/doc/changes.html +12 -7
- data/doc/cvs.html +2 -2
- data/doc/differences.html +3 -3
- data/doc/gems.html +44 -44
- data/doc/implementation.html +1 -1
- data/doc/library.html +5 -5
- data/doc/opengl.html +5 -5
- data/doc/pt02.html +1 -1
- data/doc/scintilla.html +6 -6
- data/doc/tutorial1.html +8 -15
- data/examples/babelfish.rb +6 -16
- data/examples/bounce.rb +1 -1
- data/examples/browser.rb +1 -1
- data/examples/button.rb +1 -1
- data/examples/datatarget.rb +2 -2
- data/examples/dctest.rb +1 -1
- data/examples/dialog.rb +1 -1
- data/examples/dilbert.rb +2 -2
- data/examples/dirlist.rb +1 -1
- data/examples/dragdrop.rb +1 -1
- data/examples/dragsource.rb +1 -1
- data/examples/dropsite.rb +1 -1
- data/examples/foursplit.rb +1 -1
- data/examples/gltest.rb +2 -2
- data/examples/glviewer.rb +4 -4
- data/examples/groupbox.rb +2 -2
- data/examples/header.rb +3 -3
- data/examples/hello.rb +1 -1
- data/examples/hello2.rb +1 -1
- data/examples/iconlist.rb +16 -1
- data/examples/image.rb +2 -2
- data/examples/imageviewer.rb +1 -1
- data/examples/inputs.rb +1 -1
- data/examples/mditest.rb +2 -2
- data/examples/pig.rb +1 -1
- data/examples/raabrowser.rb +2 -2
- data/examples/ratio.rb +2 -2
- data/examples/scintilla-test.rb +2 -2
- data/examples/scribble-orig.rb +3 -3
- data/examples/scribble.rb +1 -1
- data/examples/shutter.rb +1 -1
- data/examples/splitter.rb +1 -1
- data/examples/styledtext.rb +2 -2
- data/examples/tabbook.rb +1 -1
- data/examples/table.rb +1 -1
- data/ext/{fox12 → fox14}/FXRbApp.cpp +7 -13
- data/ext/{fox12 → fox14}/FXRbDataTarget.cpp +5 -1
- data/ext/{fox12 → fox14}/FXRbGLViewer.cpp +1 -1
- data/ext/{fox12 → fox14}/FXRuby.cpp +49 -14
- data/ext/{fox12 → fox14}/MANIFEST +0 -0
- data/ext/{fox12 → fox14}/core_wrap.cpp +1098 -390
- data/ext/{fox12 → fox14}/dc_wrap.cpp +61 -1
- data/ext/{fox12 → fox14}/dialogs_wrap.cpp +2293 -939
- data/ext/{fox12 → fox14}/extconf.rb +8 -8
- data/ext/{fox12 → fox14}/frames_wrap.cpp +1396 -395
- data/ext/{fox12 → fox14}/fx3d_wrap.cpp +884 -363
- data/ext/{fox12 → fox14}/iconlist_wrap.cpp +338 -117
- data/ext/{fox12 → fox14}/icons_wrap.cpp +668 -61
- data/ext/{fox12 → fox14}/image_wrap.cpp +245 -164
- data/ext/{fox12 → fox14}/impl.cpp +58 -2
- data/ext/{fox12 → fox14}/include/FXMemoryBuffer.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRb4Splitter.h +1 -1
- data/ext/fox14/include/FXRb7Segment.h +51 -0
- data/ext/{fox12 → fox14}/include/FXRbAccelTable.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbApp.h +1 -2
- data/ext/{fox12 → fox14}/include/FXRbAppVirtuals.h +0 -0
- data/ext/{fox12 → fox14}/include/FXRbArrowButton.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbBMPIcon.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbBMPImage.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbBitmap.h +5 -5
- data/ext/{fox12 → fox14}/include/FXRbBitmapFrame.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbBitmapView.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbBitmapVirtuals.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbButton.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbCURCursor.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbCanvas.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbCheckButton.h +1 -1
- data/ext/fox14/include/FXRbChoiceBox.h +56 -0
- data/ext/{fox12 → fox14}/include/FXRbColorBar.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbColorDialog.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbColorSelector.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbColorWell.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbColorWheel.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbComboBox.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbCommon.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbComposite.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbCursor.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbCursorVirtuals.h +0 -0
- data/ext/{fox12 → fox14}/include/FXRbDC.h +25 -1
- data/ext/{fox12 → fox14}/include/FXRbDCPrint.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbDCVirtuals.h +12 -0
- data/ext/{fox12 → fox14}/include/FXRbDCWindow.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbDataTarget.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbDebugTarget.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbDelegator.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbDial.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbDialogBox.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbDialogBoxVirtuals.h +0 -0
- data/ext/{fox12 → fox14}/include/FXRbDict.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbDirBox.h +2 -1
- data/ext/{fox12 → fox14}/include/FXRbDirDialog.h +4 -1
- data/ext/{fox12 → fox14}/include/FXRbDirList.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbDirSelector.h +1 -1
- data/ext/fox14/include/FXRbDockBar.h +86 -0
- data/ext/fox14/include/FXRbDockBarVirtuals.h +10 -0
- data/ext/fox14/include/FXRbDockHandler.h +51 -0
- data/ext/fox14/include/FXRbDockSite.h +85 -0
- data/ext/fox14/include/FXRbDockSiteVirtuals.h +13 -0
- data/ext/fox14/include/FXRbDockTitle.h +51 -0
- data/ext/{fox12 → fox14}/include/FXRbDocument.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbDragCorner.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbDrawable.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbDrawableVirtuals.h +0 -0
- data/ext/{fox12 → fox14}/include/FXRbDriveBox.h +2 -1
- data/ext/{fox12 → fox14}/include/FXRbFileDialog.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbFileDict.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbFileDictVirtuals.h +0 -0
- data/ext/{fox12 → fox14}/include/FXRbFileList.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbFileSelector.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbFoldingItemVirtuals.h +2 -5
- data/ext/{fox12 → fox14}/include/FXRbFoldingList.h +98 -15
- data/ext/fox14/include/FXRbFoldingListVirtuals.h +43 -0
- data/ext/{fox12 → fox14}/include/FXRbFont.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbFontDialog.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbFontSelector.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbFrame.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbGIFCursor.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbGIFIcon.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbGIFImage.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbGLCanvas.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbGLCanvasVirtuals.h +0 -0
- data/ext/{fox12 → fox14}/include/FXRbGLContext.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbGLObject.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbGLObjectVirtuals.h +0 -0
- data/ext/{fox12 → fox14}/include/FXRbGLShape.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbGLShapeVirtuals.h +0 -0
- data/ext/{fox12 → fox14}/include/FXRbGLViewer.h +7 -1
- data/ext/{fox12 → fox14}/include/FXRbGLViewerVirtuals.h +4 -0
- data/ext/{fox12 → fox14}/include/FXRbGLVisual.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbGradientBar.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbGroupBox.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbHeader.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbHeaderItemVirtuals.h +0 -0
- data/ext/{fox12 → fox14}/include/FXRbHorizontalFrame.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbICOIcon.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbICOImage.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbIcon.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbIconItemVirtuals.h +2 -5
- data/ext/{fox12 → fox14}/include/FXRbIconList.h +33 -15
- data/ext/{fox12 → fox14}/include/FXRbIconListVirtuals.h +14 -0
- data/ext/fox14/include/FXRbIconSource.h +127 -0
- data/ext/fox14/include/FXRbIconSourceVirtuals.h +37 -0
- data/ext/{fox12 → fox14}/include/FXRbId.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbIdVirtuals.h +0 -0
- data/ext/{fox12 → fox14}/include/FXRbImage.h +5 -5
- data/ext/{fox12 → fox14}/include/FXRbImageFrame.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbImageView.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbImageVirtuals.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbInputDialog.h +4 -1
- data/ext/{fox12 → fox14}/include/FXRbJPGIcon.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbJPGImage.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbLabel.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbList.h +29 -11
- data/ext/{fox12 → fox14}/include/FXRbListBox.h +12 -1
- data/ext/fox14/include/FXRbListBoxVirtuals.h +4 -0
- data/ext/{fox12 → fox14}/include/FXRbListItemVirtuals.h +1 -4
- data/ext/{fox12 → fox14}/include/FXRbListVirtuals.h +12 -0
- data/ext/{fox12 → fox14}/include/FXRbMDIButton.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbMDIChild.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbMDIChildVirtuals.h +0 -0
- data/ext/{fox12 → fox14}/include/FXRbMDIClient.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbMDIClientVirtuals.h +0 -0
- data/ext/{fox12 → fox14}/include/FXRbMainWindow.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbMatrix.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbMenuBar.h +2 -2
- data/ext/{fox12 → fox14}/include/FXRbMenuButton.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbMenuCaption.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbMenuCascade.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbMenuCheck.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbMenuCommand.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbMenuPane.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbMenuRadio.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbMenuSeparator.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbMenuTitle.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbMessageBox.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbObject.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbObjectVirtuals.h +0 -0
- data/ext/{fox12 → fox14}/include/FXRbOptionMenu.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbPCXIcon.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbPCXImage.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbPNGIcon.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbPNGImage.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbPPMIcon.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbPPMImage.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbPacker.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbPicker.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbPopup.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbPopupVirtuals.h +0 -0
- data/ext/{fox12 → fox14}/include/FXRbPrintDialog.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbProgressBar.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbProgressDialog.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbRGBIcon.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbRGBImage.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbRadioButton.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbRealSlider.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbRealSpinner.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbRealSpinnerVirtuals.h +0 -0
- data/ext/{fox12 → fox14}/include/FXRbRecentFiles.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbRegistry.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbReplaceDialog.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbRootWindow.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbRuler.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbScintilla.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbScrollArea.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbScrollAreaVirtuals.h +0 -0
- data/ext/{fox12 → fox14}/include/FXRbScrollBar.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbScrollPane.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbScrollWindow.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbSearchDialog.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbSeparator.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbSettings.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbShell.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbShutter.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbShutterVirtuals.h +0 -0
- data/ext/{fox12 → fox14}/include/FXRbSlider.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbSpinner.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbSpinnerVirtuals.h +0 -0
- data/ext/fox14/include/FXRbSplashWindow.h +57 -0
- data/ext/{fox12 → fox14}/include/FXRbSplitter.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbSpring.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbStatusBar.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbStatusLine.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbStream.h +3 -3
- data/ext/{fox12 → fox14}/include/FXRbStreamVirtuals.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbStringDict.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbSwitcher.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbTGAIcon.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbTGAImage.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbTIFIcon.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbTIFImage.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbTabBar.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbTabBarVirtuals.h +0 -0
- data/ext/{fox12 → fox14}/include/FXRbTabBook.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbTabItem.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbTable.h +96 -36
- data/ext/{fox12 → fox14}/include/FXRbTableItemVirtuals.h +24 -3
- data/ext/{fox12 → fox14}/include/FXRbTableVirtuals.h +19 -6
- data/ext/{fox12 → fox14}/include/FXRbText.h +2 -2
- data/ext/{fox12 → fox14}/include/FXRbTextField.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbTextVirtuals.h +0 -0
- data/ext/{fox12 → fox14}/include/FXRbToggleButton.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbToolBar.h +2 -19
- data/ext/{fox12 → fox14}/include/FXRbToolBarGrip.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbToolBarShell.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbToolBarTab.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbToolTip.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbTopWindow.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbTopWindowVirtuals.h +0 -0
- data/ext/{fox12 → fox14}/include/FXRbTreeItemVirtuals.h +2 -2
- data/ext/{fox12 → fox14}/include/FXRbTreeList.h +33 -9
- data/ext/{fox12 → fox14}/include/FXRbTreeListBox.h +12 -1
- data/ext/fox14/include/FXRbTreeListBoxVirtuals.h +4 -0
- data/ext/{fox12 → fox14}/include/FXRbTreeListVirtuals.h +12 -0
- data/ext/{fox12 → fox14}/include/FXRbTriStateButton.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbVerticalFrame.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbVisual.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbWindow.h +35 -5
- data/ext/{fox12 → fox14}/include/FXRbWindowVirtuals.h +17 -1
- data/ext/{fox12 → fox14}/include/FXRbWizard.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbXBMIcon.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbXBMImage.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbXPMIcon.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRbXPMImage.h +1 -1
- data/ext/{fox12 → fox14}/include/FXRuby.h +78 -7
- data/ext/{fox12 → fox14}/include/impl.h +7 -0
- data/ext/{fox12 → fox14}/include/inlinestubs.h +58 -2
- data/ext/{fox12 → fox14}/label_wrap.cpp +524 -68
- data/ext/{fox12 → fox14}/layout_wrap.cpp +1025 -90
- data/ext/{fox12 → fox14}/librb.c +0 -0
- data/ext/{fox12 → fox14}/list_wrap.cpp +328 -234
- data/ext/{fox12 → fox14}/markfuncs.cpp +29 -4
- data/ext/{fox12 → fox14}/mdi_wrap.cpp +553 -99
- data/ext/{fox12 → fox14}/menu_wrap.cpp +967 -404
- data/ext/{fox12 → fox14}/scintilla_wrap.cpp +754 -635
- data/ext/{fox12 → fox14}/table_wrap.cpp +501 -284
- data/ext/{fox12 → fox14}/text_wrap.cpp +765 -629
- data/ext/{fox12 → fox14}/treelist_wrap.cpp +859 -661
- data/ext/{fox12 → fox14}/ui_wrap.cpp +3025 -627
- data/ext/{fox12 → fox14}/unregisterOwnedObjects.cpp +1 -1
- data/lib/{fox12 → fox14}/aliases.rb +252 -45
- data/lib/{fox12 → fox14}/calendar.rb +2 -2
- data/lib/{fox12 → fox14}/chore.rb +1 -1
- data/lib/{fox12 → fox14}/colors.rb +1 -1
- data/lib/{fox12 → fox14}/core.rb +126 -52
- data/lib/{fox12 → fox14}/dict.rb +0 -0
- data/lib/{fox12 → fox14}/execute_nonmodal.rb +0 -0
- data/lib/{fox12 → fox14}/glgroup.rb +1 -1
- data/lib/{fox12 → fox14}/glshapes.rb +1 -1
- data/lib/{fox12 → fox14}/input.rb +1 -1
- data/lib/{fox12 → fox14}/irb.rb +1 -1
- data/lib/{fox12 → fox14}/iterators.rb +1 -1
- data/lib/{fox12 → fox14}/keys.rb +1 -1
- data/lib/{fox12 → fox14}/missingdep.rb +1 -1
- data/lib/{fox12 → fox14}/pseudokeyboard.rb +1 -1
- data/lib/{fox12 → fox14}/pseudomouse.rb +1 -1
- data/lib/{fox12 → fox14}/responder.rb +1 -1
- data/lib/{fox12 → fox14}/responder2.rb +5 -5
- data/lib/{fox12 → fox14}/scintilla.rb +0 -0
- data/lib/{fox12 → fox14}/settings.rb +0 -0
- data/lib/{fox12 → fox14}/signal.rb +1 -1
- data/lib/{fox12 → fox14}/splashscreen.rb +2 -2
- data/lib/{fox12 → fox14}/timeout.rb +1 -1
- data/lib/{fox12 → fox14}/undolist.rb +2 -2
- data/lib/{fox12 → fox14}/version.rb +2 -2
- data/rdoc-sources/FX7Segment.rb +48 -0
- data/rdoc-sources/FXApp.rb +51 -31
- data/rdoc-sources/FXBMPIcon.rb +18 -1
- data/rdoc-sources/FXBMPImage.rb +5 -0
- data/rdoc-sources/FXBitmap.rb +18 -3
- data/rdoc-sources/FXBitmapFrame.rb +3 -1
- data/rdoc-sources/FXBitmapView.rb +4 -1
- data/rdoc-sources/FXButton.rb +16 -0
- data/rdoc-sources/FXCheckButton.rb +25 -1
- data/rdoc-sources/FXChoiceBox.rb +82 -0
- data/rdoc-sources/FXColorBar.rb +6 -1
- data/rdoc-sources/FXColorDialog.rb +1 -0
- data/rdoc-sources/FXColorWell.rb +14 -6
- data/rdoc-sources/FXColorWheel.rb +6 -4
- data/rdoc-sources/FXComboBox.rb +53 -5
- data/rdoc-sources/FXCursor.rb +2 -2
- data/rdoc-sources/FXDC.rb +36 -2
- data/rdoc-sources/FXDial.rb +10 -4
- data/rdoc-sources/FXDirBox.rb +7 -1
- data/rdoc-sources/FXDirDialog.rb +33 -0
- data/rdoc-sources/FXDirList.rb +8 -3
- data/rdoc-sources/FXDirSelector.rb +36 -2
- data/rdoc-sources/FXDockBar.rb +136 -0
- data/rdoc-sources/FXDockHandler.rb +19 -0
- data/rdoc-sources/FXDockSite.rb +86 -0
- data/rdoc-sources/FXDockTitle.rb +26 -0
- data/rdoc-sources/FXFileDialog.rb +33 -0
- data/rdoc-sources/FXFileDict.rb +29 -56
- data/rdoc-sources/FXFileList.rb +39 -16
- data/rdoc-sources/FXFileSelector.rb +28 -2
- data/rdoc-sources/FXFileStream.rb +3 -0
- data/rdoc-sources/FXFoldingList.rb +104 -62
- data/rdoc-sources/FXFont.rb +2 -9
- data/rdoc-sources/FXFrame.rb +7 -1
- data/rdoc-sources/FXGIFCursor.rb +17 -5
- data/rdoc-sources/FXGIFIcon.rb +5 -0
- data/rdoc-sources/FXGIFImage.rb +5 -0
- data/rdoc-sources/FXHeader.rb +24 -4
- data/rdoc-sources/FXICOIcon.rb +10 -0
- data/rdoc-sources/FXICOImage.rb +5 -0
- data/rdoc-sources/FXIconList.rb +37 -13
- data/rdoc-sources/FXIconSource.rb +100 -0
- data/rdoc-sources/FXImage.rb +8 -2
- data/rdoc-sources/FXInputDialog.rb +6 -0
- data/rdoc-sources/FXJPGIcon.rb +13 -0
- data/rdoc-sources/FXJPGImage.rb +8 -0
- data/rdoc-sources/FXLabel.rb +4 -1
- data/rdoc-sources/FXList.rb +19 -9
- data/rdoc-sources/FXListBox.rb +22 -4
- data/rdoc-sources/FXMDIChild.rb +21 -2
- data/rdoc-sources/FXMDIClient.rb +15 -11
- data/rdoc-sources/FXMainWindow.rb +7 -1
- data/rdoc-sources/FXMemoryStream.rb +2 -0
- data/rdoc-sources/FXMenuBar.rb +1 -1
- data/rdoc-sources/FXMessageBox.rb +17 -7
- data/rdoc-sources/FXObject.rb +7 -1
- data/rdoc-sources/FXPCXIcon.rb +10 -0
- data/rdoc-sources/FXPCXImage.rb +5 -0
- data/rdoc-sources/FXPNGIcon.rb +15 -2
- data/rdoc-sources/FXPNGImage.rb +8 -0
- data/rdoc-sources/FXPPMIcon.rb +10 -0
- data/rdoc-sources/FXPPMImage.rb +5 -0
- data/rdoc-sources/FXQuatd.rb +1 -1
- data/rdoc-sources/FXQuatf.rb +1 -1
- data/rdoc-sources/FXRGBIcon.rb +12 -2
- data/rdoc-sources/FXRGBImage.rb +5 -0
- data/rdoc-sources/FXRegistry.rb +19 -2
- data/rdoc-sources/FXRuler.rb +47 -5
- data/rdoc-sources/FXScrollArea.rb +4 -4
- data/rdoc-sources/FXScrollPane.rb +3 -1
- data/rdoc-sources/FXSeparator.rb +20 -10
- data/rdoc-sources/FXSettings.rb +3 -3
- data/rdoc-sources/FXShell.rb +2 -1
- data/rdoc-sources/FXShutter.rb +7 -2
- data/rdoc-sources/FXSphered.rb +5 -2
- data/rdoc-sources/FXSpheref.rb +5 -2
- data/rdoc-sources/FXSplashWindow.rb +31 -0
- data/rdoc-sources/FXSplitter.rb +2 -1
- data/rdoc-sources/FXStream.rb +11 -2
- data/rdoc-sources/FXTGAIcon.rb +12 -2
- data/rdoc-sources/FXTGAImage.rb +5 -0
- data/rdoc-sources/FXTIFIcon.rb +15 -2
- data/rdoc-sources/FXTIFImage.rb +8 -0
- data/rdoc-sources/FXTable.rb +92 -15
- data/rdoc-sources/FXText.rb +11 -2
- data/rdoc-sources/FXTextField.rb +6 -2
- data/rdoc-sources/FXToolBar.rb +5 -65
- data/rdoc-sources/FXToolBarGrip.rb +5 -10
- data/rdoc-sources/FXToolBarTab.rb +8 -3
- data/rdoc-sources/FXTopWindow.rb +4 -0
- data/rdoc-sources/FXTreeList.rb +56 -50
- data/rdoc-sources/FXTreeListBox.rb +49 -30
- data/rdoc-sources/FXWindow.rb +30 -11
- data/rdoc-sources/FXXBMIcon.rb +10 -0
- data/rdoc-sources/FXXBMImage.rb +5 -0
- data/rdoc-sources/FXXPMIcon.rb +11 -1
- data/rdoc-sources/FXXPMImage.rb +5 -0
- data/rdoc-sources/README.rdoc +1 -1
- data/tests/TC_FXBMPIcon.rb +15 -0
- data/tests/TC_FXBMPImage.rb +15 -0
- data/tests/TC_FXFont.rb +0 -10
- data/tests/TC_FXXBMIcon.rb +15 -0
- data/tests/TC_FXXBMImage.rb +15 -0
- data/tests/TC_FXXPMIcon.rb +15 -0
- data/tests/TC_FXXPMImage.rb +15 -0
- data/web/downloads.html +3 -1
- data/web/home.html +3 -1
- metadata +290 -268
- data/ANNOUNCE +0 -25
- data/examples/mditest2.rb +0 -195
- data/ext/fox12/include/FXRbToolBarVirtuals.h +0 -6
- data/lib/fox12/dialogs.rb +0 -72
- data/tests/TC_FXSettings.rb +0 -34
- data/tests/doit.rb +0 -5
data/examples/image.rb
CHANGED
data/examples/imageviewer.rb
CHANGED
data/examples/inputs.rb
CHANGED
data/examples/mditest.rb
CHANGED
data/examples/pig.rb
CHANGED
data/examples/raabrowser.rb
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
require 'cgi'
|
2
|
-
require '
|
2
|
+
require 'fox14'
|
3
3
|
begin
|
4
4
|
require 'RAA'
|
5
5
|
rescue LoadError
|
6
|
-
require '
|
6
|
+
require 'fox14/missingdep'
|
7
7
|
MSG = <<EOM
|
8
8
|
Sorry, this example depends on the SOAP4R extension. Please
|
9
9
|
check the Ruby Application Archives for an appropriate
|
data/examples/ratio.rb
CHANGED
data/examples/scintilla-test.rb
CHANGED
data/examples/scribble-orig.rb
CHANGED
data/examples/scribble.rb
CHANGED
data/examples/shutter.rb
CHANGED
data/examples/splitter.rb
CHANGED
data/examples/styledtext.rb
CHANGED
data/examples/tabbook.rb
CHANGED
data/examples/table.rb
CHANGED
@@ -21,7 +21,7 @@
|
|
21
21
|
***********************************************************************/
|
22
22
|
|
23
23
|
/***********************************************************************
|
24
|
-
* $Id: FXRbApp.cpp,v 1.
|
24
|
+
* $Id: FXRbApp.cpp,v 1.3 2005/08/17 01:04:21 lyle Exp $
|
25
25
|
***********************************************************************/
|
26
26
|
|
27
27
|
#include "FXRbCommon.h"
|
@@ -43,10 +43,9 @@ FXDEFMAP(FXRbApp) FXRbAppMap[]={
|
|
43
43
|
FXRbIMPLEMENT(FXRbApp,FXApp,FXRbAppMap,ARRAYNUMBER(FXRbAppMap))
|
44
44
|
|
45
45
|
// Constructor
|
46
|
-
FXRbApp::FXRbApp(const FXchar* appname,const FXchar* vendor) : FXApp(appname,vendor),m_bThreadsEnabled(TRUE),sleepTime(100)
|
46
|
+
FXRbApp::FXRbApp(const FXchar* appname,const FXchar* vendor) : FXApp(appname,vendor),m_bThreadsEnabled(TRUE),sleepTime(100){
|
47
47
|
if(m_bThreadsEnabled){
|
48
|
-
|
49
|
-
threadsChore=addChore(this,ID_CHORE_THREADS);
|
48
|
+
addChore(this,ID_CHORE_THREADS);
|
50
49
|
}
|
51
50
|
}
|
52
51
|
|
@@ -54,7 +53,7 @@ FXRbApp::FXRbApp(const FXchar* appname,const FXchar* vendor) : FXApp(appname,ven
|
|
54
53
|
// Constructor that also calls FXApp::init()
|
55
54
|
FXRbApp* FXRbApp::constructAndInit(const FXchar* appname,const FXchar* vendor){
|
56
55
|
int argc=1;
|
57
|
-
static char* argv[]={
|
56
|
+
static char* argv[]={"",0};
|
58
57
|
FXRbApp* app=new FXRbApp(appname,vendor);
|
59
58
|
app->FXApp::init(argc,argv);
|
60
59
|
return app;
|
@@ -66,16 +65,12 @@ void FXRbApp::setThreadsEnabled(FXbool enabled){
|
|
66
65
|
if(enabled){
|
67
66
|
if(!m_bThreadsEnabled){
|
68
67
|
m_bThreadsEnabled=TRUE;
|
69
|
-
|
70
|
-
FXASSERT(threadsChore!=0);
|
68
|
+
addChore(this,ID_CHORE_THREADS);
|
71
69
|
}
|
72
70
|
}
|
73
71
|
else{
|
74
72
|
m_bThreadsEnabled=FALSE;
|
75
|
-
|
76
|
-
removeChore(threadsChore);
|
77
|
-
threadsChore=0;
|
78
|
-
}
|
73
|
+
removeChore(this,ID_CHORE_THREADS);
|
79
74
|
}
|
80
75
|
}
|
81
76
|
|
@@ -105,8 +100,7 @@ long FXRbApp::onChoreThreads(FXObject*,FXSelector,void*){
|
|
105
100
|
rb_thread_wait_for(wait);
|
106
101
|
|
107
102
|
// Re-register this chore for next time
|
108
|
-
|
109
|
-
FXASSERT(threadsChore!=0);
|
103
|
+
addChore(this,ID_CHORE_THREADS);
|
110
104
|
|
111
105
|
// Back to work...
|
112
106
|
return 1;
|
@@ -21,7 +21,7 @@
|
|
21
21
|
***********************************************************************/
|
22
22
|
|
23
23
|
/***********************************************************************
|
24
|
-
* $Id: FXRbDataTarget.cpp,v 1.1
|
24
|
+
* $Id: FXRbDataTarget.cpp,v 1.1 2005/08/14 15:12:43 lyle Exp $
|
25
25
|
***********************************************************************/
|
26
26
|
|
27
27
|
#include "FXRbCommon.h"
|
@@ -92,6 +92,10 @@ VALUE FXRbDataTarget::getValue() const {
|
|
92
92
|
return to_ruby(*reinterpret_cast<FXint*>(data));
|
93
93
|
case DT_UINT:
|
94
94
|
return to_ruby(*reinterpret_cast<FXuint*>(data));
|
95
|
+
case DT_LONG:
|
96
|
+
return to_ruby(*reinterpret_cast<FXlong*>(data));
|
97
|
+
case DT_ULONG:
|
98
|
+
return to_ruby(*reinterpret_cast<FXulong*>(data));
|
95
99
|
case DT_FLOAT:
|
96
100
|
return to_ruby(*reinterpret_cast<FXfloat*>(data));
|
97
101
|
case DT_DOUBLE:
|
@@ -21,7 +21,7 @@
|
|
21
21
|
***********************************************************************/
|
22
22
|
|
23
23
|
/***********************************************************************
|
24
|
-
* $Id: FXRbGLViewer.cpp,v 1.1
|
24
|
+
* $Id: FXRbGLViewer.cpp,v 1.1 2005/08/14 15:12:43 lyle Exp $
|
25
25
|
***********************************************************************/
|
26
26
|
|
27
27
|
#include "FXRbCommon.h"
|
@@ -21,7 +21,7 @@
|
|
21
21
|
***********************************************************************/
|
22
22
|
|
23
23
|
/***********************************************************************
|
24
|
-
* $Id: FXRuby.cpp,v 1.
|
24
|
+
* $Id: FXRuby.cpp,v 1.4 2005/08/17 01:04:21 lyle Exp $
|
25
25
|
***********************************************************************/
|
26
26
|
|
27
27
|
#ifdef _MSC_VER
|
@@ -946,8 +946,6 @@ void* FXRbGetExpectedData(VALUE recv,FXSelector key,VALUE value){
|
|
946
946
|
case FXWindow::ID_UNKNOWN:
|
947
947
|
case FXWindow::ID_UPDATE:
|
948
948
|
case FXWindow::ID_AUTOSCROLL:
|
949
|
-
case FXWindow::ID_QUERY_TIP:
|
950
|
-
case FXWindow::ID_QUERY_HELP:
|
951
949
|
case FXWindow::ID_QUERY_MENU:
|
952
950
|
case FXWindow::ID_HOTKEY:
|
953
951
|
case FXWindow::ID_ACCEL:
|
@@ -1312,6 +1310,15 @@ FXTreeItem* FXRbCallTreeItemMethod(const FXTreeList* recv,ID func,FXint x,FXint
|
|
1312
1310
|
|
1313
1311
|
//----------------------------------------------------------------------
|
1314
1312
|
|
1313
|
+
FXFoldingItem* FXRbCallFoldingItemMethod(const FXFoldingList* recv,ID func,FXint x,FXint y){
|
1314
|
+
VALUE obj=FXRbGetRubyObj(recv,false);
|
1315
|
+
FXASSERT(!NIL_P(obj));
|
1316
|
+
VALUE result=rb_funcall(obj,func,2,INT2NUM(x),INT2NUM(y));
|
1317
|
+
return NIL_P(result) ? 0 : reinterpret_cast<FXFoldingItem*>(DATA_PTR(result));
|
1318
|
+
}
|
1319
|
+
|
1320
|
+
//----------------------------------------------------------------------
|
1321
|
+
|
1315
1322
|
FXFileAssoc* FXRbCallFileAssocMethod(const FXFileDict* recv,ID func,const char* pathname){
|
1316
1323
|
VALUE obj=FXRbGetRubyObj(recv,false);
|
1317
1324
|
FXASSERT(!NIL_P(obj));
|
@@ -1321,6 +1328,24 @@ FXFileAssoc* FXRbCallFileAssocMethod(const FXFileDict* recv,ID func,const char*
|
|
1321
1328
|
|
1322
1329
|
//----------------------------------------------------------------------
|
1323
1330
|
|
1331
|
+
FXIcon* FXRbCallIconMethod(const FXTableItem* recv,ID func){
|
1332
|
+
VALUE obj=FXRbGetRubyObj(recv,false);
|
1333
|
+
FXASSERT(!NIL_P(obj));
|
1334
|
+
VALUE result=rb_funcall(obj,func,0,NULL);
|
1335
|
+
return NIL_P(result) ? 0 : reinterpret_cast<FXIcon*>(DATA_PTR(result));
|
1336
|
+
}
|
1337
|
+
|
1338
|
+
//----------------------------------------------------------------------
|
1339
|
+
|
1340
|
+
FXWindow* FXRbCallWindowMethod(const FXTableItem* recv,ID func,FXTable* table){
|
1341
|
+
VALUE obj=FXRbGetRubyObj(recv,false);
|
1342
|
+
FXASSERT(!NIL_P(obj));
|
1343
|
+
VALUE result=rb_funcall(obj,func,1,to_ruby(table));
|
1344
|
+
return NIL_P(result) ? 0 : reinterpret_cast<FXWindow*>(DATA_PTR(result));
|
1345
|
+
}
|
1346
|
+
|
1347
|
+
//----------------------------------------------------------------------
|
1348
|
+
|
1324
1349
|
// Call function with "FXRange" return value
|
1325
1350
|
FXRangef FXRbCallRangeMethod(FXObject* recv,ID func){
|
1326
1351
|
VALUE obj=FXRbGetRubyObj(recv,false);
|
@@ -1331,6 +1356,16 @@ FXRangef FXRbCallRangeMethod(FXObject* recv,ID func){
|
|
1331
1356
|
|
1332
1357
|
//----------------------------------------------------------------------
|
1333
1358
|
|
1359
|
+
// Call functions with FXString return value
|
1360
|
+
FXString FXRbCallStringMethod(const FXObject* recv, ID func){
|
1361
|
+
VALUE obj=FXRbGetRubyObj(recv,false);
|
1362
|
+
FXASSERT(!NIL_P(obj));
|
1363
|
+
VALUE result=rb_funcall(obj,func,0,NULL);
|
1364
|
+
return FXString(STR2CSTR(result));
|
1365
|
+
}
|
1366
|
+
|
1367
|
+
//----------------------------------------------------------------------
|
1368
|
+
|
1334
1369
|
// Special destructors to handle order dependencies
|
1335
1370
|
FXRbMenuCommand::~FXRbMenuCommand(){
|
1336
1371
|
FXAccelTable *table;
|
@@ -1810,7 +1845,7 @@ extern "C" void Init_ui(void);
|
|
1810
1845
|
#define REQUIRE(fname) rb_funcall(rb_mKernel,rb_intern("require"),1,rb_str_new2((fname)))
|
1811
1846
|
#endif
|
1812
1847
|
|
1813
|
-
extern "C" void
|
1848
|
+
extern "C" void Init_fox14(void) {
|
1814
1849
|
Init_core();
|
1815
1850
|
Init_dc();
|
1816
1851
|
Init_frames();
|
@@ -1831,16 +1866,16 @@ extern "C" void Init_fox12(void) {
|
|
1831
1866
|
Init_table();
|
1832
1867
|
Init_text();
|
1833
1868
|
Init_treelist();
|
1834
|
-
REQUIRE("
|
1835
|
-
REQUIRE("
|
1836
|
-
REQUIRE("
|
1837
|
-
REQUIRE("
|
1838
|
-
REQUIRE("
|
1839
|
-
REQUIRE("
|
1840
|
-
REQUIRE("
|
1841
|
-
REQUIRE("
|
1842
|
-
REQUIRE("
|
1843
|
-
REQUIRE("
|
1869
|
+
REQUIRE("fox14/core");
|
1870
|
+
REQUIRE("fox14/dict");
|
1871
|
+
REQUIRE("fox14/settings");
|
1872
|
+
REQUIRE("fox14/iterators");
|
1873
|
+
REQUIRE("fox14/keys");
|
1874
|
+
REQUIRE("fox14/aliases");
|
1875
|
+
REQUIRE("fox14/responder2");
|
1876
|
+
REQUIRE("fox14/glgroup");
|
1877
|
+
REQUIRE("fox14/execute_nonmodal");
|
1878
|
+
REQUIRE("fox14/version");
|
1844
1879
|
|
1845
1880
|
id_assocs=rb_intern("@assocs");
|
1846
1881
|
id_backtrace=rb_intern("backtrace");
|
File without changes
|
@@ -519,54 +519,58 @@ SWIGIMPORT(void) SWIG_Ruby_ConvertPacked(VALUE obj, void *ptr, int sz, swig_ty
|
|
519
519
|
#define SWIGTYPE_p_FXDict swig_types[0]
|
520
520
|
#define SWIGTYPE_p_FXSettings swig_types[1]
|
521
521
|
#define SWIGTYPE_p_FXAccelTable swig_types[2]
|
522
|
-
#define
|
523
|
-
#define
|
524
|
-
#define
|
525
|
-
#define
|
526
|
-
#define
|
527
|
-
#define
|
528
|
-
#define
|
529
|
-
#define
|
530
|
-
#define
|
531
|
-
#define
|
532
|
-
#define
|
533
|
-
#define
|
534
|
-
#define
|
535
|
-
#define
|
536
|
-
#define
|
537
|
-
#define
|
538
|
-
#define
|
539
|
-
#define
|
540
|
-
#define
|
541
|
-
#define
|
542
|
-
#define
|
543
|
-
#define
|
544
|
-
#define
|
545
|
-
#define
|
546
|
-
#define
|
547
|
-
#define
|
548
|
-
#define
|
549
|
-
#define
|
550
|
-
#define
|
551
|
-
#define
|
552
|
-
#define
|
553
|
-
#define
|
554
|
-
#define
|
555
|
-
#define
|
556
|
-
#define
|
557
|
-
#define
|
558
|
-
#define
|
559
|
-
#define
|
560
|
-
#define
|
561
|
-
#define
|
562
|
-
#define
|
563
|
-
#define
|
564
|
-
#define
|
565
|
-
#define
|
566
|
-
#define
|
567
|
-
#define
|
568
|
-
#define
|
569
|
-
|
522
|
+
#define SWIGTYPE_p_FXlong swig_types[3]
|
523
|
+
#define SWIGTYPE_p_FXuchar swig_types[4]
|
524
|
+
#define SWIGTYPE_p_FXComposite swig_types[5]
|
525
|
+
#define SWIGTYPE_p_FXRegistry swig_types[6]
|
526
|
+
#define SWIGTYPE_p_FXId swig_types[7]
|
527
|
+
#define SWIGTYPE_p_FXIconDict swig_types[8]
|
528
|
+
#define SWIGTYPE_p_FXShell swig_types[9]
|
529
|
+
#define SWIGTYPE_p_FXPopup swig_types[10]
|
530
|
+
#define SWIGTYPE_p_FXTimer swig_types[11]
|
531
|
+
#define SWIGTYPE_p_FXRootWindow swig_types[12]
|
532
|
+
#define SWIGTYPE_p_FXWindow swig_types[13]
|
533
|
+
#define SWIGTYPE_p_FXTopWindow swig_types[14]
|
534
|
+
#define SWIGTYPE_p_void swig_types[15]
|
535
|
+
#define SWIGTYPE_p_FXDocument swig_types[16]
|
536
|
+
#define SWIGTYPE_p_FXRecentFiles swig_types[17]
|
537
|
+
#define SWIGTYPE_p_FXMainWindow swig_types[18]
|
538
|
+
#define SWIGTYPE_p_FXSplashWindow swig_types[19]
|
539
|
+
#define SWIGTYPE_p_FXIcon swig_types[20]
|
540
|
+
#define SWIGTYPE_p_FXID swig_types[21]
|
541
|
+
#define SWIGTYPE_p_FXMutex swig_types[22]
|
542
|
+
#define SWIGTYPE_p_FXEvent swig_types[23]
|
543
|
+
#define SWIGTYPE_p_FXObject swig_types[24]
|
544
|
+
#define SWIGTYPE_p_FXStringDict swig_types[25]
|
545
|
+
#define SWIGTYPE_p_FXBitmap swig_types[26]
|
546
|
+
#define SWIGTYPE_p_FXRectangle swig_types[27]
|
547
|
+
#define SWIGTYPE_p_FXString swig_types[28]
|
548
|
+
#define SWIGTYPE_p_FXPoint swig_types[29]
|
549
|
+
#define SWIGTYPE_p_FXFileDict swig_types[30]
|
550
|
+
#define SWIGTYPE_p_FXDataTarget swig_types[31]
|
551
|
+
#define SWIGTYPE_p_FXDebugTarget swig_types[32]
|
552
|
+
#define SWIGTYPE_p_FXDrawable swig_types[33]
|
553
|
+
#define SWIGTYPE_p_FXCursor swig_types[34]
|
554
|
+
#define SWIGTYPE_p_FXDelegator swig_types[35]
|
555
|
+
#define SWIGTYPE_p_FXCURCursor swig_types[36]
|
556
|
+
#define SWIGTYPE_p_FXGIFCursor swig_types[37]
|
557
|
+
#define SWIGTYPE_p_FXStream swig_types[38]
|
558
|
+
#define SWIGTYPE_p_FXFontDesc swig_types[39]
|
559
|
+
#define SWIGTYPE_p_FXApp swig_types[40]
|
560
|
+
#define SWIGTYPE_p_FXChore swig_types[41]
|
561
|
+
#define SWIGTYPE_p_FXRegion swig_types[42]
|
562
|
+
#define SWIGTYPE_p_FXColor swig_types[43]
|
563
|
+
#define SWIGTYPE_p_FXSize swig_types[44]
|
564
|
+
#define SWIGTYPE_p_p_FXchar swig_types[45]
|
565
|
+
#define SWIGTYPE_p_FXFont swig_types[46]
|
566
|
+
#define SWIGTYPE_p_FXchar swig_types[47]
|
567
|
+
#define SWIGTYPE_p_FXFrame swig_types[48]
|
568
|
+
#define SWIGTYPE_p_FXFileAssoc swig_types[49]
|
569
|
+
#define SWIGTYPE_p_FXVisual swig_types[50]
|
570
|
+
#define SWIGTYPE_p_FXuint swig_types[51]
|
571
|
+
#define SWIGTYPE_p_FXFileStream swig_types[52]
|
572
|
+
#define SWIGTYPE_p_FXMemoryStream swig_types[53]
|
573
|
+
static swig_type_info *swig_types[55];
|
570
574
|
|
571
575
|
/* -------- TYPES TABLE (END) -------- */
|
572
576
|
|
@@ -806,11 +810,6 @@ FXRectangle FXRectangle_operator_Sm_(FXRectangle const *self,FXRectangle const &
|
|
806
810
|
}
|
807
811
|
|
808
812
|
swig_class cFXRectangle;
|
809
|
-
FXRectangle FXRegion_bounds(FXRegion const *self){
|
810
|
-
FXRectangle r;
|
811
|
-
self->bounds(r);
|
812
|
-
return r;
|
813
|
-
}
|
814
813
|
FXRegion FXRegion_operator_Sa_(FXRegion const *self,FXRegion const &other){ return (*self)+other; }
|
815
814
|
FXRegion FXRegion_operator_Sm_(FXRegion const *self,FXRegion const &other){ return (*self)*other; }
|
816
815
|
FXRegion FXRegion_operator_Ss_(FXRegion const *self,FXRegion const &other){ return (*self)-other; }
|
@@ -878,6 +877,11 @@ static swig_type_info *FXObject_dynamic_cast(void **ptr) {
|
|
878
877
|
*ptr=reinterpret_cast<void*>(pIconItem);
|
879
878
|
return SWIG_TypeQuery("FXIconItem *");
|
880
879
|
}
|
880
|
+
FXIconSource *pIconSource=dynamic_cast<FXIconSource*>(*ppObject);
|
881
|
+
if(pIconSource){
|
882
|
+
*ptr=reinterpret_cast<void*>(pIconSource);
|
883
|
+
return SWIG_TypeQuery("FXIconSource *");
|
884
|
+
}
|
881
885
|
FXId *pId=dynamic_cast<FXId*>(*ppObject);
|
882
886
|
if(pId){
|
883
887
|
*ptr=reinterpret_cast<void*>(pId);
|
@@ -1131,15 +1135,6 @@ static swig_type_info *FXDict_dynamic_cast(void **ptr) {
|
|
1131
1135
|
|
1132
1136
|
swig_class cFXFileAssoc;
|
1133
1137
|
static void free_FXFileAssoc(FXFileAssoc *);
|
1134
|
-
VALUE FXIconDict_defaultIconPath(){
|
1135
|
-
return rb_str_new2(FXIconDict::defaultIconPath);
|
1136
|
-
}
|
1137
|
-
FXIconDict *new_FXIconDict(FXApp *a,FXString const &p){
|
1138
|
-
return new FXRbIconDict(a,p);
|
1139
|
-
}
|
1140
|
-
|
1141
|
-
swig_class cFXIconDict;
|
1142
|
-
static void free_FXIconDict(FXIconDict *);
|
1143
1138
|
VALUE FXFileDict_defaultExecBinding(){
|
1144
1139
|
return to_ruby(FXFileDict::defaultExecBinding);
|
1145
1140
|
}
|
@@ -1273,12 +1268,18 @@ static swig_type_info *FXCursor_dynamic_cast(void **ptr) {
|
|
1273
1268
|
return 0;
|
1274
1269
|
}
|
1275
1270
|
|
1271
|
+
VALUE FXCURCursor_fileExt(){
|
1272
|
+
return rb_str_new2(FXCURCursor::fileExt);
|
1273
|
+
}
|
1276
1274
|
FXCURCursor *new_FXCURCursor(FXApp *a,void const *pix){
|
1277
1275
|
return new FXRbCURCursor(a,pix);
|
1278
1276
|
}
|
1279
1277
|
|
1280
1278
|
swig_class cFXCURCursor;
|
1281
1279
|
static void free_FXCURCursor(FXCURCursor *);
|
1280
|
+
VALUE FXGIFCursor_fileExt(){
|
1281
|
+
return rb_str_new2(FXGIFCursor::fileExt);
|
1282
|
+
}
|
1282
1283
|
FXGIFCursor *new_FXGIFCursor(FXApp *a,void const *pix,FXint hx,FXint hy){
|
1283
1284
|
return new FXRbGIFCursor(a,pix,hx,hy);
|
1284
1285
|
}
|
@@ -1369,19 +1370,6 @@ FXFontDesc FXFont_getFontDesc(FXFont const *self){
|
|
1369
1370
|
self->getFontDesc(fontdesc);
|
1370
1371
|
return fontdesc;
|
1371
1372
|
}
|
1372
|
-
FXbool FXFont_hasChar(FXFont const *self,VALUE ch){
|
1373
|
-
if(TYPE(ch)==T_STRING){
|
1374
|
-
if(RSTRING(ch)->len==1){
|
1375
|
-
return self->hasChar(*(STR2CSTR(ch)));
|
1376
|
-
}
|
1377
|
-
else{
|
1378
|
-
rb_raise(rb_eArgError,"expected a string of length one");
|
1379
|
-
}
|
1380
|
-
}
|
1381
|
-
else{
|
1382
|
-
return self->hasChar(NUM2INT(ch));
|
1383
|
-
}
|
1384
|
-
}
|
1385
1373
|
FXint FXFont_getTextWidth(FXFont const *self,VALUE str){
|
1386
1374
|
Check_Type(str,T_STRING);
|
1387
1375
|
return self->getTextWidth(RSTRING(str)->ptr,RSTRING(str)->len);
|
@@ -1462,6 +1450,8 @@ VALUE FXWindow_getChildren(FXWindow const *self){
|
|
1462
1450
|
}
|
1463
1451
|
return ary;
|
1464
1452
|
}
|
1453
|
+
FXbool FXWindow_before(FXWindow const *self,FXWindow const *other){ return FXWindow::before(self, other); }
|
1454
|
+
FXbool FXWindow_after(FXWindow const *self,FXWindow const *other){ return FXWindow::after(self, other); }
|
1465
1455
|
VALUE FXWindow_getCursorPosition(FXWindow const *self){
|
1466
1456
|
FXint x, y;
|
1467
1457
|
FXuint buttons;
|
@@ -1608,11 +1598,6 @@ static swig_type_info *FXWindow_dynamic_cast(void **ptr) {
|
|
1608
1598
|
*ptr=reinterpret_cast<void*>(pScrollCorner);
|
1609
1599
|
return SWIG_TypeQuery("FXScrollCorner *");
|
1610
1600
|
}
|
1611
|
-
FXToolBarGrip *pToolBarGrip=dynamic_cast<FXToolBarGrip*>(*ppWindow);
|
1612
|
-
if(pToolBarGrip){
|
1613
|
-
*ptr=reinterpret_cast<void*>(pToolBarGrip);
|
1614
|
-
return SWIG_TypeQuery("FXToolBarGrip *");
|
1615
|
-
}
|
1616
1601
|
return 0;
|
1617
1602
|
}
|
1618
1603
|
|
@@ -1621,10 +1606,14 @@ FXFrame *new_FXFrame(FXComposite *p,FXuint opts,FXint x,FXint y,FXint w,FXint h,
|
|
1621
1606
|
}
|
1622
1607
|
|
1623
1608
|
swig_class cFXFrame;
|
1624
|
-
static void free_FXFrame(FXFrame *);
|
1625
1609
|
|
1626
1610
|
static swig_type_info *FXFrame_dynamic_cast(void **ptr) {
|
1627
1611
|
FXFrame **ppFrame = reinterpret_cast<FXFrame **>(ptr);
|
1612
|
+
FX7Segment *p7Segment=dynamic_cast<FX7Segment*>(*ppFrame);
|
1613
|
+
if(p7Segment){
|
1614
|
+
*ptr=reinterpret_cast<void*>(p7Segment);
|
1615
|
+
return SWIG_TypeQuery("FX7Segment *");
|
1616
|
+
}
|
1628
1617
|
FXArrowButton *pArrowButton=dynamic_cast<FXArrowButton*>(*ppFrame);
|
1629
1618
|
if(pArrowButton){
|
1630
1619
|
*ptr=reinterpret_cast<void*>(pArrowButton);
|
@@ -1655,6 +1644,11 @@ static swig_type_info *FXFrame_dynamic_cast(void **ptr) {
|
|
1655
1644
|
*ptr=reinterpret_cast<void*>(pDial);
|
1656
1645
|
return SWIG_TypeQuery("FXDial *");
|
1657
1646
|
}
|
1647
|
+
FXDockHandler *pDockHandler=dynamic_cast<FXDockHandler*>(*ppFrame);
|
1648
|
+
if(pDockHandler){
|
1649
|
+
*ptr=reinterpret_cast<void*>(pDockHandler);
|
1650
|
+
return SWIG_TypeQuery("FXDockHandler *");
|
1651
|
+
}
|
1658
1652
|
FXHeader *pHeader=dynamic_cast<FXHeader*>(*ppFrame);
|
1659
1653
|
if(pHeader){
|
1660
1654
|
*ptr=reinterpret_cast<void*>(pHeader);
|
@@ -1819,6 +1813,15 @@ FXTopWindow *new_FXTopWindow__SWIG_0(FXApp *a,FXString const &name,FXIcon *ic,FX
|
|
1819
1813
|
FXTopWindow *new_FXTopWindow__SWIG_1(FXWindow *owner,FXString const &name,FXIcon *ic,FXIcon *mi,FXuint opts,FXint x,FXint y,FXint w,FXint h,FXint pl,FXint pr,FXint pt,FXint pb,FXint hs,FXint vs){
|
1820
1814
|
return new FXRbTopWindow(owner,name,ic,mi,opts,x,y,w,h,pl,pr,pt,pb,hs,vs);
|
1821
1815
|
}
|
1816
|
+
VALUE FXTopWindow_getWMBorders(FXTopWindow *self){
|
1817
|
+
FXint left,right,top,bottom;
|
1818
|
+
if(self->getWMBorders(left,right,top,bottom)){
|
1819
|
+
return rb_ary_new3(4,INT2NUM(left),INT2NUM(right),INT2NUM(top),INT2NUM(bottom));
|
1820
|
+
}
|
1821
|
+
else{
|
1822
|
+
return Qnil; // FIXME
|
1823
|
+
}
|
1824
|
+
}
|
1822
1825
|
|
1823
1826
|
swig_class cFXTopWindow;
|
1824
1827
|
static void free_FXTopWindow(FXTopWindow *);
|
@@ -1835,6 +1838,11 @@ static swig_type_info *FXTopWindow_dynamic_cast(void **ptr) {
|
|
1835
1838
|
*ptr=reinterpret_cast<void*>(pMainWindow);
|
1836
1839
|
return SWIG_TypeQuery("FXMainWindow *");
|
1837
1840
|
}
|
1841
|
+
FXSplashWindow *pSplashWindow=dynamic_cast<FXSplashWindow*>(*ppTopWindow);
|
1842
|
+
if(pSplashWindow){
|
1843
|
+
*ptr=reinterpret_cast<void*>(pSplashWindow);
|
1844
|
+
return SWIG_TypeQuery("FXSplashWindow *");
|
1845
|
+
}
|
1838
1846
|
FXToolBarShell *pToolBarShell=dynamic_cast<FXToolBarShell*>(*ppTopWindow);
|
1839
1847
|
if(pToolBarShell){
|
1840
1848
|
*ptr=reinterpret_cast<void*>(pToolBarShell);
|
@@ -1849,6 +1857,9 @@ FXMainWindow *new_FXMainWindow(FXApp *a,FXString const &name,FXIcon *ic,FXIcon *
|
|
1849
1857
|
|
1850
1858
|
swig_class cFXMainWindow;
|
1851
1859
|
static void free_FXMainWindow(FXMainWindow *);
|
1860
|
+
|
1861
|
+
swig_class cFXSplashWindow;
|
1862
|
+
static void free_FXSplashWindow(FXSplashWindow *);
|
1852
1863
|
static VALUE _wrap_setIgnoreExceptions(int argc, VALUE *argv, VALUE self) { VALUE arg1 ; if ((argc < 1) || (argc > 1))
|
1853
1864
|
rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc); arg1 = argv[0]; setIgnoreExceptions(arg1); return Qnil; }
|
1854
1865
|
static VALUE _wrap_MKUINT(int argc, VALUE *argv, VALUE self) { FXushort arg1 ; FXushort arg2 ; FXuint result;
|
@@ -1993,11 +2004,11 @@ static VALUE _wrap_FXStream_container(int argc, VALUE *argv, VALUE self) { FXStr
|
|
1993
2004
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXStream, 1); result = (FXObject *)((FXStream const *)arg1)->container();
|
1994
2005
|
{ swig_type_info *ty = SWIG_TypeDynamicCast(SWIGTYPE_p_FXObject, (void **) &result); vresult = FXRbGetRubyObj(result, ty); }
|
1995
2006
|
return vresult; }
|
1996
|
-
static VALUE _wrap_FXStream_getPosition(int argc, VALUE *argv, VALUE self) { FXStream *arg1 = (FXStream *) 0 ;
|
1997
|
-
|
1998
|
-
|
1999
|
-
|
2000
|
-
|
2007
|
+
static VALUE _wrap_FXStream_getPosition(int argc, VALUE *argv, VALUE self) { FXStream *arg1 = (FXStream *) 0 ; FXlong result;
|
2008
|
+
VALUE vresult = Qnil; if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
2009
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXStream, 1); result = ((FXStream const *)arg1)->position(); {
|
2010
|
+
FXlong * resultptr; resultptr = new FXlong((FXlong &)result);
|
2011
|
+
vresult = SWIG_NewPointerObj((void *) resultptr, SWIGTYPE_p_FXlong, 1); } return vresult; }
|
2001
2012
|
static VALUE _wrap_FXStream_swapBytes__SWIG_0(int argc, VALUE *argv, VALUE self) { FXStream *arg1 = (FXStream *) 0 ;
|
2002
2013
|
FXbool arg2 ; if ((argc < 1) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
2003
2014
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXStream, 1); arg2 = to_FXbool(argv[0]); (arg1)->swapBytes(arg2);
|
@@ -2016,9 +2027,14 @@ static VALUE _wrap_FXStream_swapBytes(int nargs, VALUE *args, VALUE self) { int
|
|
2016
2027
|
if (_v) { { _v = (argv[1] == Qtrue || argv[1] == Qfalse) ? 1 : 0; } if (_v) {
|
2017
2028
|
return _wrap_FXStream_swapBytes__SWIG_0(nargs, args, self);} } }
|
2018
2029
|
rb_raise(rb_eArgError, "No matching function for overloaded 'FXStream_swapBytes'"); return Qnil; }
|
2019
|
-
static VALUE
|
2020
|
-
if ((argc <
|
2021
|
-
|
2030
|
+
static VALUE _wrap_FXStream_setBigEndian(int argc, VALUE *argv, VALUE self) { FXStream *arg1 = (FXStream *) 0 ; FXbool arg2 ;
|
2031
|
+
if ((argc < 1) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
2032
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXStream, 1); arg2 = to_FXbool(argv[0]); (arg1)->setBigEndian(arg2);
|
2033
|
+
return Qnil; }
|
2034
|
+
static VALUE _wrap_FXStream_isBigEndian(int argc, VALUE *argv, VALUE self) { FXStream *arg1 = (FXStream *) 0 ; FXbool result;
|
2035
|
+
VALUE vresult = Qnil; if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
2036
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXStream, 1); result = (FXbool)((FXStream const *)arg1)->isBigEndian();
|
2037
|
+
vresult = result ? Qtrue : Qfalse; return vresult; }
|
2022
2038
|
static void
|
2023
2039
|
free_FXStream(FXStream *arg1) {
|
2024
2040
|
delete arg1;
|
@@ -2031,10 +2047,11 @@ static VALUE _wrap_FXStream_flush(int argc, VALUE *argv, VALUE self) { FXStream
|
|
2031
2047
|
VALUE vresult = Qnil; if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
2032
2048
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXStream, 1); result = (FXbool)FXStream_flush(arg1);
|
2033
2049
|
vresult = result ? Qtrue : Qfalse; return vresult; }
|
2034
|
-
static VALUE
|
2050
|
+
static VALUE _wrap_FXStream_position(int argc, VALUE *argv, VALUE self) { FXStream *arg1 = (FXStream *) 0 ; FXlong arg2 ;
|
2035
2051
|
int arg3 = (int) FXFromStart ; FXbool result; VALUE vresult = Qnil; if ((argc < 1) || (argc > 2))
|
2036
2052
|
rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
2037
|
-
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXStream, 1);
|
2053
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXStream, 1); { FXlong * ptr;
|
2054
|
+
SWIG_ConvertPtr(argv[0], (void **) &ptr, SWIGTYPE_p_FXlong, 1); if (ptr) arg2 = *ptr; } if (argc > 1) {
|
2038
2055
|
arg3 = (int) NUM2INT(argv[1]); } result = (FXbool)FXStream_position(arg1,arg2,(FXWhence )arg3);
|
2039
2056
|
vresult = result ? Qtrue : Qfalse; return vresult; }
|
2040
2057
|
#ifdef HAVE_RB_DEFINE_ALLOC_FUNC
|
@@ -2059,6 +2076,12 @@ static VALUE _wrap_FXFileStream_open(int argc, VALUE *argv, VALUE self) { FXFile
|
|
2059
2076
|
arg3 = (int) NUM2INT(argv[1]); if (argc > 2) { arg4 = NUM2ULONG(argv[2]); }
|
2060
2077
|
result = (FXbool)(arg1)->open((FXString const &)*arg2,(FXStreamDirection )arg3,arg4); vresult = result ? Qtrue : Qfalse;
|
2061
2078
|
return vresult; }
|
2079
|
+
static VALUE _wrap_FXFileStream_getPosition(int argc, VALUE *argv, VALUE self) { FXFileStream *arg1 = (FXFileStream *) 0 ;
|
2080
|
+
FXlong result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0))
|
2081
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
2082
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXFileStream, 1); result = ((FXFileStream const *)arg1)->position(); {
|
2083
|
+
FXlong * resultptr; resultptr = new FXlong((FXlong &)result);
|
2084
|
+
vresult = SWIG_NewPointerObj((void *) resultptr, SWIGTYPE_p_FXlong, 1); } return vresult; }
|
2062
2085
|
static void
|
2063
2086
|
free_FXFileStream(FXFileStream *arg1) {
|
2064
2087
|
delete arg1;
|
@@ -2073,10 +2096,11 @@ static VALUE _wrap_FXFileStream_flush(int argc, VALUE *argv, VALUE self) { FXFil
|
|
2073
2096
|
rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
2074
2097
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXFileStream, 1); result = (FXbool)FXFileStream_flush(arg1);
|
2075
2098
|
vresult = result ? Qtrue : Qfalse; return vresult; }
|
2076
|
-
static VALUE
|
2077
|
-
|
2099
|
+
static VALUE _wrap_FXFileStream_position(int argc, VALUE *argv, VALUE self) { FXFileStream *arg1 = (FXFileStream *) 0 ;
|
2100
|
+
FXlong arg2 ; int arg3 = (int) FXFromStart ; FXbool result; VALUE vresult = Qnil; if ((argc < 1) || (argc > 2))
|
2078
2101
|
rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
2079
|
-
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXFileStream, 1);
|
2102
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXFileStream, 1); { FXlong * ptr;
|
2103
|
+
SWIG_ConvertPtr(argv[0], (void **) &ptr, SWIGTYPE_p_FXlong, 1); if (ptr) arg2 = *ptr; } if (argc > 1) {
|
2080
2104
|
arg3 = (int) NUM2INT(argv[1]); } result = (FXbool)FXFileStream_position(arg1,arg2,(FXWhence )arg3);
|
2081
2105
|
vresult = result ? Qtrue : Qfalse; return vresult; }
|
2082
2106
|
#ifdef HAVE_RB_DEFINE_ALLOC_FUNC
|
@@ -2109,6 +2133,12 @@ static VALUE _wrap_FXMemoryStream_giveBuffer(int argc, VALUE *argv, VALUE self)
|
|
2109
2133
|
VALUE arg2 ; if ((argc < 1) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
2110
2134
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXMemoryStream, 1); arg2 = argv[0]; FXMemoryStream_giveBuffer(arg1,arg2);
|
2111
2135
|
return Qnil; }
|
2136
|
+
static VALUE _wrap_FXMemoryStream_getPosition(int argc, VALUE *argv, VALUE self) { FXMemoryStream *arg1 = (FXMemoryStream *) 0 ;
|
2137
|
+
FXlong result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0))
|
2138
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
2139
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXMemoryStream, 1); result = ((FXMemoryStream const *)arg1)->position(); {
|
2140
|
+
FXlong * resultptr; resultptr = new FXlong((FXlong &)result);
|
2141
|
+
vresult = SWIG_NewPointerObj((void *) resultptr, SWIGTYPE_p_FXlong, 1); } return vresult; }
|
2112
2142
|
static void
|
2113
2143
|
free_FXMemoryStream(FXMemoryStream *arg1) {
|
2114
2144
|
delete arg1;
|
@@ -2667,7 +2697,7 @@ static VALUE _wrap_FXRegion_containsq___(int nargs, VALUE *args, VALUE self) { i
|
|
2667
2697
|
rb_raise(rb_eArgError, "No matching function for overloaded 'FXRegion_contains?'"); return Qnil; }
|
2668
2698
|
static VALUE _wrap_FXRegion_bounds(int argc, VALUE *argv, VALUE self) { FXRegion *arg1 = (FXRegion *) 0 ; FXRectangle result;
|
2669
2699
|
VALUE vresult = Qnil; if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
2670
|
-
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXRegion, 1); result =
|
2700
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXRegion, 1); result = ((FXRegion const *)arg1)->bounds(); {
|
2671
2701
|
FXRectangle* resultptr = new FXRectangle(result); vresult = FXRbGetRubyObj(resultptr, "FXRectangle *"); }
|
2672
2702
|
return vresult; }
|
2673
2703
|
static VALUE _wrap_FXRegion_offsetN___(int argc, VALUE *argv, VALUE self) { FXRegion *arg1 = (FXRegion *) 0 ; FXint arg2 ;
|
@@ -2738,6 +2768,13 @@ static VALUE _wrap_FXObject_handle(int argc, VALUE *argv, VALUE self) { FXObject
|
|
2738
2768
|
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXObject, 1); arg3 = NUM2UINT(argv[1]);
|
2739
2769
|
arg4 = FXRbGetExpectedData(self, arg3, argv[2]); result = (long)(arg1)->handle(arg2,arg3,arg4); vresult = INT2NUM(result);
|
2740
2770
|
return vresult; }
|
2771
|
+
static VALUE _wrap_FXObject_tryHandle(int argc, VALUE *argv, VALUE self) { FXObject *arg1 = (FXObject *) 0 ;
|
2772
|
+
FXObject *arg2 = (FXObject *) 0 ; FXSelector arg3 ; void *arg4 = (void *) 0 ; long result; VALUE vresult = Qnil;
|
2773
|
+
if ((argc < 3) || (argc > 3)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 3)",argc);
|
2774
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXObject, 1);
|
2775
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXObject, 1); arg3 = NUM2UINT(argv[1]);
|
2776
|
+
SWIG_ConvertPtr(argv[2], (void **) &arg4, 0, 1); result = (long)(arg1)->tryHandle(arg2,arg3,arg4);
|
2777
|
+
vresult = INT2NUM(result); return vresult; }
|
2741
2778
|
static void
|
2742
2779
|
free_FXObject(FXObject *arg1) {
|
2743
2780
|
delete arg1;
|
@@ -3019,6 +3056,12 @@ static VALUE _wrap_FXApp_onCmdDump(int argc, VALUE *argv, VALUE self) { FXApp *a
|
|
3019
3056
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXApp, 1);
|
3020
3057
|
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXObject, 1); arg3 = NUM2UINT(argv[1]); arg4 = 0;
|
3021
3058
|
result = (long)(arg1)->onCmdDump(arg2,arg3,arg4); vresult = INT2NUM(result); return vresult; }
|
3059
|
+
static VALUE _wrap_FXApp_onCmdHover(int argc, VALUE *argv, VALUE self) { FXApp *arg1 = (FXApp *) 0 ;
|
3060
|
+
FXObject *arg2 = (FXObject *) 0 ; FXSelector arg3 ; void *arg4 = (void *) 0 ; long result; VALUE vresult = Qnil;
|
3061
|
+
if ((argc < 3) || (argc > 3)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 3)",argc);
|
3062
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXApp, 1);
|
3063
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXObject, 1); arg3 = NUM2UINT(argv[1]); arg4 = 0;
|
3064
|
+
result = (long)(arg1)->onCmdHover(arg2,arg3,arg4); vresult = INT2NUM(result); return vresult; }
|
3022
3065
|
static VALUE _wrap_FXApp_copyright(int argc, VALUE *argv, VALUE self) { VALUE result; VALUE vresult = Qnil;
|
3023
3066
|
if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
3024
3067
|
result = (VALUE)FXApp_copyright(); vresult = result; return vresult; }
|
@@ -3037,14 +3080,16 @@ static VALUE _wrap_new_FXApp(int argc, VALUE *argv, VALUE self) { FXchar *arg1 =
|
|
3037
3080
|
rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc); if (argc > 0) { arg1 = StringValuePtr(argv[0]); }
|
3038
3081
|
if (argc > 1) { arg2 = StringValuePtr(argv[1]); } { result = (FXApp *)new_FXApp((FXchar const *)arg1,(FXchar const *)arg2);
|
3039
3082
|
DATA_PTR(self) = result; FXRbRegisterRubyObj(self, result); if(rb_block_given_p()){ rb_yield(self); } } return self; }
|
3040
|
-
static VALUE _wrap_FXApp_getAppName(int argc, VALUE *argv, VALUE self) { FXApp *arg1 = (FXApp *) 0 ; FXString result;
|
3083
|
+
static VALUE _wrap_FXApp_getAppName(int argc, VALUE *argv, VALUE self) { FXApp *arg1 = (FXApp *) 0 ; FXString *result;
|
3041
3084
|
VALUE vresult = Qnil; if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
3042
|
-
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXApp, 1);
|
3043
|
-
|
3044
|
-
|
3085
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXApp, 1); {
|
3086
|
+
FXString const &_result_ref = ((FXApp const *)arg1)->getAppName(); result = (FXString *) &_result_ref; }
|
3087
|
+
vresult = rb_str_new2(result->text()); return vresult; }
|
3088
|
+
static VALUE _wrap_FXApp_getVendorName(int argc, VALUE *argv, VALUE self) { FXApp *arg1 = (FXApp *) 0 ; FXString *result;
|
3045
3089
|
VALUE vresult = Qnil; if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
3046
|
-
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXApp, 1);
|
3047
|
-
|
3090
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXApp, 1); {
|
3091
|
+
FXString const &_result_ref = ((FXApp const *)arg1)->getVendorName(); result = (FXString *) &_result_ref; }
|
3092
|
+
vresult = rb_str_new2(result->text()); return vresult; }
|
3048
3093
|
static VALUE _wrap_FXApp_openDisplay(int argc, VALUE *argv, VALUE self) { FXApp *arg1 = (FXApp *) 0 ;
|
3049
3094
|
FXchar *arg2 = (FXchar *) 0 ; FXbool result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 1))
|
3050
3095
|
rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc); SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXApp, 1);
|
@@ -3090,6 +3135,10 @@ static VALUE _wrap_FXApp_getRootWindow(int argc, VALUE *argv, VALUE self) { FXAp
|
|
3090
3135
|
result = (FXRootWindow *)((FXApp const *)arg1)->getRootWindow(); {
|
3091
3136
|
swig_type_info *ty = SWIG_TypeDynamicCast(SWIGTYPE_p_FXRootWindow, (void **) &result);
|
3092
3137
|
vresult = FXRbGetRubyObj(result, ty); } return vresult; }
|
3138
|
+
static VALUE _wrap_FXApp_setRootWindow(int argc, VALUE *argv, VALUE self) { FXApp *arg1 = (FXApp *) 0 ;
|
3139
|
+
FXRootWindow *arg2 = (FXRootWindow *) 0 ; if ((argc < 1) || (argc > 1))
|
3140
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc); SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXApp, 1);
|
3141
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXRootWindow, 1); (arg1)->setRootWindow(arg2); return Qnil; }
|
3093
3142
|
static VALUE _wrap_FXApp_getCursorWindow(int argc, VALUE *argv, VALUE self) { FXApp *arg1 = (FXApp *) 0 ; FXWindow *result;
|
3094
3143
|
VALUE vresult = Qnil; if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
3095
3144
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXApp, 1); result = (FXWindow *)((FXApp const *)arg1)->getCursorWindow();
|
@@ -3119,95 +3168,40 @@ static VALUE _wrap_FXApp_findWindowAt(int argc, VALUE *argv, VALUE self) { FXApp
|
|
3119
3168
|
swig_type_info *ty = SWIG_TypeDynamicCast(SWIGTYPE_p_FXWindow, (void **) &result);
|
3120
3169
|
vresult = FXRbGetRubyObj(result, ty); } return vresult; }
|
3121
3170
|
static VALUE _wrap_FXApp_addTimeout(int argc, VALUE *argv, VALUE self) { FXApp *arg1 = (FXApp *) 0 ;
|
3122
|
-
FXObject *arg2 = (FXObject *) 0 ; FXSelector arg3 ; FXuint arg4 = (FXuint) 1000 ; void *arg5 = (void *) 0 ;
|
3123
|
-
|
3171
|
+
FXObject *arg2 = (FXObject *) 0 ; FXSelector arg3 ; FXuint arg4 = (FXuint) 1000 ; void *arg5 = (void *) 0 ;
|
3172
|
+
if ((argc < 2) || (argc > 4)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 2)",argc);
|
3124
3173
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXApp, 1);
|
3125
3174
|
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXObject, 1); arg3 = NUM2UINT(argv[1]); if (argc > 2) {
|
3126
3175
|
arg4 = NUM2UINT(argv[2]); } if (argc > 3) { SWIG_ConvertPtr(argv[3], (void **) &arg5, 0, 1); }
|
3127
|
-
|
3128
|
-
static VALUE
|
3129
|
-
FXObject *arg2 = (FXObject *) 0 ; FXSelector arg3 ;
|
3176
|
+
(arg1)->addTimeout(arg2,arg3,arg4,arg5); return Qnil; }
|
3177
|
+
static VALUE _wrap_FXApp_removeTimeout(int argc, VALUE *argv, VALUE self) { FXApp *arg1 = (FXApp *) 0 ;
|
3178
|
+
FXObject *arg2 = (FXObject *) 0 ; FXSelector arg3 ; if ((argc < 2) || (argc > 2))
|
3130
3179
|
rb_raise(rb_eArgError, "wrong # of arguments(%d for 2)",argc); SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXApp, 1);
|
3131
3180
|
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXObject, 1); arg3 = NUM2UINT(argv[1]);
|
3132
|
-
|
3133
|
-
static VALUE _wrap_FXApp_removeTimeout__SWIG_1(int argc, VALUE *argv, VALUE self) { FXApp *arg1 = (FXApp *) 0 ;
|
3134
|
-
FXTimer *arg2 = (FXTimer *) 0 ; FXTimer *result; VALUE vresult = Qnil; if ((argc < 1) || (argc > 1))
|
3135
|
-
rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc); SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXApp, 1);
|
3136
|
-
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXTimer, 1); result = (FXTimer *)(arg1)->removeTimeout(arg2);
|
3137
|
-
vresult = FXRbGetRubyObj(result, "FXTimer *"); return vresult; }
|
3138
|
-
static VALUE _wrap_FXApp_removeTimeout(int nargs, VALUE *args, VALUE self) { int argc; VALUE argv[4]; int ii; argc = nargs + 1;
|
3139
|
-
argv[0] = self; for (ii = 1; (ii < argc) && (ii < 3); ii++) { argv[ii] = args[ii-1]; } if (argc == 2) { int _v; {
|
3140
|
-
void *ptr;
|
3141
|
-
_v = (NIL_P(argv[0]) || (TYPE(argv[0]) == T_DATA && SWIG_ConvertPtr(argv[0], &ptr, SWIGTYPE_p_FXApp, 0) != -1)) ? 1 : 0; }
|
3142
|
-
if (_v) { { void *ptr;
|
3143
|
-
_v = (NIL_P(argv[1]) || (TYPE(argv[1]) == T_DATA && SWIG_ConvertPtr(argv[1], &ptr, SWIGTYPE_p_FXTimer, 0) != -1)) ? 1 : 0; }
|
3144
|
-
if (_v) { return _wrap_FXApp_removeTimeout__SWIG_1(nargs, args, self);} } } if (argc == 3) { int _v; {
|
3145
|
-
void *ptr;
|
3146
|
-
_v = (NIL_P(argv[0]) || (TYPE(argv[0]) == T_DATA && SWIG_ConvertPtr(argv[0], &ptr, SWIGTYPE_p_FXApp, 0) != -1)) ? 1 : 0; }
|
3147
|
-
if (_v) { { void *ptr;
|
3148
|
-
_v = (NIL_P(argv[1]) || (TYPE(argv[1]) == T_DATA && SWIG_ConvertPtr(argv[1], &ptr, SWIGTYPE_p_FXObject, 0) != -1)) ? 1 : 0; }
|
3149
|
-
if (_v) { { _v = ((TYPE(argv[2]) == T_FIXNUM) || (TYPE(argv[2]) == T_BIGNUM)) ? 1 : 0; } if (_v) {
|
3150
|
-
return _wrap_FXApp_removeTimeout__SWIG_0(nargs, args, self);} } } }
|
3151
|
-
rb_raise(rb_eArgError, "No matching function for overloaded 'FXApp_removeTimeout'"); return Qnil; }
|
3181
|
+
(arg1)->removeTimeout(arg2,arg3); return Qnil; }
|
3152
3182
|
static VALUE _wrap_FXApp_hasTimeoutq___(int argc, VALUE *argv, VALUE self) { FXApp *arg1 = (FXApp *) 0 ;
|
3153
3183
|
FXObject *arg2 = (FXObject *) 0 ; FXSelector arg3 ; FXbool result; VALUE vresult = Qnil; if ((argc < 2) || (argc > 2))
|
3154
3184
|
rb_raise(rb_eArgError, "wrong # of arguments(%d for 2)",argc); SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXApp, 1);
|
3155
3185
|
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXObject, 1); arg3 = NUM2UINT(argv[1]);
|
3156
3186
|
result = (FXbool)((FXApp const *)arg1)->hasTimeout(arg2,arg3); vresult = result ? Qtrue : Qfalse; return vresult; }
|
3157
|
-
static VALUE
|
3187
|
+
static VALUE _wrap_FXApp_remainingTimeout(int argc, VALUE *argv, VALUE self) { FXApp *arg1 = (FXApp *) 0 ;
|
3158
3188
|
FXObject *arg2 = (FXObject *) 0 ; FXSelector arg3 ; FXuint result; VALUE vresult = Qnil; if ((argc < 2) || (argc > 2))
|
3159
3189
|
rb_raise(rb_eArgError, "wrong # of arguments(%d for 2)",argc); SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXApp, 1);
|
3160
3190
|
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXObject, 1); arg3 = NUM2UINT(argv[1]);
|
3161
|
-
result = (FXuint)(
|
3162
|
-
static VALUE
|
3163
|
-
|
3164
|
-
|
3165
|
-
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXTimer, 1);
|
3166
|
-
result = (FXuint)((FXApp const *)arg1)->remainingTimeout(arg2); vresult = UINT2NUM(result); return vresult; }
|
3167
|
-
static VALUE _wrap_FXApp_remainingTimeout(int nargs, VALUE *args, VALUE self) { int argc; VALUE argv[4]; int ii;
|
3168
|
-
argc = nargs + 1; argv[0] = self; for (ii = 1; (ii < argc) && (ii < 3); ii++) { argv[ii] = args[ii-1]; } if (argc == 2) {
|
3169
|
-
int _v; { void *ptr;
|
3170
|
-
_v = (NIL_P(argv[0]) || (TYPE(argv[0]) == T_DATA && SWIG_ConvertPtr(argv[0], &ptr, SWIGTYPE_p_FXApp, 0) != -1)) ? 1 : 0; }
|
3171
|
-
if (_v) { { void *ptr;
|
3172
|
-
_v = (NIL_P(argv[1]) || (TYPE(argv[1]) == T_DATA && SWIG_ConvertPtr(argv[1], &ptr, SWIGTYPE_p_FXTimer, 0) != -1)) ? 1 : 0; }
|
3173
|
-
if (_v) { return _wrap_FXApp_remainingTimeout__SWIG_1(nargs, args, self);} } } if (argc == 3) { int _v; {
|
3174
|
-
void *ptr;
|
3175
|
-
_v = (NIL_P(argv[0]) || (TYPE(argv[0]) == T_DATA && SWIG_ConvertPtr(argv[0], &ptr, SWIGTYPE_p_FXApp, 0) != -1)) ? 1 : 0; }
|
3176
|
-
if (_v) { { void *ptr;
|
3177
|
-
_v = (NIL_P(argv[1]) || (TYPE(argv[1]) == T_DATA && SWIG_ConvertPtr(argv[1], &ptr, SWIGTYPE_p_FXObject, 0) != -1)) ? 1 : 0; }
|
3178
|
-
if (_v) { { _v = ((TYPE(argv[2]) == T_FIXNUM) || (TYPE(argv[2]) == T_BIGNUM)) ? 1 : 0; } if (_v) {
|
3179
|
-
return _wrap_FXApp_remainingTimeout__SWIG_0(nargs, args, self);} } } }
|
3180
|
-
rb_raise(rb_eArgError, "No matching function for overloaded 'FXApp_remainingTimeout'"); return Qnil; }
|
3191
|
+
result = (FXuint)(arg1)->remainingTimeout(arg2,arg3); vresult = UINT2NUM(result); return vresult; }
|
3192
|
+
static VALUE _wrap_FXApp_handleTimeouts(int argc, VALUE *argv, VALUE self) { FXApp *arg1 = (FXApp *) 0 ;
|
3193
|
+
if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
3194
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXApp, 1); (arg1)->handleTimeouts(); return Qnil; }
|
3181
3195
|
static VALUE _wrap_FXApp_addChore(int argc, VALUE *argv, VALUE self) { FXApp *arg1 = (FXApp *) 0 ;
|
3182
|
-
FXObject *arg2 = (FXObject *) 0 ; FXSelector arg3 ; void *arg4 = (void *) 0 ;
|
3183
|
-
|
3184
|
-
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXApp, 1);
|
3196
|
+
FXObject *arg2 = (FXObject *) 0 ; FXSelector arg3 ; void *arg4 = (void *) 0 ; if ((argc < 2) || (argc > 3))
|
3197
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 2)",argc); SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXApp, 1);
|
3185
3198
|
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXObject, 1); arg3 = NUM2UINT(argv[1]); if (argc > 2) {
|
3186
|
-
SWIG_ConvertPtr(argv[2], (void **) &arg4, 0, 1); }
|
3187
|
-
|
3188
|
-
|
3189
|
-
FXObject *arg2 = (FXObject *) 0 ; FXSelector arg3 ; FXChore *result; VALUE vresult = Qnil; if ((argc < 2) || (argc > 2))
|
3199
|
+
SWIG_ConvertPtr(argv[2], (void **) &arg4, 0, 1); } (arg1)->addChore(arg2,arg3,arg4); return Qnil; }
|
3200
|
+
static VALUE _wrap_FXApp_removeChore(int argc, VALUE *argv, VALUE self) { FXApp *arg1 = (FXApp *) 0 ;
|
3201
|
+
FXObject *arg2 = (FXObject *) 0 ; FXSelector arg3 ; if ((argc < 2) || (argc > 2))
|
3190
3202
|
rb_raise(rb_eArgError, "wrong # of arguments(%d for 2)",argc); SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXApp, 1);
|
3191
|
-
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXObject, 1); arg3 = NUM2UINT(argv[1]);
|
3192
|
-
|
3193
|
-
static VALUE _wrap_FXApp_removeChore__SWIG_1(int argc, VALUE *argv, VALUE self) { FXApp *arg1 = (FXApp *) 0 ;
|
3194
|
-
FXChore *arg2 = (FXChore *) 0 ; FXChore *result; VALUE vresult = Qnil; if ((argc < 1) || (argc > 1))
|
3195
|
-
rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc); SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXApp, 1);
|
3196
|
-
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXChore, 1); result = (FXChore *)(arg1)->removeChore(arg2);
|
3197
|
-
vresult = FXRbGetRubyObj(result, "FXChore *"); return vresult; }
|
3198
|
-
static VALUE _wrap_FXApp_removeChore(int nargs, VALUE *args, VALUE self) { int argc; VALUE argv[4]; int ii; argc = nargs + 1;
|
3199
|
-
argv[0] = self; for (ii = 1; (ii < argc) && (ii < 3); ii++) { argv[ii] = args[ii-1]; } if (argc == 2) { int _v; {
|
3200
|
-
void *ptr;
|
3201
|
-
_v = (NIL_P(argv[0]) || (TYPE(argv[0]) == T_DATA && SWIG_ConvertPtr(argv[0], &ptr, SWIGTYPE_p_FXApp, 0) != -1)) ? 1 : 0; }
|
3202
|
-
if (_v) { { void *ptr;
|
3203
|
-
_v = (NIL_P(argv[1]) || (TYPE(argv[1]) == T_DATA && SWIG_ConvertPtr(argv[1], &ptr, SWIGTYPE_p_FXChore, 0) != -1)) ? 1 : 0; }
|
3204
|
-
if (_v) { return _wrap_FXApp_removeChore__SWIG_1(nargs, args, self);} } } if (argc == 3) { int _v; { void *ptr;
|
3205
|
-
_v = (NIL_P(argv[0]) || (TYPE(argv[0]) == T_DATA && SWIG_ConvertPtr(argv[0], &ptr, SWIGTYPE_p_FXApp, 0) != -1)) ? 1 : 0; }
|
3206
|
-
if (_v) { { void *ptr;
|
3207
|
-
_v = (NIL_P(argv[1]) || (TYPE(argv[1]) == T_DATA && SWIG_ConvertPtr(argv[1], &ptr, SWIGTYPE_p_FXObject, 0) != -1)) ? 1 : 0; }
|
3208
|
-
if (_v) { { _v = ((TYPE(argv[2]) == T_FIXNUM) || (TYPE(argv[2]) == T_BIGNUM)) ? 1 : 0; } if (_v) {
|
3209
|
-
return _wrap_FXApp_removeChore__SWIG_0(nargs, args, self);} } } }
|
3210
|
-
rb_raise(rb_eArgError, "No matching function for overloaded 'FXApp_removeChore'"); return Qnil; }
|
3203
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXObject, 1); arg3 = NUM2UINT(argv[1]); (arg1)->removeChore(arg2,arg3);
|
3204
|
+
return Qnil; }
|
3211
3205
|
static VALUE _wrap_FXApp_hasChoreq___(int argc, VALUE *argv, VALUE self) { FXApp *arg1 = (FXApp *) 0 ;
|
3212
3206
|
FXObject *arg2 = (FXObject *) 0 ; FXSelector arg3 ; FXbool result; VALUE vresult = Qnil; if ((argc < 2) || (argc > 2))
|
3213
3207
|
rb_raise(rb_eArgError, "wrong # of arguments(%d for 2)",argc); SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXApp, 1);
|
@@ -3234,6 +3228,11 @@ static VALUE _wrap_FXApp_removeInput(int argc, VALUE *argv, VALUE self) { FXApp
|
|
3234
3228
|
rb_raise(rb_eArgError, "wrong # of arguments(%d for 2)",argc); SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXApp, 1);
|
3235
3229
|
arg2 = argv[0]; arg3 = NUM2UINT(argv[1]); result = (FXbool)FXApp_removeInput(arg1,arg2,arg3);
|
3236
3230
|
vresult = result ? Qtrue : Qfalse; return vresult; }
|
3231
|
+
static VALUE _wrap_FXApp_getKeyState(int argc, VALUE *argv, VALUE self) { FXApp *arg1 = (FXApp *) 0 ; FXuint arg2 ;
|
3232
|
+
FXbool result; VALUE vresult = Qnil; if ((argc < 1) || (argc > 1))
|
3233
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc); SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXApp, 1);
|
3234
|
+
arg2 = NUM2UINT(argv[0]); result = (FXbool)((FXApp const *)arg1)->getKeyState(arg2); vresult = result ? Qtrue : Qfalse;
|
3235
|
+
return vresult; }
|
3237
3236
|
static VALUE _wrap_FXApp_peekEvent(int argc, VALUE *argv, VALUE self) { FXApp *arg1 = (FXApp *) 0 ; FXbool result;
|
3238
3237
|
VALUE vresult = Qnil; if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
3239
3238
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXApp, 1); result = (FXbool)(arg1)->peekEvent();
|
@@ -3398,6 +3397,11 @@ static VALUE _wrap_FXApp_setDefaultCursor(int argc, VALUE *argv, VALUE self) { F
|
|
3398
3397
|
rb_raise(rb_eArgError, "wrong # of arguments(%d for 2)",argc); SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXApp, 1);
|
3399
3398
|
arg2 = (int) NUM2INT(argv[0]); SWIG_ConvertPtr(argv[1], (void **) &arg3, SWIGTYPE_p_FXCursor, 1);
|
3400
3399
|
FXApp_setDefaultCursor(arg1,(FXDefaultCursor )arg2,arg3); return Qnil; }
|
3400
|
+
static VALUE _wrap_FXApp_mutex(int argc, VALUE *argv, VALUE self) { FXApp *arg1 = (FXApp *) 0 ; FXMutex *result;
|
3401
|
+
VALUE vresult = Qnil; if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
3402
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXApp, 1); { FXMutex &_result_ref = (arg1)->mutex();
|
3403
|
+
result = (FXMutex *) &_result_ref; } vresult = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_FXMutex,0);
|
3404
|
+
return vresult; }
|
3401
3405
|
static VALUE _wrap_FXApp_getTypingSpeed(int argc, VALUE *argv, VALUE self) { FXApp *arg1 = (FXApp *) 0 ; FXuint result;
|
3402
3406
|
VALUE vresult = Qnil; if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
3403
3407
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXApp, 1); result = (FXuint)((FXApp const *)arg1)->getTypingSpeed();
|
@@ -3526,6 +3530,14 @@ static VALUE _wrap_FXApp_getTipbackColor(int argc, VALUE *argv, VALUE self) { FX
|
|
3526
3530
|
VALUE vresult = Qnil; if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
3527
3531
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXApp, 1); result = (FXColor)((FXApp const *)arg1)->getTipbackColor();
|
3528
3532
|
vresult = UINT2NUM(result); return vresult; }
|
3533
|
+
static VALUE _wrap_FXApp_getSelMenuTextColor(int argc, VALUE *argv, VALUE self) { FXApp *arg1 = (FXApp *) 0 ; FXColor result;
|
3534
|
+
VALUE vresult = Qnil; if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
3535
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXApp, 1); result = (FXColor)((FXApp const *)arg1)->getSelMenuTextColor();
|
3536
|
+
vresult = UINT2NUM(result); return vresult; }
|
3537
|
+
static VALUE _wrap_FXApp_getSelMenuBackColor(int argc, VALUE *argv, VALUE self) { FXApp *arg1 = (FXApp *) 0 ; FXColor result;
|
3538
|
+
VALUE vresult = Qnil; if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
3539
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXApp, 1); result = (FXColor)((FXApp const *)arg1)->getSelMenuBackColor();
|
3540
|
+
vresult = UINT2NUM(result); return vresult; }
|
3529
3541
|
static VALUE _wrap_FXApp_setBorderColor(int argc, VALUE *argv, VALUE self) { FXApp *arg1 = (FXApp *) 0 ; FXColor arg2 ;
|
3530
3542
|
if ((argc < 1) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
3531
3543
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXApp, 1); arg2 = to_FXColor(argv[0]); (arg1)->setBorderColor(arg2);
|
@@ -3566,6 +3578,14 @@ static VALUE _wrap_FXApp_setTipbackColor(int argc, VALUE *argv, VALUE self) { FX
|
|
3566
3578
|
if ((argc < 1) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
3567
3579
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXApp, 1); arg2 = to_FXColor(argv[0]); (arg1)->setTipbackColor(arg2);
|
3568
3580
|
return Qnil; }
|
3581
|
+
static VALUE _wrap_FXApp_setSelMenuTextColor(int argc, VALUE *argv, VALUE self) { FXApp *arg1 = (FXApp *) 0 ; FXColor arg2 ;
|
3582
|
+
if ((argc < 1) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
3583
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXApp, 1); arg2 = to_FXColor(argv[0]); (arg1)->setSelMenuTextColor(arg2);
|
3584
|
+
return Qnil; }
|
3585
|
+
static VALUE _wrap_FXApp_setSelMenuBackColor(int argc, VALUE *argv, VALUE self) { FXApp *arg1 = (FXApp *) 0 ; FXColor arg2 ;
|
3586
|
+
if ((argc < 1) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
3587
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXApp, 1); arg2 = to_FXColor(argv[0]); (arg1)->setSelMenuBackColor(arg2);
|
3588
|
+
return Qnil; }
|
3569
3589
|
static VALUE _wrap_FXApp_dumpWidgets(int argc, VALUE *argv, VALUE self) { FXApp *arg1 = (FXApp *) 0 ;
|
3570
3590
|
if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
3571
3591
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXApp, 1); ((FXApp const *)arg1)->dumpWidgets(); return Qnil; }
|
@@ -3954,76 +3974,6 @@ static void
|
|
3954
3974
|
free_FXFileAssoc(FXFileAssoc *arg1) {
|
3955
3975
|
delete arg1;
|
3956
3976
|
}
|
3957
|
-
static VALUE _wrap_FXIconDict_defaultIconPath(int argc, VALUE *argv, VALUE self) { VALUE result; VALUE vresult = Qnil;
|
3958
|
-
if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
3959
|
-
result = (VALUE)FXIconDict_defaultIconPath(); vresult = result; return vresult; }
|
3960
|
-
#ifdef HAVE_RB_DEFINE_ALLOC_FUNC
|
3961
|
-
static VALUE _wrap_FXIconDict_allocate(VALUE self) {
|
3962
|
-
#else
|
3963
|
-
static VALUE _wrap_FXIconDict_allocate(int argc, VALUE *argv, VALUE self) {
|
3964
|
-
#endif
|
3965
|
-
VALUE vresult = SWIG_NewClassInstance(self, SWIGTYPE_p_FXIconDict);
|
3966
|
-
#ifndef HAVE_RB_DEFINE_ALLOC_FUNC
|
3967
|
-
rb_obj_call_init(vresult, argc, argv);
|
3968
|
-
#endif
|
3969
|
-
return vresult; }
|
3970
|
-
static VALUE _wrap_new_FXIconDict(int argc, VALUE *argv, VALUE self) { FXApp *arg1 = (FXApp *) 0 ;
|
3971
|
-
FXString const &arg2_defvalue = FXIconDict::defaultIconPath ; FXString *arg2 = (FXString *) &arg2_defvalue ;
|
3972
|
-
FXIconDict *result; SwigValueWrapper<FXString > p2 ; if ((argc < 1) || (argc > 2))
|
3973
|
-
rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
3974
|
-
SWIG_ConvertPtr(argv[0], (void **) &arg1, SWIGTYPE_p_FXApp, 1); if (argc > 1) { p2 = to_FXString(argv[1]); arg2 = &p2; } {
|
3975
|
-
result = (FXIconDict *)new_FXIconDict(arg1,(FXString const &)*arg2);
|
3976
|
-
DATA_PTR(self) = result; FXRbRegisterRubyObj(self, result); if(rb_block_given_p()){ rb_yield(self); } } return self; }
|
3977
|
-
static VALUE _wrap_FXIconDict_getApp(int argc, VALUE *argv, VALUE self) { FXIconDict *arg1 = (FXIconDict *) 0 ; FXApp *result;
|
3978
|
-
VALUE vresult = Qnil; if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
3979
|
-
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXIconDict, 1); result = (FXApp *)((FXIconDict const *)arg1)->getApp(); {
|
3980
|
-
swig_type_info *ty = SWIG_TypeDynamicCast(SWIGTYPE_p_FXApp, (void **) &result); vresult = FXRbGetRubyObj(result, ty); }
|
3981
|
-
return vresult; }
|
3982
|
-
static VALUE _wrap_FXIconDict_setIconPath(int argc, VALUE *argv, VALUE self) { FXIconDict *arg1 = (FXIconDict *) 0 ;
|
3983
|
-
FXString *arg2 = 0 ; SwigValueWrapper<FXString > p2 ; if ((argc < 1) || (argc > 1))
|
3984
|
-
rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
3985
|
-
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXIconDict, 1); p2 = to_FXString(argv[0]); arg2 = &p2;
|
3986
|
-
(arg1)->setIconPath((FXString const &)*arg2); return Qnil; }
|
3987
|
-
static VALUE _wrap_FXIconDict_getIconPath(int argc, VALUE *argv, VALUE self) { FXIconDict *arg1 = (FXIconDict *) 0 ;
|
3988
|
-
FXString result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0))
|
3989
|
-
rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
3990
|
-
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXIconDict, 1); result = ((FXIconDict const *)arg1)->getIconPath();
|
3991
|
-
vresult = rb_str_new2((&result)->text()); return vresult; }
|
3992
|
-
static VALUE _wrap_FXIconDict_insert(int argc, VALUE *argv, VALUE self) { FXIconDict *arg1 = (FXIconDict *) 0 ; FXchar *arg2 ;
|
3993
|
-
FXIcon *result; VALUE vresult = Qnil; if ((argc < 1) || (argc > 1))
|
3994
|
-
rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
3995
|
-
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXIconDict, 1); arg2 = StringValuePtr(argv[0]);
|
3996
|
-
result = (FXIcon *)(arg1)->insert((FXchar const *)arg2); {
|
3997
|
-
swig_type_info *ty = SWIG_TypeDynamicCast(SWIGTYPE_p_FXIcon, (void **) &result); vresult = FXRbGetRubyObj(result, ty); }
|
3998
|
-
return vresult; }
|
3999
|
-
static VALUE _wrap_FXIconDict_remove(int argc, VALUE *argv, VALUE self) { FXIconDict *arg1 = (FXIconDict *) 0 ; FXchar *arg2 ;
|
4000
|
-
FXIcon *result; VALUE vresult = Qnil; if ((argc < 1) || (argc > 1))
|
4001
|
-
rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
4002
|
-
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXIconDict, 1); arg2 = StringValuePtr(argv[0]);
|
4003
|
-
result = (FXIcon *)(arg1)->remove((FXchar const *)arg2); {
|
4004
|
-
swig_type_info *ty = SWIG_TypeDynamicCast(SWIGTYPE_p_FXIcon, (void **) &result); vresult = FXRbGetRubyObj(result, ty); }
|
4005
|
-
return vresult; }
|
4006
|
-
static VALUE _wrap_FXIconDict_find(int argc, VALUE *argv, VALUE self) { FXIconDict *arg1 = (FXIconDict *) 0 ; FXchar *arg2 ;
|
4007
|
-
FXIcon *result; VALUE vresult = Qnil; if ((argc < 1) || (argc > 1))
|
4008
|
-
rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
4009
|
-
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXIconDict, 1); arg2 = StringValuePtr(argv[0]);
|
4010
|
-
result = (FXIcon *)(arg1)->find((FXchar const *)arg2); {
|
4011
|
-
swig_type_info *ty = SWIG_TypeDynamicCast(SWIGTYPE_p_FXIcon, (void **) &result); vresult = FXRbGetRubyObj(result, ty); }
|
4012
|
-
return vresult; }
|
4013
|
-
static void
|
4014
|
-
free_FXIconDict(FXIconDict *arg1) {
|
4015
|
-
delete arg1;
|
4016
|
-
}
|
4017
|
-
static VALUE _wrap_FXIconDict_save(int argc, VALUE *argv, VALUE self) { FXIconDict *arg1 = (FXIconDict *) 0 ;
|
4018
|
-
FXStream *arg2 = 0 ; if ((argc < 1) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
4019
|
-
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXIconDict, 1);
|
4020
|
-
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXStream, 1); if (arg2 == NULL) rb_raise(rb_eTypeError, "null reference");
|
4021
|
-
FXIconDict_save((FXIconDict const *)arg1,*arg2); return Qnil; }
|
4022
|
-
static VALUE _wrap_FXIconDict_load(int argc, VALUE *argv, VALUE self) { FXIconDict *arg1 = (FXIconDict *) 0 ;
|
4023
|
-
FXStream *arg2 = 0 ; if ((argc < 1) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
4024
|
-
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXIconDict, 1);
|
4025
|
-
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXStream, 1); if (arg2 == NULL) rb_raise(rb_eTypeError, "null reference");
|
4026
|
-
FXIconDict_load(arg1,*arg2); return Qnil; }
|
4027
3977
|
static VALUE _wrap_FXFileDict_defaultExecBinding(int argc, VALUE *argv, VALUE self) { VALUE result; VALUE vresult = Qnil;
|
4028
3978
|
if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
4029
3979
|
result = (VALUE)FXFileDict_defaultExecBinding(); vresult = result; return vresult; }
|
@@ -4063,21 +4013,28 @@ static VALUE _wrap_new_FXFileDict(int nargs, VALUE *args, VALUE self) { int argc
|
|
4063
4013
|
_v = (NIL_P(argv[1]) || (TYPE(argv[1]) == T_DATA && SWIG_ConvertPtr(argv[1], &ptr, SWIGTYPE_p_FXSettings, 0) != -1)) ? 1 : 0; }
|
4064
4014
|
if (_v) { return _wrap_new_FXFileDict__SWIG_1(nargs, args, self);} } }
|
4065
4015
|
rb_raise(rb_eArgError, "No matching function for overloaded 'new_FXFileDict'"); return Qnil; }
|
4066
|
-
static VALUE
|
4067
|
-
|
4068
|
-
|
4069
|
-
|
4070
|
-
return
|
4016
|
+
static VALUE _wrap_FXFileDict_setIconDict(int argc, VALUE *argv, VALUE self) { FXFileDict *arg1 = (FXFileDict *) 0 ;
|
4017
|
+
FXIconDict *arg2 = (FXIconDict *) 0 ; if ((argc < 1) || (argc > 1))
|
4018
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
4019
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXFileDict, 1);
|
4020
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXIconDict, 1); (arg1)->setIconDict(arg2); return Qnil; }
|
4021
|
+
static VALUE _wrap_FXFileDict_getIconDict(int argc, VALUE *argv, VALUE self) { FXFileDict *arg1 = (FXFileDict *) 0 ;
|
4022
|
+
FXIconDict *result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0))
|
4023
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
4024
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXFileDict, 1);
|
4025
|
+
result = (FXIconDict *)((FXFileDict const *)arg1)->getIconDict();
|
4026
|
+
vresult = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_FXIconDict,0); return vresult; }
|
4071
4027
|
static VALUE _wrap_FXFileDict_setIconPath(int argc, VALUE *argv, VALUE self) { FXFileDict *arg1 = (FXFileDict *) 0 ;
|
4072
4028
|
FXString *arg2 = 0 ; SwigValueWrapper<FXString > p2 ; if ((argc < 1) || (argc > 1))
|
4073
4029
|
rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
4074
4030
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXFileDict, 1); p2 = to_FXString(argv[0]); arg2 = &p2;
|
4075
4031
|
(arg1)->setIconPath((FXString const &)*arg2); return Qnil; }
|
4076
4032
|
static VALUE _wrap_FXFileDict_getIconPath(int argc, VALUE *argv, VALUE self) { FXFileDict *arg1 = (FXFileDict *) 0 ;
|
4077
|
-
FXString result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0))
|
4033
|
+
FXString *result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0))
|
4078
4034
|
rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
4079
|
-
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXFileDict, 1);
|
4080
|
-
|
4035
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXFileDict, 1); {
|
4036
|
+
FXString const &_result_ref = ((FXFileDict const *)arg1)->getIconPath(); result = (FXString *) &_result_ref; }
|
4037
|
+
vresult = rb_str_new2(result->text()); return vresult; }
|
4081
4038
|
static VALUE _wrap_FXFileDict_replace(int argc, VALUE *argv, VALUE self) { FXFileDict *arg1 = (FXFileDict *) 0 ; FXchar *arg2 ;
|
4082
4039
|
FXchar *arg3 ; FXFileAssoc *result; VALUE vresult = Qnil; if ((argc < 2) || (argc > 2))
|
4083
4040
|
rb_raise(rb_eArgError, "wrong # of arguments(%d for 2)",argc);
|
@@ -4166,16 +4123,6 @@ static VALUE _wrap_FXStringDict_remove(int argc, VALUE *argv, VALUE self) { FXSt
|
|
4166
4123
|
rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
4167
4124
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXStringDict, 1); arg2 = StringValuePtr(argv[0]);
|
4168
4125
|
result = (FXchar *)(arg1)->remove((FXchar const *)arg2); vresult = rb_str_new2(result); return vresult; }
|
4169
|
-
static VALUE _wrap_FXStringDict_find(int argc, VALUE *argv, VALUE self) { FXStringDict *arg1 = (FXStringDict *) 0 ;
|
4170
|
-
FXchar *arg2 ; FXchar *result; VALUE vresult = Qnil; if ((argc < 1) || (argc > 1))
|
4171
|
-
rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
4172
|
-
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXStringDict, 1); arg2 = StringValuePtr(argv[0]);
|
4173
|
-
result = (FXchar *)((FXStringDict const *)arg1)->find((FXchar const *)arg2); vresult = rb_str_new2(result); return vresult; }
|
4174
|
-
static VALUE _wrap_FXStringDict_data(int argc, VALUE *argv, VALUE self) { FXStringDict *arg1 = (FXStringDict *) 0 ;
|
4175
|
-
FXuint arg2 ; FXchar *result; VALUE vresult = Qnil; if ((argc < 1) || (argc > 1))
|
4176
|
-
rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
4177
|
-
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXStringDict, 1); arg2 = NUM2UINT(argv[0]);
|
4178
|
-
result = (FXchar *)((FXStringDict const *)arg1)->data(arg2); vresult = rb_str_new2(result); return vresult; }
|
4179
4126
|
static void
|
4180
4127
|
free_FXStringDict(FXStringDict *arg1) {
|
4181
4128
|
delete arg1;
|
@@ -4214,20 +4161,6 @@ static VALUE _wrap_FXSettings_unparseFile(int argc, VALUE *argv, VALUE self) { F
|
|
4214
4161
|
rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
4215
4162
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXSettings, 1); p2 = to_FXString(argv[0]); arg2 = &p2;
|
4216
4163
|
result = (FXbool)(arg1)->unparseFile((FXString const &)*arg2); vresult = result ? Qtrue : Qfalse; return vresult; }
|
4217
|
-
static VALUE _wrap_FXSettings_data(int argc, VALUE *argv, VALUE self) { FXSettings *arg1 = (FXSettings *) 0 ; FXuint arg2 ;
|
4218
|
-
FXStringDict *result; VALUE vresult = Qnil; if ((argc < 1) || (argc > 1))
|
4219
|
-
rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
4220
|
-
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXSettings, 1); arg2 = NUM2UINT(argv[0]);
|
4221
|
-
result = (FXStringDict *)((FXSettings const *)arg1)->data(arg2); {
|
4222
|
-
swig_type_info *ty = SWIG_TypeDynamicCast(SWIGTYPE_p_FXStringDict, (void **) &result);
|
4223
|
-
vresult = FXRbGetRubyObj(result, ty); } return vresult; }
|
4224
|
-
static VALUE _wrap_FXSettings_find(int argc, VALUE *argv, VALUE self) { FXSettings *arg1 = (FXSettings *) 0 ; FXchar *arg2 ;
|
4225
|
-
FXStringDict *result; VALUE vresult = Qnil; if ((argc < 1) || (argc > 1))
|
4226
|
-
rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
4227
|
-
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXSettings, 1); arg2 = StringValuePtr(argv[0]);
|
4228
|
-
result = (FXStringDict *)((FXSettings const *)arg1)->find((FXchar const *)arg2); {
|
4229
|
-
swig_type_info *ty = SWIG_TypeDynamicCast(SWIGTYPE_p_FXStringDict, (void **) &result);
|
4230
|
-
vresult = FXRbGetRubyObj(result, ty); } return vresult; }
|
4231
4164
|
static VALUE _wrap_FXSettings_readStringEntry(int argc, VALUE *argv, VALUE self) { FXSettings *arg1 = (FXSettings *) 0 ;
|
4232
4165
|
FXchar *arg2 ; FXchar *arg3 ; FXchar *arg4 = (FXchar *) 0 ; FXchar *result; VALUE vresult = Qnil;
|
4233
4166
|
if ((argc < 2) || (argc > 3)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 2)",argc);
|
@@ -4374,15 +4307,17 @@ static VALUE _wrap_FXRegistry_write(int argc, VALUE *argv, VALUE self) { FXRegis
|
|
4374
4307
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXRegistry, 1); result = (FXbool)(arg1)->write();
|
4375
4308
|
vresult = result ? Qtrue : Qfalse; return vresult; }
|
4376
4309
|
static VALUE _wrap_FXRegistry_getAppKey(int argc, VALUE *argv, VALUE self) { FXRegistry *arg1 = (FXRegistry *) 0 ;
|
4377
|
-
FXString result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0))
|
4310
|
+
FXString *result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0))
|
4378
4311
|
rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
4379
|
-
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXRegistry, 1);
|
4380
|
-
|
4312
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXRegistry, 1); {
|
4313
|
+
FXString const &_result_ref = ((FXRegistry const *)arg1)->getAppKey(); result = (FXString *) &_result_ref; }
|
4314
|
+
vresult = rb_str_new2(result->text()); return vresult; }
|
4381
4315
|
static VALUE _wrap_FXRegistry_getVendorKey(int argc, VALUE *argv, VALUE self) { FXRegistry *arg1 = (FXRegistry *) 0 ;
|
4382
|
-
FXString result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0))
|
4316
|
+
FXString *result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0))
|
4383
4317
|
rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
4384
|
-
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXRegistry, 1);
|
4385
|
-
|
4318
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXRegistry, 1); {
|
4319
|
+
FXString const &_result_ref = ((FXRegistry const *)arg1)->getVendorKey(); result = (FXString *) &_result_ref; }
|
4320
|
+
vresult = rb_str_new2(result->text()); return vresult; }
|
4386
4321
|
static VALUE _wrap_FXRegistry_setAsciiMode(int argc, VALUE *argv, VALUE self) { FXRegistry *arg1 = (FXRegistry *) 0 ;
|
4387
4322
|
FXbool arg2 ; if ((argc < 1) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
4388
4323
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXRegistry, 1); arg2 = to_FXbool(argv[0]); (arg1)->setAsciiMode(arg2);
|
@@ -4446,20 +4381,22 @@ static VALUE _wrap_FXDocument_setTitle(int argc, VALUE *argv, VALUE self) { FXDo
|
|
4446
4381
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXDocument, 1); p2 = to_FXString(argv[0]); arg2 = &p2;
|
4447
4382
|
(arg1)->setTitle((FXString const &)*arg2); return Qnil; }
|
4448
4383
|
static VALUE _wrap_FXDocument_getTitle(int argc, VALUE *argv, VALUE self) { FXDocument *arg1 = (FXDocument *) 0 ;
|
4449
|
-
FXString result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0))
|
4384
|
+
FXString *result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0))
|
4450
4385
|
rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
4451
|
-
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXDocument, 1);
|
4452
|
-
|
4386
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXDocument, 1); {
|
4387
|
+
FXString const &_result_ref = ((FXDocument const *)arg1)->getTitle(); result = (FXString *) &_result_ref; }
|
4388
|
+
vresult = rb_str_new2(result->text()); return vresult; }
|
4453
4389
|
static VALUE _wrap_FXDocument_setFilename(int argc, VALUE *argv, VALUE self) { FXDocument *arg1 = (FXDocument *) 0 ;
|
4454
4390
|
FXString *arg2 = 0 ; SwigValueWrapper<FXString > p2 ; if ((argc < 1) || (argc > 1))
|
4455
4391
|
rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
4456
4392
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXDocument, 1); p2 = to_FXString(argv[0]); arg2 = &p2;
|
4457
4393
|
(arg1)->setFilename((FXString const &)*arg2); return Qnil; }
|
4458
4394
|
static VALUE _wrap_FXDocument_getFilename(int argc, VALUE *argv, VALUE self) { FXDocument *arg1 = (FXDocument *) 0 ;
|
4459
|
-
FXString result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0))
|
4395
|
+
FXString *result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0))
|
4460
4396
|
rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
4461
|
-
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXDocument, 1);
|
4462
|
-
|
4397
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXDocument, 1); {
|
4398
|
+
FXString const &_result_ref = ((FXDocument const *)arg1)->getFilename(); result = (FXString *) &_result_ref; }
|
4399
|
+
vresult = rb_str_new2(result->text()); return vresult; }
|
4463
4400
|
static void
|
4464
4401
|
free_FXDocument(FXDocument *arg1) {
|
4465
4402
|
delete arg1;
|
@@ -4728,10 +4665,18 @@ static VALUE _wrap_FXCursor_getHeight(int argc, VALUE *argv, VALUE self) { FXCur
|
|
4728
4665
|
VALUE vresult = Qnil; if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
4729
4666
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXCursor, 1); result = (FXint)((FXCursor const *)arg1)->getHeight();
|
4730
4667
|
vresult = INT2NUM(result); return vresult; }
|
4668
|
+
static VALUE _wrap_FXCursor_setHotX(int argc, VALUE *argv, VALUE self) { FXCursor *arg1 = (FXCursor *) 0 ; FXint arg2 ;
|
4669
|
+
if ((argc < 1) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
4670
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXCursor, 1); arg2 = NUM2INT(argv[0]); (arg1)->setHotX(arg2);
|
4671
|
+
return Qnil; }
|
4731
4672
|
static VALUE _wrap_FXCursor_getHotX(int argc, VALUE *argv, VALUE self) { FXCursor *arg1 = (FXCursor *) 0 ; FXint result;
|
4732
4673
|
VALUE vresult = Qnil; if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
4733
4674
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXCursor, 1); result = (FXint)((FXCursor const *)arg1)->getHotX();
|
4734
4675
|
vresult = INT2NUM(result); return vresult; }
|
4676
|
+
static VALUE _wrap_FXCursor_setHotY(int argc, VALUE *argv, VALUE self) { FXCursor *arg1 = (FXCursor *) 0 ; FXint arg2 ;
|
4677
|
+
if ((argc < 1) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
4678
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXCursor, 1); arg2 = NUM2INT(argv[0]); (arg1)->setHotY(arg2);
|
4679
|
+
return Qnil; }
|
4735
4680
|
static VALUE _wrap_FXCursor_getHotY(int argc, VALUE *argv, VALUE self) { FXCursor *arg1 = (FXCursor *) 0 ; FXint result;
|
4736
4681
|
VALUE vresult = Qnil; if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
4737
4682
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXCursor, 1); result = (FXint)((FXCursor const *)arg1)->getHotY();
|
@@ -4775,6 +4720,9 @@ static VALUE _wrap_FXCursor_loadPixels(int argc, VALUE *argv, VALUE self) { FXCu
|
|
4775
4720
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXCursor, 1);
|
4776
4721
|
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXStream, 1); if (arg2 == NULL) rb_raise(rb_eTypeError, "null reference");
|
4777
4722
|
result = (FXbool)FXCursor_loadPixels(arg1,*arg2); vresult = result ? Qtrue : Qfalse; return vresult; }
|
4723
|
+
static VALUE _wrap_FXCURCursor_fileExt(int argc, VALUE *argv, VALUE self) { VALUE result; VALUE vresult = Qnil;
|
4724
|
+
if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
4725
|
+
result = (VALUE)FXCURCursor_fileExt(); vresult = result; return vresult; }
|
4778
4726
|
#ifdef HAVE_RB_DEFINE_ALLOC_FUNC
|
4779
4727
|
static VALUE _wrap_FXCURCursor_allocate(VALUE self) {
|
4780
4728
|
#else
|
@@ -4827,6 +4775,9 @@ static VALUE _wrap_FXCURCursor_loadPixels(int argc, VALUE *argv, VALUE self) { F
|
|
4827
4775
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXCURCursor, 1);
|
4828
4776
|
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXStream, 1); if (arg2 == NULL) rb_raise(rb_eTypeError, "null reference");
|
4829
4777
|
result = (FXbool)FXCURCursor_loadPixels(arg1,*arg2); vresult = result ? Qtrue : Qfalse; return vresult; }
|
4778
|
+
static VALUE _wrap_FXGIFCursor_fileExt(int argc, VALUE *argv, VALUE self) { VALUE result; VALUE vresult = Qnil;
|
4779
|
+
if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
4780
|
+
result = (VALUE)FXGIFCursor_fileExt(); vresult = result; return vresult; }
|
4830
4781
|
#ifdef HAVE_RB_DEFINE_ALLOC_FUNC
|
4831
4782
|
static VALUE _wrap_FXGIFCursor_allocate(VALUE self) {
|
4832
4783
|
#else
|
@@ -4894,6 +4845,10 @@ static VALUE _wrap_fxloadGIF(int argc, VALUE *argv, VALUE self) { FXStream *arg1
|
|
4894
4845
|
if ((argc < 1) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
4895
4846
|
SWIG_ConvertPtr(argv[0], (void **) &arg1, SWIGTYPE_p_FXStream, 1); if (arg1 == NULL) rb_raise(rb_eTypeError, "null reference");
|
4896
4847
|
result = (VALUE)fxloadGIF(*arg1); vresult = result; return vresult; }
|
4848
|
+
static VALUE _wrap_fxcheckGIF(int argc, VALUE *argv, VALUE self) { FXStream *arg1 = 0 ; FXbool result; VALUE vresult = Qnil;
|
4849
|
+
if ((argc < 1) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
4850
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg1, SWIGTYPE_p_FXStream, 1); if (arg1 == NULL) rb_raise(rb_eTypeError, "null reference");
|
4851
|
+
result = (FXbool)fxcheckGIF(*arg1); vresult = result ? Qtrue : Qfalse; return vresult; }
|
4897
4852
|
#ifdef HAVE_RB_DEFINE_ALLOC_FUNC
|
4898
4853
|
static VALUE _wrap_FXDrawable_allocate(VALUE self) {
|
4899
4854
|
#else
|
@@ -5178,14 +5133,16 @@ static VALUE _wrap_new_FXFont(int nargs, VALUE *args, VALUE self) { int argc; VA
|
|
5178
5133
|
_v = ((TYPE(argv[7]) == T_FIXNUM) || (TYPE(argv[7]) == T_BIGNUM)) ? 1 : 0; } if (_v) {
|
5179
5134
|
return _wrap_new_FXFont__SWIG_1(nargs, args, self);} } } } } } } } }
|
5180
5135
|
rb_raise(rb_eArgError, "No matching function for overloaded 'new_FXFont'"); return Qnil; }
|
5181
|
-
static VALUE _wrap_FXFont_getName(int argc, VALUE *argv, VALUE self) { FXFont *arg1 = (FXFont *) 0 ; FXString result;
|
5136
|
+
static VALUE _wrap_FXFont_getName(int argc, VALUE *argv, VALUE self) { FXFont *arg1 = (FXFont *) 0 ; FXString *result;
|
5182
5137
|
VALUE vresult = Qnil; if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
5183
|
-
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXFont, 1);
|
5184
|
-
|
5185
|
-
|
5138
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXFont, 1); {
|
5139
|
+
FXString const &_result_ref = ((FXFont const *)arg1)->getName(); result = (FXString *) &_result_ref; }
|
5140
|
+
vresult = rb_str_new2(result->text()); return vresult; }
|
5141
|
+
static VALUE _wrap_FXFont_getActualName(int argc, VALUE *argv, VALUE self) { FXFont *arg1 = (FXFont *) 0 ; FXString *result;
|
5186
5142
|
VALUE vresult = Qnil; if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
5187
|
-
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXFont, 1);
|
5188
|
-
|
5143
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXFont, 1); {
|
5144
|
+
FXString const &_result_ref = ((FXFont const *)arg1)->getActualName(); result = (FXString *) &_result_ref; }
|
5145
|
+
vresult = rb_str_new2(result->text()); return vresult; }
|
5189
5146
|
static VALUE _wrap_FXFont_getSize(int argc, VALUE *argv, VALUE self) { FXFont *arg1 = (FXFont *) 0 ; FXuint result;
|
5190
5147
|
VALUE vresult = Qnil; if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
5191
5148
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXFont, 1); result = (FXuint)((FXFont const *)arg1)->getSize();
|
@@ -5252,10 +5209,10 @@ static VALUE _wrap_FXFont_isFontMono(int argc, VALUE *argv, VALUE self) { FXFont
|
|
5252
5209
|
VALUE vresult = Qnil; if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
5253
5210
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXFont, 1); result = (FXbool)((FXFont const *)arg1)->isFontMono();
|
5254
5211
|
vresult = result ? Qtrue : Qfalse; return vresult; }
|
5255
|
-
static VALUE _wrap_FXFont_hasChar(int argc, VALUE *argv, VALUE self) { FXFont *arg1 = (FXFont *) 0 ;
|
5212
|
+
static VALUE _wrap_FXFont_hasChar(int argc, VALUE *argv, VALUE self) { FXFont *arg1 = (FXFont *) 0 ; FXint arg2 ; FXbool result;
|
5256
5213
|
VALUE vresult = Qnil; if ((argc < 1) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
5257
|
-
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXFont, 1); arg2 = argv[0];
|
5258
|
-
result = (FXbool)
|
5214
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXFont, 1); arg2 = NUM2INT(argv[0]);
|
5215
|
+
result = (FXbool)((FXFont const *)arg1)->hasChar(arg2); vresult = result ? Qtrue : Qfalse; return vresult; }
|
5259
5216
|
static VALUE _wrap_FXFont_getMinChar(int argc, VALUE *argv, VALUE self) { FXFont *arg1 = (FXFont *) 0 ; FXint result;
|
5260
5217
|
VALUE vresult = Qnil; if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
5261
5218
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXFont, 1); result = (FXint)((FXFont const *)arg1)->getMinChar();
|
@@ -5571,6 +5528,18 @@ static VALUE _wrap_FXWindow_onDNDRequest(int argc, VALUE *argv, VALUE self) { FX
|
|
5571
5528
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXWindow, 1);
|
5572
5529
|
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXObject, 1); arg3 = NUM2UINT(argv[1]); arg4 = to_FXEvent(argv[2]);
|
5573
5530
|
result = (long)(arg1)->onDNDRequest(arg2,arg3,arg4); vresult = INT2NUM(result); return vresult; }
|
5531
|
+
static VALUE _wrap_FXWindow_onQueryHelp(int argc, VALUE *argv, VALUE self) { FXWindow *arg1 = (FXWindow *) 0 ;
|
5532
|
+
FXObject *arg2 = (FXObject *) 0 ; FXSelector arg3 ; void *arg4 = (void *) 0 ; long result; VALUE vresult = Qnil;
|
5533
|
+
if ((argc < 3) || (argc > 3)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 3)",argc);
|
5534
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXWindow, 1);
|
5535
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXObject, 1); arg3 = NUM2UINT(argv[1]); arg4 = to_FXEvent(argv[2]);
|
5536
|
+
result = (long)(arg1)->onQueryHelp(arg2,arg3,arg4); vresult = INT2NUM(result); return vresult; }
|
5537
|
+
static VALUE _wrap_FXWindow_onQueryTip(int argc, VALUE *argv, VALUE self) { FXWindow *arg1 = (FXWindow *) 0 ;
|
5538
|
+
FXObject *arg2 = (FXObject *) 0 ; FXSelector arg3 ; void *arg4 = (void *) 0 ; long result; VALUE vresult = Qnil;
|
5539
|
+
if ((argc < 3) || (argc > 3)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 3)",argc);
|
5540
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXWindow, 1);
|
5541
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXObject, 1); arg3 = NUM2UINT(argv[1]); arg4 = to_FXEvent(argv[2]);
|
5542
|
+
result = (long)(arg1)->onQueryTip(arg2,arg3,arg4); vresult = INT2NUM(result); return vresult; }
|
5574
5543
|
static VALUE _wrap_FXWindow_onCmdShow(int argc, VALUE *argv, VALUE self) { FXWindow *arg1 = (FXWindow *) 0 ;
|
5575
5544
|
FXObject *arg2 = (FXObject *) 0 ; FXSelector arg3 ; void *arg4 = (void *) 0 ; long result; VALUE vresult = Qnil;
|
5576
5545
|
if ((argc < 3) || (argc > 3)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 3)",argc);
|
@@ -5619,6 +5588,18 @@ static VALUE _wrap_FXWindow_onCmdDisable(int argc, VALUE *argv, VALUE self) { FX
|
|
5619
5588
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXWindow, 1);
|
5620
5589
|
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXObject, 1); arg3 = NUM2UINT(argv[1]); arg4 = 0;
|
5621
5590
|
result = (long)(arg1)->onCmdDisable(arg2,arg3,arg4); vresult = INT2NUM(result); return vresult; }
|
5591
|
+
static VALUE _wrap_FXWindow_onUpdToggleEnabled(int argc, VALUE *argv, VALUE self) { FXWindow *arg1 = (FXWindow *) 0 ;
|
5592
|
+
FXObject *arg2 = (FXObject *) 0 ; FXSelector arg3 ; void *arg4 = (void *) 0 ; long result; VALUE vresult = Qnil;
|
5593
|
+
if ((argc < 3) || (argc > 3)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 3)",argc);
|
5594
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXWindow, 1);
|
5595
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXObject, 1); arg3 = NUM2UINT(argv[1]); arg4 = 0;
|
5596
|
+
result = (long)(arg1)->onUpdToggleEnabled(arg2,arg3,arg4); vresult = INT2NUM(result); return vresult; }
|
5597
|
+
static VALUE _wrap_FXWindow_onCmdToggleEnabled(int argc, VALUE *argv, VALUE self) { FXWindow *arg1 = (FXWindow *) 0 ;
|
5598
|
+
FXObject *arg2 = (FXObject *) 0 ; FXSelector arg3 ; void *arg4 = (void *) 0 ; long result; VALUE vresult = Qnil;
|
5599
|
+
if ((argc < 3) || (argc > 3)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 3)",argc);
|
5600
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXWindow, 1);
|
5601
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXObject, 1); arg3 = NUM2UINT(argv[1]); arg4 = 0;
|
5602
|
+
result = (long)(arg1)->onCmdToggleEnabled(arg2,arg3,arg4); vresult = INT2NUM(result); return vresult; }
|
5622
5603
|
static VALUE _wrap_FXWindow_onCmdUpdate(int argc, VALUE *argv, VALUE self) { FXWindow *arg1 = (FXWindow *) 0 ;
|
5623
5604
|
FXObject *arg2 = (FXObject *) 0 ; FXSelector arg3 ; void *arg4 = (void *) 0 ; long result; VALUE vresult = Qnil;
|
5624
5605
|
if ((argc < 3) || (argc > 3)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 3)",argc);
|
@@ -5838,10 +5819,11 @@ static VALUE _wrap_FXWindow_setHelpTag(int argc, VALUE *argv, VALUE self) { FXWi
|
|
5838
5819
|
rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
5839
5820
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXWindow, 1); p2 = to_FXString(argv[0]); arg2 = &p2;
|
5840
5821
|
(arg1)->setHelpTag((FXString const &)*arg2); return Qnil; }
|
5841
|
-
static VALUE _wrap_FXWindow_getHelpTag(int argc, VALUE *argv, VALUE self) { FXWindow *arg1 = (FXWindow *) 0 ; FXString result;
|
5822
|
+
static VALUE _wrap_FXWindow_getHelpTag(int argc, VALUE *argv, VALUE self) { FXWindow *arg1 = (FXWindow *) 0 ; FXString *result;
|
5842
5823
|
VALUE vresult = Qnil; if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
5843
|
-
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXWindow, 1);
|
5844
|
-
|
5824
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXWindow, 1); {
|
5825
|
+
FXString const &_result_ref = ((FXWindow const *)arg1)->getHelpTag(); result = (FXString *) &_result_ref; }
|
5826
|
+
vresult = rb_str_new2(result->text()); return vresult; }
|
5845
5827
|
static VALUE _wrap_FXWindow_isShell(int argc, VALUE *argv, VALUE self) { FXWindow *arg1 = (FXWindow *) 0 ; FXbool result;
|
5846
5828
|
VALUE vresult = Qnil; if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
5847
5829
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXWindow, 1); result = (FXbool)((FXWindow const *)arg1)->isShell();
|
@@ -5909,9 +5891,37 @@ static VALUE _wrap_FXWindow_commonAncestor(int argc, VALUE *argv, VALUE self) {
|
|
5909
5891
|
SWIG_ConvertPtr(argv[1], (void **) &arg2, SWIGTYPE_p_FXWindow, 1); result = (FXWindow *)FXWindow::commonAncestor(arg1,arg2);
|
5910
5892
|
{ swig_type_info *ty = SWIG_TypeDynamicCast(SWIGTYPE_p_FXWindow, (void **) &result); vresult = FXRbGetRubyObj(result, ty); }
|
5911
5893
|
return vresult; }
|
5894
|
+
static VALUE _wrap_FXWindow_beforeq___(int argc, VALUE *argv, VALUE self) { FXWindow *arg1 = (FXWindow *) 0 ;
|
5895
|
+
FXWindow *arg2 = (FXWindow *) 0 ; FXbool result; VALUE vresult = Qnil; if ((argc < 2) || (argc > 2))
|
5896
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 2)",argc);
|
5897
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg1, SWIGTYPE_p_FXWindow, 1);
|
5898
|
+
SWIG_ConvertPtr(argv[1], (void **) &arg2, SWIGTYPE_p_FXWindow, 1);
|
5899
|
+
result = (FXbool)FXWindow::before((FXWindow const *)arg1,(FXWindow const *)arg2); vresult = result ? Qtrue : Qfalse;
|
5900
|
+
return vresult; }
|
5901
|
+
static VALUE _wrap_FXWindow_afterq___(int argc, VALUE *argv, VALUE self) { FXWindow *arg1 = (FXWindow *) 0 ;
|
5902
|
+
FXWindow *arg2 = (FXWindow *) 0 ; FXbool result; VALUE vresult = Qnil; if ((argc < 2) || (argc > 2))
|
5903
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 2)",argc);
|
5904
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg1, SWIGTYPE_p_FXWindow, 1);
|
5905
|
+
SWIG_ConvertPtr(argv[1], (void **) &arg2, SWIGTYPE_p_FXWindow, 1);
|
5906
|
+
result = (FXbool)FXWindow::after((FXWindow const *)arg1,(FXWindow const *)arg2); vresult = result ? Qtrue : Qfalse;
|
5907
|
+
return vresult; }
|
5912
5908
|
static VALUE _wrap_FXWindow_windowCount(int argc, VALUE *argv, VALUE self) { FXint result; VALUE vresult = Qnil;
|
5913
5909
|
if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
5914
5910
|
result = (FXint)FXWindow::getWindowCount(); vresult = INT2NUM(result); return vresult; }
|
5911
|
+
static VALUE _wrap_FXWindow_before(int argc, VALUE *argv, VALUE self) { FXWindow *arg1 = (FXWindow *) 0 ;
|
5912
|
+
FXWindow *arg2 = (FXWindow *) 0 ; FXbool result; VALUE vresult = Qnil; if ((argc < 1) || (argc > 1))
|
5913
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
5914
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXWindow, 1);
|
5915
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXWindow, 1);
|
5916
|
+
result = (FXbool)FXWindow_before((FXWindow const *)arg1,(FXWindow const *)arg2); vresult = result ? Qtrue : Qfalse;
|
5917
|
+
return vresult; }
|
5918
|
+
static VALUE _wrap_FXWindow_after(int argc, VALUE *argv, VALUE self) { FXWindow *arg1 = (FXWindow *) 0 ;
|
5919
|
+
FXWindow *arg2 = (FXWindow *) 0 ; FXbool result; VALUE vresult = Qnil; if ((argc < 1) || (argc > 1))
|
5920
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
5921
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXWindow, 1);
|
5922
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXWindow, 1);
|
5923
|
+
result = (FXbool)FXWindow_after((FXWindow const *)arg1,(FXWindow const *)arg2); vresult = result ? Qtrue : Qfalse;
|
5924
|
+
return vresult; }
|
5915
5925
|
static VALUE _wrap_FXWindow_setDefaultCursor(int argc, VALUE *argv, VALUE self) { FXWindow *arg1 = (FXWindow *) 0 ;
|
5916
5926
|
FXCursor *arg2 = (FXCursor *) 0 ; if ((argc < 1) || (argc > 1))
|
5917
5927
|
rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
@@ -5958,6 +5968,11 @@ static VALUE _wrap_FXWindow_hasFocus(int argc, VALUE *argv, VALUE self) { FXWind
|
|
5958
5968
|
VALUE vresult = Qnil; if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
5959
5969
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXWindow, 1); result = (FXbool)((FXWindow const *)arg1)->hasFocus();
|
5960
5970
|
vresult = result ? Qtrue : Qfalse; return vresult; }
|
5971
|
+
static VALUE _wrap_FXWindow_inFocusChainq___(int argc, VALUE *argv, VALUE self) { FXWindow *arg1 = (FXWindow *) 0 ;
|
5972
|
+
FXbool result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0))
|
5973
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
5974
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXWindow, 1); result = (FXbool)((FXWindow const *)arg1)->inFocusChain();
|
5975
|
+
vresult = result ? Qtrue : Qfalse; return vresult; }
|
5961
5976
|
static VALUE _wrap_FXWindow_isDefault(int argc, VALUE *argv, VALUE self) { FXWindow *arg1 = (FXWindow *) 0 ; FXbool result;
|
5962
5977
|
VALUE vresult = Qnil; if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
5963
5978
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXWindow, 1); result = (FXbool)((FXWindow const *)arg1)->isDefault();
|
@@ -6102,10 +6117,10 @@ static VALUE _wrap_FXWindow_handleDrag(int argc, VALUE *argv, VALUE self) { FXWi
|
|
6102
6117
|
if (argc > 2) { arg4 = (int) NUM2INT(argv[2]); } result = (FXbool)(arg1)->handleDrag(arg2,arg3,(FXDragAction )arg4);
|
6103
6118
|
vresult = result ? Qtrue : Qfalse; return vresult; }
|
6104
6119
|
static VALUE _wrap_FXWindow_endDrag(int argc, VALUE *argv, VALUE self) { FXWindow *arg1 = (FXWindow *) 0 ;
|
6105
|
-
FXbool arg2 = (FXbool) 1 ;
|
6120
|
+
FXbool arg2 = (FXbool) 1 ; int result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 1))
|
6106
6121
|
rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
6107
6122
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXWindow, 1); if (argc > 0) { arg2 = to_FXbool(argv[0]); }
|
6108
|
-
result = (
|
6123
|
+
result = (int)(arg1)->endDrag(arg2); vresult = INT2NUM(result); return vresult; }
|
6109
6124
|
static VALUE _wrap_FXWindow_isDropTarget(int argc, VALUE *argv, VALUE self) { FXWindow *arg1 = (FXWindow *) 0 ; FXbool result;
|
6110
6125
|
VALUE vresult = Qnil; if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
6111
6126
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXWindow, 1); result = (FXbool)((FXWindow const *)arg1)->isDropTarget();
|
@@ -6170,16 +6185,6 @@ static VALUE _wrap_FXWindow_getBackColor(int argc, VALUE *argv, VALUE self) { FX
|
|
6170
6185
|
VALUE vresult = Qnil; if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
6171
6186
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXWindow, 1); result = (FXColor)((FXWindow const *)arg1)->getBackColor();
|
6172
6187
|
vresult = UINT2NUM(result); return vresult; }
|
6173
|
-
static VALUE _wrap_FXWindow_linkBefore(int argc, VALUE *argv, VALUE self) { FXWindow *arg1 = (FXWindow *) 0 ;
|
6174
|
-
FXWindow *arg2 = (FXWindow *) 0 ; if ((argc < 1) || (argc > 1))
|
6175
|
-
rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
6176
|
-
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXWindow, 1);
|
6177
|
-
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXWindow, 1); (arg1)->linkBefore(arg2); return Qnil; }
|
6178
|
-
static VALUE _wrap_FXWindow_linkAfter(int argc, VALUE *argv, VALUE self) { FXWindow *arg1 = (FXWindow *) 0 ;
|
6179
|
-
FXWindow *arg2 = (FXWindow *) 0 ; if ((argc < 1) || (argc > 1))
|
6180
|
-
rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
6181
|
-
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXWindow, 1);
|
6182
|
-
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXWindow, 1); (arg1)->linkAfter(arg2); return Qnil; }
|
6183
6188
|
static void
|
6184
6189
|
free_FXWindow(FXWindow *arg1) {
|
6185
6190
|
delete arg1;
|
@@ -6236,6 +6241,11 @@ static VALUE _wrap_FXWindow_setFocus(int argc, VALUE *argv, VALUE self) { FXWind
|
|
6236
6241
|
static VALUE _wrap_FXWindow_killFocus(int argc, VALUE *argv, VALUE self) { FXWindow *arg1 = (FXWindow *) 0 ;
|
6237
6242
|
if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
6238
6243
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXWindow, 1); FXWindow_killFocus(arg1); return Qnil; }
|
6244
|
+
static VALUE _wrap_FXWindow_changeFocus(int argc, VALUE *argv, VALUE self) { FXWindow *arg1 = (FXWindow *) 0 ;
|
6245
|
+
FXWindow *arg2 = (FXWindow *) 0 ; if ((argc < 1) || (argc > 1))
|
6246
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
6247
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXWindow, 1);
|
6248
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXWindow, 1); FXWindow_changeFocus(arg1,arg2); return Qnil; }
|
6239
6249
|
static VALUE _wrap_FXWindow_setDefault(int argc, VALUE *argv, VALUE self) { FXWindow *arg1 = (FXWindow *) 0 ;
|
6240
6250
|
FXbool arg2 = (FXbool) 1 ; if ((argc < 0) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
6241
6251
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXWindow, 1); if (argc > 0) { arg2 = to_FXbool(argv[0]); }
|
@@ -6268,10 +6278,11 @@ static VALUE _wrap_FXWindow_recalc(int argc, VALUE *argv, VALUE self) { FXWindow
|
|
6268
6278
|
if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
6269
6279
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXWindow, 1); FXWindow_recalc(arg1); return Qnil; }
|
6270
6280
|
static VALUE _wrap_FXWindow_reparent(int argc, VALUE *argv, VALUE self) { FXWindow *arg1 = (FXWindow *) 0 ;
|
6271
|
-
|
6272
|
-
rb_raise(rb_eArgError, "wrong # of arguments(%d for
|
6281
|
+
FXWindow *arg2 = (FXWindow *) 0 ; FXWindow *arg3 = (FXWindow *) 0 ; if ((argc < 2) || (argc > 2))
|
6282
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 2)",argc);
|
6273
6283
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXWindow, 1);
|
6274
|
-
SWIG_ConvertPtr(argv[0], (void **) &arg2,
|
6284
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXWindow, 1);
|
6285
|
+
SWIG_ConvertPtr(argv[1], (void **) &arg3, SWIGTYPE_p_FXWindow, 1); FXWindow_reparent(arg1,arg2,arg3); return Qnil; }
|
6275
6286
|
static VALUE _wrap_FXWindow_show(int argc, VALUE *argv, VALUE self) { FXWindow *arg1 = (FXWindow *) 0 ;
|
6276
6287
|
if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
6277
6288
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXWindow, 1); FXWindow_show(arg1); return Qnil; }
|
@@ -6295,6 +6306,39 @@ static VALUE _wrap_FXWindow_setBackColor(int argc, VALUE *argv, VALUE self) { FX
|
|
6295
6306
|
if ((argc < 1) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
6296
6307
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXWindow, 1); arg2 = to_FXColor(argv[0]);
|
6297
6308
|
FXWindow_setBackColor(arg1,arg2); return Qnil; }
|
6309
|
+
static VALUE _wrap_FXWindow_setShape__SWIG_0(int argc, VALUE *argv, VALUE self) { FXWindow *arg1 = (FXWindow *) 0 ;
|
6310
|
+
FXRegion *arg2 = 0 ; if ((argc < 1) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
6311
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXWindow, 1);
|
6312
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXRegion, 1); if (arg2 == NULL) rb_raise(rb_eTypeError, "null reference");
|
6313
|
+
FXWindow_setShape(arg1,(FXRegion const &)*arg2); return Qnil; }
|
6314
|
+
static VALUE _wrap_FXWindow_setShape__SWIG_1(int argc, VALUE *argv, VALUE self) { FXWindow *arg1 = (FXWindow *) 0 ;
|
6315
|
+
FXBitmap *arg2 = (FXBitmap *) 0 ; if ((argc < 1) || (argc > 1))
|
6316
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
6317
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXWindow, 1);
|
6318
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXBitmap, 1); FXWindow_setShape(arg1,arg2); return Qnil; }
|
6319
|
+
static VALUE _wrap_FXWindow_setShape__SWIG_2(int argc, VALUE *argv, VALUE self) { FXWindow *arg1 = (FXWindow *) 0 ;
|
6320
|
+
FXIcon *arg2 = (FXIcon *) 0 ; if ((argc < 1) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
6321
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXWindow, 1);
|
6322
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXIcon, 1); FXWindow_setShape(arg1,arg2); return Qnil; }
|
6323
|
+
static VALUE _wrap_FXWindow_setShape(int nargs, VALUE *args, VALUE self) { int argc; VALUE argv[3]; int ii; argc = nargs + 1;
|
6324
|
+
argv[0] = self; for (ii = 1; (ii < argc) && (ii < 2); ii++) { argv[ii] = args[ii-1]; } if (argc == 2) { int _v; {
|
6325
|
+
void *ptr;
|
6326
|
+
_v = (NIL_P(argv[0]) || (TYPE(argv[0]) == T_DATA && SWIG_ConvertPtr(argv[0], &ptr, SWIGTYPE_p_FXWindow, 0) != -1)) ? 1 : 0; }
|
6327
|
+
if (_v) { { void *ptr;
|
6328
|
+
_v = (NIL_P(argv[1]) || (TYPE(argv[1]) == T_DATA && SWIG_ConvertPtr(argv[1], &ptr, SWIGTYPE_p_FXRegion, 0) != -1)) ? 1 : 0; }
|
6329
|
+
if (_v) { return _wrap_FXWindow_setShape__SWIG_0(nargs, args, self);} } } if (argc == 2) { int _v; { void *ptr;
|
6330
|
+
_v = (NIL_P(argv[0]) || (TYPE(argv[0]) == T_DATA && SWIG_ConvertPtr(argv[0], &ptr, SWIGTYPE_p_FXWindow, 0) != -1)) ? 1 : 0; }
|
6331
|
+
if (_v) { { void *ptr;
|
6332
|
+
_v = (NIL_P(argv[1]) || (TYPE(argv[1]) == T_DATA && SWIG_ConvertPtr(argv[1], &ptr, SWIGTYPE_p_FXBitmap, 0) != -1)) ? 1 : 0; }
|
6333
|
+
if (_v) { return _wrap_FXWindow_setShape__SWIG_1(nargs, args, self);} } } if (argc == 2) { int _v; { void *ptr;
|
6334
|
+
_v = (NIL_P(argv[0]) || (TYPE(argv[0]) == T_DATA && SWIG_ConvertPtr(argv[0], &ptr, SWIGTYPE_p_FXWindow, 0) != -1)) ? 1 : 0; }
|
6335
|
+
if (_v) { { void *ptr;
|
6336
|
+
_v = (NIL_P(argv[1]) || (TYPE(argv[1]) == T_DATA && SWIG_ConvertPtr(argv[1], &ptr, SWIGTYPE_p_FXIcon, 0) != -1)) ? 1 : 0; }
|
6337
|
+
if (_v) { return _wrap_FXWindow_setShape__SWIG_2(nargs, args, self);} } }
|
6338
|
+
rb_raise(rb_eArgError, "No matching function for overloaded 'FXWindow_setShape'"); return Qnil; }
|
6339
|
+
static VALUE _wrap_FXWindow_clearShape(int argc, VALUE *argv, VALUE self) { FXWindow *arg1 = (FXWindow *) 0 ;
|
6340
|
+
if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
6341
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXWindow, 1); FXWindow_clearShape(arg1); return Qnil; }
|
6298
6342
|
static VALUE _wrap_FXFrame_onPaint(int argc, VALUE *argv, VALUE self) { FXFrame *arg1 = (FXFrame *) 0 ;
|
6299
6343
|
FXObject *arg2 = (FXObject *) 0 ; FXSelector arg3 ; void *arg4 = (void *) 0 ; long result; VALUE vresult = Qnil;
|
6300
6344
|
if ((argc < 3) || (argc > 3)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 3)",argc);
|
@@ -6398,10 +6442,6 @@ static VALUE _wrap_FXFrame_getBaseColor(int argc, VALUE *argv, VALUE self) { FXF
|
|
6398
6442
|
VALUE vresult = Qnil; if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
6399
6443
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXFrame, 1); result = (FXColor)((FXFrame const *)arg1)->getBaseColor();
|
6400
6444
|
vresult = UINT2NUM(result); return vresult; }
|
6401
|
-
static void
|
6402
|
-
free_FXFrame(FXFrame *arg1) {
|
6403
|
-
delete arg1;
|
6404
|
-
}
|
6405
6445
|
static VALUE _wrap_FXFrame_save(int argc, VALUE *argv, VALUE self) { FXFrame *arg1 = (FXFrame *) 0 ; FXStream *arg2 = 0 ;
|
6406
6446
|
if ((argc < 1) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
6407
6447
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXFrame, 1);
|
@@ -6453,6 +6493,11 @@ static VALUE _wrap_FXFrame_setFocus(int argc, VALUE *argv, VALUE self) { FXFrame
|
|
6453
6493
|
static VALUE _wrap_FXFrame_killFocus(int argc, VALUE *argv, VALUE self) { FXFrame *arg1 = (FXFrame *) 0 ;
|
6454
6494
|
if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
6455
6495
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXFrame, 1); FXFrame_killFocus(arg1); return Qnil; }
|
6496
|
+
static VALUE _wrap_FXFrame_changeFocus(int argc, VALUE *argv, VALUE self) { FXFrame *arg1 = (FXFrame *) 0 ;
|
6497
|
+
FXWindow *arg2 = (FXWindow *) 0 ; if ((argc < 1) || (argc > 1))
|
6498
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
6499
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXFrame, 1);
|
6500
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXWindow, 1); FXFrame_changeFocus(arg1,arg2); return Qnil; }
|
6456
6501
|
static VALUE _wrap_FXFrame_setDefault(int argc, VALUE *argv, VALUE self) { FXFrame *arg1 = (FXFrame *) 0 ;
|
6457
6502
|
FXbool arg2 = (FXbool) 1 ; if ((argc < 0) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
6458
6503
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXFrame, 1); if (argc > 0) { arg2 = to_FXbool(argv[0]); }
|
@@ -6485,10 +6530,11 @@ static VALUE _wrap_FXFrame_recalc(int argc, VALUE *argv, VALUE self) { FXFrame *
|
|
6485
6530
|
if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
6486
6531
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXFrame, 1); FXFrame_recalc(arg1); return Qnil; }
|
6487
6532
|
static VALUE _wrap_FXFrame_reparent(int argc, VALUE *argv, VALUE self) { FXFrame *arg1 = (FXFrame *) 0 ;
|
6488
|
-
|
6489
|
-
rb_raise(rb_eArgError, "wrong # of arguments(%d for
|
6533
|
+
FXWindow *arg2 = (FXWindow *) 0 ; FXWindow *arg3 = (FXWindow *) 0 ; if ((argc < 2) || (argc > 2))
|
6534
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 2)",argc);
|
6490
6535
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXFrame, 1);
|
6491
|
-
SWIG_ConvertPtr(argv[0], (void **) &arg2,
|
6536
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXWindow, 1);
|
6537
|
+
SWIG_ConvertPtr(argv[1], (void **) &arg3, SWIGTYPE_p_FXWindow, 1); FXFrame_reparent(arg1,arg2,arg3); return Qnil; }
|
6492
6538
|
static VALUE _wrap_FXFrame_show(int argc, VALUE *argv, VALUE self) { FXFrame *arg1 = (FXFrame *) 0 ;
|
6493
6539
|
if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
6494
6540
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXFrame, 1); FXFrame_show(arg1); return Qnil; }
|
@@ -6512,6 +6558,39 @@ static VALUE _wrap_FXFrame_setBackColor(int argc, VALUE *argv, VALUE self) { FXF
|
|
6512
6558
|
if ((argc < 1) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
6513
6559
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXFrame, 1); arg2 = to_FXColor(argv[0]); FXFrame_setBackColor(arg1,arg2);
|
6514
6560
|
return Qnil; }
|
6561
|
+
static VALUE _wrap_FXFrame_setShape__SWIG_0(int argc, VALUE *argv, VALUE self) { FXFrame *arg1 = (FXFrame *) 0 ;
|
6562
|
+
FXRegion *arg2 = 0 ; if ((argc < 1) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
6563
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXFrame, 1);
|
6564
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXRegion, 1); if (arg2 == NULL) rb_raise(rb_eTypeError, "null reference");
|
6565
|
+
FXFrame_setShape(arg1,(FXRegion const &)*arg2); return Qnil; }
|
6566
|
+
static VALUE _wrap_FXFrame_setShape__SWIG_1(int argc, VALUE *argv, VALUE self) { FXFrame *arg1 = (FXFrame *) 0 ;
|
6567
|
+
FXBitmap *arg2 = (FXBitmap *) 0 ; if ((argc < 1) || (argc > 1))
|
6568
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
6569
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXFrame, 1);
|
6570
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXBitmap, 1); FXFrame_setShape(arg1,arg2); return Qnil; }
|
6571
|
+
static VALUE _wrap_FXFrame_setShape__SWIG_2(int argc, VALUE *argv, VALUE self) { FXFrame *arg1 = (FXFrame *) 0 ;
|
6572
|
+
FXIcon *arg2 = (FXIcon *) 0 ; if ((argc < 1) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
6573
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXFrame, 1);
|
6574
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXIcon, 1); FXFrame_setShape(arg1,arg2); return Qnil; }
|
6575
|
+
static VALUE _wrap_FXFrame_setShape(int nargs, VALUE *args, VALUE self) { int argc; VALUE argv[3]; int ii; argc = nargs + 1;
|
6576
|
+
argv[0] = self; for (ii = 1; (ii < argc) && (ii < 2); ii++) { argv[ii] = args[ii-1]; } if (argc == 2) { int _v; {
|
6577
|
+
void *ptr;
|
6578
|
+
_v = (NIL_P(argv[0]) || (TYPE(argv[0]) == T_DATA && SWIG_ConvertPtr(argv[0], &ptr, SWIGTYPE_p_FXFrame, 0) != -1)) ? 1 : 0; }
|
6579
|
+
if (_v) { { void *ptr;
|
6580
|
+
_v = (NIL_P(argv[1]) || (TYPE(argv[1]) == T_DATA && SWIG_ConvertPtr(argv[1], &ptr, SWIGTYPE_p_FXRegion, 0) != -1)) ? 1 : 0; }
|
6581
|
+
if (_v) { return _wrap_FXFrame_setShape__SWIG_0(nargs, args, self);} } } if (argc == 2) { int _v; { void *ptr;
|
6582
|
+
_v = (NIL_P(argv[0]) || (TYPE(argv[0]) == T_DATA && SWIG_ConvertPtr(argv[0], &ptr, SWIGTYPE_p_FXFrame, 0) != -1)) ? 1 : 0; }
|
6583
|
+
if (_v) { { void *ptr;
|
6584
|
+
_v = (NIL_P(argv[1]) || (TYPE(argv[1]) == T_DATA && SWIG_ConvertPtr(argv[1], &ptr, SWIGTYPE_p_FXBitmap, 0) != -1)) ? 1 : 0; }
|
6585
|
+
if (_v) { return _wrap_FXFrame_setShape__SWIG_1(nargs, args, self);} } } if (argc == 2) { int _v; { void *ptr;
|
6586
|
+
_v = (NIL_P(argv[0]) || (TYPE(argv[0]) == T_DATA && SWIG_ConvertPtr(argv[0], &ptr, SWIGTYPE_p_FXFrame, 0) != -1)) ? 1 : 0; }
|
6587
|
+
if (_v) { { void *ptr;
|
6588
|
+
_v = (NIL_P(argv[1]) || (TYPE(argv[1]) == T_DATA && SWIG_ConvertPtr(argv[1], &ptr, SWIGTYPE_p_FXIcon, 0) != -1)) ? 1 : 0; }
|
6589
|
+
if (_v) { return _wrap_FXFrame_setShape__SWIG_2(nargs, args, self);} } }
|
6590
|
+
rb_raise(rb_eArgError, "No matching function for overloaded 'FXFrame_setShape'"); return Qnil; }
|
6591
|
+
static VALUE _wrap_FXFrame_clearShape(int argc, VALUE *argv, VALUE self) { FXFrame *arg1 = (FXFrame *) 0 ;
|
6592
|
+
if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
6593
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXFrame, 1); FXFrame_clearShape(arg1); return Qnil; }
|
6515
6594
|
static VALUE _wrap_FXComposite_onKeyPress(int argc, VALUE *argv, VALUE self) { FXComposite *arg1 = (FXComposite *) 0 ;
|
6516
6595
|
FXObject *arg2 = (FXObject *) 0 ; FXSelector arg3 ; void *arg4 = (void *) 0 ; long result; VALUE vresult = Qnil;
|
6517
6596
|
if ((argc < 3) || (argc > 3)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 3)",argc);
|
@@ -6629,6 +6708,11 @@ static VALUE _wrap_FXComposite_setFocus(int argc, VALUE *argv, VALUE self) { FXC
|
|
6629
6708
|
static VALUE _wrap_FXComposite_killFocus(int argc, VALUE *argv, VALUE self) { FXComposite *arg1 = (FXComposite *) 0 ;
|
6630
6709
|
if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
6631
6710
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXComposite, 1); FXComposite_killFocus(arg1); return Qnil; }
|
6711
|
+
static VALUE _wrap_FXComposite_changeFocus(int argc, VALUE *argv, VALUE self) { FXComposite *arg1 = (FXComposite *) 0 ;
|
6712
|
+
FXWindow *arg2 = (FXWindow *) 0 ; if ((argc < 1) || (argc > 1))
|
6713
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
6714
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXComposite, 1);
|
6715
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXWindow, 1); FXComposite_changeFocus(arg1,arg2); return Qnil; }
|
6632
6716
|
static VALUE _wrap_FXComposite_setDefault(int argc, VALUE *argv, VALUE self) { FXComposite *arg1 = (FXComposite *) 0 ;
|
6633
6717
|
FXbool arg2 = (FXbool) 1 ; if ((argc < 0) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
6634
6718
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXComposite, 1); if (argc > 0) { arg2 = to_FXbool(argv[0]); }
|
@@ -6661,10 +6745,11 @@ static VALUE _wrap_FXComposite_recalc(int argc, VALUE *argv, VALUE self) { FXCom
|
|
6661
6745
|
if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
6662
6746
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXComposite, 1); FXComposite_recalc(arg1); return Qnil; }
|
6663
6747
|
static VALUE _wrap_FXComposite_reparent(int argc, VALUE *argv, VALUE self) { FXComposite *arg1 = (FXComposite *) 0 ;
|
6664
|
-
|
6665
|
-
rb_raise(rb_eArgError, "wrong # of arguments(%d for
|
6748
|
+
FXWindow *arg2 = (FXWindow *) 0 ; FXWindow *arg3 = (FXWindow *) 0 ; if ((argc < 2) || (argc > 2))
|
6749
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 2)",argc);
|
6666
6750
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXComposite, 1);
|
6667
|
-
SWIG_ConvertPtr(argv[0], (void **) &arg2,
|
6751
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXWindow, 1);
|
6752
|
+
SWIG_ConvertPtr(argv[1], (void **) &arg3, SWIGTYPE_p_FXWindow, 1); FXComposite_reparent(arg1,arg2,arg3); return Qnil; }
|
6668
6753
|
static VALUE _wrap_FXComposite_show(int argc, VALUE *argv, VALUE self) { FXComposite *arg1 = (FXComposite *) 0 ;
|
6669
6754
|
if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
6670
6755
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXComposite, 1); FXComposite_show(arg1); return Qnil; }
|
@@ -6691,6 +6776,41 @@ static VALUE _wrap_FXComposite_setBackColor(int argc, VALUE *argv, VALUE self) {
|
|
6691
6776
|
FXColor arg2 ; if ((argc < 1) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
6692
6777
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXComposite, 1); arg2 = to_FXColor(argv[0]);
|
6693
6778
|
FXComposite_setBackColor(arg1,arg2); return Qnil; }
|
6779
|
+
static VALUE _wrap_FXComposite_setShape__SWIG_0(int argc, VALUE *argv, VALUE self) { FXComposite *arg1 = (FXComposite *) 0 ;
|
6780
|
+
FXRegion *arg2 = 0 ; if ((argc < 1) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
6781
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXComposite, 1);
|
6782
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXRegion, 1); if (arg2 == NULL) rb_raise(rb_eTypeError, "null reference");
|
6783
|
+
FXComposite_setShape(arg1,(FXRegion const &)*arg2); return Qnil; }
|
6784
|
+
static VALUE _wrap_FXComposite_setShape__SWIG_1(int argc, VALUE *argv, VALUE self) { FXComposite *arg1 = (FXComposite *) 0 ;
|
6785
|
+
FXBitmap *arg2 = (FXBitmap *) 0 ; if ((argc < 1) || (argc > 1))
|
6786
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
6787
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXComposite, 1);
|
6788
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXBitmap, 1); FXComposite_setShape(arg1,arg2); return Qnil; }
|
6789
|
+
static VALUE _wrap_FXComposite_setShape__SWIG_2(int argc, VALUE *argv, VALUE self) { FXComposite *arg1 = (FXComposite *) 0 ;
|
6790
|
+
FXIcon *arg2 = (FXIcon *) 0 ; if ((argc < 1) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
6791
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXComposite, 1);
|
6792
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXIcon, 1); FXComposite_setShape(arg1,arg2); return Qnil; }
|
6793
|
+
static VALUE _wrap_FXComposite_setShape(int nargs, VALUE *args, VALUE self) { int argc; VALUE argv[3]; int ii; argc = nargs + 1;
|
6794
|
+
argv[0] = self; for (ii = 1; (ii < argc) && (ii < 2); ii++) { argv[ii] = args[ii-1]; } if (argc == 2) { int _v; {
|
6795
|
+
void *ptr;
|
6796
|
+
_v = (NIL_P(argv[0]) || (TYPE(argv[0]) == T_DATA && SWIG_ConvertPtr(argv[0], &ptr, SWIGTYPE_p_FXComposite, 0) != -1)) ? 1 : 0; }
|
6797
|
+
if (_v) { { void *ptr;
|
6798
|
+
_v = (NIL_P(argv[1]) || (TYPE(argv[1]) == T_DATA && SWIG_ConvertPtr(argv[1], &ptr, SWIGTYPE_p_FXRegion, 0) != -1)) ? 1 : 0; }
|
6799
|
+
if (_v) { return _wrap_FXComposite_setShape__SWIG_0(nargs, args, self);} } } if (argc == 2) { int _v; {
|
6800
|
+
void *ptr;
|
6801
|
+
_v = (NIL_P(argv[0]) || (TYPE(argv[0]) == T_DATA && SWIG_ConvertPtr(argv[0], &ptr, SWIGTYPE_p_FXComposite, 0) != -1)) ? 1 : 0; }
|
6802
|
+
if (_v) { { void *ptr;
|
6803
|
+
_v = (NIL_P(argv[1]) || (TYPE(argv[1]) == T_DATA && SWIG_ConvertPtr(argv[1], &ptr, SWIGTYPE_p_FXBitmap, 0) != -1)) ? 1 : 0; }
|
6804
|
+
if (_v) { return _wrap_FXComposite_setShape__SWIG_1(nargs, args, self);} } } if (argc == 2) { int _v; {
|
6805
|
+
void *ptr;
|
6806
|
+
_v = (NIL_P(argv[0]) || (TYPE(argv[0]) == T_DATA && SWIG_ConvertPtr(argv[0], &ptr, SWIGTYPE_p_FXComposite, 0) != -1)) ? 1 : 0; }
|
6807
|
+
if (_v) { { void *ptr;
|
6808
|
+
_v = (NIL_P(argv[1]) || (TYPE(argv[1]) == T_DATA && SWIG_ConvertPtr(argv[1], &ptr, SWIGTYPE_p_FXIcon, 0) != -1)) ? 1 : 0; }
|
6809
|
+
if (_v) { return _wrap_FXComposite_setShape__SWIG_2(nargs, args, self);} } }
|
6810
|
+
rb_raise(rb_eArgError, "No matching function for overloaded 'FXComposite_setShape'"); return Qnil; }
|
6811
|
+
static VALUE _wrap_FXComposite_clearShape(int argc, VALUE *argv, VALUE self) { FXComposite *arg1 = (FXComposite *) 0 ;
|
6812
|
+
if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
6813
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXComposite, 1); FXComposite_clearShape(arg1); return Qnil; }
|
6694
6814
|
#ifdef HAVE_RB_DEFINE_ALLOC_FUNC
|
6695
6815
|
static VALUE _wrap_FXRootWindow_allocate(VALUE self) {
|
6696
6816
|
#else
|
@@ -6765,6 +6885,11 @@ static VALUE _wrap_FXRootWindow_setFocus(int argc, VALUE *argv, VALUE self) { FX
|
|
6765
6885
|
static VALUE _wrap_FXRootWindow_killFocus(int argc, VALUE *argv, VALUE self) { FXRootWindow *arg1 = (FXRootWindow *) 0 ;
|
6766
6886
|
if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
6767
6887
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXRootWindow, 1); FXRootWindow_killFocus(arg1); return Qnil; }
|
6888
|
+
static VALUE _wrap_FXRootWindow_changeFocus(int argc, VALUE *argv, VALUE self) { FXRootWindow *arg1 = (FXRootWindow *) 0 ;
|
6889
|
+
FXWindow *arg2 = (FXWindow *) 0 ; if ((argc < 1) || (argc > 1))
|
6890
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
6891
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXRootWindow, 1);
|
6892
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXWindow, 1); FXRootWindow_changeFocus(arg1,arg2); return Qnil; }
|
6768
6893
|
static VALUE _wrap_FXRootWindow_setDefault(int argc, VALUE *argv, VALUE self) { FXRootWindow *arg1 = (FXRootWindow *) 0 ;
|
6769
6894
|
FXbool arg2 = (FXbool) 1 ; if ((argc < 0) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
6770
6895
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXRootWindow, 1); if (argc > 0) { arg2 = to_FXbool(argv[0]); }
|
@@ -6797,10 +6922,11 @@ static VALUE _wrap_FXRootWindow_recalc(int argc, VALUE *argv, VALUE self) { FXRo
|
|
6797
6922
|
if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
6798
6923
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXRootWindow, 1); FXRootWindow_recalc(arg1); return Qnil; }
|
6799
6924
|
static VALUE _wrap_FXRootWindow_reparent(int argc, VALUE *argv, VALUE self) { FXRootWindow *arg1 = (FXRootWindow *) 0 ;
|
6800
|
-
|
6801
|
-
rb_raise(rb_eArgError, "wrong # of arguments(%d for
|
6925
|
+
FXWindow *arg2 = (FXWindow *) 0 ; FXWindow *arg3 = (FXWindow *) 0 ; if ((argc < 2) || (argc > 2))
|
6926
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 2)",argc);
|
6802
6927
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXRootWindow, 1);
|
6803
|
-
SWIG_ConvertPtr(argv[0], (void **) &arg2,
|
6928
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXWindow, 1);
|
6929
|
+
SWIG_ConvertPtr(argv[1], (void **) &arg3, SWIGTYPE_p_FXWindow, 1); FXRootWindow_reparent(arg1,arg2,arg3); return Qnil; }
|
6804
6930
|
static VALUE _wrap_FXRootWindow_show(int argc, VALUE *argv, VALUE self) { FXRootWindow *arg1 = (FXRootWindow *) 0 ;
|
6805
6931
|
if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
6806
6932
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXRootWindow, 1); FXRootWindow_show(arg1); return Qnil; }
|
@@ -6827,6 +6953,41 @@ static VALUE _wrap_FXRootWindow_setBackColor(int argc, VALUE *argv, VALUE self)
|
|
6827
6953
|
FXColor arg2 ; if ((argc < 1) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
6828
6954
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXRootWindow, 1); arg2 = to_FXColor(argv[0]);
|
6829
6955
|
FXRootWindow_setBackColor(arg1,arg2); return Qnil; }
|
6956
|
+
static VALUE _wrap_FXRootWindow_setShape__SWIG_0(int argc, VALUE *argv, VALUE self) { FXRootWindow *arg1 = (FXRootWindow *) 0 ;
|
6957
|
+
FXRegion *arg2 = 0 ; if ((argc < 1) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
6958
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXRootWindow, 1);
|
6959
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXRegion, 1); if (arg2 == NULL) rb_raise(rb_eTypeError, "null reference");
|
6960
|
+
FXRootWindow_setShape(arg1,(FXRegion const &)*arg2); return Qnil; }
|
6961
|
+
static VALUE _wrap_FXRootWindow_setShape__SWIG_1(int argc, VALUE *argv, VALUE self) { FXRootWindow *arg1 = (FXRootWindow *) 0 ;
|
6962
|
+
FXBitmap *arg2 = (FXBitmap *) 0 ; if ((argc < 1) || (argc > 1))
|
6963
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
6964
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXRootWindow, 1);
|
6965
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXBitmap, 1); FXRootWindow_setShape(arg1,arg2); return Qnil; }
|
6966
|
+
static VALUE _wrap_FXRootWindow_setShape__SWIG_2(int argc, VALUE *argv, VALUE self) { FXRootWindow *arg1 = (FXRootWindow *) 0 ;
|
6967
|
+
FXIcon *arg2 = (FXIcon *) 0 ; if ((argc < 1) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
6968
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXRootWindow, 1);
|
6969
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXIcon, 1); FXRootWindow_setShape(arg1,arg2); return Qnil; }
|
6970
|
+
static VALUE _wrap_FXRootWindow_setShape(int nargs, VALUE *args, VALUE self) { int argc; VALUE argv[3]; int ii;
|
6971
|
+
argc = nargs + 1; argv[0] = self; for (ii = 1; (ii < argc) && (ii < 2); ii++) { argv[ii] = args[ii-1]; } if (argc == 2) {
|
6972
|
+
int _v; { void *ptr;
|
6973
|
+
_v = (NIL_P(argv[0]) || (TYPE(argv[0]) == T_DATA && SWIG_ConvertPtr(argv[0], &ptr, SWIGTYPE_p_FXRootWindow, 0) != -1)) ? 1 : 0; }
|
6974
|
+
if (_v) { { void *ptr;
|
6975
|
+
_v = (NIL_P(argv[1]) || (TYPE(argv[1]) == T_DATA && SWIG_ConvertPtr(argv[1], &ptr, SWIGTYPE_p_FXRegion, 0) != -1)) ? 1 : 0; }
|
6976
|
+
if (_v) { return _wrap_FXRootWindow_setShape__SWIG_0(nargs, args, self);} } } if (argc == 2) { int _v; {
|
6977
|
+
void *ptr;
|
6978
|
+
_v = (NIL_P(argv[0]) || (TYPE(argv[0]) == T_DATA && SWIG_ConvertPtr(argv[0], &ptr, SWIGTYPE_p_FXRootWindow, 0) != -1)) ? 1 : 0; }
|
6979
|
+
if (_v) { { void *ptr;
|
6980
|
+
_v = (NIL_P(argv[1]) || (TYPE(argv[1]) == T_DATA && SWIG_ConvertPtr(argv[1], &ptr, SWIGTYPE_p_FXBitmap, 0) != -1)) ? 1 : 0; }
|
6981
|
+
if (_v) { return _wrap_FXRootWindow_setShape__SWIG_1(nargs, args, self);} } } if (argc == 2) { int _v; {
|
6982
|
+
void *ptr;
|
6983
|
+
_v = (NIL_P(argv[0]) || (TYPE(argv[0]) == T_DATA && SWIG_ConvertPtr(argv[0], &ptr, SWIGTYPE_p_FXRootWindow, 0) != -1)) ? 1 : 0; }
|
6984
|
+
if (_v) { { void *ptr;
|
6985
|
+
_v = (NIL_P(argv[1]) || (TYPE(argv[1]) == T_DATA && SWIG_ConvertPtr(argv[1], &ptr, SWIGTYPE_p_FXIcon, 0) != -1)) ? 1 : 0; }
|
6986
|
+
if (_v) { return _wrap_FXRootWindow_setShape__SWIG_2(nargs, args, self);} } }
|
6987
|
+
rb_raise(rb_eArgError, "No matching function for overloaded 'FXRootWindow_setShape'"); return Qnil; }
|
6988
|
+
static VALUE _wrap_FXRootWindow_clearShape(int argc, VALUE *argv, VALUE self) { FXRootWindow *arg1 = (FXRootWindow *) 0 ;
|
6989
|
+
if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
6990
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXRootWindow, 1); FXRootWindow_clearShape(arg1); return Qnil; }
|
6830
6991
|
static VALUE _wrap_FXShell_onLayout(int argc, VALUE *argv, VALUE self) { FXShell *arg1 = (FXShell *) 0 ;
|
6831
6992
|
FXObject *arg2 = (FXObject *) 0 ; FXSelector arg3 ; void *arg4 = (void *) 0 ; long result; VALUE vresult = Qnil;
|
6832
6993
|
if ((argc < 3) || (argc > 3)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 3)",argc);
|
@@ -6960,6 +7121,11 @@ static VALUE _wrap_FXShell_setFocus(int argc, VALUE *argv, VALUE self) { FXShell
|
|
6960
7121
|
static VALUE _wrap_FXShell_killFocus(int argc, VALUE *argv, VALUE self) { FXShell *arg1 = (FXShell *) 0 ;
|
6961
7122
|
if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
6962
7123
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXShell, 1); FXShell_killFocus(arg1); return Qnil; }
|
7124
|
+
static VALUE _wrap_FXShell_changeFocus(int argc, VALUE *argv, VALUE self) { FXShell *arg1 = (FXShell *) 0 ;
|
7125
|
+
FXWindow *arg2 = (FXWindow *) 0 ; if ((argc < 1) || (argc > 1))
|
7126
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
7127
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXShell, 1);
|
7128
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXWindow, 1); FXShell_changeFocus(arg1,arg2); return Qnil; }
|
6963
7129
|
static VALUE _wrap_FXShell_setDefault(int argc, VALUE *argv, VALUE self) { FXShell *arg1 = (FXShell *) 0 ;
|
6964
7130
|
FXbool arg2 = (FXbool) 1 ; if ((argc < 0) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
6965
7131
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXShell, 1); if (argc > 0) { arg2 = to_FXbool(argv[0]); }
|
@@ -6992,10 +7158,11 @@ static VALUE _wrap_FXShell_recalc(int argc, VALUE *argv, VALUE self) { FXShell *
|
|
6992
7158
|
if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
6993
7159
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXShell, 1); FXShell_recalc(arg1); return Qnil; }
|
6994
7160
|
static VALUE _wrap_FXShell_reparent(int argc, VALUE *argv, VALUE self) { FXShell *arg1 = (FXShell *) 0 ;
|
6995
|
-
|
6996
|
-
rb_raise(rb_eArgError, "wrong # of arguments(%d for
|
7161
|
+
FXWindow *arg2 = (FXWindow *) 0 ; FXWindow *arg3 = (FXWindow *) 0 ; if ((argc < 2) || (argc > 2))
|
7162
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 2)",argc);
|
6997
7163
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXShell, 1);
|
6998
|
-
SWIG_ConvertPtr(argv[0], (void **) &arg2,
|
7164
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXWindow, 1);
|
7165
|
+
SWIG_ConvertPtr(argv[1], (void **) &arg3, SWIGTYPE_p_FXWindow, 1); FXShell_reparent(arg1,arg2,arg3); return Qnil; }
|
6999
7166
|
static VALUE _wrap_FXShell_show(int argc, VALUE *argv, VALUE self) { FXShell *arg1 = (FXShell *) 0 ;
|
7000
7167
|
if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
7001
7168
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXShell, 1); FXShell_show(arg1); return Qnil; }
|
@@ -7019,6 +7186,39 @@ static VALUE _wrap_FXShell_setBackColor(int argc, VALUE *argv, VALUE self) { FXS
|
|
7019
7186
|
if ((argc < 1) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
7020
7187
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXShell, 1); arg2 = to_FXColor(argv[0]); FXShell_setBackColor(arg1,arg2);
|
7021
7188
|
return Qnil; }
|
7189
|
+
static VALUE _wrap_FXShell_setShape__SWIG_0(int argc, VALUE *argv, VALUE self) { FXShell *arg1 = (FXShell *) 0 ;
|
7190
|
+
FXRegion *arg2 = 0 ; if ((argc < 1) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
7191
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXShell, 1);
|
7192
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXRegion, 1); if (arg2 == NULL) rb_raise(rb_eTypeError, "null reference");
|
7193
|
+
FXShell_setShape(arg1,(FXRegion const &)*arg2); return Qnil; }
|
7194
|
+
static VALUE _wrap_FXShell_setShape__SWIG_1(int argc, VALUE *argv, VALUE self) { FXShell *arg1 = (FXShell *) 0 ;
|
7195
|
+
FXBitmap *arg2 = (FXBitmap *) 0 ; if ((argc < 1) || (argc > 1))
|
7196
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
7197
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXShell, 1);
|
7198
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXBitmap, 1); FXShell_setShape(arg1,arg2); return Qnil; }
|
7199
|
+
static VALUE _wrap_FXShell_setShape__SWIG_2(int argc, VALUE *argv, VALUE self) { FXShell *arg1 = (FXShell *) 0 ;
|
7200
|
+
FXIcon *arg2 = (FXIcon *) 0 ; if ((argc < 1) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
7201
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXShell, 1);
|
7202
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXIcon, 1); FXShell_setShape(arg1,arg2); return Qnil; }
|
7203
|
+
static VALUE _wrap_FXShell_setShape(int nargs, VALUE *args, VALUE self) { int argc; VALUE argv[3]; int ii; argc = nargs + 1;
|
7204
|
+
argv[0] = self; for (ii = 1; (ii < argc) && (ii < 2); ii++) { argv[ii] = args[ii-1]; } if (argc == 2) { int _v; {
|
7205
|
+
void *ptr;
|
7206
|
+
_v = (NIL_P(argv[0]) || (TYPE(argv[0]) == T_DATA && SWIG_ConvertPtr(argv[0], &ptr, SWIGTYPE_p_FXShell, 0) != -1)) ? 1 : 0; }
|
7207
|
+
if (_v) { { void *ptr;
|
7208
|
+
_v = (NIL_P(argv[1]) || (TYPE(argv[1]) == T_DATA && SWIG_ConvertPtr(argv[1], &ptr, SWIGTYPE_p_FXRegion, 0) != -1)) ? 1 : 0; }
|
7209
|
+
if (_v) { return _wrap_FXShell_setShape__SWIG_0(nargs, args, self);} } } if (argc == 2) { int _v; { void *ptr;
|
7210
|
+
_v = (NIL_P(argv[0]) || (TYPE(argv[0]) == T_DATA && SWIG_ConvertPtr(argv[0], &ptr, SWIGTYPE_p_FXShell, 0) != -1)) ? 1 : 0; }
|
7211
|
+
if (_v) { { void *ptr;
|
7212
|
+
_v = (NIL_P(argv[1]) || (TYPE(argv[1]) == T_DATA && SWIG_ConvertPtr(argv[1], &ptr, SWIGTYPE_p_FXBitmap, 0) != -1)) ? 1 : 0; }
|
7213
|
+
if (_v) { return _wrap_FXShell_setShape__SWIG_1(nargs, args, self);} } } if (argc == 2) { int _v; { void *ptr;
|
7214
|
+
_v = (NIL_P(argv[0]) || (TYPE(argv[0]) == T_DATA && SWIG_ConvertPtr(argv[0], &ptr, SWIGTYPE_p_FXShell, 0) != -1)) ? 1 : 0; }
|
7215
|
+
if (_v) { { void *ptr;
|
7216
|
+
_v = (NIL_P(argv[1]) || (TYPE(argv[1]) == T_DATA && SWIG_ConvertPtr(argv[1], &ptr, SWIGTYPE_p_FXIcon, 0) != -1)) ? 1 : 0; }
|
7217
|
+
if (_v) { return _wrap_FXShell_setShape__SWIG_2(nargs, args, self);} } }
|
7218
|
+
rb_raise(rb_eArgError, "No matching function for overloaded 'FXShell_setShape'"); return Qnil; }
|
7219
|
+
static VALUE _wrap_FXShell_clearShape(int argc, VALUE *argv, VALUE self) { FXShell *arg1 = (FXShell *) 0 ;
|
7220
|
+
if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
7221
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXShell, 1); FXShell_clearShape(arg1); return Qnil; }
|
7022
7222
|
static VALUE _wrap_FXPopup_onPaint(int argc, VALUE *argv, VALUE self) { FXPopup *arg1 = (FXPopup *) 0 ;
|
7023
7223
|
FXObject *arg2 = (FXObject *) 0 ; FXSelector arg3 ; void *arg4 = (void *) 0 ; long result; VALUE vresult = Qnil;
|
7024
7224
|
if ((argc < 3) || (argc > 3)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 3)",argc);
|
@@ -7276,6 +7476,11 @@ static VALUE _wrap_FXPopup_setFocus(int argc, VALUE *argv, VALUE self) { FXPopup
|
|
7276
7476
|
static VALUE _wrap_FXPopup_killFocus(int argc, VALUE *argv, VALUE self) { FXPopup *arg1 = (FXPopup *) 0 ;
|
7277
7477
|
if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
7278
7478
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXPopup, 1); FXPopup_killFocus(arg1); return Qnil; }
|
7479
|
+
static VALUE _wrap_FXPopup_changeFocus(int argc, VALUE *argv, VALUE self) { FXPopup *arg1 = (FXPopup *) 0 ;
|
7480
|
+
FXWindow *arg2 = (FXWindow *) 0 ; if ((argc < 1) || (argc > 1))
|
7481
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
7482
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXPopup, 1);
|
7483
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXWindow, 1); FXPopup_changeFocus(arg1,arg2); return Qnil; }
|
7279
7484
|
static VALUE _wrap_FXPopup_setDefault(int argc, VALUE *argv, VALUE self) { FXPopup *arg1 = (FXPopup *) 0 ;
|
7280
7485
|
FXbool arg2 = (FXbool) 1 ; if ((argc < 0) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
7281
7486
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXPopup, 1); if (argc > 0) { arg2 = to_FXbool(argv[0]); }
|
@@ -7308,10 +7513,11 @@ static VALUE _wrap_FXPopup_recalc(int argc, VALUE *argv, VALUE self) { FXPopup *
|
|
7308
7513
|
if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
7309
7514
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXPopup, 1); FXPopup_recalc(arg1); return Qnil; }
|
7310
7515
|
static VALUE _wrap_FXPopup_reparent(int argc, VALUE *argv, VALUE self) { FXPopup *arg1 = (FXPopup *) 0 ;
|
7311
|
-
|
7312
|
-
rb_raise(rb_eArgError, "wrong # of arguments(%d for
|
7516
|
+
FXWindow *arg2 = (FXWindow *) 0 ; FXWindow *arg3 = (FXWindow *) 0 ; if ((argc < 2) || (argc > 2))
|
7517
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 2)",argc);
|
7313
7518
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXPopup, 1);
|
7314
|
-
SWIG_ConvertPtr(argv[0], (void **) &arg2,
|
7519
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXWindow, 1);
|
7520
|
+
SWIG_ConvertPtr(argv[1], (void **) &arg3, SWIGTYPE_p_FXWindow, 1); FXPopup_reparent(arg1,arg2,arg3); return Qnil; }
|
7315
7521
|
static VALUE _wrap_FXPopup_show(int argc, VALUE *argv, VALUE self) { FXPopup *arg1 = (FXPopup *) 0 ;
|
7316
7522
|
if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
7317
7523
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXPopup, 1); FXPopup_show(arg1); return Qnil; }
|
@@ -7335,6 +7541,39 @@ static VALUE _wrap_FXPopup_setBackColor(int argc, VALUE *argv, VALUE self) { FXP
|
|
7335
7541
|
if ((argc < 1) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
7336
7542
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXPopup, 1); arg2 = to_FXColor(argv[0]); FXPopup_setBackColor(arg1,arg2);
|
7337
7543
|
return Qnil; }
|
7544
|
+
static VALUE _wrap_FXPopup_setShape__SWIG_0(int argc, VALUE *argv, VALUE self) { FXPopup *arg1 = (FXPopup *) 0 ;
|
7545
|
+
FXRegion *arg2 = 0 ; if ((argc < 1) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
7546
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXPopup, 1);
|
7547
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXRegion, 1); if (arg2 == NULL) rb_raise(rb_eTypeError, "null reference");
|
7548
|
+
FXPopup_setShape(arg1,(FXRegion const &)*arg2); return Qnil; }
|
7549
|
+
static VALUE _wrap_FXPopup_setShape__SWIG_1(int argc, VALUE *argv, VALUE self) { FXPopup *arg1 = (FXPopup *) 0 ;
|
7550
|
+
FXBitmap *arg2 = (FXBitmap *) 0 ; if ((argc < 1) || (argc > 1))
|
7551
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
7552
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXPopup, 1);
|
7553
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXBitmap, 1); FXPopup_setShape(arg1,arg2); return Qnil; }
|
7554
|
+
static VALUE _wrap_FXPopup_setShape__SWIG_2(int argc, VALUE *argv, VALUE self) { FXPopup *arg1 = (FXPopup *) 0 ;
|
7555
|
+
FXIcon *arg2 = (FXIcon *) 0 ; if ((argc < 1) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
7556
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXPopup, 1);
|
7557
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXIcon, 1); FXPopup_setShape(arg1,arg2); return Qnil; }
|
7558
|
+
static VALUE _wrap_FXPopup_setShape(int nargs, VALUE *args, VALUE self) { int argc; VALUE argv[3]; int ii; argc = nargs + 1;
|
7559
|
+
argv[0] = self; for (ii = 1; (ii < argc) && (ii < 2); ii++) { argv[ii] = args[ii-1]; } if (argc == 2) { int _v; {
|
7560
|
+
void *ptr;
|
7561
|
+
_v = (NIL_P(argv[0]) || (TYPE(argv[0]) == T_DATA && SWIG_ConvertPtr(argv[0], &ptr, SWIGTYPE_p_FXPopup, 0) != -1)) ? 1 : 0; }
|
7562
|
+
if (_v) { { void *ptr;
|
7563
|
+
_v = (NIL_P(argv[1]) || (TYPE(argv[1]) == T_DATA && SWIG_ConvertPtr(argv[1], &ptr, SWIGTYPE_p_FXRegion, 0) != -1)) ? 1 : 0; }
|
7564
|
+
if (_v) { return _wrap_FXPopup_setShape__SWIG_0(nargs, args, self);} } } if (argc == 2) { int _v; { void *ptr;
|
7565
|
+
_v = (NIL_P(argv[0]) || (TYPE(argv[0]) == T_DATA && SWIG_ConvertPtr(argv[0], &ptr, SWIGTYPE_p_FXPopup, 0) != -1)) ? 1 : 0; }
|
7566
|
+
if (_v) { { void *ptr;
|
7567
|
+
_v = (NIL_P(argv[1]) || (TYPE(argv[1]) == T_DATA && SWIG_ConvertPtr(argv[1], &ptr, SWIGTYPE_p_FXBitmap, 0) != -1)) ? 1 : 0; }
|
7568
|
+
if (_v) { return _wrap_FXPopup_setShape__SWIG_1(nargs, args, self);} } } if (argc == 2) { int _v; { void *ptr;
|
7569
|
+
_v = (NIL_P(argv[0]) || (TYPE(argv[0]) == T_DATA && SWIG_ConvertPtr(argv[0], &ptr, SWIGTYPE_p_FXPopup, 0) != -1)) ? 1 : 0; }
|
7570
|
+
if (_v) { { void *ptr;
|
7571
|
+
_v = (NIL_P(argv[1]) || (TYPE(argv[1]) == T_DATA && SWIG_ConvertPtr(argv[1], &ptr, SWIGTYPE_p_FXIcon, 0) != -1)) ? 1 : 0; }
|
7572
|
+
if (_v) { return _wrap_FXPopup_setShape__SWIG_2(nargs, args, self);} } }
|
7573
|
+
rb_raise(rb_eArgError, "No matching function for overloaded 'FXPopup_setShape'"); return Qnil; }
|
7574
|
+
static VALUE _wrap_FXPopup_clearShape(int argc, VALUE *argv, VALUE self) { FXPopup *arg1 = (FXPopup *) 0 ;
|
7575
|
+
if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
7576
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXPopup, 1); FXPopup_clearShape(arg1); return Qnil; }
|
7338
7577
|
static VALUE _wrap_FXPopup_popup(int argc, VALUE *argv, VALUE self) { FXPopup *arg1 = (FXPopup *) 0 ;
|
7339
7578
|
FXWindow *arg2 = (FXWindow *) 0 ; FXint arg3 ; FXint arg4 ; FXint arg5 = (FXint) 0 ; FXint arg6 = (FXint) 0 ;
|
7340
7579
|
if ((argc < 3) || (argc > 5)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 3)",argc);
|
@@ -7513,6 +7752,11 @@ static VALUE _wrap_new_FXTopWindow(int nargs, VALUE *args, VALUE self) { int arg
|
|
7513
7752
|
return _wrap_new_FXTopWindow__SWIG_1(nargs, args, self);} }
|
7514
7753
|
} } } } } } } } } } } } } }
|
7515
7754
|
rb_raise(rb_eArgError, "No matching function for overloaded 'new_FXTopWindow'"); return Qnil; }
|
7755
|
+
static VALUE _wrap_FXTopWindow_getWMBorders(int argc, VALUE *argv, VALUE self) { FXTopWindow *arg1 = (FXTopWindow *) 0 ;
|
7756
|
+
VALUE result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0))
|
7757
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
7758
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXTopWindow, 1); result = (VALUE)FXTopWindow_getWMBorders(arg1);
|
7759
|
+
vresult = result; return vresult; }
|
7516
7760
|
static VALUE _wrap_FXTopWindow_place(int argc, VALUE *argv, VALUE self) { FXTopWindow *arg1 = (FXTopWindow *) 0 ; FXuint arg2 ;
|
7517
7761
|
if ((argc < 1) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
7518
7762
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXTopWindow, 1); arg2 = NUM2UINT(argv[0]); (arg1)->place(arg2);
|
@@ -7689,6 +7933,11 @@ static VALUE _wrap_FXTopWindow_setFocus(int argc, VALUE *argv, VALUE self) { FXT
|
|
7689
7933
|
static VALUE _wrap_FXTopWindow_killFocus(int argc, VALUE *argv, VALUE self) { FXTopWindow *arg1 = (FXTopWindow *) 0 ;
|
7690
7934
|
if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
7691
7935
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXTopWindow, 1); FXTopWindow_killFocus(arg1); return Qnil; }
|
7936
|
+
static VALUE _wrap_FXTopWindow_changeFocus(int argc, VALUE *argv, VALUE self) { FXTopWindow *arg1 = (FXTopWindow *) 0 ;
|
7937
|
+
FXWindow *arg2 = (FXWindow *) 0 ; if ((argc < 1) || (argc > 1))
|
7938
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
7939
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXTopWindow, 1);
|
7940
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXWindow, 1); FXTopWindow_changeFocus(arg1,arg2); return Qnil; }
|
7692
7941
|
static VALUE _wrap_FXTopWindow_setDefault(int argc, VALUE *argv, VALUE self) { FXTopWindow *arg1 = (FXTopWindow *) 0 ;
|
7693
7942
|
FXbool arg2 = (FXbool) 1 ; if ((argc < 0) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
7694
7943
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXTopWindow, 1); if (argc > 0) { arg2 = to_FXbool(argv[0]); }
|
@@ -7721,10 +7970,11 @@ static VALUE _wrap_FXTopWindow_recalc(int argc, VALUE *argv, VALUE self) { FXTop
|
|
7721
7970
|
if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
7722
7971
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXTopWindow, 1); FXTopWindow_recalc(arg1); return Qnil; }
|
7723
7972
|
static VALUE _wrap_FXTopWindow_reparent(int argc, VALUE *argv, VALUE self) { FXTopWindow *arg1 = (FXTopWindow *) 0 ;
|
7724
|
-
|
7725
|
-
rb_raise(rb_eArgError, "wrong # of arguments(%d for
|
7973
|
+
FXWindow *arg2 = (FXWindow *) 0 ; FXWindow *arg3 = (FXWindow *) 0 ; if ((argc < 2) || (argc > 2))
|
7974
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 2)",argc);
|
7726
7975
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXTopWindow, 1);
|
7727
|
-
SWIG_ConvertPtr(argv[0], (void **) &arg2,
|
7976
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXWindow, 1);
|
7977
|
+
SWIG_ConvertPtr(argv[1], (void **) &arg3, SWIGTYPE_p_FXWindow, 1); FXTopWindow_reparent(arg1,arg2,arg3); return Qnil; }
|
7728
7978
|
static VALUE _wrap_FXTopWindow_show__SWIG_0(int argc, VALUE *argv, VALUE self) { FXTopWindow *arg1 = (FXTopWindow *) 0 ;
|
7729
7979
|
if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
7730
7980
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXTopWindow, 1); FXTopWindow_show(arg1); return Qnil; }
|
@@ -7751,6 +8001,41 @@ static VALUE _wrap_FXTopWindow_setBackColor(int argc, VALUE *argv, VALUE self) {
|
|
7751
8001
|
FXColor arg2 ; if ((argc < 1) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
7752
8002
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXTopWindow, 1); arg2 = to_FXColor(argv[0]);
|
7753
8003
|
FXTopWindow_setBackColor(arg1,arg2); return Qnil; }
|
8004
|
+
static VALUE _wrap_FXTopWindow_setShape__SWIG_0(int argc, VALUE *argv, VALUE self) { FXTopWindow *arg1 = (FXTopWindow *) 0 ;
|
8005
|
+
FXRegion *arg2 = 0 ; if ((argc < 1) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
8006
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXTopWindow, 1);
|
8007
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXRegion, 1); if (arg2 == NULL) rb_raise(rb_eTypeError, "null reference");
|
8008
|
+
FXTopWindow_setShape(arg1,(FXRegion const &)*arg2); return Qnil; }
|
8009
|
+
static VALUE _wrap_FXTopWindow_setShape__SWIG_1(int argc, VALUE *argv, VALUE self) { FXTopWindow *arg1 = (FXTopWindow *) 0 ;
|
8010
|
+
FXBitmap *arg2 = (FXBitmap *) 0 ; if ((argc < 1) || (argc > 1))
|
8011
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
8012
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXTopWindow, 1);
|
8013
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXBitmap, 1); FXTopWindow_setShape(arg1,arg2); return Qnil; }
|
8014
|
+
static VALUE _wrap_FXTopWindow_setShape__SWIG_2(int argc, VALUE *argv, VALUE self) { FXTopWindow *arg1 = (FXTopWindow *) 0 ;
|
8015
|
+
FXIcon *arg2 = (FXIcon *) 0 ; if ((argc < 1) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
8016
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXTopWindow, 1);
|
8017
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXIcon, 1); FXTopWindow_setShape(arg1,arg2); return Qnil; }
|
8018
|
+
static VALUE _wrap_FXTopWindow_setShape(int nargs, VALUE *args, VALUE self) { int argc; VALUE argv[3]; int ii; argc = nargs + 1;
|
8019
|
+
argv[0] = self; for (ii = 1; (ii < argc) && (ii < 2); ii++) { argv[ii] = args[ii-1]; } if (argc == 2) { int _v; {
|
8020
|
+
void *ptr;
|
8021
|
+
_v = (NIL_P(argv[0]) || (TYPE(argv[0]) == T_DATA && SWIG_ConvertPtr(argv[0], &ptr, SWIGTYPE_p_FXTopWindow, 0) != -1)) ? 1 : 0; }
|
8022
|
+
if (_v) { { void *ptr;
|
8023
|
+
_v = (NIL_P(argv[1]) || (TYPE(argv[1]) == T_DATA && SWIG_ConvertPtr(argv[1], &ptr, SWIGTYPE_p_FXRegion, 0) != -1)) ? 1 : 0; }
|
8024
|
+
if (_v) { return _wrap_FXTopWindow_setShape__SWIG_0(nargs, args, self);} } } if (argc == 2) { int _v; {
|
8025
|
+
void *ptr;
|
8026
|
+
_v = (NIL_P(argv[0]) || (TYPE(argv[0]) == T_DATA && SWIG_ConvertPtr(argv[0], &ptr, SWIGTYPE_p_FXTopWindow, 0) != -1)) ? 1 : 0; }
|
8027
|
+
if (_v) { { void *ptr;
|
8028
|
+
_v = (NIL_P(argv[1]) || (TYPE(argv[1]) == T_DATA && SWIG_ConvertPtr(argv[1], &ptr, SWIGTYPE_p_FXBitmap, 0) != -1)) ? 1 : 0; }
|
8029
|
+
if (_v) { return _wrap_FXTopWindow_setShape__SWIG_1(nargs, args, self);} } } if (argc == 2) { int _v; {
|
8030
|
+
void *ptr;
|
8031
|
+
_v = (NIL_P(argv[0]) || (TYPE(argv[0]) == T_DATA && SWIG_ConvertPtr(argv[0], &ptr, SWIGTYPE_p_FXTopWindow, 0) != -1)) ? 1 : 0; }
|
8032
|
+
if (_v) { { void *ptr;
|
8033
|
+
_v = (NIL_P(argv[1]) || (TYPE(argv[1]) == T_DATA && SWIG_ConvertPtr(argv[1], &ptr, SWIGTYPE_p_FXIcon, 0) != -1)) ? 1 : 0; }
|
8034
|
+
if (_v) { return _wrap_FXTopWindow_setShape__SWIG_2(nargs, args, self);} } }
|
8035
|
+
rb_raise(rb_eArgError, "No matching function for overloaded 'FXTopWindow_setShape'"); return Qnil; }
|
8036
|
+
static VALUE _wrap_FXTopWindow_clearShape(int argc, VALUE *argv, VALUE self) { FXTopWindow *arg1 = (FXTopWindow *) 0 ;
|
8037
|
+
if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
8038
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXTopWindow, 1); FXTopWindow_clearShape(arg1); return Qnil; }
|
7754
8039
|
static VALUE _wrap_FXTopWindow_show__SWIG_1(int argc, VALUE *argv, VALUE self) { FXTopWindow *arg1 = (FXTopWindow *) 0 ;
|
7755
8040
|
FXuint arg2 ; if ((argc < 1) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
7756
8041
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXTopWindow, 1); arg2 = NUM2UINT(argv[0]); FXTopWindow_show(arg1,arg2);
|
@@ -7868,6 +8153,11 @@ static VALUE _wrap_FXMainWindow_setFocus(int argc, VALUE *argv, VALUE self) { FX
|
|
7868
8153
|
static VALUE _wrap_FXMainWindow_killFocus(int argc, VALUE *argv, VALUE self) { FXMainWindow *arg1 = (FXMainWindow *) 0 ;
|
7869
8154
|
if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
7870
8155
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXMainWindow, 1); FXMainWindow_killFocus(arg1); return Qnil; }
|
8156
|
+
static VALUE _wrap_FXMainWindow_changeFocus(int argc, VALUE *argv, VALUE self) { FXMainWindow *arg1 = (FXMainWindow *) 0 ;
|
8157
|
+
FXWindow *arg2 = (FXWindow *) 0 ; if ((argc < 1) || (argc > 1))
|
8158
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
8159
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXMainWindow, 1);
|
8160
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXWindow, 1); FXMainWindow_changeFocus(arg1,arg2); return Qnil; }
|
7871
8161
|
static VALUE _wrap_FXMainWindow_setDefault(int argc, VALUE *argv, VALUE self) { FXMainWindow *arg1 = (FXMainWindow *) 0 ;
|
7872
8162
|
FXbool arg2 = (FXbool) 1 ; if ((argc < 0) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
7873
8163
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXMainWindow, 1); if (argc > 0) { arg2 = to_FXbool(argv[0]); }
|
@@ -7900,10 +8190,11 @@ static VALUE _wrap_FXMainWindow_recalc(int argc, VALUE *argv, VALUE self) { FXMa
|
|
7900
8190
|
if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
7901
8191
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXMainWindow, 1); FXMainWindow_recalc(arg1); return Qnil; }
|
7902
8192
|
static VALUE _wrap_FXMainWindow_reparent(int argc, VALUE *argv, VALUE self) { FXMainWindow *arg1 = (FXMainWindow *) 0 ;
|
7903
|
-
|
7904
|
-
rb_raise(rb_eArgError, "wrong # of arguments(%d for
|
8193
|
+
FXWindow *arg2 = (FXWindow *) 0 ; FXWindow *arg3 = (FXWindow *) 0 ; if ((argc < 2) || (argc > 2))
|
8194
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 2)",argc);
|
7905
8195
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXMainWindow, 1);
|
7906
|
-
SWIG_ConvertPtr(argv[0], (void **) &arg2,
|
8196
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXWindow, 1);
|
8197
|
+
SWIG_ConvertPtr(argv[1], (void **) &arg3, SWIGTYPE_p_FXWindow, 1); FXMainWindow_reparent(arg1,arg2,arg3); return Qnil; }
|
7907
8198
|
static VALUE _wrap_FXMainWindow_show__SWIG_0(int argc, VALUE *argv, VALUE self) { FXMainWindow *arg1 = (FXMainWindow *) 0 ;
|
7908
8199
|
if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
7909
8200
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXMainWindow, 1); FXMainWindow_show(arg1); return Qnil; }
|
@@ -7930,6 +8221,41 @@ static VALUE _wrap_FXMainWindow_setBackColor(int argc, VALUE *argv, VALUE self)
|
|
7930
8221
|
FXColor arg2 ; if ((argc < 1) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
7931
8222
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXMainWindow, 1); arg2 = to_FXColor(argv[0]);
|
7932
8223
|
FXMainWindow_setBackColor(arg1,arg2); return Qnil; }
|
8224
|
+
static VALUE _wrap_FXMainWindow_setShape__SWIG_0(int argc, VALUE *argv, VALUE self) { FXMainWindow *arg1 = (FXMainWindow *) 0 ;
|
8225
|
+
FXRegion *arg2 = 0 ; if ((argc < 1) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
8226
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXMainWindow, 1);
|
8227
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXRegion, 1); if (arg2 == NULL) rb_raise(rb_eTypeError, "null reference");
|
8228
|
+
FXMainWindow_setShape(arg1,(FXRegion const &)*arg2); return Qnil; }
|
8229
|
+
static VALUE _wrap_FXMainWindow_setShape__SWIG_1(int argc, VALUE *argv, VALUE self) { FXMainWindow *arg1 = (FXMainWindow *) 0 ;
|
8230
|
+
FXBitmap *arg2 = (FXBitmap *) 0 ; if ((argc < 1) || (argc > 1))
|
8231
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
8232
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXMainWindow, 1);
|
8233
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXBitmap, 1); FXMainWindow_setShape(arg1,arg2); return Qnil; }
|
8234
|
+
static VALUE _wrap_FXMainWindow_setShape__SWIG_2(int argc, VALUE *argv, VALUE self) { FXMainWindow *arg1 = (FXMainWindow *) 0 ;
|
8235
|
+
FXIcon *arg2 = (FXIcon *) 0 ; if ((argc < 1) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
8236
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXMainWindow, 1);
|
8237
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXIcon, 1); FXMainWindow_setShape(arg1,arg2); return Qnil; }
|
8238
|
+
static VALUE _wrap_FXMainWindow_setShape(int nargs, VALUE *args, VALUE self) { int argc; VALUE argv[3]; int ii;
|
8239
|
+
argc = nargs + 1; argv[0] = self; for (ii = 1; (ii < argc) && (ii < 2); ii++) { argv[ii] = args[ii-1]; } if (argc == 2) {
|
8240
|
+
int _v; { void *ptr;
|
8241
|
+
_v = (NIL_P(argv[0]) || (TYPE(argv[0]) == T_DATA && SWIG_ConvertPtr(argv[0], &ptr, SWIGTYPE_p_FXMainWindow, 0) != -1)) ? 1 : 0; }
|
8242
|
+
if (_v) { { void *ptr;
|
8243
|
+
_v = (NIL_P(argv[1]) || (TYPE(argv[1]) == T_DATA && SWIG_ConvertPtr(argv[1], &ptr, SWIGTYPE_p_FXRegion, 0) != -1)) ? 1 : 0; }
|
8244
|
+
if (_v) { return _wrap_FXMainWindow_setShape__SWIG_0(nargs, args, self);} } } if (argc == 2) { int _v; {
|
8245
|
+
void *ptr;
|
8246
|
+
_v = (NIL_P(argv[0]) || (TYPE(argv[0]) == T_DATA && SWIG_ConvertPtr(argv[0], &ptr, SWIGTYPE_p_FXMainWindow, 0) != -1)) ? 1 : 0; }
|
8247
|
+
if (_v) { { void *ptr;
|
8248
|
+
_v = (NIL_P(argv[1]) || (TYPE(argv[1]) == T_DATA && SWIG_ConvertPtr(argv[1], &ptr, SWIGTYPE_p_FXBitmap, 0) != -1)) ? 1 : 0; }
|
8249
|
+
if (_v) { return _wrap_FXMainWindow_setShape__SWIG_1(nargs, args, self);} } } if (argc == 2) { int _v; {
|
8250
|
+
void *ptr;
|
8251
|
+
_v = (NIL_P(argv[0]) || (TYPE(argv[0]) == T_DATA && SWIG_ConvertPtr(argv[0], &ptr, SWIGTYPE_p_FXMainWindow, 0) != -1)) ? 1 : 0; }
|
8252
|
+
if (_v) { { void *ptr;
|
8253
|
+
_v = (NIL_P(argv[1]) || (TYPE(argv[1]) == T_DATA && SWIG_ConvertPtr(argv[1], &ptr, SWIGTYPE_p_FXIcon, 0) != -1)) ? 1 : 0; }
|
8254
|
+
if (_v) { return _wrap_FXMainWindow_setShape__SWIG_2(nargs, args, self);} } }
|
8255
|
+
rb_raise(rb_eArgError, "No matching function for overloaded 'FXMainWindow_setShape'"); return Qnil; }
|
8256
|
+
static VALUE _wrap_FXMainWindow_clearShape(int argc, VALUE *argv, VALUE self) { FXMainWindow *arg1 = (FXMainWindow *) 0 ;
|
8257
|
+
if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
8258
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXMainWindow, 1); FXMainWindow_clearShape(arg1); return Qnil; }
|
7933
8259
|
static VALUE _wrap_FXMainWindow_show__SWIG_1(int argc, VALUE *argv, VALUE self) { FXMainWindow *arg1 = (FXMainWindow *) 0 ;
|
7934
8260
|
FXuint arg2 ; if ((argc < 1) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
7935
8261
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXMainWindow, 1); arg2 = NUM2UINT(argv[0]); FXMainWindow_show(arg1,arg2);
|
@@ -7963,6 +8289,277 @@ static VALUE _wrap_FXMainWindow_close(int argc, VALUE *argv, VALUE self) { FXMai
|
|
7963
8289
|
rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
7964
8290
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXMainWindow, 1); if (argc > 0) { arg2 = to_FXbool(argv[0]); }
|
7965
8291
|
result = (FXbool)FXMainWindow_close(arg1,arg2); vresult = result ? Qtrue : Qfalse; return vresult; }
|
8292
|
+
static VALUE _wrap_FXSplashWindow_onPaint(int argc, VALUE *argv, VALUE self) { FXSplashWindow *arg1 = (FXSplashWindow *) 0 ;
|
8293
|
+
FXObject *arg2 = (FXObject *) 0 ; FXSelector arg3 ; void *arg4 = (void *) 0 ; long result; VALUE vresult = Qnil;
|
8294
|
+
if ((argc < 3) || (argc > 3)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 3)",argc);
|
8295
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXSplashWindow, 1);
|
8296
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXObject, 1); arg3 = NUM2UINT(argv[1]); arg4 = to_FXEvent(argv[2]);
|
8297
|
+
result = (long)(arg1)->onPaint(arg2,arg3,arg4); vresult = INT2NUM(result); return vresult; }
|
8298
|
+
static VALUE _wrap_new_FXSplashWindow__SWIG_0(int argc, VALUE *argv, VALUE self) { FXApp *arg1 = (FXApp *) 0 ;
|
8299
|
+
FXIcon *arg2 = (FXIcon *) 0 ; FXuint arg3 = (FXuint) SPLASH_SIMPLE ; FXuint arg4 = (FXuint) 5000 ; FXSplashWindow *result;
|
8300
|
+
if ((argc < 2) || (argc > 4)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 2)",argc);
|
8301
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg1, SWIGTYPE_p_FXApp, 1);
|
8302
|
+
SWIG_ConvertPtr(argv[1], (void **) &arg2, SWIGTYPE_p_FXIcon, 1); if (argc > 2) { arg3 = NUM2UINT(argv[2]); }
|
8303
|
+
if (argc > 3) { arg4 = NUM2UINT(argv[3]); } { result = (FXSplashWindow *)new FXSplashWindow(arg1,arg2,arg3,arg4);
|
8304
|
+
DATA_PTR(self) = result; FXRbRegisterRubyObj(self, result); if(rb_block_given_p()){ rb_yield(self); } } return self; }
|
8305
|
+
#ifdef HAVE_RB_DEFINE_ALLOC_FUNC
|
8306
|
+
static VALUE _wrap_FXSplashWindow_allocate(VALUE self) {
|
8307
|
+
#else
|
8308
|
+
static VALUE _wrap_FXSplashWindow_allocate(int argc, VALUE *argv, VALUE self) {
|
8309
|
+
#endif
|
8310
|
+
VALUE vresult = SWIG_NewClassInstance(self, SWIGTYPE_p_FXSplashWindow);
|
8311
|
+
#ifndef HAVE_RB_DEFINE_ALLOC_FUNC
|
8312
|
+
rb_obj_call_init(vresult, argc, argv);
|
8313
|
+
#endif
|
8314
|
+
return vresult; }
|
8315
|
+
static VALUE _wrap_new_FXSplashWindow__SWIG_1(int argc, VALUE *argv, VALUE self) { FXWindow *arg1 = (FXWindow *) 0 ;
|
8316
|
+
FXIcon *arg2 = (FXIcon *) 0 ; FXuint arg3 = (FXuint) SPLASH_SIMPLE ; FXuint arg4 = (FXuint) 5000 ; FXSplashWindow *result;
|
8317
|
+
if ((argc < 2) || (argc > 4)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 2)",argc);
|
8318
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg1, SWIGTYPE_p_FXWindow, 1);
|
8319
|
+
SWIG_ConvertPtr(argv[1], (void **) &arg2, SWIGTYPE_p_FXIcon, 1); if (argc > 2) { arg3 = NUM2UINT(argv[2]); }
|
8320
|
+
if (argc > 3) { arg4 = NUM2UINT(argv[3]); } { result = (FXSplashWindow *)new FXSplashWindow(arg1,arg2,arg3,arg4);
|
8321
|
+
DATA_PTR(self) = result; FXRbRegisterRubyObj(self, result); if(rb_block_given_p()){ rb_yield(self); } } return self; }
|
8322
|
+
static VALUE _wrap_new_FXSplashWindow(int nargs, VALUE *args, VALUE self) { int argc; VALUE argv[4]; int ii; argc = nargs;
|
8323
|
+
for (ii = 0; (ii < argc) && (ii < 4); ii++) { argv[ii] = args[ii]; } if ((argc >= 2) && (argc <= 4)) { int _v; { void *ptr;
|
8324
|
+
_v = (NIL_P(argv[0]) || (TYPE(argv[0]) == T_DATA && SWIG_ConvertPtr(argv[0], &ptr, SWIGTYPE_p_FXApp, 0) != -1)) ? 1 : 0; }
|
8325
|
+
if (_v) { { void *ptr;
|
8326
|
+
_v = (NIL_P(argv[1]) || (TYPE(argv[1]) == T_DATA && SWIG_ConvertPtr(argv[1], &ptr, SWIGTYPE_p_FXIcon, 0) != -1)) ? 1 : 0; }
|
8327
|
+
if (_v) { if (argc <= 2) { return _wrap_new_FXSplashWindow__SWIG_0(nargs, args, self);} {
|
8328
|
+
_v = ((TYPE(argv[2]) == T_FIXNUM) || (TYPE(argv[2]) == T_BIGNUM)) ? 1 : 0; } if (_v) { if (argc <= 3) {
|
8329
|
+
return _wrap_new_FXSplashWindow__SWIG_0(nargs, args, self);} {
|
8330
|
+
_v = ((TYPE(argv[3]) == T_FIXNUM) || (TYPE(argv[3]) == T_BIGNUM)) ? 1 : 0; } if (_v) {
|
8331
|
+
return _wrap_new_FXSplashWindow__SWIG_0(nargs, args, self);} } } } }
|
8332
|
+
if ((argc >= 2) && (argc <= 4)) { int _v; { void *ptr;
|
8333
|
+
_v = (NIL_P(argv[0]) || (TYPE(argv[0]) == T_DATA && SWIG_ConvertPtr(argv[0], &ptr, SWIGTYPE_p_FXWindow, 0) != -1)) ? 1 : 0; }
|
8334
|
+
if (_v) { { void *ptr;
|
8335
|
+
_v = (NIL_P(argv[1]) || (TYPE(argv[1]) == T_DATA && SWIG_ConvertPtr(argv[1], &ptr, SWIGTYPE_p_FXIcon, 0) != -1)) ? 1 : 0; }
|
8336
|
+
if (_v) { if (argc <= 2) { return _wrap_new_FXSplashWindow__SWIG_1(nargs, args, self);} {
|
8337
|
+
_v = ((TYPE(argv[2]) == T_FIXNUM) || (TYPE(argv[2]) == T_BIGNUM)) ? 1 : 0; } if (_v) { if (argc <= 3) {
|
8338
|
+
return _wrap_new_FXSplashWindow__SWIG_1(nargs, args, self);} {
|
8339
|
+
_v = ((TYPE(argv[3]) == T_FIXNUM) || (TYPE(argv[3]) == T_BIGNUM)) ? 1 : 0; } if (_v) {
|
8340
|
+
return _wrap_new_FXSplashWindow__SWIG_1(nargs, args, self);} } } } }
|
8341
|
+
rb_raise(rb_eArgError, "No matching function for overloaded 'new_FXSplashWindow'"); return Qnil; }
|
8342
|
+
static VALUE _wrap_FXSplashWindow_icone___(int argc, VALUE *argv, VALUE self) { FXSplashWindow *arg1 = (FXSplashWindow *) 0 ;
|
8343
|
+
FXIcon *arg2 = (FXIcon *) 0 ; if ((argc < 1) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
8344
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXSplashWindow, 1);
|
8345
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXIcon, 1); (arg1)->setIcon(arg2); return Qnil; }
|
8346
|
+
static VALUE _wrap_FXSplashWindow_icon(int argc, VALUE *argv, VALUE self) { FXSplashWindow *arg1 = (FXSplashWindow *) 0 ;
|
8347
|
+
FXIcon *result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0))
|
8348
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
8349
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXSplashWindow, 1);
|
8350
|
+
result = (FXIcon *)((FXSplashWindow const *)arg1)->getIcon(); {
|
8351
|
+
swig_type_info *ty = SWIG_TypeDynamicCast(SWIGTYPE_p_FXIcon, (void **) &result); vresult = FXRbGetRubyObj(result, ty); }
|
8352
|
+
return vresult; }
|
8353
|
+
static VALUE _wrap_FXSplashWindow_delaye___(int argc, VALUE *argv, VALUE self) { FXSplashWindow *arg1 = (FXSplashWindow *) 0 ;
|
8354
|
+
FXuint arg2 ; if ((argc < 1) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
8355
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXSplashWindow, 1); arg2 = NUM2UINT(argv[0]); (arg1)->setDelay(arg2);
|
8356
|
+
return Qnil; }
|
8357
|
+
static VALUE _wrap_FXSplashWindow_delay(int argc, VALUE *argv, VALUE self) { FXSplashWindow *arg1 = (FXSplashWindow *) 0 ;
|
8358
|
+
FXuint result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0))
|
8359
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
8360
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXSplashWindow, 1);
|
8361
|
+
result = (FXuint)((FXSplashWindow const *)arg1)->getDelay(); vresult = UINT2NUM(result); return vresult; }
|
8362
|
+
static void
|
8363
|
+
free_FXSplashWindow(FXSplashWindow *arg1) {
|
8364
|
+
delete arg1;
|
8365
|
+
}
|
8366
|
+
static VALUE _wrap_FXSplashWindow_save(int argc, VALUE *argv, VALUE self) { FXSplashWindow *arg1 = (FXSplashWindow *) 0 ;
|
8367
|
+
FXStream *arg2 = 0 ; if ((argc < 1) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
8368
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXSplashWindow, 1);
|
8369
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXStream, 1); if (arg2 == NULL) rb_raise(rb_eTypeError, "null reference");
|
8370
|
+
FXSplashWindow_save((FXSplashWindow const *)arg1,*arg2); return Qnil; }
|
8371
|
+
static VALUE _wrap_FXSplashWindow_load(int argc, VALUE *argv, VALUE self) { FXSplashWindow *arg1 = (FXSplashWindow *) 0 ;
|
8372
|
+
FXStream *arg2 = 0 ; if ((argc < 1) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
8373
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXSplashWindow, 1);
|
8374
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXStream, 1); if (arg2 == NULL) rb_raise(rb_eTypeError, "null reference");
|
8375
|
+
FXSplashWindow_load(arg1,*arg2); return Qnil; }
|
8376
|
+
static VALUE _wrap_FXSplashWindow_create(int argc, VALUE *argv, VALUE self) { FXSplashWindow *arg1 = (FXSplashWindow *) 0 ;
|
8377
|
+
if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
8378
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXSplashWindow, 1); FXSplashWindow_create(arg1); return Qnil; }
|
8379
|
+
static VALUE _wrap_FXSplashWindow_detach(int argc, VALUE *argv, VALUE self) { FXSplashWindow *arg1 = (FXSplashWindow *) 0 ;
|
8380
|
+
if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
8381
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXSplashWindow, 1); FXSplashWindow_detach(arg1); return Qnil; }
|
8382
|
+
static VALUE _wrap_FXSplashWindow_destroy(int argc, VALUE *argv, VALUE self) { FXSplashWindow *arg1 = (FXSplashWindow *) 0 ;
|
8383
|
+
if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
8384
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXSplashWindow, 1); FXSplashWindow_destroy(arg1); return Qnil; }
|
8385
|
+
static VALUE _wrap_FXSplashWindow_resize(int argc, VALUE *argv, VALUE self) { FXSplashWindow *arg1 = (FXSplashWindow *) 0 ;
|
8386
|
+
FXint arg2 ; FXint arg3 ; if ((argc < 2) || (argc > 2)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 2)",argc);
|
8387
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXSplashWindow, 1); arg2 = NUM2INT(argv[0]); arg3 = NUM2INT(argv[1]);
|
8388
|
+
FXSplashWindow_resize(arg1,arg2,arg3); return Qnil; }
|
8389
|
+
static VALUE _wrap_FXSplashWindow_getDefaultWidth(int argc, VALUE *argv, VALUE self) {
|
8390
|
+
FXSplashWindow *arg1 = (FXSplashWindow *) 0 ; FXint result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0))
|
8391
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
8392
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXSplashWindow, 1); result = (FXint)FXSplashWindow_getDefaultWidth(arg1);
|
8393
|
+
vresult = INT2NUM(result); return vresult; }
|
8394
|
+
static VALUE _wrap_FXSplashWindow_getDefaultHeight(int argc, VALUE *argv, VALUE self) {
|
8395
|
+
FXSplashWindow *arg1 = (FXSplashWindow *) 0 ; FXint result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0))
|
8396
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
8397
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXSplashWindow, 1); result = (FXint)FXSplashWindow_getDefaultHeight(arg1);
|
8398
|
+
vresult = INT2NUM(result); return vresult; }
|
8399
|
+
static VALUE _wrap_FXSplashWindow_getWidthForHeight(int argc, VALUE *argv, VALUE self) {
|
8400
|
+
FXSplashWindow *arg1 = (FXSplashWindow *) 0 ; FXint arg2 ; FXint result; VALUE vresult = Qnil; if ((argc < 1) || (argc > 1))
|
8401
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
8402
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXSplashWindow, 1); arg2 = NUM2INT(argv[0]);
|
8403
|
+
result = (FXint)FXSplashWindow_getWidthForHeight(arg1,arg2); vresult = INT2NUM(result); return vresult; }
|
8404
|
+
static VALUE _wrap_FXSplashWindow_getHeightForWidth(int argc, VALUE *argv, VALUE self) {
|
8405
|
+
FXSplashWindow *arg1 = (FXSplashWindow *) 0 ; FXint arg2 ; FXint result; VALUE vresult = Qnil; if ((argc < 1) || (argc > 1))
|
8406
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
8407
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXSplashWindow, 1); arg2 = NUM2INT(argv[0]);
|
8408
|
+
result = (FXint)FXSplashWindow_getHeightForWidth(arg1,arg2); vresult = INT2NUM(result); return vresult; }
|
8409
|
+
static VALUE _wrap_FXSplashWindow_canFocus(int argc, VALUE *argv, VALUE self) { FXSplashWindow *arg1 = (FXSplashWindow *) 0 ;
|
8410
|
+
FXbool result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0))
|
8411
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
8412
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXSplashWindow, 1);
|
8413
|
+
result = (FXbool)FXSplashWindow_canFocus((FXSplashWindow const *)arg1); vresult = result ? Qtrue : Qfalse; return vresult; }
|
8414
|
+
static VALUE _wrap_FXSplashWindow_setFocus(int argc, VALUE *argv, VALUE self) { FXSplashWindow *arg1 = (FXSplashWindow *) 0 ;
|
8415
|
+
if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
8416
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXSplashWindow, 1); FXSplashWindow_setFocus(arg1); return Qnil; }
|
8417
|
+
static VALUE _wrap_FXSplashWindow_killFocus(int argc, VALUE *argv, VALUE self) { FXSplashWindow *arg1 = (FXSplashWindow *) 0 ;
|
8418
|
+
if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
8419
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXSplashWindow, 1); FXSplashWindow_killFocus(arg1); return Qnil; }
|
8420
|
+
static VALUE _wrap_FXSplashWindow_changeFocus(int argc, VALUE *argv, VALUE self) { FXSplashWindow *arg1 = (FXSplashWindow *) 0 ;
|
8421
|
+
FXWindow *arg2 = (FXWindow *) 0 ; if ((argc < 1) || (argc > 1))
|
8422
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
8423
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXSplashWindow, 1);
|
8424
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXWindow, 1); FXSplashWindow_changeFocus(arg1,arg2); return Qnil; }
|
8425
|
+
static VALUE _wrap_FXSplashWindow_setDefault(int argc, VALUE *argv, VALUE self) { FXSplashWindow *arg1 = (FXSplashWindow *) 0 ;
|
8426
|
+
FXbool arg2 = (FXbool) 1 ; if ((argc < 0) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
8427
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXSplashWindow, 1); if (argc > 0) { arg2 = to_FXbool(argv[0]); }
|
8428
|
+
FXSplashWindow_setDefault(arg1,arg2); return Qnil; }
|
8429
|
+
static VALUE _wrap_FXSplashWindow_enable(int argc, VALUE *argv, VALUE self) { FXSplashWindow *arg1 = (FXSplashWindow *) 0 ;
|
8430
|
+
if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
8431
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXSplashWindow, 1); FXSplashWindow_enable(arg1); return Qnil; }
|
8432
|
+
static VALUE _wrap_FXSplashWindow_disable(int argc, VALUE *argv, VALUE self) { FXSplashWindow *arg1 = (FXSplashWindow *) 0 ;
|
8433
|
+
if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
8434
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXSplashWindow, 1); FXSplashWindow_disable(arg1); return Qnil; }
|
8435
|
+
static VALUE _wrap_FXSplashWindow_raiseWindow(int argc, VALUE *argv, VALUE self) { FXSplashWindow *arg1 = (FXSplashWindow *) 0 ;
|
8436
|
+
if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
8437
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXSplashWindow, 1); FXSplashWindow_raise(arg1); return Qnil; }
|
8438
|
+
static VALUE _wrap_FXSplashWindow_lower(int argc, VALUE *argv, VALUE self) { FXSplashWindow *arg1 = (FXSplashWindow *) 0 ;
|
8439
|
+
if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
8440
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXSplashWindow, 1); FXSplashWindow_lower(arg1); return Qnil; }
|
8441
|
+
static VALUE _wrap_FXSplashWindow_move(int argc, VALUE *argv, VALUE self) { FXSplashWindow *arg1 = (FXSplashWindow *) 0 ;
|
8442
|
+
FXint arg2 ; FXint arg3 ; if ((argc < 2) || (argc > 2)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 2)",argc);
|
8443
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXSplashWindow, 1); arg2 = NUM2INT(argv[0]); arg3 = NUM2INT(argv[1]);
|
8444
|
+
FXSplashWindow_move(arg1,arg2,arg3); return Qnil; }
|
8445
|
+
static VALUE _wrap_FXSplashWindow_position(int argc, VALUE *argv, VALUE self) { FXSplashWindow *arg1 = (FXSplashWindow *) 0 ;
|
8446
|
+
FXint arg2 ; FXint arg3 ; FXint arg4 ; FXint arg5 ; if ((argc < 4) || (argc > 4))
|
8447
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 4)",argc);
|
8448
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXSplashWindow, 1); arg2 = NUM2INT(argv[0]); arg3 = NUM2INT(argv[1]);
|
8449
|
+
arg4 = NUM2INT(argv[2]); arg5 = NUM2INT(argv[3]); FXSplashWindow_position(arg1,arg2,arg3,arg4,arg5); return Qnil; }
|
8450
|
+
static VALUE _wrap_FXSplashWindow_layout(int argc, VALUE *argv, VALUE self) { FXSplashWindow *arg1 = (FXSplashWindow *) 0 ;
|
8451
|
+
if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
8452
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXSplashWindow, 1); FXSplashWindow_layout(arg1); return Qnil; }
|
8453
|
+
static VALUE _wrap_FXSplashWindow_recalc(int argc, VALUE *argv, VALUE self) { FXSplashWindow *arg1 = (FXSplashWindow *) 0 ;
|
8454
|
+
if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
8455
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXSplashWindow, 1); FXSplashWindow_recalc(arg1); return Qnil; }
|
8456
|
+
static VALUE _wrap_FXSplashWindow_reparent(int argc, VALUE *argv, VALUE self) { FXSplashWindow *arg1 = (FXSplashWindow *) 0 ;
|
8457
|
+
FXWindow *arg2 = (FXWindow *) 0 ; FXWindow *arg3 = (FXWindow *) 0 ; if ((argc < 2) || (argc > 2))
|
8458
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 2)",argc);
|
8459
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXSplashWindow, 1);
|
8460
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXWindow, 1);
|
8461
|
+
SWIG_ConvertPtr(argv[1], (void **) &arg3, SWIGTYPE_p_FXWindow, 1); FXSplashWindow_reparent(arg1,arg2,arg3); return Qnil; }
|
8462
|
+
static VALUE _wrap_FXSplashWindow_show__SWIG_0(int argc, VALUE *argv, VALUE self) {
|
8463
|
+
FXSplashWindow *arg1 = (FXSplashWindow *) 0 ; if ((argc < 0) || (argc > 0))
|
8464
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
8465
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXSplashWindow, 1); FXSplashWindow_show(arg1); return Qnil; }
|
8466
|
+
static VALUE _wrap_FXSplashWindow_hide(int argc, VALUE *argv, VALUE self) { FXSplashWindow *arg1 = (FXSplashWindow *) 0 ;
|
8467
|
+
if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
8468
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXSplashWindow, 1); FXSplashWindow_hide(arg1); return Qnil; }
|
8469
|
+
static VALUE _wrap_FXSplashWindow_isComposite(int argc, VALUE *argv, VALUE self) { FXSplashWindow *arg1 = (FXSplashWindow *) 0 ;
|
8470
|
+
FXbool result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0))
|
8471
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
8472
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXSplashWindow, 1);
|
8473
|
+
result = (FXbool)FXSplashWindow_isComposite((FXSplashWindow const *)arg1); vresult = result ? Qtrue : Qfalse;
|
8474
|
+
return vresult; }
|
8475
|
+
static VALUE _wrap_FXSplashWindow_contains(int argc, VALUE *argv, VALUE self) { FXSplashWindow *arg1 = (FXSplashWindow *) 0 ;
|
8476
|
+
FXint arg2 ; FXint arg3 ; FXbool result; VALUE vresult = Qnil; if ((argc < 2) || (argc > 2))
|
8477
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 2)",argc);
|
8478
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXSplashWindow, 1); arg2 = NUM2INT(argv[0]); arg3 = NUM2INT(argv[1]);
|
8479
|
+
result = (FXbool)FXSplashWindow_contains((FXSplashWindow const *)arg1,arg2,arg3); vresult = result ? Qtrue : Qfalse;
|
8480
|
+
return vresult; }
|
8481
|
+
static VALUE _wrap_FXSplashWindow_doesSaveUnder(int argc, VALUE *argv, VALUE self) {
|
8482
|
+
FXSplashWindow *arg1 = (FXSplashWindow *) 0 ; FXbool result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0))
|
8483
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
8484
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXSplashWindow, 1);
|
8485
|
+
result = (FXbool)FXSplashWindow_doesSaveUnder((FXSplashWindow const *)arg1); vresult = result ? Qtrue : Qfalse;
|
8486
|
+
return vresult; }
|
8487
|
+
static VALUE _wrap_FXSplashWindow_setBackColor(int argc, VALUE *argv, VALUE self) {
|
8488
|
+
FXSplashWindow *arg1 = (FXSplashWindow *) 0 ; FXColor arg2 ; if ((argc < 1) || (argc > 1))
|
8489
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
8490
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXSplashWindow, 1); arg2 = to_FXColor(argv[0]);
|
8491
|
+
FXSplashWindow_setBackColor(arg1,arg2); return Qnil; }
|
8492
|
+
static VALUE _wrap_FXSplashWindow_setShape__SWIG_0(int argc, VALUE *argv, VALUE self) {
|
8493
|
+
FXSplashWindow *arg1 = (FXSplashWindow *) 0 ; FXRegion *arg2 = 0 ; if ((argc < 1) || (argc > 1))
|
8494
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
8495
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXSplashWindow, 1);
|
8496
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXRegion, 1); if (arg2 == NULL) rb_raise(rb_eTypeError, "null reference");
|
8497
|
+
FXSplashWindow_setShape(arg1,(FXRegion const &)*arg2); return Qnil; }
|
8498
|
+
static VALUE _wrap_FXSplashWindow_setShape__SWIG_1(int argc, VALUE *argv, VALUE self) {
|
8499
|
+
FXSplashWindow *arg1 = (FXSplashWindow *) 0 ; FXBitmap *arg2 = (FXBitmap *) 0 ; if ((argc < 1) || (argc > 1))
|
8500
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
8501
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXSplashWindow, 1);
|
8502
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXBitmap, 1); FXSplashWindow_setShape(arg1,arg2); return Qnil; }
|
8503
|
+
static VALUE _wrap_FXSplashWindow_setShape__SWIG_2(int argc, VALUE *argv, VALUE self) {
|
8504
|
+
FXSplashWindow *arg1 = (FXSplashWindow *) 0 ; FXIcon *arg2 = (FXIcon *) 0 ; if ((argc < 1) || (argc > 1))
|
8505
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
8506
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXSplashWindow, 1);
|
8507
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXIcon, 1); FXSplashWindow_setShape(arg1,arg2); return Qnil; }
|
8508
|
+
static VALUE _wrap_FXSplashWindow_setShape(int nargs, VALUE *args, VALUE self) { int argc; VALUE argv[3]; int ii;
|
8509
|
+
argc = nargs + 1; argv[0] = self; for (ii = 1; (ii < argc) && (ii < 2); ii++) { argv[ii] = args[ii-1]; } if (argc == 2) {
|
8510
|
+
int _v; { void *ptr;
|
8511
|
+
_v = (NIL_P(argv[0]) || (TYPE(argv[0]) == T_DATA && SWIG_ConvertPtr(argv[0], &ptr, SWIGTYPE_p_FXSplashWindow, 0) != -1)) ? 1 : 0; }
|
8512
|
+
if (_v) { { void *ptr;
|
8513
|
+
_v = (NIL_P(argv[1]) || (TYPE(argv[1]) == T_DATA && SWIG_ConvertPtr(argv[1], &ptr, SWIGTYPE_p_FXRegion, 0) != -1)) ? 1 : 0; }
|
8514
|
+
if (_v) { return _wrap_FXSplashWindow_setShape__SWIG_0(nargs, args, self);} } } if (argc == 2) { int _v; {
|
8515
|
+
void *ptr;
|
8516
|
+
_v = (NIL_P(argv[0]) || (TYPE(argv[0]) == T_DATA && SWIG_ConvertPtr(argv[0], &ptr, SWIGTYPE_p_FXSplashWindow, 0) != -1)) ? 1 : 0; }
|
8517
|
+
if (_v) { { void *ptr;
|
8518
|
+
_v = (NIL_P(argv[1]) || (TYPE(argv[1]) == T_DATA && SWIG_ConvertPtr(argv[1], &ptr, SWIGTYPE_p_FXBitmap, 0) != -1)) ? 1 : 0; }
|
8519
|
+
if (_v) { return _wrap_FXSplashWindow_setShape__SWIG_1(nargs, args, self);} } } if (argc == 2) { int _v; {
|
8520
|
+
void *ptr;
|
8521
|
+
_v = (NIL_P(argv[0]) || (TYPE(argv[0]) == T_DATA && SWIG_ConvertPtr(argv[0], &ptr, SWIGTYPE_p_FXSplashWindow, 0) != -1)) ? 1 : 0; }
|
8522
|
+
if (_v) { { void *ptr;
|
8523
|
+
_v = (NIL_P(argv[1]) || (TYPE(argv[1]) == T_DATA && SWIG_ConvertPtr(argv[1], &ptr, SWIGTYPE_p_FXIcon, 0) != -1)) ? 1 : 0; }
|
8524
|
+
if (_v) { return _wrap_FXSplashWindow_setShape__SWIG_2(nargs, args, self);} } }
|
8525
|
+
rb_raise(rb_eArgError, "No matching function for overloaded 'FXSplashWindow_setShape'"); return Qnil; }
|
8526
|
+
static VALUE _wrap_FXSplashWindow_clearShape(int argc, VALUE *argv, VALUE self) { FXSplashWindow *arg1 = (FXSplashWindow *) 0 ;
|
8527
|
+
if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
8528
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXSplashWindow, 1); FXSplashWindow_clearShape(arg1); return Qnil; }
|
8529
|
+
static VALUE _wrap_FXSplashWindow_show__SWIG_1(int argc, VALUE *argv, VALUE self) {
|
8530
|
+
FXSplashWindow *arg1 = (FXSplashWindow *) 0 ; FXuint arg2 ; if ((argc < 1) || (argc > 1))
|
8531
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
8532
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXSplashWindow, 1); arg2 = NUM2UINT(argv[0]);
|
8533
|
+
FXSplashWindow_show(arg1,arg2); return Qnil; }
|
8534
|
+
static VALUE _wrap_FXSplashWindow_show(int nargs, VALUE *args, VALUE self) { int argc; VALUE argv[3]; int ii; argc = nargs + 1;
|
8535
|
+
argv[0] = self; for (ii = 1; (ii < argc) && (ii < 2); ii++) { argv[ii] = args[ii-1]; } if (argc == 1) { int _v; {
|
8536
|
+
void *ptr;
|
8537
|
+
_v = (NIL_P(argv[0]) || (TYPE(argv[0]) == T_DATA && SWIG_ConvertPtr(argv[0], &ptr, SWIGTYPE_p_FXSplashWindow, 0) != -1)) ? 1 : 0; }
|
8538
|
+
if (_v) { return _wrap_FXSplashWindow_show__SWIG_0(nargs, args, self);} } if (argc == 2) { int _v; { void *ptr;
|
8539
|
+
_v = (NIL_P(argv[0]) || (TYPE(argv[0]) == T_DATA && SWIG_ConvertPtr(argv[0], &ptr, SWIGTYPE_p_FXSplashWindow, 0) != -1)) ? 1 : 0; }
|
8540
|
+
if (_v) { { _v = ((TYPE(argv[1]) == T_FIXNUM) || (TYPE(argv[1]) == T_BIGNUM)) ? 1 : 0; } if (_v) {
|
8541
|
+
return _wrap_FXSplashWindow_show__SWIG_1(nargs, args, self);} } }
|
8542
|
+
rb_raise(rb_eArgError, "No matching function for overloaded 'FXSplashWindow_show'"); return Qnil; }
|
8543
|
+
static VALUE _wrap_FXSplashWindow_maximize(int argc, VALUE *argv, VALUE self) { FXSplashWindow *arg1 = (FXSplashWindow *) 0 ;
|
8544
|
+
FXbool arg2 = (FXbool) 0 ; FXbool result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 1))
|
8545
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
8546
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXSplashWindow, 1); if (argc > 0) { arg2 = to_FXbool(argv[0]); }
|
8547
|
+
result = (FXbool)FXSplashWindow_maximize(arg1,arg2); vresult = result ? Qtrue : Qfalse; return vresult; }
|
8548
|
+
static VALUE _wrap_FXSplashWindow_minimize(int argc, VALUE *argv, VALUE self) { FXSplashWindow *arg1 = (FXSplashWindow *) 0 ;
|
8549
|
+
FXbool arg2 = (FXbool) 0 ; FXbool result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 1))
|
8550
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
8551
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXSplashWindow, 1); if (argc > 0) { arg2 = to_FXbool(argv[0]); }
|
8552
|
+
result = (FXbool)FXSplashWindow_minimize(arg1,arg2); vresult = result ? Qtrue : Qfalse; return vresult; }
|
8553
|
+
static VALUE _wrap_FXSplashWindow_restore(int argc, VALUE *argv, VALUE self) { FXSplashWindow *arg1 = (FXSplashWindow *) 0 ;
|
8554
|
+
FXbool arg2 = (FXbool) 0 ; FXbool result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 1))
|
8555
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
8556
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXSplashWindow, 1); if (argc > 0) { arg2 = to_FXbool(argv[0]); }
|
8557
|
+
result = (FXbool)FXSplashWindow_restore(arg1,arg2); vresult = result ? Qtrue : Qfalse; return vresult; }
|
8558
|
+
static VALUE _wrap_FXSplashWindow_close(int argc, VALUE *argv, VALUE self) { FXSplashWindow *arg1 = (FXSplashWindow *) 0 ;
|
8559
|
+
FXbool arg2 = (FXbool) 0 ; FXbool result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 1))
|
8560
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
8561
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXSplashWindow, 1); if (argc > 0) { arg2 = to_FXbool(argv[0]); }
|
8562
|
+
result = (FXbool)FXSplashWindow_close(arg1,arg2); vresult = result ? Qtrue : Qfalse; return vresult; }
|
7966
8563
|
|
7967
8564
|
/* -------- TYPE CONVERSION AND EQUIVALENCE RULES (BEGIN) -------- */
|
7968
8565
|
|
@@ -7984,6 +8581,9 @@ static void *_p_FXTopWindowTo_p_FXComposite(void *x) {
|
|
7984
8581
|
static void *_p_FXMainWindowTo_p_FXComposite(void *x) {
|
7985
8582
|
return (void *)((FXComposite *) (FXShell *)(FXTopWindow *) ((FXMainWindow *) x));
|
7986
8583
|
}
|
8584
|
+
static void *_p_FXSplashWindowTo_p_FXComposite(void *x) {
|
8585
|
+
return (void *)((FXComposite *) (FXShell *)(FXTopWindow *) ((FXSplashWindow *) x));
|
8586
|
+
}
|
7987
8587
|
static void *_p_FXPopupTo_p_FXShell(void *x) {
|
7988
8588
|
return (void *)((FXShell *) ((FXPopup *) x));
|
7989
8589
|
}
|
@@ -7993,6 +8593,9 @@ static void *_p_FXTopWindowTo_p_FXShell(void *x) {
|
|
7993
8593
|
static void *_p_FXMainWindowTo_p_FXShell(void *x) {
|
7994
8594
|
return (void *)((FXShell *) (FXTopWindow *) ((FXMainWindow *) x));
|
7995
8595
|
}
|
8596
|
+
static void *_p_FXSplashWindowTo_p_FXShell(void *x) {
|
8597
|
+
return (void *)((FXShell *) (FXTopWindow *) ((FXSplashWindow *) x));
|
8598
|
+
}
|
7996
8599
|
static void *_p_FXCompositeTo_p_FXWindow(void *x) {
|
7997
8600
|
return (void *)((FXWindow *) ((FXComposite *) x));
|
7998
8601
|
}
|
@@ -8011,12 +8614,18 @@ static void *_p_FXTopWindowTo_p_FXWindow(void *x) {
|
|
8011
8614
|
static void *_p_FXMainWindowTo_p_FXWindow(void *x) {
|
8012
8615
|
return (void *)((FXWindow *) (FXComposite *)(FXShell *)(FXTopWindow *) ((FXMainWindow *) x));
|
8013
8616
|
}
|
8617
|
+
static void *_p_FXSplashWindowTo_p_FXWindow(void *x) {
|
8618
|
+
return (void *)((FXWindow *) (FXComposite *)(FXShell *)(FXTopWindow *) ((FXSplashWindow *) x));
|
8619
|
+
}
|
8014
8620
|
static void *_p_FXFrameTo_p_FXWindow(void *x) {
|
8015
8621
|
return (void *)((FXWindow *) ((FXFrame *) x));
|
8016
8622
|
}
|
8017
8623
|
static void *_p_FXMainWindowTo_p_FXTopWindow(void *x) {
|
8018
8624
|
return (void *)((FXTopWindow *) ((FXMainWindow *) x));
|
8019
8625
|
}
|
8626
|
+
static void *_p_FXSplashWindowTo_p_FXTopWindow(void *x) {
|
8627
|
+
return (void *)((FXTopWindow *) ((FXSplashWindow *) x));
|
8628
|
+
}
|
8020
8629
|
static void *_p_FXFrameTo_p_FXObject(void *x) {
|
8021
8630
|
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *) ((FXFrame *) x));
|
8022
8631
|
}
|
@@ -8032,9 +8641,6 @@ static void *_p_FXAccelTableTo_p_FXObject(void *x) {
|
|
8032
8641
|
static void *_p_FXAppTo_p_FXObject(void *x) {
|
8033
8642
|
return (void *)((FXObject *) ((FXApp *) x));
|
8034
8643
|
}
|
8035
|
-
static void *_p_FXIconDictTo_p_FXObject(void *x) {
|
8036
|
-
return (void *)((FXObject *) (FXDict *) ((FXIconDict *) x));
|
8037
|
-
}
|
8038
8644
|
static void *_p_FXWindowTo_p_FXObject(void *x) {
|
8039
8645
|
return (void *)((FXObject *) (FXId *)(FXDrawable *) ((FXWindow *) x));
|
8040
8646
|
}
|
@@ -8050,6 +8656,9 @@ static void *_p_FXTopWindowTo_p_FXObject(void *x) {
|
|
8050
8656
|
static void *_p_FXMainWindowTo_p_FXObject(void *x) {
|
8051
8657
|
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXShell *)(FXTopWindow *) ((FXMainWindow *) x));
|
8052
8658
|
}
|
8659
|
+
static void *_p_FXSplashWindowTo_p_FXObject(void *x) {
|
8660
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXShell *)(FXTopWindow *) ((FXSplashWindow *) x));
|
8661
|
+
}
|
8053
8662
|
static void *_p_FXFileDictTo_p_FXObject(void *x) {
|
8054
8663
|
return (void *)((FXObject *) (FXDict *) ((FXFileDict *) x));
|
8055
8664
|
}
|
@@ -8062,12 +8671,12 @@ static void *_p_FXShellTo_p_FXObject(void *x) {
|
|
8062
8671
|
static void *_p_FXStringDictTo_p_FXObject(void *x) {
|
8063
8672
|
return (void *)((FXObject *) (FXDict *) ((FXStringDict *) x));
|
8064
8673
|
}
|
8065
|
-
static void *_p_FXRegistryTo_p_FXObject(void *x) {
|
8066
|
-
return (void *)((FXObject *) (FXDict *)(FXSettings *) ((FXRegistry *) x));
|
8067
|
-
}
|
8068
8674
|
static void *_p_FXCursorTo_p_FXObject(void *x) {
|
8069
8675
|
return (void *)((FXObject *) (FXId *) ((FXCursor *) x));
|
8070
8676
|
}
|
8677
|
+
static void *_p_FXRegistryTo_p_FXObject(void *x) {
|
8678
|
+
return (void *)((FXObject *) (FXDict *)(FXSettings *) ((FXRegistry *) x));
|
8679
|
+
}
|
8071
8680
|
static void *_p_FXCURCursorTo_p_FXObject(void *x) {
|
8072
8681
|
return (void *)((FXObject *) (FXId *)(FXCursor *) ((FXCURCursor *) x));
|
8073
8682
|
}
|
@@ -8122,6 +8731,9 @@ static void *_p_FXTopWindowTo_p_FXDrawable(void *x) {
|
|
8122
8731
|
static void *_p_FXMainWindowTo_p_FXDrawable(void *x) {
|
8123
8732
|
return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXShell *)(FXTopWindow *) ((FXMainWindow *) x));
|
8124
8733
|
}
|
8734
|
+
static void *_p_FXSplashWindowTo_p_FXDrawable(void *x) {
|
8735
|
+
return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXShell *)(FXTopWindow *) ((FXSplashWindow *) x));
|
8736
|
+
}
|
8125
8737
|
static void *_p_FXFrameTo_p_FXDrawable(void *x) {
|
8126
8738
|
return (void *)((FXDrawable *) (FXWindow *) ((FXFrame *) x));
|
8127
8739
|
}
|
@@ -8137,9 +8749,6 @@ static void *_p_FXFileStreamTo_p_FXStream(void *x) {
|
|
8137
8749
|
static void *_p_FXMemoryStreamTo_p_FXStream(void *x) {
|
8138
8750
|
return (void *)((FXStream *) ((FXMemoryStream *) x));
|
8139
8751
|
}
|
8140
|
-
static void *_p_FXIconDictTo_p_FXDict(void *x) {
|
8141
|
-
return (void *)((FXDict *) ((FXIconDict *) x));
|
8142
|
-
}
|
8143
8752
|
static void *_p_FXFileDictTo_p_FXDict(void *x) {
|
8144
8753
|
return (void *)((FXDict *) ((FXFileDict *) x));
|
8145
8754
|
}
|
@@ -8173,6 +8782,9 @@ static void *_p_FXWindowTo_p_FXId(void *x) {
|
|
8173
8782
|
static void *_p_FXCompositeTo_p_FXId(void *x) {
|
8174
8783
|
return (void *)((FXId *) (FXDrawable *)(FXWindow *) ((FXComposite *) x));
|
8175
8784
|
}
|
8785
|
+
static void *_p_FXSplashWindowTo_p_FXId(void *x) {
|
8786
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXShell *)(FXTopWindow *) ((FXSplashWindow *) x));
|
8787
|
+
}
|
8176
8788
|
static void *_p_FXShellTo_p_FXId(void *x) {
|
8177
8789
|
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *) ((FXShell *) x));
|
8178
8790
|
}
|
@@ -8194,38 +8806,42 @@ static void *_p_FXFontTo_p_FXId(void *x) {
|
|
8194
8806
|
static void *_p_FXVisualTo_p_FXId(void *x) {
|
8195
8807
|
return (void *)((FXId *) ((FXVisual *) x));
|
8196
8808
|
}
|
8197
|
-
static swig_type_info _swigt__p_FXDict[] = {{"_p_FXDict", 0, "FXDict *", 0, 0, 0, 0},{"_p_FXDict", 0, 0, 0, 0, 0, 0},{"
|
8809
|
+
static swig_type_info _swigt__p_FXDict[] = {{"_p_FXDict", 0, "FXDict *", 0, 0, 0, 0},{"_p_FXDict", 0, 0, 0, 0, 0, 0},{"_p_FXFileDict", _p_FXFileDictTo_p_FXDict, 0, 0, 0, 0, 0},{"_p_FXRegistry", _p_FXRegistryTo_p_FXDict, 0, 0, 0, 0, 0},{"_p_FXStringDict", _p_FXStringDictTo_p_FXDict, 0, 0, 0, 0, 0},{"_p_FXSettings", _p_FXSettingsTo_p_FXDict, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
|
8198
8810
|
static swig_type_info _swigt__p_FXSettings[] = {{"_p_FXSettings", 0, "FXSettings *", 0, 0, 0, 0},{"_p_FXRegistry", _p_FXRegistryTo_p_FXSettings, 0, 0, 0, 0, 0},{"_p_FXSettings", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
|
8199
8811
|
static swig_type_info _swigt__p_FXAccelTable[] = {{"_p_FXAccelTable", 0, "FXAccelTable *", 0, 0, 0, 0},{"_p_FXAccelTable", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
|
8812
|
+
static swig_type_info _swigt__p_FXlong[] = {{"_p_FXlong", 0, "FXlong *", 0, 0, 0, 0},{"_p_FXlong", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
|
8200
8813
|
static swig_type_info _swigt__p_FXuchar[] = {{"_p_FXuchar", 0, "unsigned char const *|FXuchar const *", 0, 0, 0, 0},{"_p_FXuchar", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
|
8201
|
-
static swig_type_info _swigt__p_FXComposite[] = {{"_p_FXComposite", 0, "FXComposite *", 0, 0, 0, 0},{"_p_FXComposite", 0, 0, 0, 0, 0, 0},{"_p_FXShell", _p_FXShellTo_p_FXComposite, 0, 0, 0, 0, 0},{"_p_FXPopup", _p_FXPopupTo_p_FXComposite, 0, 0, 0, 0, 0},{"_p_FXTopWindow", _p_FXTopWindowTo_p_FXComposite, 0, 0, 0, 0, 0},{"_p_FXMainWindow", _p_FXMainWindowTo_p_FXComposite, 0, 0, 0, 0, 0},{"_p_FXRootWindow", _p_FXRootWindowTo_p_FXComposite, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
|
8814
|
+
static swig_type_info _swigt__p_FXComposite[] = {{"_p_FXComposite", 0, "FXComposite *", 0, 0, 0, 0},{"_p_FXComposite", 0, 0, 0, 0, 0, 0},{"_p_FXShell", _p_FXShellTo_p_FXComposite, 0, 0, 0, 0, 0},{"_p_FXPopup", _p_FXPopupTo_p_FXComposite, 0, 0, 0, 0, 0},{"_p_FXTopWindow", _p_FXTopWindowTo_p_FXComposite, 0, 0, 0, 0, 0},{"_p_FXMainWindow", _p_FXMainWindowTo_p_FXComposite, 0, 0, 0, 0, 0},{"_p_FXSplashWindow", _p_FXSplashWindowTo_p_FXComposite, 0, 0, 0, 0, 0},{"_p_FXRootWindow", _p_FXRootWindowTo_p_FXComposite, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
|
8202
8815
|
static swig_type_info _swigt__p_FXRegistry[] = {{"_p_FXRegistry", 0, "FXRegistry *", 0, 0, 0, 0},{"_p_FXRegistry", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
|
8203
|
-
static swig_type_info _swigt__p_FXId[] = {{"_p_FXId", 0, "FXId *", 0, 0, 0, 0},{"_p_FXFrame", _p_FXFrameTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXPopup", _p_FXPopupTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXRootWindow", _p_FXRootWindowTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXMainWindow", _p_FXMainWindowTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXTopWindow", _p_FXTopWindowTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXWindow", _p_FXWindowTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXComposite", _p_FXCompositeTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXFont", _p_FXFontTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXId", 0, 0, 0, 0, 0, 0},{"_p_FXShell", _p_FXShellTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXGIFCursor", _p_FXGIFCursorTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXCURCursor", _p_FXCURCursorTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXCursor", _p_FXCursorTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXDrawable", _p_FXDrawableTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXVisual", _p_FXVisualTo_p_FXId, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
|
8816
|
+
static swig_type_info _swigt__p_FXId[] = {{"_p_FXId", 0, "FXId *", 0, 0, 0, 0},{"_p_FXFrame", _p_FXFrameTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXPopup", _p_FXPopupTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXRootWindow", _p_FXRootWindowTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXMainWindow", _p_FXMainWindowTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXTopWindow", _p_FXTopWindowTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXWindow", _p_FXWindowTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXSplashWindow", _p_FXSplashWindowTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXComposite", _p_FXCompositeTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXFont", _p_FXFontTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXId", 0, 0, 0, 0, 0, 0},{"_p_FXShell", _p_FXShellTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXGIFCursor", _p_FXGIFCursorTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXCURCursor", _p_FXCURCursorTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXCursor", _p_FXCursorTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXDrawable", _p_FXDrawableTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXVisual", _p_FXVisualTo_p_FXId, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
|
8204
8817
|
static swig_type_info _swigt__p_FXIconDict[] = {{"_p_FXIconDict", 0, "FXIconDict *", 0, 0, 0, 0},{"_p_FXIconDict", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
|
8205
|
-
static swig_type_info _swigt__p_FXShell[] = {{"_p_FXShell", 0, "FXShell *", 0, 0, 0, 0},{"_p_FXShell", 0, 0, 0, 0, 0, 0},{"_p_FXPopup", _p_FXPopupTo_p_FXShell, 0, 0, 0, 0, 0},{"_p_FXTopWindow", _p_FXTopWindowTo_p_FXShell, 0, 0, 0, 0, 0},{"_p_FXMainWindow", _p_FXMainWindowTo_p_FXShell, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
|
8818
|
+
static swig_type_info _swigt__p_FXShell[] = {{"_p_FXShell", 0, "FXShell *", 0, 0, 0, 0},{"_p_FXShell", 0, 0, 0, 0, 0, 0},{"_p_FXPopup", _p_FXPopupTo_p_FXShell, 0, 0, 0, 0, 0},{"_p_FXTopWindow", _p_FXTopWindowTo_p_FXShell, 0, 0, 0, 0, 0},{"_p_FXMainWindow", _p_FXMainWindowTo_p_FXShell, 0, 0, 0, 0, 0},{"_p_FXSplashWindow", _p_FXSplashWindowTo_p_FXShell, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
|
8206
8819
|
static swig_type_info _swigt__p_FXPopup[] = {{"_p_FXPopup", 0, "FXPopup *", 0, 0, 0, 0},{"_p_FXPopup", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
|
8207
8820
|
static swig_type_info _swigt__p_FXTimer[] = {{"_p_FXTimer", 0, "FXTimer *", 0, 0, 0, 0},{"_p_FXTimer", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
|
8208
8821
|
static swig_type_info _swigt__p_FXRootWindow[] = {{"_p_FXRootWindow", 0, "FXRootWindow *", 0, 0, 0, 0},{"_p_FXRootWindow", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
|
8209
|
-
static swig_type_info _swigt__p_FXWindow[] = {{"_p_FXWindow", 0, "FXWindow *", 0, 0, 0, 0},{"_p_FXComposite", _p_FXCompositeTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXShell", _p_FXShellTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXWindow", 0, 0, 0, 0, 0, 0},{"_p_FXPopup", _p_FXPopupTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXTopWindow", _p_FXTopWindowTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXMainWindow", _p_FXMainWindowTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXRootWindow", _p_FXRootWindowTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXFrame", _p_FXFrameTo_p_FXWindow, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
|
8210
|
-
static swig_type_info _swigt__p_FXTopWindow[] = {{"_p_FXTopWindow", 0, "FXTopWindow *", 0, 0, 0, 0},{"_p_FXTopWindow", 0, 0, 0, 0, 0, 0},{"_p_FXMainWindow", _p_FXMainWindowTo_p_FXTopWindow, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
|
8822
|
+
static swig_type_info _swigt__p_FXWindow[] = {{"_p_FXWindow", 0, "FXWindow *", 0, 0, 0, 0},{"_p_FXComposite", _p_FXCompositeTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXShell", _p_FXShellTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXWindow", 0, 0, 0, 0, 0, 0},{"_p_FXPopup", _p_FXPopupTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXTopWindow", _p_FXTopWindowTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXMainWindow", _p_FXMainWindowTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXSplashWindow", _p_FXSplashWindowTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXRootWindow", _p_FXRootWindowTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXFrame", _p_FXFrameTo_p_FXWindow, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
|
8823
|
+
static swig_type_info _swigt__p_FXTopWindow[] = {{"_p_FXTopWindow", 0, "FXTopWindow *", 0, 0, 0, 0},{"_p_FXTopWindow", 0, 0, 0, 0, 0, 0},{"_p_FXMainWindow", _p_FXMainWindowTo_p_FXTopWindow, 0, 0, 0, 0, 0},{"_p_FXSplashWindow", _p_FXSplashWindowTo_p_FXTopWindow, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
|
8211
8824
|
static swig_type_info _swigt__p_void[] = {{"_p_void", 0, "void *", 0, 0, 0, 0},{"_p_void", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
|
8212
8825
|
static swig_type_info _swigt__p_FXDocument[] = {{"_p_FXDocument", 0, "FXDocument *", 0, 0, 0, 0},{"_p_FXDocument", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
|
8213
8826
|
static swig_type_info _swigt__p_FXRecentFiles[] = {{"_p_FXRecentFiles", 0, "FXRecentFiles *", 0, 0, 0, 0},{"_p_FXRecentFiles", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
|
8214
8827
|
static swig_type_info _swigt__p_FXMainWindow[] = {{"_p_FXMainWindow", 0, "FXMainWindow *", 0, 0, 0, 0},{"_p_FXMainWindow", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
|
8828
|
+
static swig_type_info _swigt__p_FXSplashWindow[] = {{"_p_FXSplashWindow", 0, "FXSplashWindow *", 0, 0, 0, 0},{"_p_FXSplashWindow", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
|
8215
8829
|
static swig_type_info _swigt__p_FXIcon[] = {{"_p_FXIcon", 0, "FXIcon *", 0, 0, 0, 0},{"_p_FXIcon", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
|
8216
8830
|
static swig_type_info _swigt__p_FXID[] = {{"_p_FXID", 0, "FXID *", 0, 0, 0, 0},{"_p_FXID", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
|
8831
|
+
static swig_type_info _swigt__p_FXMutex[] = {{"_p_FXMutex", 0, "FXMutex *", 0, 0, 0, 0},{"_p_FXMutex", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
|
8217
8832
|
static swig_type_info _swigt__p_FXEvent[] = {{"_p_FXEvent", 0, "FXEvent *", 0, 0, 0, 0},{"_p_FXEvent", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
|
8218
|
-
static swig_type_info _swigt__p_FXObject[] = {{"_p_FXObject", 0, "FXObject *", 0, 0, 0, 0},{"_p_FXFrame", _p_FXFrameTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXObject", 0, 0, 0, 0, 0, 0},{"_p_FXPopup", _p_FXPopupTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXAccelTable", _p_FXAccelTableTo_p_FXObject, 0, 0, 0, 0, 0},{"
|
8833
|
+
static swig_type_info _swigt__p_FXObject[] = {{"_p_FXObject", 0, "FXObject *", 0, 0, 0, 0},{"_p_FXFrame", _p_FXFrameTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXObject", 0, 0, 0, 0, 0, 0},{"_p_FXPopup", _p_FXPopupTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXAccelTable", _p_FXAccelTableTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXDict", _p_FXDictTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXWindow", _p_FXWindowTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXRootWindow", _p_FXRootWindowTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXTopWindow", _p_FXTopWindowTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXMainWindow", _p_FXMainWindowTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXSplashWindow", _p_FXSplashWindowTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXComposite", _p_FXCompositeTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXFileDict", _p_FXFileDictTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXId", _p_FXIdTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXFont", _p_FXFontTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXShell", _p_FXShellTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXStringDict", _p_FXStringDictTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXRegistry", _p_FXRegistryTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXCursor", _p_FXCursorTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXCURCursor", _p_FXCURCursorTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXGIFCursor", _p_FXGIFCursorTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXDrawable", _p_FXDrawableTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXDelegator", _p_FXDelegatorTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXSettings", _p_FXSettingsTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXVisual", _p_FXVisualTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXApp", _p_FXAppTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXDocument", _p_FXDocumentTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXRecentFiles", _p_FXRecentFilesTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXDebugTarget", _p_FXDebugTargetTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXDataTarget", _p_FXDataTargetTo_p_FXObject, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
|
8219
8834
|
static swig_type_info _swigt__p_FXStringDict[] = {{"_p_FXStringDict", 0, "FXStringDict *", 0, 0, 0, 0},{"_p_FXStringDict", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
|
8835
|
+
static swig_type_info _swigt__p_FXBitmap[] = {{"_p_FXBitmap", 0, "FXBitmap *", 0, 0, 0, 0},{"_p_FXBitmap", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
|
8220
8836
|
static swig_type_info _swigt__p_FXRectangle[] = {{"_p_FXRectangle", 0, "FXRectangle *", 0, 0, 0, 0},{"_p_FXRectangle", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
|
8221
8837
|
static swig_type_info _swigt__p_FXString[] = {{"_p_FXString", 0, "FXString *", 0, 0, 0, 0},{"_p_FXString", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
|
8222
8838
|
static swig_type_info _swigt__p_FXPoint[] = {{"_p_FXPoint", 0, "FXPoint *", 0, 0, 0, 0},{"_p_FXPoint", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
|
8223
8839
|
static swig_type_info _swigt__p_FXFileDict[] = {{"_p_FXFileDict", 0, "FXFileDict *", 0, 0, 0, 0},{"_p_FXFileDict", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
|
8224
|
-
static swig_type_info _swigt__p_FXDebugTarget[] = {{"_p_FXDebugTarget", 0, "FXDebugTarget *", 0, 0, 0, 0},{"_p_FXDebugTarget", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
|
8225
8840
|
static swig_type_info _swigt__p_FXDataTarget[] = {{"_p_FXDataTarget", 0, "FXDataTarget *", 0, 0, 0, 0},{"_p_FXDataTarget", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
|
8226
|
-
static swig_type_info
|
8227
|
-
static swig_type_info _swigt__p_FXDrawable[] = {{"_p_FXDrawable", 0, "FXDrawable *", 0, 0, 0, 0},{"_p_FXComposite", _p_FXCompositeTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXShell", _p_FXShellTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXPopup", _p_FXPopupTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXTopWindow", _p_FXTopWindowTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXMainWindow", _p_FXMainWindowTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXRootWindow", _p_FXRootWindowTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXWindow", _p_FXWindowTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXDrawable", 0, 0, 0, 0, 0, 0},{"_p_FXFrame", _p_FXFrameTo_p_FXDrawable, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
|
8841
|
+
static swig_type_info _swigt__p_FXDebugTarget[] = {{"_p_FXDebugTarget", 0, "FXDebugTarget *", 0, 0, 0, 0},{"_p_FXDebugTarget", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
|
8842
|
+
static swig_type_info _swigt__p_FXDrawable[] = {{"_p_FXDrawable", 0, "FXDrawable *", 0, 0, 0, 0},{"_p_FXComposite", _p_FXCompositeTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXShell", _p_FXShellTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXPopup", _p_FXPopupTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXTopWindow", _p_FXTopWindowTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXMainWindow", _p_FXMainWindowTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXSplashWindow", _p_FXSplashWindowTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXRootWindow", _p_FXRootWindowTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXWindow", _p_FXWindowTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXDrawable", 0, 0, 0, 0, 0, 0},{"_p_FXFrame", _p_FXFrameTo_p_FXDrawable, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
|
8228
8843
|
static swig_type_info _swigt__p_FXCursor[] = {{"_p_FXCursor", 0, "FXCursor *", 0, 0, 0, 0},{"_p_FXCursor", 0, 0, 0, 0, 0, 0},{"_p_FXCURCursor", _p_FXCURCursorTo_p_FXCursor, 0, 0, 0, 0, 0},{"_p_FXGIFCursor", _p_FXGIFCursorTo_p_FXCursor, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
|
8844
|
+
static swig_type_info _swigt__p_FXDelegator[] = {{"_p_FXDelegator", 0, "FXDelegator *", 0, 0, 0, 0},{"_p_FXDelegator", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
|
8229
8845
|
static swig_type_info _swigt__p_FXCURCursor[] = {{"_p_FXCURCursor", 0, "FXCURCursor *", 0, 0, 0, 0},{"_p_FXCURCursor", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
|
8230
8846
|
static swig_type_info _swigt__p_FXGIFCursor[] = {{"_p_FXGIFCursor", 0, "FXGIFCursor *", 0, 0, 0, 0},{"_p_FXGIFCursor", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
|
8231
8847
|
static swig_type_info _swigt__p_FXStream[] = {{"_p_FXStream", 0, "FXStream *", 0, 0, 0, 0},{"_p_FXFileStream", _p_FXFileStreamTo_p_FXStream, 0, 0, 0, 0, 0},{"_p_FXMemoryStream", _p_FXMemoryStreamTo_p_FXStream, 0, 0, 0, 0, 0},{"_p_FXStream", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
|
@@ -8249,6 +8865,7 @@ static swig_type_info *swig_types_initial[] = {
|
|
8249
8865
|
_swigt__p_FXDict,
|
8250
8866
|
_swigt__p_FXSettings,
|
8251
8867
|
_swigt__p_FXAccelTable,
|
8868
|
+
_swigt__p_FXlong,
|
8252
8869
|
_swigt__p_FXuchar,
|
8253
8870
|
_swigt__p_FXComposite,
|
8254
8871
|
_swigt__p_FXRegistry,
|
@@ -8264,20 +8881,23 @@ _swigt__p_void,
|
|
8264
8881
|
_swigt__p_FXDocument,
|
8265
8882
|
_swigt__p_FXRecentFiles,
|
8266
8883
|
_swigt__p_FXMainWindow,
|
8884
|
+
_swigt__p_FXSplashWindow,
|
8267
8885
|
_swigt__p_FXIcon,
|
8268
8886
|
_swigt__p_FXID,
|
8887
|
+
_swigt__p_FXMutex,
|
8269
8888
|
_swigt__p_FXEvent,
|
8270
8889
|
_swigt__p_FXObject,
|
8271
8890
|
_swigt__p_FXStringDict,
|
8891
|
+
_swigt__p_FXBitmap,
|
8272
8892
|
_swigt__p_FXRectangle,
|
8273
8893
|
_swigt__p_FXString,
|
8274
8894
|
_swigt__p_FXPoint,
|
8275
8895
|
_swigt__p_FXFileDict,
|
8276
|
-
_swigt__p_FXDebugTarget,
|
8277
8896
|
_swigt__p_FXDataTarget,
|
8278
|
-
|
8897
|
+
_swigt__p_FXDebugTarget,
|
8279
8898
|
_swigt__p_FXDrawable,
|
8280
8899
|
_swigt__p_FXCursor,
|
8900
|
+
_swigt__p_FXDelegator,
|
8281
8901
|
_swigt__p_FXCURCursor,
|
8282
8902
|
_swigt__p_FXGIFCursor,
|
8283
8903
|
_swigt__p_FXStream,
|
@@ -8397,6 +9017,8 @@ SWIGEXPORT(void) Init_core(void) {
|
|
8397
9017
|
rb_define_const(mFox,"SEL_IO_WRITE", INT2NUM(SEL_IO_WRITE));
|
8398
9018
|
rb_define_const(mFox,"SEL_IO_EXCEPT", INT2NUM(SEL_IO_EXCEPT));
|
8399
9019
|
rb_define_const(mFox,"SEL_PICKED", INT2NUM(SEL_PICKED));
|
9020
|
+
rb_define_const(mFox,"SEL_QUERY_TIP", INT2NUM(SEL_QUERY_TIP));
|
9021
|
+
rb_define_const(mFox,"SEL_QUERY_HELP", INT2NUM(SEL_QUERY_HELP));
|
8400
9022
|
rb_define_const(mFox,"SEL_LAST", INT2NUM(SEL_LAST));
|
8401
9023
|
rb_define_const(mFox,"SHIFTMASK", INT2NUM(SHIFTMASK));
|
8402
9024
|
rb_define_const(mFox,"CAPSLOCKMASK", INT2NUM(CAPSLOCKMASK));
|
@@ -8499,10 +9121,11 @@ SWIGEXPORT(void) Init_core(void) {
|
|
8499
9121
|
rb_define_method(cFXStream.klass, "container", VALUEFUNC(_wrap_FXStream_container), -1);
|
8500
9122
|
rb_define_method(cFXStream.klass, "getPosition", VALUEFUNC(_wrap_FXStream_getPosition), -1);
|
8501
9123
|
rb_define_method(cFXStream.klass, "swapBytes", VALUEFUNC(_wrap_FXStream_swapBytes), -1);
|
8502
|
-
|
9124
|
+
rb_define_method(cFXStream.klass, "setBigEndian", VALUEFUNC(_wrap_FXStream_setBigEndian), -1);
|
9125
|
+
rb_define_method(cFXStream.klass, "isBigEndian", VALUEFUNC(_wrap_FXStream_isBigEndian), -1);
|
8503
9126
|
rb_define_method(cFXStream.klass, "close", VALUEFUNC(_wrap_FXStream_close), -1);
|
8504
9127
|
rb_define_method(cFXStream.klass, "flush", VALUEFUNC(_wrap_FXStream_flush), -1);
|
8505
|
-
rb_define_method(cFXStream.klass, "
|
9128
|
+
rb_define_method(cFXStream.klass, "position", VALUEFUNC(_wrap_FXStream_position), -1);
|
8506
9129
|
cFXStream.mark = (void (*)(void *)) FXRbStream::markfunc;
|
8507
9130
|
cFXStream.destroy = (void (*)(void *)) FXRbUnregisterRubyObj;
|
8508
9131
|
|
@@ -8511,9 +9134,10 @@ SWIGEXPORT(void) Init_core(void) {
|
|
8511
9134
|
rb_define_alloc_func(cFXFileStream.klass, _wrap_FXFileStream_allocate);
|
8512
9135
|
rb_define_method(cFXFileStream.klass, "initialize", VALUEFUNC(_wrap_new_FXFileStream), -1);
|
8513
9136
|
rb_define_method(cFXFileStream.klass, "open", VALUEFUNC(_wrap_FXFileStream_open), -1);
|
9137
|
+
rb_define_method(cFXFileStream.klass, "getPosition", VALUEFUNC(_wrap_FXFileStream_getPosition), -1);
|
8514
9138
|
rb_define_method(cFXFileStream.klass, "close", VALUEFUNC(_wrap_FXFileStream_close), -1);
|
8515
9139
|
rb_define_method(cFXFileStream.klass, "flush", VALUEFUNC(_wrap_FXFileStream_flush), -1);
|
8516
|
-
rb_define_method(cFXFileStream.klass, "
|
9140
|
+
rb_define_method(cFXFileStream.klass, "position", VALUEFUNC(_wrap_FXFileStream_position), -1);
|
8517
9141
|
cFXFileStream.mark = (void (*)(void *)) FXRbFileStream::markfunc;
|
8518
9142
|
cFXFileStream.destroy = (void (*)(void *)) FXRbUnregisterRubyObj;
|
8519
9143
|
|
@@ -8524,6 +9148,7 @@ SWIGEXPORT(void) Init_core(void) {
|
|
8524
9148
|
rb_define_method(cFXMemoryStream.klass, "open", VALUEFUNC(_wrap_FXMemoryStream_open), -1);
|
8525
9149
|
rb_define_method(cFXMemoryStream.klass, "takeBuffer", VALUEFUNC(_wrap_FXMemoryStream_takeBuffer), -1);
|
8526
9150
|
rb_define_method(cFXMemoryStream.klass, "giveBuffer", VALUEFUNC(_wrap_FXMemoryStream_giveBuffer), -1);
|
9151
|
+
rb_define_method(cFXMemoryStream.klass, "getPosition", VALUEFUNC(_wrap_FXMemoryStream_getPosition), -1);
|
8527
9152
|
cFXMemoryStream.mark = (void (*)(void *)) FXRbMemoryStream::markfunc;
|
8528
9153
|
cFXMemoryStream.destroy = (void (*)(void *)) FXRbUnregisterRubyObj;
|
8529
9154
|
|
@@ -8614,6 +9239,7 @@ SWIGEXPORT(void) Init_core(void) {
|
|
8614
9239
|
rb_define_alloc_func(cFXObject.klass, _wrap_FXObject_allocate);
|
8615
9240
|
rb_define_method(cFXObject.klass, "initialize", VALUEFUNC(_wrap_new_FXObject), -1);
|
8616
9241
|
rb_define_method(cFXObject.klass, "handle", VALUEFUNC(_wrap_FXObject_handle), -1);
|
9242
|
+
rb_define_method(cFXObject.klass, "tryHandle", VALUEFUNC(_wrap_FXObject_tryHandle), -1);
|
8617
9243
|
rb_define_method(cFXObject.klass, "save", VALUEFUNC(_wrap_FXObject_save), -1);
|
8618
9244
|
rb_define_method(cFXObject.klass, "load", VALUEFUNC(_wrap_FXObject_load), -1);
|
8619
9245
|
cFXObject.mark = (void (*)(void *)) FXRbObject::markfunc;
|
@@ -8739,8 +9365,10 @@ SWIGEXPORT(void) Init_core(void) {
|
|
8739
9365
|
rb_define_method(cFXApp.klass, "initialize", VALUEFUNC(_wrap_new_FXApp), -1);
|
8740
9366
|
rb_define_method(cFXApp.klass, "onCmdQuit", VALUEFUNC(_wrap_FXApp_onCmdQuit), -1);
|
8741
9367
|
rb_define_method(cFXApp.klass, "onCmdDump", VALUEFUNC(_wrap_FXApp_onCmdDump), -1);
|
9368
|
+
rb_define_method(cFXApp.klass, "onCmdHover", VALUEFUNC(_wrap_FXApp_onCmdHover), -1);
|
8742
9369
|
rb_define_const(cFXApp.klass,"ID_QUIT", INT2NUM(FXApp::ID_QUIT));
|
8743
9370
|
rb_define_const(cFXApp.klass,"ID_DUMP", INT2NUM(FXApp::ID_DUMP));
|
9371
|
+
rb_define_const(cFXApp.klass,"ID_HOVER", INT2NUM(FXApp::ID_HOVER));
|
8744
9372
|
rb_define_const(cFXApp.klass,"ID_LAST", INT2NUM(FXApp::ID_LAST));
|
8745
9373
|
rb_define_singleton_method(cFXApp.klass, "copyright", VALUEFUNC(_wrap_FXApp_copyright), -1);
|
8746
9374
|
rb_define_method(cFXApp.klass, "getAppName", VALUEFUNC(_wrap_FXApp_getAppName), -1);
|
@@ -8755,6 +9383,7 @@ SWIGEXPORT(void) Init_core(void) {
|
|
8755
9383
|
rb_define_method(cFXApp.klass, "setDefaultVisual", VALUEFUNC(_wrap_FXApp_setDefaultVisual), -1);
|
8756
9384
|
rb_define_method(cFXApp.klass, "getMonoVisual", VALUEFUNC(_wrap_FXApp_getMonoVisual), -1);
|
8757
9385
|
rb_define_method(cFXApp.klass, "getRootWindow", VALUEFUNC(_wrap_FXApp_getRootWindow), -1);
|
9386
|
+
rb_define_method(cFXApp.klass, "setRootWindow", VALUEFUNC(_wrap_FXApp_setRootWindow), -1);
|
8758
9387
|
rb_define_method(cFXApp.klass, "getCursorWindow", VALUEFUNC(_wrap_FXApp_getCursorWindow), -1);
|
8759
9388
|
rb_define_method(cFXApp.klass, "getFocusWindow", VALUEFUNC(_wrap_FXApp_getFocusWindow), -1);
|
8760
9389
|
rb_define_method(cFXApp.klass, "getPopupWindow", VALUEFUNC(_wrap_FXApp_getPopupWindow), -1);
|
@@ -8764,6 +9393,7 @@ SWIGEXPORT(void) Init_core(void) {
|
|
8764
9393
|
rb_define_method(cFXApp.klass, "removeTimeout", VALUEFUNC(_wrap_FXApp_removeTimeout), -1);
|
8765
9394
|
rb_define_method(cFXApp.klass, "hasTimeout?", VALUEFUNC(_wrap_FXApp_hasTimeoutq___), -1);
|
8766
9395
|
rb_define_method(cFXApp.klass, "remainingTimeout", VALUEFUNC(_wrap_FXApp_remainingTimeout), -1);
|
9396
|
+
rb_define_method(cFXApp.klass, "handleTimeouts", VALUEFUNC(_wrap_FXApp_handleTimeouts), -1);
|
8767
9397
|
rb_define_method(cFXApp.klass, "addChore", VALUEFUNC(_wrap_FXApp_addChore), -1);
|
8768
9398
|
rb_define_method(cFXApp.klass, "removeChore", VALUEFUNC(_wrap_FXApp_removeChore), -1);
|
8769
9399
|
rb_define_method(cFXApp.klass, "hasChore?", VALUEFUNC(_wrap_FXApp_hasChoreq___), -1);
|
@@ -8771,6 +9401,7 @@ SWIGEXPORT(void) Init_core(void) {
|
|
8771
9401
|
rb_define_method(cFXApp.klass, "removeSignal", VALUEFUNC(_wrap_FXApp_removeSignal), -1);
|
8772
9402
|
rb_define_method(cFXApp.klass, "addInput", VALUEFUNC(_wrap_FXApp_addInput), -1);
|
8773
9403
|
rb_define_method(cFXApp.klass, "removeInput", VALUEFUNC(_wrap_FXApp_removeInput), -1);
|
9404
|
+
rb_define_method(cFXApp.klass, "getKeyState", VALUEFUNC(_wrap_FXApp_getKeyState), -1);
|
8774
9405
|
rb_define_method(cFXApp.klass, "peekEvent", VALUEFUNC(_wrap_FXApp_peekEvent), -1);
|
8775
9406
|
rb_define_method(cFXApp.klass, "runOneEvent", VALUEFUNC(_wrap_FXApp_runOneEvent), -1);
|
8776
9407
|
rb_define_method(cFXApp.klass, "run", VALUEFUNC(_wrap_FXApp_run), -1);
|
@@ -8804,6 +9435,7 @@ SWIGEXPORT(void) Init_core(void) {
|
|
8804
9435
|
rb_define_method(cFXApp.klass, "getWaitCursor", VALUEFUNC(_wrap_FXApp_getWaitCursor), -1);
|
8805
9436
|
rb_define_method(cFXApp.klass, "getDefaultCursor", VALUEFUNC(_wrap_FXApp_getDefaultCursor), -1);
|
8806
9437
|
rb_define_method(cFXApp.klass, "setDefaultCursor", VALUEFUNC(_wrap_FXApp_setDefaultCursor), -1);
|
9438
|
+
rb_define_method(cFXApp.klass, "mutex", VALUEFUNC(_wrap_FXApp_mutex), -1);
|
8807
9439
|
rb_define_method(cFXApp.klass, "getTypingSpeed", VALUEFUNC(_wrap_FXApp_getTypingSpeed), -1);
|
8808
9440
|
rb_define_method(cFXApp.klass, "getClickSpeed", VALUEFUNC(_wrap_FXApp_getClickSpeed), -1);
|
8809
9441
|
rb_define_method(cFXApp.klass, "getScrollSpeed", VALUEFUNC(_wrap_FXApp_getScrollSpeed), -1);
|
@@ -8836,6 +9468,8 @@ SWIGEXPORT(void) Init_core(void) {
|
|
8836
9468
|
rb_define_method(cFXApp.klass, "getSelbackColor", VALUEFUNC(_wrap_FXApp_getSelbackColor), -1);
|
8837
9469
|
rb_define_method(cFXApp.klass, "getTipforeColor", VALUEFUNC(_wrap_FXApp_getTipforeColor), -1);
|
8838
9470
|
rb_define_method(cFXApp.klass, "getTipbackColor", VALUEFUNC(_wrap_FXApp_getTipbackColor), -1);
|
9471
|
+
rb_define_method(cFXApp.klass, "getSelMenuTextColor", VALUEFUNC(_wrap_FXApp_getSelMenuTextColor), -1);
|
9472
|
+
rb_define_method(cFXApp.klass, "getSelMenuBackColor", VALUEFUNC(_wrap_FXApp_getSelMenuBackColor), -1);
|
8839
9473
|
rb_define_method(cFXApp.klass, "setBorderColor", VALUEFUNC(_wrap_FXApp_setBorderColor), -1);
|
8840
9474
|
rb_define_method(cFXApp.klass, "setBaseColor", VALUEFUNC(_wrap_FXApp_setBaseColor), -1);
|
8841
9475
|
rb_define_method(cFXApp.klass, "setHiliteColor", VALUEFUNC(_wrap_FXApp_setHiliteColor), -1);
|
@@ -8846,6 +9480,8 @@ SWIGEXPORT(void) Init_core(void) {
|
|
8846
9480
|
rb_define_method(cFXApp.klass, "setSelbackColor", VALUEFUNC(_wrap_FXApp_setSelbackColor), -1);
|
8847
9481
|
rb_define_method(cFXApp.klass, "setTipforeColor", VALUEFUNC(_wrap_FXApp_setTipforeColor), -1);
|
8848
9482
|
rb_define_method(cFXApp.klass, "setTipbackColor", VALUEFUNC(_wrap_FXApp_setTipbackColor), -1);
|
9483
|
+
rb_define_method(cFXApp.klass, "setSelMenuTextColor", VALUEFUNC(_wrap_FXApp_setSelMenuTextColor), -1);
|
9484
|
+
rb_define_method(cFXApp.klass, "setSelMenuBackColor", VALUEFUNC(_wrap_FXApp_setSelMenuBackColor), -1);
|
8849
9485
|
rb_define_method(cFXApp.klass, "dumpWidgets", VALUEFUNC(_wrap_FXApp_dumpWidgets), -1);
|
8850
9486
|
rb_define_method(cFXApp.klass, "save", VALUEFUNC(_wrap_FXApp_save), -1);
|
8851
9487
|
rb_define_method(cFXApp.klass, "load", VALUEFUNC(_wrap_FXApp_load), -1);
|
@@ -8876,6 +9512,8 @@ SWIGEXPORT(void) Init_core(void) {
|
|
8876
9512
|
rb_define_const(cFXDataTarget.klass,"DT_USHORT", INT2NUM(FXDataTarget::DT_USHORT));
|
8877
9513
|
rb_define_const(cFXDataTarget.klass,"DT_INT", INT2NUM(FXDataTarget::DT_INT));
|
8878
9514
|
rb_define_const(cFXDataTarget.klass,"DT_UINT", INT2NUM(FXDataTarget::DT_UINT));
|
9515
|
+
rb_define_const(cFXDataTarget.klass,"DT_LONG", INT2NUM(FXDataTarget::DT_LONG));
|
9516
|
+
rb_define_const(cFXDataTarget.klass,"DT_ULONG", INT2NUM(FXDataTarget::DT_ULONG));
|
8879
9517
|
rb_define_const(cFXDataTarget.klass,"DT_FLOAT", INT2NUM(FXDataTarget::DT_FLOAT));
|
8880
9518
|
rb_define_const(cFXDataTarget.klass,"DT_DOUBLE", INT2NUM(FXDataTarget::DT_DOUBLE));
|
8881
9519
|
rb_define_const(cFXDataTarget.klass,"DT_STRING", INT2NUM(FXDataTarget::DT_STRING));
|
@@ -8966,22 +9604,6 @@ SWIGEXPORT(void) Init_core(void) {
|
|
8966
9604
|
cFXFileAssoc.mark = 0;
|
8967
9605
|
cFXFileAssoc.destroy = (void (*)(void *)) FXRbUnregisterRubyObj;
|
8968
9606
|
|
8969
|
-
cFXIconDict.klass = rb_define_class_under(mFox, "FXIconDict", ((swig_class *) SWIGTYPE_p_FXDict->clientdata)->klass);
|
8970
|
-
SWIG_TypeClientData(SWIGTYPE_p_FXIconDict, (void *) &cFXIconDict);
|
8971
|
-
rb_define_alloc_func(cFXIconDict.klass, _wrap_FXIconDict_allocate);
|
8972
|
-
rb_define_method(cFXIconDict.klass, "initialize", VALUEFUNC(_wrap_new_FXIconDict), -1);
|
8973
|
-
rb_define_singleton_method(cFXIconDict.klass, "defaultIconPath", VALUEFUNC(_wrap_FXIconDict_defaultIconPath), -1);
|
8974
|
-
rb_define_method(cFXIconDict.klass, "getApp", VALUEFUNC(_wrap_FXIconDict_getApp), -1);
|
8975
|
-
rb_define_method(cFXIconDict.klass, "setIconPath", VALUEFUNC(_wrap_FXIconDict_setIconPath), -1);
|
8976
|
-
rb_define_method(cFXIconDict.klass, "getIconPath", VALUEFUNC(_wrap_FXIconDict_getIconPath), -1);
|
8977
|
-
rb_define_method(cFXIconDict.klass, "insert", VALUEFUNC(_wrap_FXIconDict_insert), -1);
|
8978
|
-
rb_define_method(cFXIconDict.klass, "remove", VALUEFUNC(_wrap_FXIconDict_remove), -1);
|
8979
|
-
rb_define_method(cFXIconDict.klass, "find", VALUEFUNC(_wrap_FXIconDict_find), -1);
|
8980
|
-
rb_define_method(cFXIconDict.klass, "save", VALUEFUNC(_wrap_FXIconDict_save), -1);
|
8981
|
-
rb_define_method(cFXIconDict.klass, "load", VALUEFUNC(_wrap_FXIconDict_load), -1);
|
8982
|
-
cFXIconDict.mark = (void (*)(void *)) FXRbIconDict::markfunc;
|
8983
|
-
cFXIconDict.destroy = (void (*)(void *)) FXRbObject::freefunc;
|
8984
|
-
|
8985
9607
|
cFXFileDict.klass = rb_define_class_under(mFox, "FXFileDict", ((swig_class *) SWIGTYPE_p_FXDict->clientdata)->klass);
|
8986
9608
|
SWIG_TypeClientData(SWIGTYPE_p_FXFileDict, (void *) &cFXFileDict);
|
8987
9609
|
rb_define_alloc_func(cFXFileDict.klass, _wrap_FXFileDict_allocate);
|
@@ -8989,7 +9611,8 @@ SWIGEXPORT(void) Init_core(void) {
|
|
8989
9611
|
rb_define_singleton_method(cFXFileDict.klass, "defaultExecBinding", VALUEFUNC(_wrap_FXFileDict_defaultExecBinding), -1);
|
8990
9612
|
rb_define_singleton_method(cFXFileDict.klass, "defaultDirBinding", VALUEFUNC(_wrap_FXFileDict_defaultDirBinding), -1);
|
8991
9613
|
rb_define_singleton_method(cFXFileDict.klass, "defaultFileBinding", VALUEFUNC(_wrap_FXFileDict_defaultFileBinding), -1);
|
8992
|
-
rb_define_method(cFXFileDict.klass, "
|
9614
|
+
rb_define_method(cFXFileDict.klass, "setIconDict", VALUEFUNC(_wrap_FXFileDict_setIconDict), -1);
|
9615
|
+
rb_define_method(cFXFileDict.klass, "getIconDict", VALUEFUNC(_wrap_FXFileDict_getIconDict), -1);
|
8993
9616
|
rb_define_method(cFXFileDict.klass, "setIconPath", VALUEFUNC(_wrap_FXFileDict_setIconPath), -1);
|
8994
9617
|
rb_define_method(cFXFileDict.klass, "getIconPath", VALUEFUNC(_wrap_FXFileDict_getIconPath), -1);
|
8995
9618
|
rb_define_method(cFXFileDict.klass, "replace", VALUEFUNC(_wrap_FXFileDict_replace), -1);
|
@@ -9011,8 +9634,6 @@ SWIGEXPORT(void) Init_core(void) {
|
|
9011
9634
|
rb_define_method(cFXStringDict.klass, "insert", VALUEFUNC(_wrap_FXStringDict_insert), -1);
|
9012
9635
|
rb_define_method(cFXStringDict.klass, "replace", VALUEFUNC(_wrap_FXStringDict_replace), -1);
|
9013
9636
|
rb_define_method(cFXStringDict.klass, "remove", VALUEFUNC(_wrap_FXStringDict_remove), -1);
|
9014
|
-
rb_define_method(cFXStringDict.klass, "find", VALUEFUNC(_wrap_FXStringDict_find), -1);
|
9015
|
-
rb_define_method(cFXStringDict.klass, "data", VALUEFUNC(_wrap_FXStringDict_data), -1);
|
9016
9637
|
rb_define_method(cFXStringDict.klass, "save", VALUEFUNC(_wrap_FXStringDict_save), -1);
|
9017
9638
|
rb_define_method(cFXStringDict.klass, "load", VALUEFUNC(_wrap_FXStringDict_load), -1);
|
9018
9639
|
cFXStringDict.mark = (void (*)(void *)) FXRbStringDict::markfunc;
|
@@ -9024,8 +9645,6 @@ SWIGEXPORT(void) Init_core(void) {
|
|
9024
9645
|
rb_define_method(cFXSettings.klass, "initialize", VALUEFUNC(_wrap_new_FXSettings), -1);
|
9025
9646
|
rb_define_method(cFXSettings.klass, "parseFile", VALUEFUNC(_wrap_FXSettings_parseFile), -1);
|
9026
9647
|
rb_define_method(cFXSettings.klass, "unparseFile", VALUEFUNC(_wrap_FXSettings_unparseFile), -1);
|
9027
|
-
rb_define_method(cFXSettings.klass, "data", VALUEFUNC(_wrap_FXSettings_data), -1);
|
9028
|
-
rb_define_method(cFXSettings.klass, "find", VALUEFUNC(_wrap_FXSettings_find), -1);
|
9029
9648
|
rb_define_method(cFXSettings.klass, "readStringEntry", VALUEFUNC(_wrap_FXSettings_readStringEntry), -1);
|
9030
9649
|
rb_define_method(cFXSettings.klass, "readIntEntry", VALUEFUNC(_wrap_FXSettings_readIntEntry), -1);
|
9031
9650
|
rb_define_method(cFXSettings.klass, "readUnsignedEntry", VALUEFUNC(_wrap_FXSettings_readUnsignedEntry), -1);
|
@@ -9159,7 +9778,9 @@ SWIGEXPORT(void) Init_core(void) {
|
|
9159
9778
|
rb_define_method(cFXCursor.klass, "initialize", VALUEFUNC(_wrap_new_FXCursor), -1);
|
9160
9779
|
rb_define_method(cFXCursor.klass, "getWidth", VALUEFUNC(_wrap_FXCursor_getWidth), -1);
|
9161
9780
|
rb_define_method(cFXCursor.klass, "getHeight", VALUEFUNC(_wrap_FXCursor_getHeight), -1);
|
9781
|
+
rb_define_method(cFXCursor.klass, "setHotX", VALUEFUNC(_wrap_FXCursor_setHotX), -1);
|
9162
9782
|
rb_define_method(cFXCursor.klass, "getHotX", VALUEFUNC(_wrap_FXCursor_getHotX), -1);
|
9783
|
+
rb_define_method(cFXCursor.klass, "setHotY", VALUEFUNC(_wrap_FXCursor_setHotY), -1);
|
9163
9784
|
rb_define_method(cFXCursor.klass, "getHotY", VALUEFUNC(_wrap_FXCursor_getHotY), -1);
|
9164
9785
|
rb_define_method(cFXCursor.klass, "isColor", VALUEFUNC(_wrap_FXCursor_isColor), -1);
|
9165
9786
|
rb_define_method(cFXCursor.klass, "save", VALUEFUNC(_wrap_FXCursor_save), -1);
|
@@ -9179,6 +9800,7 @@ SWIGEXPORT(void) Init_core(void) {
|
|
9179
9800
|
SWIG_TypeClientData(SWIGTYPE_p_FXCURCursor, (void *) &cFXCURCursor);
|
9180
9801
|
rb_define_alloc_func(cFXCURCursor.klass, _wrap_FXCURCursor_allocate);
|
9181
9802
|
rb_define_method(cFXCURCursor.klass, "initialize", VALUEFUNC(_wrap_new_FXCURCursor), -1);
|
9803
|
+
rb_define_singleton_method(cFXCURCursor.klass, "fileExt", VALUEFUNC(_wrap_FXCURCursor_fileExt), -1);
|
9182
9804
|
rb_define_method(cFXCURCursor.klass, "save", VALUEFUNC(_wrap_FXCURCursor_save), -1);
|
9183
9805
|
rb_define_method(cFXCURCursor.klass, "load", VALUEFUNC(_wrap_FXCURCursor_load), -1);
|
9184
9806
|
rb_define_method(cFXCURCursor.klass, "create", VALUEFUNC(_wrap_FXCURCursor_create), -1);
|
@@ -9193,6 +9815,7 @@ SWIGEXPORT(void) Init_core(void) {
|
|
9193
9815
|
SWIG_TypeClientData(SWIGTYPE_p_FXGIFCursor, (void *) &cFXGIFCursor);
|
9194
9816
|
rb_define_alloc_func(cFXGIFCursor.klass, _wrap_FXGIFCursor_allocate);
|
9195
9817
|
rb_define_method(cFXGIFCursor.klass, "initialize", VALUEFUNC(_wrap_new_FXGIFCursor), -1);
|
9818
|
+
rb_define_singleton_method(cFXGIFCursor.klass, "fileExt", VALUEFUNC(_wrap_FXGIFCursor_fileExt), -1);
|
9196
9819
|
rb_define_method(cFXGIFCursor.klass, "save", VALUEFUNC(_wrap_FXGIFCursor_save), -1);
|
9197
9820
|
rb_define_method(cFXGIFCursor.klass, "load", VALUEFUNC(_wrap_FXGIFCursor_load), -1);
|
9198
9821
|
rb_define_method(cFXGIFCursor.klass, "create", VALUEFUNC(_wrap_FXGIFCursor_create), -1);
|
@@ -9204,6 +9827,7 @@ SWIGEXPORT(void) Init_core(void) {
|
|
9204
9827
|
cFXGIFCursor.destroy = (void (*)(void *)) FXRbGIFCursor::freefunc;
|
9205
9828
|
rb_define_module_function(mFox, "fxsaveGIF", VALUEFUNC(_wrap_fxsaveGIF), -1);
|
9206
9829
|
rb_define_module_function(mFox, "fxloadGIF", VALUEFUNC(_wrap_fxloadGIF), -1);
|
9830
|
+
rb_define_module_function(mFox, "fxcheckGIF", VALUEFUNC(_wrap_fxcheckGIF), -1);
|
9207
9831
|
|
9208
9832
|
cFXDrawable.klass = rb_define_class_under(mFox, "FXDrawable", ((swig_class *) SWIGTYPE_p_FXId->clientdata)->klass);
|
9209
9833
|
SWIG_TypeClientData(SWIGTYPE_p_FXDrawable, (void *) &cFXDrawable);
|
@@ -9465,8 +10089,9 @@ SWIGEXPORT(void) Init_core(void) {
|
|
9465
10089
|
rb_define_const(mFox,"LAYOUT_BOTTOM", INT2NUM(LAYOUT_BOTTOM));
|
9466
10090
|
rb_define_const(mFox,"LAYOUT_CENTER_Y", INT2NUM(LAYOUT_CENTER_Y));
|
9467
10091
|
rb_define_const(mFox,"LAYOUT_FIX_Y", INT2NUM(LAYOUT_FIX_Y));
|
10092
|
+
rb_define_const(mFox,"LAYOUT_DOCK_SAME", INT2NUM(LAYOUT_DOCK_SAME));
|
10093
|
+
rb_define_const(mFox,"LAYOUT_DOCK_NEXT", INT2NUM(LAYOUT_DOCK_NEXT));
|
9468
10094
|
rb_define_const(mFox,"LAYOUT_RESERVED_1", INT2NUM(LAYOUT_RESERVED_1));
|
9469
|
-
rb_define_const(mFox,"LAYOUT_RESERVED_2", INT2NUM(LAYOUT_RESERVED_2));
|
9470
10095
|
rb_define_const(mFox,"LAYOUT_FIX_WIDTH", INT2NUM(LAYOUT_FIX_WIDTH));
|
9471
10096
|
rb_define_const(mFox,"LAYOUT_FIX_HEIGHT", INT2NUM(LAYOUT_FIX_HEIGHT));
|
9472
10097
|
rb_define_const(mFox,"LAYOUT_MIN_WIDTH", INT2NUM(LAYOUT_MIN_WIDTH));
|
@@ -9537,6 +10162,8 @@ SWIGEXPORT(void) Init_core(void) {
|
|
9537
10162
|
rb_define_method(cFXWindow.klass, "onDNDMotion", VALUEFUNC(_wrap_FXWindow_onDNDMotion), -1);
|
9538
10163
|
rb_define_method(cFXWindow.klass, "onDNDDrop", VALUEFUNC(_wrap_FXWindow_onDNDDrop), -1);
|
9539
10164
|
rb_define_method(cFXWindow.klass, "onDNDRequest", VALUEFUNC(_wrap_FXWindow_onDNDRequest), -1);
|
10165
|
+
rb_define_method(cFXWindow.klass, "onQueryHelp", VALUEFUNC(_wrap_FXWindow_onQueryHelp), -1);
|
10166
|
+
rb_define_method(cFXWindow.klass, "onQueryTip", VALUEFUNC(_wrap_FXWindow_onQueryTip), -1);
|
9540
10167
|
rb_define_method(cFXWindow.klass, "onCmdShow", VALUEFUNC(_wrap_FXWindow_onCmdShow), -1);
|
9541
10168
|
rb_define_method(cFXWindow.klass, "onCmdHide", VALUEFUNC(_wrap_FXWindow_onCmdHide), -1);
|
9542
10169
|
rb_define_method(cFXWindow.klass, "onUpdToggleShown", VALUEFUNC(_wrap_FXWindow_onUpdToggleShown), -1);
|
@@ -9545,6 +10172,8 @@ SWIGEXPORT(void) Init_core(void) {
|
|
9545
10172
|
rb_define_method(cFXWindow.klass, "onCmdLower", VALUEFUNC(_wrap_FXWindow_onCmdLower), -1);
|
9546
10173
|
rb_define_method(cFXWindow.klass, "onCmdEnable", VALUEFUNC(_wrap_FXWindow_onCmdEnable), -1);
|
9547
10174
|
rb_define_method(cFXWindow.klass, "onCmdDisable", VALUEFUNC(_wrap_FXWindow_onCmdDisable), -1);
|
10175
|
+
rb_define_method(cFXWindow.klass, "onUpdToggleEnabled", VALUEFUNC(_wrap_FXWindow_onUpdToggleEnabled), -1);
|
10176
|
+
rb_define_method(cFXWindow.klass, "onCmdToggleEnabled", VALUEFUNC(_wrap_FXWindow_onCmdToggleEnabled), -1);
|
9548
10177
|
rb_define_method(cFXWindow.klass, "onCmdUpdate", VALUEFUNC(_wrap_FXWindow_onCmdUpdate), -1);
|
9549
10178
|
rb_define_method(cFXWindow.klass, "onUpdYes", VALUEFUNC(_wrap_FXWindow_onUpdYes), -1);
|
9550
10179
|
rb_define_method(cFXWindow.klass, "onCmdDelete", VALUEFUNC(_wrap_FXWindow_onCmdDelete), -1);
|
@@ -9557,6 +10186,7 @@ SWIGEXPORT(void) Init_core(void) {
|
|
9557
10186
|
rb_define_const(cFXWindow.klass,"ID_DELETE", INT2NUM(FXWindow::ID_DELETE));
|
9558
10187
|
rb_define_const(cFXWindow.klass,"ID_DISABLE", INT2NUM(FXWindow::ID_DISABLE));
|
9559
10188
|
rb_define_const(cFXWindow.klass,"ID_ENABLE", INT2NUM(FXWindow::ID_ENABLE));
|
10189
|
+
rb_define_const(cFXWindow.klass,"ID_TOGGLEENABLED", INT2NUM(FXWindow::ID_TOGGLEENABLED));
|
9560
10190
|
rb_define_const(cFXWindow.klass,"ID_UNCHECK", INT2NUM(FXWindow::ID_UNCHECK));
|
9561
10191
|
rb_define_const(cFXWindow.klass,"ID_CHECK", INT2NUM(FXWindow::ID_CHECK));
|
9562
10192
|
rb_define_const(cFXWindow.klass,"ID_UNKNOWN", INT2NUM(FXWindow::ID_UNKNOWN));
|
@@ -9582,8 +10212,6 @@ SWIGEXPORT(void) Init_core(void) {
|
|
9582
10212
|
rb_define_const(cFXWindow.klass,"ID_GETHELPSTRING", INT2NUM(FXWindow::ID_GETHELPSTRING));
|
9583
10213
|
rb_define_const(cFXWindow.klass,"ID_SETTIPSTRING", INT2NUM(FXWindow::ID_SETTIPSTRING));
|
9584
10214
|
rb_define_const(cFXWindow.klass,"ID_GETTIPSTRING", INT2NUM(FXWindow::ID_GETTIPSTRING));
|
9585
|
-
rb_define_const(cFXWindow.klass,"ID_QUERY_TIP", INT2NUM(FXWindow::ID_QUERY_TIP));
|
9586
|
-
rb_define_const(cFXWindow.klass,"ID_QUERY_HELP", INT2NUM(FXWindow::ID_QUERY_HELP));
|
9587
10215
|
rb_define_const(cFXWindow.klass,"ID_QUERY_MENU", INT2NUM(FXWindow::ID_QUERY_MENU));
|
9588
10216
|
rb_define_const(cFXWindow.klass,"ID_HOTKEY", INT2NUM(FXWindow::ID_HOTKEY));
|
9589
10217
|
rb_define_const(cFXWindow.klass,"ID_ACCEL", INT2NUM(FXWindow::ID_ACCEL));
|
@@ -9648,7 +10276,11 @@ SWIGEXPORT(void) Init_core(void) {
|
|
9648
10276
|
rb_define_method(cFXWindow.klass, "getChildren", VALUEFUNC(_wrap_FXWindow_getChildren), -1);
|
9649
10277
|
rb_define_method(cFXWindow.klass, "childAtIndex", VALUEFUNC(_wrap_FXWindow_childAtIndex), -1);
|
9650
10278
|
rb_define_singleton_method(cFXWindow.klass, "commonAncestor", VALUEFUNC(_wrap_FXWindow_commonAncestor), -1);
|
10279
|
+
rb_define_singleton_method(cFXWindow.klass, "before?", VALUEFUNC(_wrap_FXWindow_beforeq___), -1);
|
10280
|
+
rb_define_singleton_method(cFXWindow.klass, "after?", VALUEFUNC(_wrap_FXWindow_afterq___), -1);
|
9651
10281
|
rb_define_singleton_method(cFXWindow.klass, "windowCount", VALUEFUNC(_wrap_FXWindow_windowCount), -1);
|
10282
|
+
rb_define_method(cFXWindow.klass, "before", VALUEFUNC(_wrap_FXWindow_before), -1);
|
10283
|
+
rb_define_method(cFXWindow.klass, "after", VALUEFUNC(_wrap_FXWindow_after), -1);
|
9652
10284
|
rb_define_method(cFXWindow.klass, "setDefaultCursor", VALUEFUNC(_wrap_FXWindow_setDefaultCursor), -1);
|
9653
10285
|
rb_define_method(cFXWindow.klass, "getDefaultCursor", VALUEFUNC(_wrap_FXWindow_getDefaultCursor), -1);
|
9654
10286
|
rb_define_method(cFXWindow.klass, "setDragCursor", VALUEFUNC(_wrap_FXWindow_setDragCursor), -1);
|
@@ -9658,6 +10290,7 @@ SWIGEXPORT(void) Init_core(void) {
|
|
9658
10290
|
rb_define_method(cFXWindow.klass, "isEnabled", VALUEFUNC(_wrap_FXWindow_isEnabled), -1);
|
9659
10291
|
rb_define_method(cFXWindow.klass, "isActive", VALUEFUNC(_wrap_FXWindow_isActive), -1);
|
9660
10292
|
rb_define_method(cFXWindow.klass, "hasFocus", VALUEFUNC(_wrap_FXWindow_hasFocus), -1);
|
10293
|
+
rb_define_method(cFXWindow.klass, "inFocusChain?", VALUEFUNC(_wrap_FXWindow_inFocusChainq___), -1);
|
9661
10294
|
rb_define_method(cFXWindow.klass, "isDefault", VALUEFUNC(_wrap_FXWindow_isDefault), -1);
|
9662
10295
|
rb_define_method(cFXWindow.klass, "setInitial", VALUEFUNC(_wrap_FXWindow_setInitial), -1);
|
9663
10296
|
rb_define_method(cFXWindow.klass, "isInitial", VALUEFUNC(_wrap_FXWindow_isInitial), -1);
|
@@ -9699,8 +10332,6 @@ SWIGEXPORT(void) Init_core(void) {
|
|
9699
10332
|
rb_define_method(cFXWindow.klass, "translateCoordinatesFrom", VALUEFUNC(_wrap_FXWindow_translateCoordinatesFrom), -1);
|
9700
10333
|
rb_define_method(cFXWindow.klass, "translateCoordinatesTo", VALUEFUNC(_wrap_FXWindow_translateCoordinatesTo), -1);
|
9701
10334
|
rb_define_method(cFXWindow.klass, "getBackColor", VALUEFUNC(_wrap_FXWindow_getBackColor), -1);
|
9702
|
-
rb_define_method(cFXWindow.klass, "linkBefore", VALUEFUNC(_wrap_FXWindow_linkBefore), -1);
|
9703
|
-
rb_define_method(cFXWindow.klass, "linkAfter", VALUEFUNC(_wrap_FXWindow_linkAfter), -1);
|
9704
10335
|
rb_define_method(cFXWindow.klass, "save", VALUEFUNC(_wrap_FXWindow_save), -1);
|
9705
10336
|
rb_define_method(cFXWindow.klass, "load", VALUEFUNC(_wrap_FXWindow_load), -1);
|
9706
10337
|
rb_define_method(cFXWindow.klass, "create", VALUEFUNC(_wrap_FXWindow_create), -1);
|
@@ -9714,6 +10345,7 @@ SWIGEXPORT(void) Init_core(void) {
|
|
9714
10345
|
rb_define_method(cFXWindow.klass, "canFocus", VALUEFUNC(_wrap_FXWindow_canFocus), -1);
|
9715
10346
|
rb_define_method(cFXWindow.klass, "setFocus", VALUEFUNC(_wrap_FXWindow_setFocus), -1);
|
9716
10347
|
rb_define_method(cFXWindow.klass, "killFocus", VALUEFUNC(_wrap_FXWindow_killFocus), -1);
|
10348
|
+
rb_define_method(cFXWindow.klass, "changeFocus", VALUEFUNC(_wrap_FXWindow_changeFocus), -1);
|
9717
10349
|
rb_define_method(cFXWindow.klass, "setDefault", VALUEFUNC(_wrap_FXWindow_setDefault), -1);
|
9718
10350
|
rb_define_method(cFXWindow.klass, "enable", VALUEFUNC(_wrap_FXWindow_enable), -1);
|
9719
10351
|
rb_define_method(cFXWindow.klass, "disable", VALUEFUNC(_wrap_FXWindow_disable), -1);
|
@@ -9730,6 +10362,8 @@ SWIGEXPORT(void) Init_core(void) {
|
|
9730
10362
|
rb_define_method(cFXWindow.klass, "contains", VALUEFUNC(_wrap_FXWindow_contains), -1);
|
9731
10363
|
rb_define_method(cFXWindow.klass, "doesSaveUnder", VALUEFUNC(_wrap_FXWindow_doesSaveUnder), -1);
|
9732
10364
|
rb_define_method(cFXWindow.klass, "setBackColor", VALUEFUNC(_wrap_FXWindow_setBackColor), -1);
|
10365
|
+
rb_define_method(cFXWindow.klass, "setShape", VALUEFUNC(_wrap_FXWindow_setShape), -1);
|
10366
|
+
rb_define_method(cFXWindow.klass, "clearShape", VALUEFUNC(_wrap_FXWindow_clearShape), -1);
|
9733
10367
|
cFXWindow.mark = (void (*)(void *)) FXRbWindow::markfunc;
|
9734
10368
|
cFXWindow.destroy = (void (*)(void *)) FXRbObject::freefunc;
|
9735
10369
|
|
@@ -9783,6 +10417,7 @@ SWIGEXPORT(void) Init_core(void) {
|
|
9783
10417
|
rb_define_method(cFXFrame.klass, "canFocus", VALUEFUNC(_wrap_FXFrame_canFocus), -1);
|
9784
10418
|
rb_define_method(cFXFrame.klass, "setFocus", VALUEFUNC(_wrap_FXFrame_setFocus), -1);
|
9785
10419
|
rb_define_method(cFXFrame.klass, "killFocus", VALUEFUNC(_wrap_FXFrame_killFocus), -1);
|
10420
|
+
rb_define_method(cFXFrame.klass, "changeFocus", VALUEFUNC(_wrap_FXFrame_changeFocus), -1);
|
9786
10421
|
rb_define_method(cFXFrame.klass, "setDefault", VALUEFUNC(_wrap_FXFrame_setDefault), -1);
|
9787
10422
|
rb_define_method(cFXFrame.klass, "enable", VALUEFUNC(_wrap_FXFrame_enable), -1);
|
9788
10423
|
rb_define_method(cFXFrame.klass, "disable", VALUEFUNC(_wrap_FXFrame_disable), -1);
|
@@ -9799,6 +10434,8 @@ SWIGEXPORT(void) Init_core(void) {
|
|
9799
10434
|
rb_define_method(cFXFrame.klass, "contains", VALUEFUNC(_wrap_FXFrame_contains), -1);
|
9800
10435
|
rb_define_method(cFXFrame.klass, "doesSaveUnder", VALUEFUNC(_wrap_FXFrame_doesSaveUnder), -1);
|
9801
10436
|
rb_define_method(cFXFrame.klass, "setBackColor", VALUEFUNC(_wrap_FXFrame_setBackColor), -1);
|
10437
|
+
rb_define_method(cFXFrame.klass, "setShape", VALUEFUNC(_wrap_FXFrame_setShape), -1);
|
10438
|
+
rb_define_method(cFXFrame.klass, "clearShape", VALUEFUNC(_wrap_FXFrame_clearShape), -1);
|
9802
10439
|
cFXFrame.mark = (void (*)(void *)) FXRbFrame::markfunc;
|
9803
10440
|
cFXFrame.destroy = (void (*)(void *)) FXRbObject::freefunc;
|
9804
10441
|
|
@@ -9829,6 +10466,7 @@ SWIGEXPORT(void) Init_core(void) {
|
|
9829
10466
|
rb_define_method(cFXComposite.klass, "canFocus", VALUEFUNC(_wrap_FXComposite_canFocus), -1);
|
9830
10467
|
rb_define_method(cFXComposite.klass, "setFocus", VALUEFUNC(_wrap_FXComposite_setFocus), -1);
|
9831
10468
|
rb_define_method(cFXComposite.klass, "killFocus", VALUEFUNC(_wrap_FXComposite_killFocus), -1);
|
10469
|
+
rb_define_method(cFXComposite.klass, "changeFocus", VALUEFUNC(_wrap_FXComposite_changeFocus), -1);
|
9832
10470
|
rb_define_method(cFXComposite.klass, "setDefault", VALUEFUNC(_wrap_FXComposite_setDefault), -1);
|
9833
10471
|
rb_define_method(cFXComposite.klass, "enable", VALUEFUNC(_wrap_FXComposite_enable), -1);
|
9834
10472
|
rb_define_method(cFXComposite.klass, "disable", VALUEFUNC(_wrap_FXComposite_disable), -1);
|
@@ -9845,6 +10483,8 @@ SWIGEXPORT(void) Init_core(void) {
|
|
9845
10483
|
rb_define_method(cFXComposite.klass, "contains", VALUEFUNC(_wrap_FXComposite_contains), -1);
|
9846
10484
|
rb_define_method(cFXComposite.klass, "doesSaveUnder", VALUEFUNC(_wrap_FXComposite_doesSaveUnder), -1);
|
9847
10485
|
rb_define_method(cFXComposite.klass, "setBackColor", VALUEFUNC(_wrap_FXComposite_setBackColor), -1);
|
10486
|
+
rb_define_method(cFXComposite.klass, "setShape", VALUEFUNC(_wrap_FXComposite_setShape), -1);
|
10487
|
+
rb_define_method(cFXComposite.klass, "clearShape", VALUEFUNC(_wrap_FXComposite_clearShape), -1);
|
9848
10488
|
cFXComposite.mark = (void (*)(void *)) FXRbComposite::markfunc;
|
9849
10489
|
cFXComposite.destroy = (void (*)(void *)) FXRbObject::freefunc;
|
9850
10490
|
|
@@ -9868,6 +10508,7 @@ SWIGEXPORT(void) Init_core(void) {
|
|
9868
10508
|
rb_define_method(cFXRootWindow.klass, "canFocus", VALUEFUNC(_wrap_FXRootWindow_canFocus), -1);
|
9869
10509
|
rb_define_method(cFXRootWindow.klass, "setFocus", VALUEFUNC(_wrap_FXRootWindow_setFocus), -1);
|
9870
10510
|
rb_define_method(cFXRootWindow.klass, "killFocus", VALUEFUNC(_wrap_FXRootWindow_killFocus), -1);
|
10511
|
+
rb_define_method(cFXRootWindow.klass, "changeFocus", VALUEFUNC(_wrap_FXRootWindow_changeFocus), -1);
|
9871
10512
|
rb_define_method(cFXRootWindow.klass, "setDefault", VALUEFUNC(_wrap_FXRootWindow_setDefault), -1);
|
9872
10513
|
rb_define_method(cFXRootWindow.klass, "enable", VALUEFUNC(_wrap_FXRootWindow_enable), -1);
|
9873
10514
|
rb_define_method(cFXRootWindow.klass, "disable", VALUEFUNC(_wrap_FXRootWindow_disable), -1);
|
@@ -9884,6 +10525,8 @@ SWIGEXPORT(void) Init_core(void) {
|
|
9884
10525
|
rb_define_method(cFXRootWindow.klass, "contains", VALUEFUNC(_wrap_FXRootWindow_contains), -1);
|
9885
10526
|
rb_define_method(cFXRootWindow.klass, "doesSaveUnder", VALUEFUNC(_wrap_FXRootWindow_doesSaveUnder), -1);
|
9886
10527
|
rb_define_method(cFXRootWindow.klass, "setBackColor", VALUEFUNC(_wrap_FXRootWindow_setBackColor), -1);
|
10528
|
+
rb_define_method(cFXRootWindow.klass, "setShape", VALUEFUNC(_wrap_FXRootWindow_setShape), -1);
|
10529
|
+
rb_define_method(cFXRootWindow.klass, "clearShape", VALUEFUNC(_wrap_FXRootWindow_clearShape), -1);
|
9887
10530
|
cFXRootWindow.mark = (void (*)(void *)) FXRbRootWindow::markfunc;
|
9888
10531
|
cFXRootWindow.destroy = (void (*)(void *)) FXRbObject::freefunc;
|
9889
10532
|
|
@@ -9912,6 +10555,7 @@ SWIGEXPORT(void) Init_core(void) {
|
|
9912
10555
|
rb_define_method(cFXShell.klass, "canFocus", VALUEFUNC(_wrap_FXShell_canFocus), -1);
|
9913
10556
|
rb_define_method(cFXShell.klass, "setFocus", VALUEFUNC(_wrap_FXShell_setFocus), -1);
|
9914
10557
|
rb_define_method(cFXShell.klass, "killFocus", VALUEFUNC(_wrap_FXShell_killFocus), -1);
|
10558
|
+
rb_define_method(cFXShell.klass, "changeFocus", VALUEFUNC(_wrap_FXShell_changeFocus), -1);
|
9915
10559
|
rb_define_method(cFXShell.klass, "setDefault", VALUEFUNC(_wrap_FXShell_setDefault), -1);
|
9916
10560
|
rb_define_method(cFXShell.klass, "enable", VALUEFUNC(_wrap_FXShell_enable), -1);
|
9917
10561
|
rb_define_method(cFXShell.klass, "disable", VALUEFUNC(_wrap_FXShell_disable), -1);
|
@@ -9928,6 +10572,8 @@ SWIGEXPORT(void) Init_core(void) {
|
|
9928
10572
|
rb_define_method(cFXShell.klass, "contains", VALUEFUNC(_wrap_FXShell_contains), -1);
|
9929
10573
|
rb_define_method(cFXShell.klass, "doesSaveUnder", VALUEFUNC(_wrap_FXShell_doesSaveUnder), -1);
|
9930
10574
|
rb_define_method(cFXShell.klass, "setBackColor", VALUEFUNC(_wrap_FXShell_setBackColor), -1);
|
10575
|
+
rb_define_method(cFXShell.klass, "setShape", VALUEFUNC(_wrap_FXShell_setShape), -1);
|
10576
|
+
rb_define_method(cFXShell.klass, "clearShape", VALUEFUNC(_wrap_FXShell_clearShape), -1);
|
9931
10577
|
cFXShell.mark = (void (*)(void *)) FXRbShell::markfunc;
|
9932
10578
|
cFXShell.destroy = (void (*)(void *)) FXRbObject::freefunc;
|
9933
10579
|
|
@@ -9992,6 +10638,7 @@ SWIGEXPORT(void) Init_core(void) {
|
|
9992
10638
|
rb_define_method(cFXPopup.klass, "canFocus", VALUEFUNC(_wrap_FXPopup_canFocus), -1);
|
9993
10639
|
rb_define_method(cFXPopup.klass, "setFocus", VALUEFUNC(_wrap_FXPopup_setFocus), -1);
|
9994
10640
|
rb_define_method(cFXPopup.klass, "killFocus", VALUEFUNC(_wrap_FXPopup_killFocus), -1);
|
10641
|
+
rb_define_method(cFXPopup.klass, "changeFocus", VALUEFUNC(_wrap_FXPopup_changeFocus), -1);
|
9995
10642
|
rb_define_method(cFXPopup.klass, "setDefault", VALUEFUNC(_wrap_FXPopup_setDefault), -1);
|
9996
10643
|
rb_define_method(cFXPopup.klass, "enable", VALUEFUNC(_wrap_FXPopup_enable), -1);
|
9997
10644
|
rb_define_method(cFXPopup.klass, "disable", VALUEFUNC(_wrap_FXPopup_disable), -1);
|
@@ -10008,6 +10655,8 @@ SWIGEXPORT(void) Init_core(void) {
|
|
10008
10655
|
rb_define_method(cFXPopup.klass, "contains", VALUEFUNC(_wrap_FXPopup_contains), -1);
|
10009
10656
|
rb_define_method(cFXPopup.klass, "doesSaveUnder", VALUEFUNC(_wrap_FXPopup_doesSaveUnder), -1);
|
10010
10657
|
rb_define_method(cFXPopup.klass, "setBackColor", VALUEFUNC(_wrap_FXPopup_setBackColor), -1);
|
10658
|
+
rb_define_method(cFXPopup.klass, "setShape", VALUEFUNC(_wrap_FXPopup_setShape), -1);
|
10659
|
+
rb_define_method(cFXPopup.klass, "clearShape", VALUEFUNC(_wrap_FXPopup_clearShape), -1);
|
10011
10660
|
rb_define_method(cFXPopup.klass, "popup", VALUEFUNC(_wrap_FXPopup_popup), -1);
|
10012
10661
|
rb_define_method(cFXPopup.klass, "popdown", VALUEFUNC(_wrap_FXPopup_popdown), -1);
|
10013
10662
|
cFXPopup.mark = (void (*)(void *)) FXRbPopup::markfunc;
|
@@ -10055,6 +10704,7 @@ SWIGEXPORT(void) Init_core(void) {
|
|
10055
10704
|
rb_define_const(cFXTopWindow.klass,"ID_CLOSE", INT2NUM(FXTopWindow::ID_CLOSE));
|
10056
10705
|
rb_define_const(cFXTopWindow.klass,"ID_QUERY_DOCK", INT2NUM(FXTopWindow::ID_QUERY_DOCK));
|
10057
10706
|
rb_define_const(cFXTopWindow.klass,"ID_LAST", INT2NUM(FXTopWindow::ID_LAST));
|
10707
|
+
rb_define_method(cFXTopWindow.klass, "getWMBorders", VALUEFUNC(_wrap_FXTopWindow_getWMBorders), -1);
|
10058
10708
|
rb_define_method(cFXTopWindow.klass, "place", VALUEFUNC(_wrap_FXTopWindow_place), -1);
|
10059
10709
|
rb_define_method(cFXTopWindow.klass, "isMaximized", VALUEFUNC(_wrap_FXTopWindow_isMaximized), -1);
|
10060
10710
|
rb_define_method(cFXTopWindow.klass, "isMinimized", VALUEFUNC(_wrap_FXTopWindow_isMinimized), -1);
|
@@ -10093,6 +10743,7 @@ SWIGEXPORT(void) Init_core(void) {
|
|
10093
10743
|
rb_define_method(cFXTopWindow.klass, "canFocus", VALUEFUNC(_wrap_FXTopWindow_canFocus), -1);
|
10094
10744
|
rb_define_method(cFXTopWindow.klass, "setFocus", VALUEFUNC(_wrap_FXTopWindow_setFocus), -1);
|
10095
10745
|
rb_define_method(cFXTopWindow.klass, "killFocus", VALUEFUNC(_wrap_FXTopWindow_killFocus), -1);
|
10746
|
+
rb_define_method(cFXTopWindow.klass, "changeFocus", VALUEFUNC(_wrap_FXTopWindow_changeFocus), -1);
|
10096
10747
|
rb_define_method(cFXTopWindow.klass, "setDefault", VALUEFUNC(_wrap_FXTopWindow_setDefault), -1);
|
10097
10748
|
rb_define_method(cFXTopWindow.klass, "enable", VALUEFUNC(_wrap_FXTopWindow_enable), -1);
|
10098
10749
|
rb_define_method(cFXTopWindow.klass, "disable", VALUEFUNC(_wrap_FXTopWindow_disable), -1);
|
@@ -10108,6 +10759,8 @@ SWIGEXPORT(void) Init_core(void) {
|
|
10108
10759
|
rb_define_method(cFXTopWindow.klass, "contains", VALUEFUNC(_wrap_FXTopWindow_contains), -1);
|
10109
10760
|
rb_define_method(cFXTopWindow.klass, "doesSaveUnder", VALUEFUNC(_wrap_FXTopWindow_doesSaveUnder), -1);
|
10110
10761
|
rb_define_method(cFXTopWindow.klass, "setBackColor", VALUEFUNC(_wrap_FXTopWindow_setBackColor), -1);
|
10762
|
+
rb_define_method(cFXTopWindow.klass, "setShape", VALUEFUNC(_wrap_FXTopWindow_setShape), -1);
|
10763
|
+
rb_define_method(cFXTopWindow.klass, "clearShape", VALUEFUNC(_wrap_FXTopWindow_clearShape), -1);
|
10111
10764
|
rb_define_method(cFXTopWindow.klass, "show", VALUEFUNC(_wrap_FXTopWindow_show), -1);
|
10112
10765
|
rb_define_method(cFXTopWindow.klass, "maximize", VALUEFUNC(_wrap_FXTopWindow_maximize), -1);
|
10113
10766
|
rb_define_method(cFXTopWindow.klass, "minimize", VALUEFUNC(_wrap_FXTopWindow_minimize), -1);
|
@@ -10136,6 +10789,7 @@ SWIGEXPORT(void) Init_core(void) {
|
|
10136
10789
|
rb_define_method(cFXMainWindow.klass, "canFocus", VALUEFUNC(_wrap_FXMainWindow_canFocus), -1);
|
10137
10790
|
rb_define_method(cFXMainWindow.klass, "setFocus", VALUEFUNC(_wrap_FXMainWindow_setFocus), -1);
|
10138
10791
|
rb_define_method(cFXMainWindow.klass, "killFocus", VALUEFUNC(_wrap_FXMainWindow_killFocus), -1);
|
10792
|
+
rb_define_method(cFXMainWindow.klass, "changeFocus", VALUEFUNC(_wrap_FXMainWindow_changeFocus), -1);
|
10139
10793
|
rb_define_method(cFXMainWindow.klass, "setDefault", VALUEFUNC(_wrap_FXMainWindow_setDefault), -1);
|
10140
10794
|
rb_define_method(cFXMainWindow.klass, "enable", VALUEFUNC(_wrap_FXMainWindow_enable), -1);
|
10141
10795
|
rb_define_method(cFXMainWindow.klass, "disable", VALUEFUNC(_wrap_FXMainWindow_disable), -1);
|
@@ -10151,6 +10805,8 @@ SWIGEXPORT(void) Init_core(void) {
|
|
10151
10805
|
rb_define_method(cFXMainWindow.klass, "contains", VALUEFUNC(_wrap_FXMainWindow_contains), -1);
|
10152
10806
|
rb_define_method(cFXMainWindow.klass, "doesSaveUnder", VALUEFUNC(_wrap_FXMainWindow_doesSaveUnder), -1);
|
10153
10807
|
rb_define_method(cFXMainWindow.klass, "setBackColor", VALUEFUNC(_wrap_FXMainWindow_setBackColor), -1);
|
10808
|
+
rb_define_method(cFXMainWindow.klass, "setShape", VALUEFUNC(_wrap_FXMainWindow_setShape), -1);
|
10809
|
+
rb_define_method(cFXMainWindow.klass, "clearShape", VALUEFUNC(_wrap_FXMainWindow_clearShape), -1);
|
10154
10810
|
rb_define_method(cFXMainWindow.klass, "show", VALUEFUNC(_wrap_FXMainWindow_show), -1);
|
10155
10811
|
rb_define_method(cFXMainWindow.klass, "maximize", VALUEFUNC(_wrap_FXMainWindow_maximize), -1);
|
10156
10812
|
rb_define_method(cFXMainWindow.klass, "minimize", VALUEFUNC(_wrap_FXMainWindow_minimize), -1);
|
@@ -10158,5 +10814,57 @@ SWIGEXPORT(void) Init_core(void) {
|
|
10158
10814
|
rb_define_method(cFXMainWindow.klass, "close", VALUEFUNC(_wrap_FXMainWindow_close), -1);
|
10159
10815
|
cFXMainWindow.mark = (void (*)(void *)) FXRbMainWindow::markfunc;
|
10160
10816
|
cFXMainWindow.destroy = (void (*)(void *)) FXRbObject::freefunc;
|
10817
|
+
rb_define_const(mFox,"SPLASH_SIMPLE", INT2NUM(SPLASH_SIMPLE));
|
10818
|
+
rb_define_const(mFox,"SPLASH_SHAPED", INT2NUM(SPLASH_SHAPED));
|
10819
|
+
rb_define_const(mFox,"SPLASH_OWNS_ICON", INT2NUM(SPLASH_OWNS_ICON));
|
10820
|
+
rb_define_const(mFox,"SPLASH_DESTROY", INT2NUM(SPLASH_DESTROY));
|
10821
|
+
|
10822
|
+
cFXSplashWindow.klass = rb_define_class_under(mFox, "FXSplashWindow", ((swig_class *) SWIGTYPE_p_FXTopWindow->clientdata)->klass);
|
10823
|
+
SWIG_TypeClientData(SWIGTYPE_p_FXSplashWindow, (void *) &cFXSplashWindow);
|
10824
|
+
rb_define_alloc_func(cFXSplashWindow.klass, _wrap_FXSplashWindow_allocate);
|
10825
|
+
rb_define_method(cFXSplashWindow.klass, "initialize", VALUEFUNC(_wrap_new_FXSplashWindow), -1);
|
10826
|
+
rb_define_method(cFXSplashWindow.klass, "onPaint", VALUEFUNC(_wrap_FXSplashWindow_onPaint), -1);
|
10827
|
+
rb_define_method(cFXSplashWindow.klass, "icon=", VALUEFUNC(_wrap_FXSplashWindow_icone___), -1);
|
10828
|
+
rb_define_method(cFXSplashWindow.klass, "icon", VALUEFUNC(_wrap_FXSplashWindow_icon), -1);
|
10829
|
+
rb_define_method(cFXSplashWindow.klass, "delay=", VALUEFUNC(_wrap_FXSplashWindow_delaye___), -1);
|
10830
|
+
rb_define_method(cFXSplashWindow.klass, "delay", VALUEFUNC(_wrap_FXSplashWindow_delay), -1);
|
10831
|
+
rb_define_method(cFXSplashWindow.klass, "save", VALUEFUNC(_wrap_FXSplashWindow_save), -1);
|
10832
|
+
rb_define_method(cFXSplashWindow.klass, "load", VALUEFUNC(_wrap_FXSplashWindow_load), -1);
|
10833
|
+
rb_define_method(cFXSplashWindow.klass, "create", VALUEFUNC(_wrap_FXSplashWindow_create), -1);
|
10834
|
+
rb_define_method(cFXSplashWindow.klass, "detach", VALUEFUNC(_wrap_FXSplashWindow_detach), -1);
|
10835
|
+
rb_define_method(cFXSplashWindow.klass, "destroy", VALUEFUNC(_wrap_FXSplashWindow_destroy), -1);
|
10836
|
+
rb_define_method(cFXSplashWindow.klass, "resize", VALUEFUNC(_wrap_FXSplashWindow_resize), -1);
|
10837
|
+
rb_define_method(cFXSplashWindow.klass, "getDefaultWidth", VALUEFUNC(_wrap_FXSplashWindow_getDefaultWidth), -1);
|
10838
|
+
rb_define_method(cFXSplashWindow.klass, "getDefaultHeight", VALUEFUNC(_wrap_FXSplashWindow_getDefaultHeight), -1);
|
10839
|
+
rb_define_method(cFXSplashWindow.klass, "getWidthForHeight", VALUEFUNC(_wrap_FXSplashWindow_getWidthForHeight), -1);
|
10840
|
+
rb_define_method(cFXSplashWindow.klass, "getHeightForWidth", VALUEFUNC(_wrap_FXSplashWindow_getHeightForWidth), -1);
|
10841
|
+
rb_define_method(cFXSplashWindow.klass, "canFocus", VALUEFUNC(_wrap_FXSplashWindow_canFocus), -1);
|
10842
|
+
rb_define_method(cFXSplashWindow.klass, "setFocus", VALUEFUNC(_wrap_FXSplashWindow_setFocus), -1);
|
10843
|
+
rb_define_method(cFXSplashWindow.klass, "killFocus", VALUEFUNC(_wrap_FXSplashWindow_killFocus), -1);
|
10844
|
+
rb_define_method(cFXSplashWindow.klass, "changeFocus", VALUEFUNC(_wrap_FXSplashWindow_changeFocus), -1);
|
10845
|
+
rb_define_method(cFXSplashWindow.klass, "setDefault", VALUEFUNC(_wrap_FXSplashWindow_setDefault), -1);
|
10846
|
+
rb_define_method(cFXSplashWindow.klass, "enable", VALUEFUNC(_wrap_FXSplashWindow_enable), -1);
|
10847
|
+
rb_define_method(cFXSplashWindow.klass, "disable", VALUEFUNC(_wrap_FXSplashWindow_disable), -1);
|
10848
|
+
rb_define_method(cFXSplashWindow.klass, "raiseWindow", VALUEFUNC(_wrap_FXSplashWindow_raiseWindow), -1);
|
10849
|
+
rb_define_method(cFXSplashWindow.klass, "lower", VALUEFUNC(_wrap_FXSplashWindow_lower), -1);
|
10850
|
+
rb_define_method(cFXSplashWindow.klass, "move", VALUEFUNC(_wrap_FXSplashWindow_move), -1);
|
10851
|
+
rb_define_method(cFXSplashWindow.klass, "position", VALUEFUNC(_wrap_FXSplashWindow_position), -1);
|
10852
|
+
rb_define_method(cFXSplashWindow.klass, "layout", VALUEFUNC(_wrap_FXSplashWindow_layout), -1);
|
10853
|
+
rb_define_method(cFXSplashWindow.klass, "recalc", VALUEFUNC(_wrap_FXSplashWindow_recalc), -1);
|
10854
|
+
rb_define_method(cFXSplashWindow.klass, "reparent", VALUEFUNC(_wrap_FXSplashWindow_reparent), -1);
|
10855
|
+
rb_define_method(cFXSplashWindow.klass, "hide", VALUEFUNC(_wrap_FXSplashWindow_hide), -1);
|
10856
|
+
rb_define_method(cFXSplashWindow.klass, "isComposite", VALUEFUNC(_wrap_FXSplashWindow_isComposite), -1);
|
10857
|
+
rb_define_method(cFXSplashWindow.klass, "contains", VALUEFUNC(_wrap_FXSplashWindow_contains), -1);
|
10858
|
+
rb_define_method(cFXSplashWindow.klass, "doesSaveUnder", VALUEFUNC(_wrap_FXSplashWindow_doesSaveUnder), -1);
|
10859
|
+
rb_define_method(cFXSplashWindow.klass, "setBackColor", VALUEFUNC(_wrap_FXSplashWindow_setBackColor), -1);
|
10860
|
+
rb_define_method(cFXSplashWindow.klass, "setShape", VALUEFUNC(_wrap_FXSplashWindow_setShape), -1);
|
10861
|
+
rb_define_method(cFXSplashWindow.klass, "clearShape", VALUEFUNC(_wrap_FXSplashWindow_clearShape), -1);
|
10862
|
+
rb_define_method(cFXSplashWindow.klass, "show", VALUEFUNC(_wrap_FXSplashWindow_show), -1);
|
10863
|
+
rb_define_method(cFXSplashWindow.klass, "maximize", VALUEFUNC(_wrap_FXSplashWindow_maximize), -1);
|
10864
|
+
rb_define_method(cFXSplashWindow.klass, "minimize", VALUEFUNC(_wrap_FXSplashWindow_minimize), -1);
|
10865
|
+
rb_define_method(cFXSplashWindow.klass, "restore", VALUEFUNC(_wrap_FXSplashWindow_restore), -1);
|
10866
|
+
rb_define_method(cFXSplashWindow.klass, "close", VALUEFUNC(_wrap_FXSplashWindow_close), -1);
|
10867
|
+
cFXSplashWindow.mark = (void (*)(void *)) FXRbSplashWindow::markfunc;
|
10868
|
+
cFXSplashWindow.destroy = (void (*)(void *)) FXRbObject::freefunc;
|
10161
10869
|
}
|
10162
10870
|
|