fxruby 1.2.6 → 1.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/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
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
***********************************************************************/
|
|
22
22
|
|
|
23
23
|
/***********************************************************************
|
|
24
|
-
* $Id: FXRbXPMImage.h,v 1.1
|
|
24
|
+
* $Id: FXRbXPMImage.h,v 1.1 2005/08/14 15:12:43 lyle Exp $
|
|
25
25
|
***********************************************************************/
|
|
26
26
|
|
|
27
27
|
#ifndef FXRBXPMIMAGE_H
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
***********************************************************************/
|
|
22
22
|
|
|
23
23
|
/***********************************************************************
|
|
24
|
-
* $Id: FXRuby.h,v 1.
|
|
24
|
+
* $Id: FXRuby.h,v 1.5 2005/08/19 02:08:05 lyle Exp $
|
|
25
25
|
***********************************************************************/
|
|
26
26
|
|
|
27
27
|
#ifndef FXRUBY_H
|
|
@@ -150,6 +150,10 @@ FXint FXRbSignalNameToNumber(const char* name);
|
|
|
150
150
|
extern VALUE mFox;
|
|
151
151
|
|
|
152
152
|
// Convert from FOX datatypes to Ruby objects
|
|
153
|
+
inline VALUE to_ruby(const void* ptr){
|
|
154
|
+
return Qnil; // FIXME: Used for some FXIconSource methods
|
|
155
|
+
}
|
|
156
|
+
|
|
153
157
|
inline VALUE to_ruby(FXchar c){
|
|
154
158
|
return INT2NUM(c);
|
|
155
159
|
}
|
|
@@ -182,6 +186,14 @@ inline VALUE to_ruby(FXdouble d){
|
|
|
182
186
|
return rb_float_new(d);
|
|
183
187
|
}
|
|
184
188
|
|
|
189
|
+
inline VALUE to_ruby(FXlong x){
|
|
190
|
+
return LONG2NUM(x);
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
inline VALUE to_ruby(FXulong x){
|
|
194
|
+
return ULONG2NUM(x);
|
|
195
|
+
}
|
|
196
|
+
|
|
185
197
|
inline VALUE to_ruby(unsigned long l){
|
|
186
198
|
return UINT2NUM(l);
|
|
187
199
|
}
|
|
@@ -284,14 +296,14 @@ void FXRbCallVoidMethod(FXObject* recv,ID func);
|
|
|
284
296
|
|
|
285
297
|
void FXRbCallVoidMethod(FXDC* recv,ID func);
|
|
286
298
|
|
|
299
|
+
/* One argument */
|
|
287
300
|
template<class TYPE>
|
|
288
|
-
void FXRbCallVoidMethod(FXObject* recv,ID func, TYPE arg){
|
|
301
|
+
void FXRbCallVoidMethod(FXObject* recv,ID func, TYPE& arg){
|
|
289
302
|
VALUE obj=FXRbGetRubyObj(recv,false);
|
|
290
303
|
FXASSERT(!NIL_P(obj));
|
|
291
304
|
rb_funcall(obj,func,1,to_ruby(arg));
|
|
292
305
|
}
|
|
293
306
|
|
|
294
|
-
/* One argument */
|
|
295
307
|
template<class TYPE>
|
|
296
308
|
void FXRbCallVoidMethod(FXDC* recv,ID func,TYPE arg){
|
|
297
309
|
VALUE obj=FXRbGetRubyObj(recv,false);
|
|
@@ -300,7 +312,7 @@ void FXRbCallVoidMethod(FXDC* recv,ID func,TYPE arg){
|
|
|
300
312
|
}
|
|
301
313
|
|
|
302
314
|
template<class TYPE>
|
|
303
|
-
void FXRbCallVoidMethod(const FXObject* recv, ID func, TYPE arg){
|
|
315
|
+
void FXRbCallVoidMethod(const FXObject* recv, ID func, TYPE& arg){
|
|
304
316
|
VALUE obj=FXRbGetRubyObj(recv,false);
|
|
305
317
|
FXASSERT(!NIL_P(obj));
|
|
306
318
|
rb_funcall(obj,func,1,to_ruby(arg));
|
|
@@ -321,6 +333,9 @@ void FXRbCallVoidMethod(FXDC* recv,ID func,TYPE1 arg1,TYPE2 arg2){
|
|
|
321
333
|
rb_funcall(obj,func,2,to_ruby(arg1),to_ruby(arg2));
|
|
322
334
|
}
|
|
323
335
|
|
|
336
|
+
FXTreeItem* FXRbCallTreeItemMethod(const FXTreeList* recv,ID func,FXint x,FXint y);
|
|
337
|
+
FXFoldingItem* FXRbCallFoldingItemMethod(const FXFoldingList* recv,ID func,FXint x,FXint y);
|
|
338
|
+
|
|
324
339
|
/* Three arguments */
|
|
325
340
|
template<class TYPE1, class TYPE2, class TYPE3>
|
|
326
341
|
void FXRbCallVoidMethod(FXObject* recv,ID func,TYPE1 arg1,TYPE2 arg2,TYPE3 arg3){
|
|
@@ -418,7 +433,7 @@ FXbool FXRbCallBoolMethod(FXStream* recv,ID func,TYPE1 arg1,TYPE2 arg2){
|
|
|
418
433
|
FXbool FXRbCallBoolMethod(const FXObject* recv,ID func);
|
|
419
434
|
|
|
420
435
|
template<class TYPE>
|
|
421
|
-
FXbool FXRbCallBoolMethod(FXObject* recv, ID func, TYPE arg){
|
|
436
|
+
FXbool FXRbCallBoolMethod(FXObject* recv, ID func, TYPE& arg){
|
|
422
437
|
VALUE obj=FXRbGetRubyObj(recv,false);
|
|
423
438
|
FXASSERT(!NIL_P(obj));
|
|
424
439
|
VALUE v=rb_funcall(obj,func,1,to_ruby(arg));
|
|
@@ -426,7 +441,7 @@ FXbool FXRbCallBoolMethod(FXObject* recv, ID func, TYPE arg){
|
|
|
426
441
|
}
|
|
427
442
|
|
|
428
443
|
template<class TYPE>
|
|
429
|
-
FXbool FXRbCallBoolMethod(const FXObject* recv,ID func,TYPE arg){
|
|
444
|
+
FXbool FXRbCallBoolMethod(const FXObject* recv,ID func,TYPE& arg){
|
|
430
445
|
VALUE v=rb_funcall(FXRbGetRubyObj(recv,false),func,1,to_ruby(arg));
|
|
431
446
|
return (v==Qtrue)?TRUE:FALSE;
|
|
432
447
|
}
|
|
@@ -474,6 +489,14 @@ FXint FXRbCallIntMethod(const FXObject* recv, ID func, TYPE arg){
|
|
|
474
489
|
return static_cast<FXint>(NUM2INT(v));
|
|
475
490
|
}
|
|
476
491
|
|
|
492
|
+
template<class TYPE1, class TYPE2>
|
|
493
|
+
FXint FXRbCallIntMethod(const FXObject* recv, ID func, TYPE1 arg1, TYPE2 arg2){
|
|
494
|
+
VALUE obj=FXRbGetRubyObj(recv,false);
|
|
495
|
+
FXASSERT(!NIL_P(obj));
|
|
496
|
+
VALUE result=rb_funcall(obj,func,2,to_ruby(arg1),to_ruby(arg2));
|
|
497
|
+
return static_cast<FXint>(NUM2INT(result));
|
|
498
|
+
}
|
|
499
|
+
|
|
477
500
|
template<class TYPE1, class TYPE2, class TYPE3, class TYPE4, class TYPE5>
|
|
478
501
|
FXint FXRbCallIntMethod(const FXObject* recv, ID func, TYPE1 arg1, TYPE2 arg2, TYPE3 arg3, TYPE4 arg4, TYPE5 arg5){
|
|
479
502
|
VALUE obj=FXRbGetRubyObj(recv,false);
|
|
@@ -500,6 +523,8 @@ FXuint FXRbCallUIntMethod(FXObject* recv, ID func, TYPE arg){
|
|
|
500
523
|
return static_cast<FXuint>(NUM2UINT(v));
|
|
501
524
|
}
|
|
502
525
|
|
|
526
|
+
// Call functions with FXString return value
|
|
527
|
+
FXString FXRbCallStringMethod(const FXObject* recv, ID func);
|
|
503
528
|
|
|
504
529
|
|
|
505
530
|
// Call functions with "FXGLObject*" return value
|
|
@@ -516,6 +541,44 @@ FXTableItem* FXRbCallTableItemMethod(FXTable* recv,ID func,const FXString& text,
|
|
|
516
541
|
// Call functions with "FXFileAssoc*" return value
|
|
517
542
|
FXFileAssoc* FXRbCallFileAssocMethod(const FXFileDict* recv,ID func,const FXchar* pathname);
|
|
518
543
|
|
|
544
|
+
// Call functions with "FXIcon*" return value
|
|
545
|
+
FXIcon* FXRbCallIconMethod(const FXTableItem* recv,ID func);
|
|
546
|
+
|
|
547
|
+
template<class TYPE1, class TYPE2>
|
|
548
|
+
FXIcon* FXRbCallIconMethod(const FXIconSource *recv,ID func,TYPE1& arg1,const TYPE2& arg2){
|
|
549
|
+
VALUE obj=FXRbGetRubyObj(recv,false);
|
|
550
|
+
FXASSERT(!NIL_P(obj));
|
|
551
|
+
VALUE result=rb_funcall(obj,func,2,to_ruby(arg1),to_ruby(arg2));
|
|
552
|
+
return NIL_P(result) ? 0 : reinterpret_cast<FXIcon*>(DATA_PTR(result));
|
|
553
|
+
}
|
|
554
|
+
|
|
555
|
+
template<class TYPE1, class TYPE2, class TYPE3, class TYPE4>
|
|
556
|
+
FXIcon* FXRbCallIconMethod(const FXIconSource *recv,ID func,TYPE1& arg1,TYPE2 arg2,TYPE3 arg3,const TYPE4& arg4){
|
|
557
|
+
VALUE obj=FXRbGetRubyObj(recv,false);
|
|
558
|
+
FXASSERT(!NIL_P(obj));
|
|
559
|
+
VALUE result=rb_funcall(obj,func,4,to_ruby(arg1),to_ruby(arg2),to_ruby(arg3),to_ruby(arg4));
|
|
560
|
+
return NIL_P(result) ? 0 : reinterpret_cast<FXIcon*>(DATA_PTR(result));
|
|
561
|
+
}
|
|
562
|
+
|
|
563
|
+
// Call functions with FXImage* return value
|
|
564
|
+
template<class TYPE1, class TYPE2>
|
|
565
|
+
FXImage* FXRbCallImageMethod(const FXIconSource *recv,ID func,TYPE1& arg1,const TYPE2& arg2){
|
|
566
|
+
VALUE obj=FXRbGetRubyObj(recv,false);
|
|
567
|
+
FXASSERT(!NIL_P(obj));
|
|
568
|
+
VALUE result=rb_funcall(obj,func,2,to_ruby(arg1),to_ruby(arg2));
|
|
569
|
+
return NIL_P(result) ? 0 : reinterpret_cast<FXImage*>(DATA_PTR(result));
|
|
570
|
+
}
|
|
571
|
+
|
|
572
|
+
template<class TYPE1, class TYPE2, class TYPE3, class TYPE4>
|
|
573
|
+
FXImage* FXRbCallImageMethod(const FXIconSource *recv,ID func,TYPE1& arg1,TYPE2 arg2,TYPE3 arg3,const TYPE4& arg4){
|
|
574
|
+
VALUE obj=FXRbGetRubyObj(recv,false);
|
|
575
|
+
FXASSERT(!NIL_P(obj));
|
|
576
|
+
VALUE result=rb_funcall(obj,func,4,to_ruby(arg1),to_ruby(arg2),to_ruby(arg3),to_ruby(arg4));
|
|
577
|
+
return NIL_P(result) ? 0 : reinterpret_cast<FXImage*>(DATA_PTR(result));
|
|
578
|
+
}
|
|
579
|
+
|
|
580
|
+
// Call functions with "FXWindow*" return value
|
|
581
|
+
FXWindow* FXRbCallWindowMethod(const FXTableItem* recv,ID func,FXTable* table);
|
|
519
582
|
|
|
520
583
|
// Call functions with "FXColor" return value
|
|
521
584
|
template<class TYPE1, class TYPE2>
|
|
@@ -540,7 +603,7 @@ FXRangef FXRbCallRangeMethod(FXObject* recv,ID func);
|
|
|
540
603
|
|
|
541
604
|
#define FXRbIMPLEMENT(classname,baseclassname,mapping,nmappings) \
|
|
542
605
|
FXObject* classname::manufacture(){return new classname;} \
|
|
543
|
-
const FX::FXMetaClass classname::metaClass(#classname,classname::manufacture,&baseclassname::metaClass,mapping,nmappings,sizeof(classname::FXMapEntry)
|
|
606
|
+
const FX::FXMetaClass classname::metaClass(#classname,classname::manufacture,&baseclassname::metaClass,mapping,nmappings,sizeof(classname::FXMapEntry)); \
|
|
544
607
|
long classname::handle(FXObject* sender,FXSelector key,void* ptr){ \
|
|
545
608
|
ID func=FXRbLookupHandler(this,key); \
|
|
546
609
|
if(func!=0){ \
|
|
@@ -603,6 +666,9 @@ FXRangef FXRbCallRangeMethod(FXObject* recv,ID func);
|
|
|
603
666
|
#include "FXRbFileDict.h"
|
|
604
667
|
#include "FXRbWindow.h"
|
|
605
668
|
#include "FXRbFrame.h"
|
|
669
|
+
#include "FXRb7Segment.h"
|
|
670
|
+
#include "FXRbDockHandler.h"
|
|
671
|
+
#include "FXRbDockTitle.h"
|
|
606
672
|
#include "FXRbSeparator.h"
|
|
607
673
|
#include "FXRbLabel.h"
|
|
608
674
|
#include "FXRbDial.h"
|
|
@@ -620,6 +686,8 @@ FXRangef FXRbCallRangeMethod(FXObject* recv,ID func);
|
|
|
620
686
|
#include "FXRbMenuButton.h"
|
|
621
687
|
#include "FXRbComposite.h"
|
|
622
688
|
#include "FXRbPacker.h"
|
|
689
|
+
#include "FXRbDockBar.h"
|
|
690
|
+
#include "FXRbDockSite.h"
|
|
623
691
|
#include "FXRbSpring.h"
|
|
624
692
|
#include "FXRbHorizontalFrame.h"
|
|
625
693
|
#include "FXRbVerticalFrame.h"
|
|
@@ -633,6 +701,7 @@ FXRangef FXRbCallRangeMethod(FXObject* recv,ID func);
|
|
|
633
701
|
#include "FXRbToolTip.h"
|
|
634
702
|
#include "FXRbPopup.h"
|
|
635
703
|
#include "FXRbTopWindow.h"
|
|
704
|
+
#include "FXRbSplashWindow.h"
|
|
636
705
|
#include "FXRbDialogBox.h"
|
|
637
706
|
#include "FXRbMainWindow.h"
|
|
638
707
|
#include "FXRbMenuPane.h"
|
|
@@ -675,6 +744,7 @@ FXRangef FXRbCallRangeMethod(FXObject* recv,ID func);
|
|
|
675
744
|
#include "FXRbHeader.h"
|
|
676
745
|
#include "FXRbShutter.h"
|
|
677
746
|
#include "FXRbIconList.h"
|
|
747
|
+
#include "FXRbIconSource.h"
|
|
678
748
|
#include "FXRbFileList.h"
|
|
679
749
|
#include "FXRbDirBox.h"
|
|
680
750
|
#include "FXRbDriveBox.h"
|
|
@@ -693,6 +763,7 @@ FXRangef FXRbCallRangeMethod(FXObject* recv,ID func);
|
|
|
693
763
|
#include "FXRbReplaceDialog.h"
|
|
694
764
|
#include "FXRbInputDialog.h"
|
|
695
765
|
#include "FXRbProgressDialog.h"
|
|
766
|
+
#include "FXRbChoiceBox.h"
|
|
696
767
|
#include "FXRbMDIButton.h"
|
|
697
768
|
#include "FXRbMDIClient.h"
|
|
698
769
|
#include "FXRbMDIChild.h"
|
|
@@ -21,6 +21,7 @@
|
|
|
21
21
|
***********************************************************************/
|
|
22
22
|
|
|
23
23
|
FXRbIMPLEMENT(FXRb4Splitter,FX4Splitter,NULL,0)
|
|
24
|
+
FXRbIMPLEMENT(FXRb7Segment,FX7Segment,NULL,0)
|
|
24
25
|
FXRbIMPLEMENT(FXRbAccelTable,FXAccelTable,NULL,0)
|
|
25
26
|
FXRbIMPLEMENT(FXRbArrowButton,FXArrowButton,NULL,0)
|
|
26
27
|
FXRbIMPLEMENT(FXRbBitmap,FXBitmap,NULL,0)
|
|
@@ -31,6 +32,7 @@ FXRbIMPLEMENT(FXRbBMPImage,FXBMPImage,NULL,0)
|
|
|
31
32
|
FXRbIMPLEMENT(FXRbButton,FXButton,NULL,0)
|
|
32
33
|
FXRbIMPLEMENT(FXRbCanvas,FXCanvas,NULL,0)
|
|
33
34
|
FXRbIMPLEMENT(FXRbCheckButton,FXCheckButton,NULL,0)
|
|
35
|
+
FXRbIMPLEMENT(FXRbChoiceBox,FXChoiceBox,NULL,0)
|
|
34
36
|
FXRbIMPLEMENT(FXRbColorBar,FXColorBar,NULL,0)
|
|
35
37
|
FXRbIMPLEMENT(FXRbColorDialog,FXColorDialog,NULL,0)
|
|
36
38
|
FXRbIMPLEMENT(FXRbColorSelector,FXColorSelector,NULL,0)
|
|
@@ -52,6 +54,10 @@ FXRbIMPLEMENT(FXRbDirItem,FXDirItem,NULL,0)
|
|
|
52
54
|
FXRbIMPLEMENT(FXRbDirList,FXDirList,NULL,0)
|
|
53
55
|
FXRbIMPLEMENT(FXRbDirSelector,FXDirSelector,NULL,0)
|
|
54
56
|
FXRbIMPLEMENT(FXRbDocument,FXDocument,NULL,0)
|
|
57
|
+
FXRbIMPLEMENT(FXRbDockBar,FXDockBar,NULL,0)
|
|
58
|
+
FXRbIMPLEMENT(FXRbDockHandler,FXDockHandler,NULL,0)
|
|
59
|
+
FXRbIMPLEMENT(FXRbDockSite,FXDockSite,NULL,0)
|
|
60
|
+
FXRbIMPLEMENT(FXRbDockTitle,FXDockTitle,NULL,0)
|
|
55
61
|
FXRbIMPLEMENT(FXRbDragCorner,FXDragCorner,NULL,0)
|
|
56
62
|
FXRbIMPLEMENT(FXRbDrawable,FXDrawable,NULL,0)
|
|
57
63
|
FXRbIMPLEMENT(FXRbDriveBox,FXDriveBox,NULL,0)
|
|
@@ -81,6 +87,7 @@ FXRbIMPLEMENT(FXRbIcon,FXIcon,NULL,0)
|
|
|
81
87
|
FXRbIMPLEMENT(FXRbIconDict,FXIconDict,NULL,0)
|
|
82
88
|
FXRbIMPLEMENT(FXRbIconItem,FXIconItem,NULL,0)
|
|
83
89
|
FXRbIMPLEMENT(FXRbIconList,FXIconList,NULL,0)
|
|
90
|
+
FXRbIMPLEMENT(FXRbIconSource,FXIconSource,NULL,0)
|
|
84
91
|
FXRbIMPLEMENT(FXRbId,FXId,NULL,0)
|
|
85
92
|
FXRbIMPLEMENT(FXRbImage,FXImage,NULL,0)
|
|
86
93
|
FXRbIMPLEMENT(FXRbImageFrame,FXImageFrame,NULL,0)
|
|
@@ -6,6 +6,12 @@ DECLARE_FXID_STUBS(FX4Splitter)
|
|
|
6
6
|
DECLARE_FXDRAWABLE_STUBS(FX4Splitter)
|
|
7
7
|
DECLARE_FXWINDOW_STUBS(FX4Splitter)
|
|
8
8
|
|
|
9
|
+
/* Start stub declarations for class FXRb7Segment */
|
|
10
|
+
DECLARE_FXOBJECT_STUBS(FX7Segment)
|
|
11
|
+
DECLARE_FXID_STUBS(FX7Segment)
|
|
12
|
+
DECLARE_FXDRAWABLE_STUBS(FX7Segment)
|
|
13
|
+
DECLARE_FXWINDOW_STUBS(FX7Segment)
|
|
14
|
+
|
|
9
15
|
/* Start stub declarations for class FXRbAccelTable */
|
|
10
16
|
DECLARE_FXOBJECT_STUBS(FXAccelTable)
|
|
11
17
|
|
|
@@ -66,6 +72,14 @@ DECLARE_FXID_STUBS(FXCheckButton)
|
|
|
66
72
|
DECLARE_FXDRAWABLE_STUBS(FXCheckButton)
|
|
67
73
|
DECLARE_FXWINDOW_STUBS(FXCheckButton)
|
|
68
74
|
|
|
75
|
+
/* Start stub declarations for class FXRbChoiceBox */
|
|
76
|
+
DECLARE_FXOBJECT_STUBS(FXChoiceBox)
|
|
77
|
+
DECLARE_FXID_STUBS(FXChoiceBox)
|
|
78
|
+
DECLARE_FXDRAWABLE_STUBS(FXChoiceBox)
|
|
79
|
+
DECLARE_FXWINDOW_STUBS(FXChoiceBox)
|
|
80
|
+
DECLARE_FXTOPWINDOW_STUBS(FXChoiceBox)
|
|
81
|
+
DECLARE_FXDIALOGBOX_STUBS(FXChoiceBox)
|
|
82
|
+
|
|
69
83
|
/* Start stub declarations for class FXRbColorBar */
|
|
70
84
|
DECLARE_FXOBJECT_STUBS(FXColorBar)
|
|
71
85
|
DECLARE_FXID_STUBS(FXColorBar)
|
|
@@ -155,6 +169,7 @@ DECLARE_FXOBJECT_STUBS(FXDirBox)
|
|
|
155
169
|
DECLARE_FXID_STUBS(FXDirBox)
|
|
156
170
|
DECLARE_FXDRAWABLE_STUBS(FXDirBox)
|
|
157
171
|
DECLARE_FXWINDOW_STUBS(FXDirBox)
|
|
172
|
+
DECLARE_FXTREELISTBOX_STUBS(FXDirBox)
|
|
158
173
|
|
|
159
174
|
/* Start stub declarations for class FXRbDirDialog */
|
|
160
175
|
DECLARE_FXOBJECT_STUBS(FXDirDialog)
|
|
@@ -182,6 +197,32 @@ DECLARE_FXID_STUBS(FXDirSelector)
|
|
|
182
197
|
DECLARE_FXDRAWABLE_STUBS(FXDirSelector)
|
|
183
198
|
DECLARE_FXWINDOW_STUBS(FXDirSelector)
|
|
184
199
|
|
|
200
|
+
/* Start stub declarations for class FXRbDockBar */
|
|
201
|
+
DECLARE_FXOBJECT_STUBS(FXDockBar)
|
|
202
|
+
DECLARE_FXID_STUBS(FXDockBar)
|
|
203
|
+
DECLARE_FXDRAWABLE_STUBS(FXDockBar)
|
|
204
|
+
DECLARE_FXWINDOW_STUBS(FXDockBar)
|
|
205
|
+
DECLARE_FXDOCKBAR_STUBS(FXDockBar)
|
|
206
|
+
|
|
207
|
+
/* Start stub declarations for class FXRbDockHandler */
|
|
208
|
+
DECLARE_FXOBJECT_STUBS(FXDockHandler)
|
|
209
|
+
DECLARE_FXID_STUBS(FXDockHandler)
|
|
210
|
+
DECLARE_FXDRAWABLE_STUBS(FXDockHandler)
|
|
211
|
+
DECLARE_FXWINDOW_STUBS(FXDockHandler)
|
|
212
|
+
|
|
213
|
+
/* Start stub declarations for class FXRbDockSite */
|
|
214
|
+
DECLARE_FXOBJECT_STUBS(FXDockSite)
|
|
215
|
+
DECLARE_FXID_STUBS(FXDockSite)
|
|
216
|
+
DECLARE_FXDRAWABLE_STUBS(FXDockSite)
|
|
217
|
+
DECLARE_FXWINDOW_STUBS(FXDockSite)
|
|
218
|
+
DECLARE_FXDOCKSITE_STUBS(FXDockSite)
|
|
219
|
+
|
|
220
|
+
/* Start stub declarations for class FXRbDockTitle */
|
|
221
|
+
DECLARE_FXOBJECT_STUBS(FXDockTitle)
|
|
222
|
+
DECLARE_FXID_STUBS(FXDockTitle)
|
|
223
|
+
DECLARE_FXDRAWABLE_STUBS(FXDockTitle)
|
|
224
|
+
DECLARE_FXWINDOW_STUBS(FXDockTitle)
|
|
225
|
+
|
|
185
226
|
/* Start stub declarations for class FXRbDocument */
|
|
186
227
|
DECLARE_FXOBJECT_STUBS(FXDocument)
|
|
187
228
|
|
|
@@ -201,6 +242,7 @@ DECLARE_FXOBJECT_STUBS(FXDriveBox)
|
|
|
201
242
|
DECLARE_FXID_STUBS(FXDriveBox)
|
|
202
243
|
DECLARE_FXDRAWABLE_STUBS(FXDriveBox)
|
|
203
244
|
DECLARE_FXWINDOW_STUBS(FXDriveBox)
|
|
245
|
+
DECLARE_FXLISTBOX_STUBS(FXDriveBox)
|
|
204
246
|
|
|
205
247
|
/* Start stub declarations for class FXRbFileDialog */
|
|
206
248
|
DECLARE_FXOBJECT_STUBS(FXFileDialog)
|
|
@@ -245,6 +287,7 @@ DECLARE_FXID_STUBS(FXFoldingList)
|
|
|
245
287
|
DECLARE_FXDRAWABLE_STUBS(FXFoldingList)
|
|
246
288
|
DECLARE_FXWINDOW_STUBS(FXFoldingList)
|
|
247
289
|
DECLARE_FXSCROLLAREA_STUBS(FXFoldingList)
|
|
290
|
+
DECLARE_FXFOLDINGLIST_STUBS(FXFoldingList)
|
|
248
291
|
|
|
249
292
|
/* Start stub declarations for class FXRbFont */
|
|
250
293
|
DECLARE_FXOBJECT_STUBS(FXFont)
|
|
@@ -377,6 +420,10 @@ DECLARE_FXWINDOW_STUBS(FXIconList)
|
|
|
377
420
|
DECLARE_FXSCROLLAREA_STUBS(FXIconList)
|
|
378
421
|
DECLARE_FXICONLIST_STUBS(FXIconList)
|
|
379
422
|
|
|
423
|
+
/* Start stub declarations for class FXRbIconSource */
|
|
424
|
+
DECLARE_FXOBJECT_STUBS(FXIconSource)
|
|
425
|
+
DECLARE_FXICONSOURCE_STUBS(FXIconSource)
|
|
426
|
+
|
|
380
427
|
/* Start stub declarations for class FXRbId */
|
|
381
428
|
DECLARE_FXOBJECT_STUBS(FXId)
|
|
382
429
|
DECLARE_FXID_STUBS(FXId)
|
|
@@ -443,6 +490,7 @@ DECLARE_FXOBJECT_STUBS(FXListBox)
|
|
|
443
490
|
DECLARE_FXID_STUBS(FXListBox)
|
|
444
491
|
DECLARE_FXDRAWABLE_STUBS(FXListBox)
|
|
445
492
|
DECLARE_FXWINDOW_STUBS(FXListBox)
|
|
493
|
+
DECLARE_FXLISTBOX_STUBS(FXListBox)
|
|
446
494
|
|
|
447
495
|
/* Start stub declarations for class FXRbMDIDeleteButton */
|
|
448
496
|
DECLARE_FXOBJECT_STUBS(FXMDIDeleteButton)
|
|
@@ -513,7 +561,7 @@ DECLARE_FXOBJECT_STUBS(FXMenuBar)
|
|
|
513
561
|
DECLARE_FXID_STUBS(FXMenuBar)
|
|
514
562
|
DECLARE_FXDRAWABLE_STUBS(FXMenuBar)
|
|
515
563
|
DECLARE_FXWINDOW_STUBS(FXMenuBar)
|
|
516
|
-
|
|
564
|
+
DECLARE_FXDOCKBAR_STUBS(FXMenuBar)
|
|
517
565
|
|
|
518
566
|
/* Start stub declarations for class FXRbMenuButton */
|
|
519
567
|
DECLARE_FXOBJECT_STUBS(FXMenuButton)
|
|
@@ -832,6 +880,13 @@ DECLARE_FXDRAWABLE_STUBS(FXSpinner)
|
|
|
832
880
|
DECLARE_FXWINDOW_STUBS(FXSpinner)
|
|
833
881
|
DECLARE_FXSPINNER_STUBS(FXSpinner)
|
|
834
882
|
|
|
883
|
+
/* Start stub declarations for class FXRbSplashWindow */
|
|
884
|
+
DECLARE_FXOBJECT_STUBS(FXSplashWindow)
|
|
885
|
+
DECLARE_FXID_STUBS(FXSplashWindow)
|
|
886
|
+
DECLARE_FXDRAWABLE_STUBS(FXSplashWindow)
|
|
887
|
+
DECLARE_FXWINDOW_STUBS(FXSplashWindow)
|
|
888
|
+
DECLARE_FXTOPWINDOW_STUBS(FXSplashWindow)
|
|
889
|
+
|
|
835
890
|
/* Start stub declarations for class FXRbSplitter */
|
|
836
891
|
DECLARE_FXOBJECT_STUBS(FXSplitter)
|
|
837
892
|
DECLARE_FXID_STUBS(FXSplitter)
|
|
@@ -955,7 +1010,7 @@ DECLARE_FXOBJECT_STUBS(FXToolBar)
|
|
|
955
1010
|
DECLARE_FXID_STUBS(FXToolBar)
|
|
956
1011
|
DECLARE_FXDRAWABLE_STUBS(FXToolBar)
|
|
957
1012
|
DECLARE_FXWINDOW_STUBS(FXToolBar)
|
|
958
|
-
|
|
1013
|
+
DECLARE_FXDOCKBAR_STUBS(FXToolBar)
|
|
959
1014
|
|
|
960
1015
|
/* Start stub declarations for class FXRbToolBarGrip */
|
|
961
1016
|
DECLARE_FXOBJECT_STUBS(FXToolBarGrip)
|
|
@@ -1006,6 +1061,7 @@ DECLARE_FXOBJECT_STUBS(FXTreeListBox)
|
|
|
1006
1061
|
DECLARE_FXID_STUBS(FXTreeListBox)
|
|
1007
1062
|
DECLARE_FXDRAWABLE_STUBS(FXTreeListBox)
|
|
1008
1063
|
DECLARE_FXWINDOW_STUBS(FXTreeListBox)
|
|
1064
|
+
DECLARE_FXTREELISTBOX_STUBS(FXTreeListBox)
|
|
1009
1065
|
|
|
1010
1066
|
/* Start stub declarations for class FXRbTriStateButton */
|
|
1011
1067
|
DECLARE_FXOBJECT_STUBS(FXTriStateButton)
|
|
@@ -520,25 +520,27 @@ SWIGIMPORT(void) SWIG_Ruby_ConvertPacked(VALUE obj, void *ptr, int sz, swig_ty
|
|
|
520
520
|
#define SWIGTYPE_p_FXObject swig_types[1]
|
|
521
521
|
#define SWIGTYPE_p_FXPopup swig_types[2]
|
|
522
522
|
#define SWIGTYPE_p_FXPicker swig_types[3]
|
|
523
|
-
#define
|
|
524
|
-
#define
|
|
525
|
-
#define
|
|
526
|
-
#define
|
|
527
|
-
#define
|
|
528
|
-
#define
|
|
523
|
+
#define SWIGTYPE_p_FXToggleButton swig_types[4]
|
|
524
|
+
#define SWIGTYPE_p_FXLabel swig_types[5]
|
|
525
|
+
#define SWIGTYPE_p_FXWindow swig_types[6]
|
|
526
|
+
#define SWIGTYPE_p_FXComposite swig_types[7]
|
|
527
|
+
#define SWIGTYPE_p_FXCheckButton swig_types[8]
|
|
528
|
+
#define SWIGTYPE_p_FXMenuButton swig_types[9]
|
|
529
529
|
#define SWIGTYPE_p_FXRadioButton swig_types[10]
|
|
530
530
|
#define SWIGTYPE_p_FXTriStateButton swig_types[11]
|
|
531
|
-
#define
|
|
532
|
-
#define
|
|
533
|
-
#define
|
|
534
|
-
#define
|
|
535
|
-
#define
|
|
536
|
-
#define
|
|
537
|
-
#define
|
|
538
|
-
#define
|
|
539
|
-
#define
|
|
540
|
-
#define
|
|
541
|
-
|
|
531
|
+
#define SWIGTYPE_p_FXBitmap swig_types[12]
|
|
532
|
+
#define SWIGTYPE_p_FXFont swig_types[13]
|
|
533
|
+
#define SWIGTYPE_p_FXId swig_types[14]
|
|
534
|
+
#define SWIGTYPE_p_FXTabBar swig_types[15]
|
|
535
|
+
#define SWIGTYPE_p_FXButton swig_types[16]
|
|
536
|
+
#define SWIGTYPE_p_FXStream swig_types[17]
|
|
537
|
+
#define SWIGTYPE_p_FXDrawable swig_types[18]
|
|
538
|
+
#define SWIGTYPE_p_FXTabItem swig_types[19]
|
|
539
|
+
#define SWIGTYPE_p_FXIcon swig_types[20]
|
|
540
|
+
#define SWIGTYPE_p_FXOption swig_types[21]
|
|
541
|
+
#define SWIGTYPE_p_FXOptionMenu swig_types[22]
|
|
542
|
+
#define SWIGTYPE_p_FXRegion swig_types[23]
|
|
543
|
+
static swig_type_info *swig_types[25];
|
|
542
544
|
|
|
543
545
|
/* -------- TYPES TABLE (END) -------- */
|
|
544
546
|
|
|
@@ -943,19 +945,21 @@ static VALUE _wrap_FXLabel_setHelpText(int argc, VALUE *argv, VALUE self) { FXLa
|
|
|
943
945
|
rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
|
944
946
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXLabel, 1); p2 = to_FXString(argv[0]); arg2 = &p2;
|
|
945
947
|
(arg1)->setHelpText((FXString const &)*arg2); return Qnil; }
|
|
946
|
-
static VALUE _wrap_FXLabel_getHelpText(int argc, VALUE *argv, VALUE self) { FXLabel *arg1 = (FXLabel *) 0 ; FXString result;
|
|
948
|
+
static VALUE _wrap_FXLabel_getHelpText(int argc, VALUE *argv, VALUE self) { FXLabel *arg1 = (FXLabel *) 0 ; FXString *result;
|
|
947
949
|
VALUE vresult = Qnil; if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
|
948
|
-
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXLabel, 1);
|
|
949
|
-
|
|
950
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXLabel, 1); {
|
|
951
|
+
FXString const &_result_ref = ((FXLabel const *)arg1)->getHelpText(); result = (FXString *) &_result_ref; }
|
|
952
|
+
vresult = rb_str_new2(result->text()); return vresult; }
|
|
950
953
|
static VALUE _wrap_FXLabel_setTipText(int argc, VALUE *argv, VALUE self) { FXLabel *arg1 = (FXLabel *) 0 ; FXString *arg2 = 0 ;
|
|
951
954
|
SwigValueWrapper<FXString > p2 ; if ((argc < 1) || (argc > 1))
|
|
952
955
|
rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
|
953
956
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXLabel, 1); p2 = to_FXString(argv[0]); arg2 = &p2;
|
|
954
957
|
(arg1)->setTipText((FXString const &)*arg2); return Qnil; }
|
|
955
|
-
static VALUE _wrap_FXLabel_getTipText(int argc, VALUE *argv, VALUE self) { FXLabel *arg1 = (FXLabel *) 0 ; FXString result;
|
|
958
|
+
static VALUE _wrap_FXLabel_getTipText(int argc, VALUE *argv, VALUE self) { FXLabel *arg1 = (FXLabel *) 0 ; FXString *result;
|
|
956
959
|
VALUE vresult = Qnil; if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
|
957
|
-
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXLabel, 1);
|
|
958
|
-
|
|
960
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXLabel, 1); {
|
|
961
|
+
FXString const &_result_ref = ((FXLabel const *)arg1)->getTipText(); result = (FXString *) &_result_ref; }
|
|
962
|
+
vresult = rb_str_new2(result->text()); return vresult; }
|
|
959
963
|
static void
|
|
960
964
|
free_FXLabel(FXLabel *arg1) {
|
|
961
965
|
delete arg1;
|
|
@@ -1011,6 +1015,11 @@ static VALUE _wrap_FXLabel_setFocus(int argc, VALUE *argv, VALUE self) { FXLabel
|
|
|
1011
1015
|
static VALUE _wrap_FXLabel_killFocus(int argc, VALUE *argv, VALUE self) { FXLabel *arg1 = (FXLabel *) 0 ;
|
|
1012
1016
|
if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
|
1013
1017
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXLabel, 1); FXLabel_killFocus(arg1); return Qnil; }
|
|
1018
|
+
static VALUE _wrap_FXLabel_changeFocus(int argc, VALUE *argv, VALUE self) { FXLabel *arg1 = (FXLabel *) 0 ;
|
|
1019
|
+
FXWindow *arg2 = (FXWindow *) 0 ; if ((argc < 1) || (argc > 1))
|
|
1020
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
|
1021
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXLabel, 1);
|
|
1022
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXWindow, 1); FXLabel_changeFocus(arg1,arg2); return Qnil; }
|
|
1014
1023
|
static VALUE _wrap_FXLabel_setDefault(int argc, VALUE *argv, VALUE self) { FXLabel *arg1 = (FXLabel *) 0 ;
|
|
1015
1024
|
FXbool arg2 = (FXbool) 1 ; if ((argc < 0) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
|
1016
1025
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXLabel, 1); if (argc > 0) { arg2 = to_FXbool(argv[0]); }
|
|
@@ -1043,10 +1052,11 @@ static VALUE _wrap_FXLabel_recalc(int argc, VALUE *argv, VALUE self) { FXLabel *
|
|
|
1043
1052
|
if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
|
1044
1053
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXLabel, 1); FXLabel_recalc(arg1); return Qnil; }
|
|
1045
1054
|
static VALUE _wrap_FXLabel_reparent(int argc, VALUE *argv, VALUE self) { FXLabel *arg1 = (FXLabel *) 0 ;
|
|
1046
|
-
|
|
1047
|
-
rb_raise(rb_eArgError, "wrong # of arguments(%d for
|
|
1055
|
+
FXWindow *arg2 = (FXWindow *) 0 ; FXWindow *arg3 = (FXWindow *) 0 ; if ((argc < 2) || (argc > 2))
|
|
1056
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 2)",argc);
|
|
1048
1057
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXLabel, 1);
|
|
1049
|
-
SWIG_ConvertPtr(argv[0], (void **) &arg2,
|
|
1058
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXWindow, 1);
|
|
1059
|
+
SWIG_ConvertPtr(argv[1], (void **) &arg3, SWIGTYPE_p_FXWindow, 1); FXLabel_reparent(arg1,arg2,arg3); return Qnil; }
|
|
1050
1060
|
static VALUE _wrap_FXLabel_show(int argc, VALUE *argv, VALUE self) { FXLabel *arg1 = (FXLabel *) 0 ;
|
|
1051
1061
|
if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
|
1052
1062
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXLabel, 1); FXLabel_show(arg1); return Qnil; }
|
|
@@ -1070,6 +1080,39 @@ static VALUE _wrap_FXLabel_setBackColor(int argc, VALUE *argv, VALUE self) { FXL
|
|
|
1070
1080
|
if ((argc < 1) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
|
1071
1081
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXLabel, 1); arg2 = to_FXColor(argv[0]); FXLabel_setBackColor(arg1,arg2);
|
|
1072
1082
|
return Qnil; }
|
|
1083
|
+
static VALUE _wrap_FXLabel_setShape__SWIG_0(int argc, VALUE *argv, VALUE self) { FXLabel *arg1 = (FXLabel *) 0 ;
|
|
1084
|
+
FXRegion *arg2 = 0 ; if ((argc < 1) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
|
1085
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXLabel, 1);
|
|
1086
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXRegion, 1); if (arg2 == NULL) rb_raise(rb_eTypeError, "null reference");
|
|
1087
|
+
FXLabel_setShape(arg1,(FXRegion const &)*arg2); return Qnil; }
|
|
1088
|
+
static VALUE _wrap_FXLabel_setShape__SWIG_1(int argc, VALUE *argv, VALUE self) { FXLabel *arg1 = (FXLabel *) 0 ;
|
|
1089
|
+
FXBitmap *arg2 = (FXBitmap *) 0 ; if ((argc < 1) || (argc > 1))
|
|
1090
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
|
1091
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXLabel, 1);
|
|
1092
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXBitmap, 1); FXLabel_setShape(arg1,arg2); return Qnil; }
|
|
1093
|
+
static VALUE _wrap_FXLabel_setShape__SWIG_2(int argc, VALUE *argv, VALUE self) { FXLabel *arg1 = (FXLabel *) 0 ;
|
|
1094
|
+
FXIcon *arg2 = (FXIcon *) 0 ; if ((argc < 1) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
|
1095
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXLabel, 1);
|
|
1096
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXIcon, 1); FXLabel_setShape(arg1,arg2); return Qnil; }
|
|
1097
|
+
static VALUE _wrap_FXLabel_setShape(int nargs, VALUE *args, VALUE self) { int argc; VALUE argv[3]; int ii; argc = nargs + 1;
|
|
1098
|
+
argv[0] = self; for (ii = 1; (ii < argc) && (ii < 2); ii++) { argv[ii] = args[ii-1]; } if (argc == 2) { int _v; {
|
|
1099
|
+
void *ptr;
|
|
1100
|
+
_v = (NIL_P(argv[0]) || (TYPE(argv[0]) == T_DATA && SWIG_ConvertPtr(argv[0], &ptr, SWIGTYPE_p_FXLabel, 0) != -1)) ? 1 : 0; }
|
|
1101
|
+
if (_v) { { void *ptr;
|
|
1102
|
+
_v = (NIL_P(argv[1]) || (TYPE(argv[1]) == T_DATA && SWIG_ConvertPtr(argv[1], &ptr, SWIGTYPE_p_FXRegion, 0) != -1)) ? 1 : 0; }
|
|
1103
|
+
if (_v) { return _wrap_FXLabel_setShape__SWIG_0(nargs, args, self);} } } if (argc == 2) { int _v; { void *ptr;
|
|
1104
|
+
_v = (NIL_P(argv[0]) || (TYPE(argv[0]) == T_DATA && SWIG_ConvertPtr(argv[0], &ptr, SWIGTYPE_p_FXLabel, 0) != -1)) ? 1 : 0; }
|
|
1105
|
+
if (_v) { { void *ptr;
|
|
1106
|
+
_v = (NIL_P(argv[1]) || (TYPE(argv[1]) == T_DATA && SWIG_ConvertPtr(argv[1], &ptr, SWIGTYPE_p_FXBitmap, 0) != -1)) ? 1 : 0; }
|
|
1107
|
+
if (_v) { return _wrap_FXLabel_setShape__SWIG_1(nargs, args, self);} } } if (argc == 2) { int _v; { void *ptr;
|
|
1108
|
+
_v = (NIL_P(argv[0]) || (TYPE(argv[0]) == T_DATA && SWIG_ConvertPtr(argv[0], &ptr, SWIGTYPE_p_FXLabel, 0) != -1)) ? 1 : 0; }
|
|
1109
|
+
if (_v) { { void *ptr;
|
|
1110
|
+
_v = (NIL_P(argv[1]) || (TYPE(argv[1]) == T_DATA && SWIG_ConvertPtr(argv[1], &ptr, SWIGTYPE_p_FXIcon, 0) != -1)) ? 1 : 0; }
|
|
1111
|
+
if (_v) { return _wrap_FXLabel_setShape__SWIG_2(nargs, args, self);} } }
|
|
1112
|
+
rb_raise(rb_eArgError, "No matching function for overloaded 'FXLabel_setShape'"); return Qnil; }
|
|
1113
|
+
static VALUE _wrap_FXLabel_clearShape(int argc, VALUE *argv, VALUE self) { FXLabel *arg1 = (FXLabel *) 0 ;
|
|
1114
|
+
if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
|
1115
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXLabel, 1); FXLabel_clearShape(arg1); return Qnil; }
|
|
1073
1116
|
static VALUE _wrap_FXButton_onPaint(int argc, VALUE *argv, VALUE self) { FXButton *arg1 = (FXButton *) 0 ;
|
|
1074
1117
|
FXObject *arg2 = (FXObject *) 0 ; FXSelector arg3 ; void *arg4 = (void *) 0 ; long result; VALUE vresult = Qnil;
|
|
1075
1118
|
if ((argc < 3) || (argc > 3)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 3)",argc);
|
|
@@ -1277,6 +1320,11 @@ static VALUE _wrap_FXButton_setFocus(int argc, VALUE *argv, VALUE self) { FXButt
|
|
|
1277
1320
|
static VALUE _wrap_FXButton_killFocus(int argc, VALUE *argv, VALUE self) { FXButton *arg1 = (FXButton *) 0 ;
|
|
1278
1321
|
if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
|
1279
1322
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXButton, 1); FXButton_killFocus(arg1); return Qnil; }
|
|
1323
|
+
static VALUE _wrap_FXButton_changeFocus(int argc, VALUE *argv, VALUE self) { FXButton *arg1 = (FXButton *) 0 ;
|
|
1324
|
+
FXWindow *arg2 = (FXWindow *) 0 ; if ((argc < 1) || (argc > 1))
|
|
1325
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
|
1326
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXButton, 1);
|
|
1327
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXWindow, 1); FXButton_changeFocus(arg1,arg2); return Qnil; }
|
|
1280
1328
|
static VALUE _wrap_FXButton_setDefault(int argc, VALUE *argv, VALUE self) { FXButton *arg1 = (FXButton *) 0 ;
|
|
1281
1329
|
FXbool arg2 = (FXbool) 1 ; if ((argc < 0) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
|
1282
1330
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXButton, 1); if (argc > 0) { arg2 = to_FXbool(argv[0]); }
|
|
@@ -1309,10 +1357,11 @@ static VALUE _wrap_FXButton_recalc(int argc, VALUE *argv, VALUE self) { FXButton
|
|
|
1309
1357
|
if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
|
1310
1358
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXButton, 1); FXButton_recalc(arg1); return Qnil; }
|
|
1311
1359
|
static VALUE _wrap_FXButton_reparent(int argc, VALUE *argv, VALUE self) { FXButton *arg1 = (FXButton *) 0 ;
|
|
1312
|
-
|
|
1313
|
-
rb_raise(rb_eArgError, "wrong # of arguments(%d for
|
|
1360
|
+
FXWindow *arg2 = (FXWindow *) 0 ; FXWindow *arg3 = (FXWindow *) 0 ; if ((argc < 2) || (argc > 2))
|
|
1361
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 2)",argc);
|
|
1314
1362
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXButton, 1);
|
|
1315
|
-
SWIG_ConvertPtr(argv[0], (void **) &arg2,
|
|
1363
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXWindow, 1);
|
|
1364
|
+
SWIG_ConvertPtr(argv[1], (void **) &arg3, SWIGTYPE_p_FXWindow, 1); FXButton_reparent(arg1,arg2,arg3); return Qnil; }
|
|
1316
1365
|
static VALUE _wrap_FXButton_show(int argc, VALUE *argv, VALUE self) { FXButton *arg1 = (FXButton *) 0 ;
|
|
1317
1366
|
if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
|
1318
1367
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXButton, 1); FXButton_show(arg1); return Qnil; }
|
|
@@ -1336,6 +1385,39 @@ static VALUE _wrap_FXButton_setBackColor(int argc, VALUE *argv, VALUE self) { FX
|
|
|
1336
1385
|
if ((argc < 1) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
|
1337
1386
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXButton, 1); arg2 = to_FXColor(argv[0]);
|
|
1338
1387
|
FXButton_setBackColor(arg1,arg2); return Qnil; }
|
|
1388
|
+
static VALUE _wrap_FXButton_setShape__SWIG_0(int argc, VALUE *argv, VALUE self) { FXButton *arg1 = (FXButton *) 0 ;
|
|
1389
|
+
FXRegion *arg2 = 0 ; if ((argc < 1) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
|
1390
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXButton, 1);
|
|
1391
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXRegion, 1); if (arg2 == NULL) rb_raise(rb_eTypeError, "null reference");
|
|
1392
|
+
FXButton_setShape(arg1,(FXRegion const &)*arg2); return Qnil; }
|
|
1393
|
+
static VALUE _wrap_FXButton_setShape__SWIG_1(int argc, VALUE *argv, VALUE self) { FXButton *arg1 = (FXButton *) 0 ;
|
|
1394
|
+
FXBitmap *arg2 = (FXBitmap *) 0 ; if ((argc < 1) || (argc > 1))
|
|
1395
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
|
1396
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXButton, 1);
|
|
1397
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXBitmap, 1); FXButton_setShape(arg1,arg2); return Qnil; }
|
|
1398
|
+
static VALUE _wrap_FXButton_setShape__SWIG_2(int argc, VALUE *argv, VALUE self) { FXButton *arg1 = (FXButton *) 0 ;
|
|
1399
|
+
FXIcon *arg2 = (FXIcon *) 0 ; if ((argc < 1) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
|
1400
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXButton, 1);
|
|
1401
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXIcon, 1); FXButton_setShape(arg1,arg2); return Qnil; }
|
|
1402
|
+
static VALUE _wrap_FXButton_setShape(int nargs, VALUE *args, VALUE self) { int argc; VALUE argv[3]; int ii; argc = nargs + 1;
|
|
1403
|
+
argv[0] = self; for (ii = 1; (ii < argc) && (ii < 2); ii++) { argv[ii] = args[ii-1]; } if (argc == 2) { int _v; {
|
|
1404
|
+
void *ptr;
|
|
1405
|
+
_v = (NIL_P(argv[0]) || (TYPE(argv[0]) == T_DATA && SWIG_ConvertPtr(argv[0], &ptr, SWIGTYPE_p_FXButton, 0) != -1)) ? 1 : 0; }
|
|
1406
|
+
if (_v) { { void *ptr;
|
|
1407
|
+
_v = (NIL_P(argv[1]) || (TYPE(argv[1]) == T_DATA && SWIG_ConvertPtr(argv[1], &ptr, SWIGTYPE_p_FXRegion, 0) != -1)) ? 1 : 0; }
|
|
1408
|
+
if (_v) { return _wrap_FXButton_setShape__SWIG_0(nargs, args, self);} } } if (argc == 2) { int _v; { void *ptr;
|
|
1409
|
+
_v = (NIL_P(argv[0]) || (TYPE(argv[0]) == T_DATA && SWIG_ConvertPtr(argv[0], &ptr, SWIGTYPE_p_FXButton, 0) != -1)) ? 1 : 0; }
|
|
1410
|
+
if (_v) { { void *ptr;
|
|
1411
|
+
_v = (NIL_P(argv[1]) || (TYPE(argv[1]) == T_DATA && SWIG_ConvertPtr(argv[1], &ptr, SWIGTYPE_p_FXBitmap, 0) != -1)) ? 1 : 0; }
|
|
1412
|
+
if (_v) { return _wrap_FXButton_setShape__SWIG_1(nargs, args, self);} } } if (argc == 2) { int _v; { void *ptr;
|
|
1413
|
+
_v = (NIL_P(argv[0]) || (TYPE(argv[0]) == T_DATA && SWIG_ConvertPtr(argv[0], &ptr, SWIGTYPE_p_FXButton, 0) != -1)) ? 1 : 0; }
|
|
1414
|
+
if (_v) { { void *ptr;
|
|
1415
|
+
_v = (NIL_P(argv[1]) || (TYPE(argv[1]) == T_DATA && SWIG_ConvertPtr(argv[1], &ptr, SWIGTYPE_p_FXIcon, 0) != -1)) ? 1 : 0; }
|
|
1416
|
+
if (_v) { return _wrap_FXButton_setShape__SWIG_2(nargs, args, self);} } }
|
|
1417
|
+
rb_raise(rb_eArgError, "No matching function for overloaded 'FXButton_setShape'"); return Qnil; }
|
|
1418
|
+
static VALUE _wrap_FXButton_clearShape(int argc, VALUE *argv, VALUE self) { FXButton *arg1 = (FXButton *) 0 ;
|
|
1419
|
+
if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
|
1420
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXButton, 1); FXButton_clearShape(arg1); return Qnil; }
|
|
1339
1421
|
static VALUE _wrap_FXCheckButton_onPaint(int argc, VALUE *argv, VALUE self) { FXCheckButton *arg1 = (FXCheckButton *) 0 ;
|
|
1340
1422
|
FXObject *arg2 = (FXObject *) 0 ; FXSelector arg3 ; void *arg4 = (void *) 0 ; long result; VALUE vresult = Qnil;
|
|
1341
1423
|
if ((argc < 3) || (argc > 3)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 3)",argc);
|
|
@@ -1581,6 +1663,11 @@ static VALUE _wrap_FXCheckButton_setFocus(int argc, VALUE *argv, VALUE self) { F
|
|
|
1581
1663
|
static VALUE _wrap_FXCheckButton_killFocus(int argc, VALUE *argv, VALUE self) { FXCheckButton *arg1 = (FXCheckButton *) 0 ;
|
|
1582
1664
|
if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
|
1583
1665
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXCheckButton, 1); FXCheckButton_killFocus(arg1); return Qnil; }
|
|
1666
|
+
static VALUE _wrap_FXCheckButton_changeFocus(int argc, VALUE *argv, VALUE self) { FXCheckButton *arg1 = (FXCheckButton *) 0 ;
|
|
1667
|
+
FXWindow *arg2 = (FXWindow *) 0 ; if ((argc < 1) || (argc > 1))
|
|
1668
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
|
1669
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXCheckButton, 1);
|
|
1670
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXWindow, 1); FXCheckButton_changeFocus(arg1,arg2); return Qnil; }
|
|
1584
1671
|
static VALUE _wrap_FXCheckButton_setDefault(int argc, VALUE *argv, VALUE self) { FXCheckButton *arg1 = (FXCheckButton *) 0 ;
|
|
1585
1672
|
FXbool arg2 = (FXbool) 1 ; if ((argc < 0) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
|
1586
1673
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXCheckButton, 1); if (argc > 0) { arg2 = to_FXbool(argv[0]); }
|
|
@@ -1613,10 +1700,11 @@ static VALUE _wrap_FXCheckButton_recalc(int argc, VALUE *argv, VALUE self) { FXC
|
|
|
1613
1700
|
if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
|
1614
1701
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXCheckButton, 1); FXCheckButton_recalc(arg1); return Qnil; }
|
|
1615
1702
|
static VALUE _wrap_FXCheckButton_reparent(int argc, VALUE *argv, VALUE self) { FXCheckButton *arg1 = (FXCheckButton *) 0 ;
|
|
1616
|
-
|
|
1617
|
-
rb_raise(rb_eArgError, "wrong # of arguments(%d for
|
|
1703
|
+
FXWindow *arg2 = (FXWindow *) 0 ; FXWindow *arg3 = (FXWindow *) 0 ; if ((argc < 2) || (argc > 2))
|
|
1704
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 2)",argc);
|
|
1618
1705
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXCheckButton, 1);
|
|
1619
|
-
SWIG_ConvertPtr(argv[0], (void **) &arg2,
|
|
1706
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXWindow, 1);
|
|
1707
|
+
SWIG_ConvertPtr(argv[1], (void **) &arg3, SWIGTYPE_p_FXWindow, 1); FXCheckButton_reparent(arg1,arg2,arg3); return Qnil; }
|
|
1620
1708
|
static VALUE _wrap_FXCheckButton_show(int argc, VALUE *argv, VALUE self) { FXCheckButton *arg1 = (FXCheckButton *) 0 ;
|
|
1621
1709
|
if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
|
1622
1710
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXCheckButton, 1); FXCheckButton_show(arg1); return Qnil; }
|
|
@@ -1644,6 +1732,43 @@ static VALUE _wrap_FXCheckButton_setBackColor(int argc, VALUE *argv, VALUE self)
|
|
|
1644
1732
|
FXColor arg2 ; if ((argc < 1) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
|
1645
1733
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXCheckButton, 1); arg2 = to_FXColor(argv[0]);
|
|
1646
1734
|
FXCheckButton_setBackColor(arg1,arg2); return Qnil; }
|
|
1735
|
+
static VALUE _wrap_FXCheckButton_setShape__SWIG_0(int argc, VALUE *argv, VALUE self) {
|
|
1736
|
+
FXCheckButton *arg1 = (FXCheckButton *) 0 ; FXRegion *arg2 = 0 ; if ((argc < 1) || (argc > 1))
|
|
1737
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
|
1738
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXCheckButton, 1);
|
|
1739
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXRegion, 1); if (arg2 == NULL) rb_raise(rb_eTypeError, "null reference");
|
|
1740
|
+
FXCheckButton_setShape(arg1,(FXRegion const &)*arg2); return Qnil; }
|
|
1741
|
+
static VALUE _wrap_FXCheckButton_setShape__SWIG_1(int argc, VALUE *argv, VALUE self) {
|
|
1742
|
+
FXCheckButton *arg1 = (FXCheckButton *) 0 ; FXBitmap *arg2 = (FXBitmap *) 0 ; if ((argc < 1) || (argc > 1))
|
|
1743
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
|
1744
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXCheckButton, 1);
|
|
1745
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXBitmap, 1); FXCheckButton_setShape(arg1,arg2); return Qnil; }
|
|
1746
|
+
static VALUE _wrap_FXCheckButton_setShape__SWIG_2(int argc, VALUE *argv, VALUE self) {
|
|
1747
|
+
FXCheckButton *arg1 = (FXCheckButton *) 0 ; FXIcon *arg2 = (FXIcon *) 0 ; if ((argc < 1) || (argc > 1))
|
|
1748
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
|
1749
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXCheckButton, 1);
|
|
1750
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXIcon, 1); FXCheckButton_setShape(arg1,arg2); return Qnil; }
|
|
1751
|
+
static VALUE _wrap_FXCheckButton_setShape(int nargs, VALUE *args, VALUE self) { int argc; VALUE argv[3]; int ii;
|
|
1752
|
+
argc = nargs + 1; argv[0] = self; for (ii = 1; (ii < argc) && (ii < 2); ii++) { argv[ii] = args[ii-1]; } if (argc == 2) {
|
|
1753
|
+
int _v; { void *ptr;
|
|
1754
|
+
_v = (NIL_P(argv[0]) || (TYPE(argv[0]) == T_DATA && SWIG_ConvertPtr(argv[0], &ptr, SWIGTYPE_p_FXCheckButton, 0) != -1)) ? 1 : 0; }
|
|
1755
|
+
if (_v) { { void *ptr;
|
|
1756
|
+
_v = (NIL_P(argv[1]) || (TYPE(argv[1]) == T_DATA && SWIG_ConvertPtr(argv[1], &ptr, SWIGTYPE_p_FXRegion, 0) != -1)) ? 1 : 0; }
|
|
1757
|
+
if (_v) { return _wrap_FXCheckButton_setShape__SWIG_0(nargs, args, self);} } } if (argc == 2) { int _v; {
|
|
1758
|
+
void *ptr;
|
|
1759
|
+
_v = (NIL_P(argv[0]) || (TYPE(argv[0]) == T_DATA && SWIG_ConvertPtr(argv[0], &ptr, SWIGTYPE_p_FXCheckButton, 0) != -1)) ? 1 : 0; }
|
|
1760
|
+
if (_v) { { void *ptr;
|
|
1761
|
+
_v = (NIL_P(argv[1]) || (TYPE(argv[1]) == T_DATA && SWIG_ConvertPtr(argv[1], &ptr, SWIGTYPE_p_FXBitmap, 0) != -1)) ? 1 : 0; }
|
|
1762
|
+
if (_v) { return _wrap_FXCheckButton_setShape__SWIG_1(nargs, args, self);} } } if (argc == 2) { int _v; {
|
|
1763
|
+
void *ptr;
|
|
1764
|
+
_v = (NIL_P(argv[0]) || (TYPE(argv[0]) == T_DATA && SWIG_ConvertPtr(argv[0], &ptr, SWIGTYPE_p_FXCheckButton, 0) != -1)) ? 1 : 0; }
|
|
1765
|
+
if (_v) { { void *ptr;
|
|
1766
|
+
_v = (NIL_P(argv[1]) || (TYPE(argv[1]) == T_DATA && SWIG_ConvertPtr(argv[1], &ptr, SWIGTYPE_p_FXIcon, 0) != -1)) ? 1 : 0; }
|
|
1767
|
+
if (_v) { return _wrap_FXCheckButton_setShape__SWIG_2(nargs, args, self);} } }
|
|
1768
|
+
rb_raise(rb_eArgError, "No matching function for overloaded 'FXCheckButton_setShape'"); return Qnil; }
|
|
1769
|
+
static VALUE _wrap_FXCheckButton_clearShape(int argc, VALUE *argv, VALUE self) { FXCheckButton *arg1 = (FXCheckButton *) 0 ;
|
|
1770
|
+
if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
|
1771
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXCheckButton, 1); FXCheckButton_clearShape(arg1); return Qnil; }
|
|
1647
1772
|
static VALUE _wrap_FXMenuButton_onPaint(int argc, VALUE *argv, VALUE self) { FXMenuButton *arg1 = (FXMenuButton *) 0 ;
|
|
1648
1773
|
FXObject *arg2 = (FXObject *) 0 ; FXSelector arg3 ; void *arg4 = (void *) 0 ; long result; VALUE vresult = Qnil;
|
|
1649
1774
|
if ((argc < 3) || (argc > 3)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 3)",argc);
|
|
@@ -1880,6 +2005,11 @@ static VALUE _wrap_FXMenuButton_setFocus(int argc, VALUE *argv, VALUE self) { FX
|
|
|
1880
2005
|
static VALUE _wrap_FXMenuButton_killFocus(int argc, VALUE *argv, VALUE self) { FXMenuButton *arg1 = (FXMenuButton *) 0 ;
|
|
1881
2006
|
if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
|
1882
2007
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXMenuButton, 1); FXMenuButton_killFocus(arg1); return Qnil; }
|
|
2008
|
+
static VALUE _wrap_FXMenuButton_changeFocus(int argc, VALUE *argv, VALUE self) { FXMenuButton *arg1 = (FXMenuButton *) 0 ;
|
|
2009
|
+
FXWindow *arg2 = (FXWindow *) 0 ; if ((argc < 1) || (argc > 1))
|
|
2010
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
|
2011
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXMenuButton, 1);
|
|
2012
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXWindow, 1); FXMenuButton_changeFocus(arg1,arg2); return Qnil; }
|
|
1883
2013
|
static VALUE _wrap_FXMenuButton_setDefault(int argc, VALUE *argv, VALUE self) { FXMenuButton *arg1 = (FXMenuButton *) 0 ;
|
|
1884
2014
|
FXbool arg2 = (FXbool) 1 ; if ((argc < 0) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
|
1885
2015
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXMenuButton, 1); if (argc > 0) { arg2 = to_FXbool(argv[0]); }
|
|
@@ -1912,10 +2042,11 @@ static VALUE _wrap_FXMenuButton_recalc(int argc, VALUE *argv, VALUE self) { FXMe
|
|
|
1912
2042
|
if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
|
1913
2043
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXMenuButton, 1); FXMenuButton_recalc(arg1); return Qnil; }
|
|
1914
2044
|
static VALUE _wrap_FXMenuButton_reparent(int argc, VALUE *argv, VALUE self) { FXMenuButton *arg1 = (FXMenuButton *) 0 ;
|
|
1915
|
-
|
|
1916
|
-
rb_raise(rb_eArgError, "wrong # of arguments(%d for
|
|
2045
|
+
FXWindow *arg2 = (FXWindow *) 0 ; FXWindow *arg3 = (FXWindow *) 0 ; if ((argc < 2) || (argc > 2))
|
|
2046
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 2)",argc);
|
|
1917
2047
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXMenuButton, 1);
|
|
1918
|
-
SWIG_ConvertPtr(argv[0], (void **) &arg2,
|
|
2048
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXWindow, 1);
|
|
2049
|
+
SWIG_ConvertPtr(argv[1], (void **) &arg3, SWIGTYPE_p_FXWindow, 1); FXMenuButton_reparent(arg1,arg2,arg3); return Qnil; }
|
|
1919
2050
|
static VALUE _wrap_FXMenuButton_show(int argc, VALUE *argv, VALUE self) { FXMenuButton *arg1 = (FXMenuButton *) 0 ;
|
|
1920
2051
|
if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
|
1921
2052
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXMenuButton, 1); FXMenuButton_show(arg1); return Qnil; }
|
|
@@ -1942,6 +2073,41 @@ static VALUE _wrap_FXMenuButton_setBackColor(int argc, VALUE *argv, VALUE self)
|
|
|
1942
2073
|
FXColor arg2 ; if ((argc < 1) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
|
1943
2074
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXMenuButton, 1); arg2 = to_FXColor(argv[0]);
|
|
1944
2075
|
FXMenuButton_setBackColor(arg1,arg2); return Qnil; }
|
|
2076
|
+
static VALUE _wrap_FXMenuButton_setShape__SWIG_0(int argc, VALUE *argv, VALUE self) { FXMenuButton *arg1 = (FXMenuButton *) 0 ;
|
|
2077
|
+
FXRegion *arg2 = 0 ; if ((argc < 1) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
|
2078
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXMenuButton, 1);
|
|
2079
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXRegion, 1); if (arg2 == NULL) rb_raise(rb_eTypeError, "null reference");
|
|
2080
|
+
FXMenuButton_setShape(arg1,(FXRegion const &)*arg2); return Qnil; }
|
|
2081
|
+
static VALUE _wrap_FXMenuButton_setShape__SWIG_1(int argc, VALUE *argv, VALUE self) { FXMenuButton *arg1 = (FXMenuButton *) 0 ;
|
|
2082
|
+
FXBitmap *arg2 = (FXBitmap *) 0 ; if ((argc < 1) || (argc > 1))
|
|
2083
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
|
2084
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXMenuButton, 1);
|
|
2085
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXBitmap, 1); FXMenuButton_setShape(arg1,arg2); return Qnil; }
|
|
2086
|
+
static VALUE _wrap_FXMenuButton_setShape__SWIG_2(int argc, VALUE *argv, VALUE self) { FXMenuButton *arg1 = (FXMenuButton *) 0 ;
|
|
2087
|
+
FXIcon *arg2 = (FXIcon *) 0 ; if ((argc < 1) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
|
2088
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXMenuButton, 1);
|
|
2089
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXIcon, 1); FXMenuButton_setShape(arg1,arg2); return Qnil; }
|
|
2090
|
+
static VALUE _wrap_FXMenuButton_setShape(int nargs, VALUE *args, VALUE self) { int argc; VALUE argv[3]; int ii;
|
|
2091
|
+
argc = nargs + 1; argv[0] = self; for (ii = 1; (ii < argc) && (ii < 2); ii++) { argv[ii] = args[ii-1]; } if (argc == 2) {
|
|
2092
|
+
int _v; { void *ptr;
|
|
2093
|
+
_v = (NIL_P(argv[0]) || (TYPE(argv[0]) == T_DATA && SWIG_ConvertPtr(argv[0], &ptr, SWIGTYPE_p_FXMenuButton, 0) != -1)) ? 1 : 0; }
|
|
2094
|
+
if (_v) { { void *ptr;
|
|
2095
|
+
_v = (NIL_P(argv[1]) || (TYPE(argv[1]) == T_DATA && SWIG_ConvertPtr(argv[1], &ptr, SWIGTYPE_p_FXRegion, 0) != -1)) ? 1 : 0; }
|
|
2096
|
+
if (_v) { return _wrap_FXMenuButton_setShape__SWIG_0(nargs, args, self);} } } if (argc == 2) { int _v; {
|
|
2097
|
+
void *ptr;
|
|
2098
|
+
_v = (NIL_P(argv[0]) || (TYPE(argv[0]) == T_DATA && SWIG_ConvertPtr(argv[0], &ptr, SWIGTYPE_p_FXMenuButton, 0) != -1)) ? 1 : 0; }
|
|
2099
|
+
if (_v) { { void *ptr;
|
|
2100
|
+
_v = (NIL_P(argv[1]) || (TYPE(argv[1]) == T_DATA && SWIG_ConvertPtr(argv[1], &ptr, SWIGTYPE_p_FXBitmap, 0) != -1)) ? 1 : 0; }
|
|
2101
|
+
if (_v) { return _wrap_FXMenuButton_setShape__SWIG_1(nargs, args, self);} } } if (argc == 2) { int _v; {
|
|
2102
|
+
void *ptr;
|
|
2103
|
+
_v = (NIL_P(argv[0]) || (TYPE(argv[0]) == T_DATA && SWIG_ConvertPtr(argv[0], &ptr, SWIGTYPE_p_FXMenuButton, 0) != -1)) ? 1 : 0; }
|
|
2104
|
+
if (_v) { { void *ptr;
|
|
2105
|
+
_v = (NIL_P(argv[1]) || (TYPE(argv[1]) == T_DATA && SWIG_ConvertPtr(argv[1], &ptr, SWIGTYPE_p_FXIcon, 0) != -1)) ? 1 : 0; }
|
|
2106
|
+
if (_v) { return _wrap_FXMenuButton_setShape__SWIG_2(nargs, args, self);} } }
|
|
2107
|
+
rb_raise(rb_eArgError, "No matching function for overloaded 'FXMenuButton_setShape'"); return Qnil; }
|
|
2108
|
+
static VALUE _wrap_FXMenuButton_clearShape(int argc, VALUE *argv, VALUE self) { FXMenuButton *arg1 = (FXMenuButton *) 0 ;
|
|
2109
|
+
if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
|
2110
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXMenuButton, 1); FXMenuButton_clearShape(arg1); return Qnil; }
|
|
1945
2111
|
static VALUE _wrap_FXOption_onPaint(int argc, VALUE *argv, VALUE self) { FXOption *arg1 = (FXOption *) 0 ;
|
|
1946
2112
|
FXObject *arg2 = (FXObject *) 0 ; FXSelector arg3 ; void *arg4 = (void *) 0 ; long result; VALUE vresult = Qnil;
|
|
1947
2113
|
if ((argc < 3) || (argc > 3)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 3)",argc);
|
|
@@ -2077,6 +2243,11 @@ static VALUE _wrap_FXOption_setFocus(int argc, VALUE *argv, VALUE self) { FXOpti
|
|
|
2077
2243
|
static VALUE _wrap_FXOption_killFocus(int argc, VALUE *argv, VALUE self) { FXOption *arg1 = (FXOption *) 0 ;
|
|
2078
2244
|
if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
|
2079
2245
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXOption, 1); FXOption_killFocus(arg1); return Qnil; }
|
|
2246
|
+
static VALUE _wrap_FXOption_changeFocus(int argc, VALUE *argv, VALUE self) { FXOption *arg1 = (FXOption *) 0 ;
|
|
2247
|
+
FXWindow *arg2 = (FXWindow *) 0 ; if ((argc < 1) || (argc > 1))
|
|
2248
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
|
2249
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXOption, 1);
|
|
2250
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXWindow, 1); FXOption_changeFocus(arg1,arg2); return Qnil; }
|
|
2080
2251
|
static VALUE _wrap_FXOption_setDefault(int argc, VALUE *argv, VALUE self) { FXOption *arg1 = (FXOption *) 0 ;
|
|
2081
2252
|
FXbool arg2 = (FXbool) 1 ; if ((argc < 0) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
|
2082
2253
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXOption, 1); if (argc > 0) { arg2 = to_FXbool(argv[0]); }
|
|
@@ -2109,10 +2280,11 @@ static VALUE _wrap_FXOption_recalc(int argc, VALUE *argv, VALUE self) { FXOption
|
|
|
2109
2280
|
if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
|
2110
2281
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXOption, 1); FXOption_recalc(arg1); return Qnil; }
|
|
2111
2282
|
static VALUE _wrap_FXOption_reparent(int argc, VALUE *argv, VALUE self) { FXOption *arg1 = (FXOption *) 0 ;
|
|
2112
|
-
|
|
2113
|
-
rb_raise(rb_eArgError, "wrong # of arguments(%d for
|
|
2283
|
+
FXWindow *arg2 = (FXWindow *) 0 ; FXWindow *arg3 = (FXWindow *) 0 ; if ((argc < 2) || (argc > 2))
|
|
2284
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 2)",argc);
|
|
2114
2285
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXOption, 1);
|
|
2115
|
-
SWIG_ConvertPtr(argv[0], (void **) &arg2,
|
|
2286
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXWindow, 1);
|
|
2287
|
+
SWIG_ConvertPtr(argv[1], (void **) &arg3, SWIGTYPE_p_FXWindow, 1); FXOption_reparent(arg1,arg2,arg3); return Qnil; }
|
|
2116
2288
|
static VALUE _wrap_FXOption_show(int argc, VALUE *argv, VALUE self) { FXOption *arg1 = (FXOption *) 0 ;
|
|
2117
2289
|
if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
|
2118
2290
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXOption, 1); FXOption_show(arg1); return Qnil; }
|
|
@@ -2136,6 +2308,39 @@ static VALUE _wrap_FXOption_setBackColor(int argc, VALUE *argv, VALUE self) { FX
|
|
|
2136
2308
|
if ((argc < 1) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
|
2137
2309
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXOption, 1); arg2 = to_FXColor(argv[0]);
|
|
2138
2310
|
FXOption_setBackColor(arg1,arg2); return Qnil; }
|
|
2311
|
+
static VALUE _wrap_FXOption_setShape__SWIG_0(int argc, VALUE *argv, VALUE self) { FXOption *arg1 = (FXOption *) 0 ;
|
|
2312
|
+
FXRegion *arg2 = 0 ; if ((argc < 1) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
|
2313
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXOption, 1);
|
|
2314
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXRegion, 1); if (arg2 == NULL) rb_raise(rb_eTypeError, "null reference");
|
|
2315
|
+
FXOption_setShape(arg1,(FXRegion const &)*arg2); return Qnil; }
|
|
2316
|
+
static VALUE _wrap_FXOption_setShape__SWIG_1(int argc, VALUE *argv, VALUE self) { FXOption *arg1 = (FXOption *) 0 ;
|
|
2317
|
+
FXBitmap *arg2 = (FXBitmap *) 0 ; if ((argc < 1) || (argc > 1))
|
|
2318
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
|
2319
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXOption, 1);
|
|
2320
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXBitmap, 1); FXOption_setShape(arg1,arg2); return Qnil; }
|
|
2321
|
+
static VALUE _wrap_FXOption_setShape__SWIG_2(int argc, VALUE *argv, VALUE self) { FXOption *arg1 = (FXOption *) 0 ;
|
|
2322
|
+
FXIcon *arg2 = (FXIcon *) 0 ; if ((argc < 1) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
|
2323
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXOption, 1);
|
|
2324
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXIcon, 1); FXOption_setShape(arg1,arg2); return Qnil; }
|
|
2325
|
+
static VALUE _wrap_FXOption_setShape(int nargs, VALUE *args, VALUE self) { int argc; VALUE argv[3]; int ii; argc = nargs + 1;
|
|
2326
|
+
argv[0] = self; for (ii = 1; (ii < argc) && (ii < 2); ii++) { argv[ii] = args[ii-1]; } if (argc == 2) { int _v; {
|
|
2327
|
+
void *ptr;
|
|
2328
|
+
_v = (NIL_P(argv[0]) || (TYPE(argv[0]) == T_DATA && SWIG_ConvertPtr(argv[0], &ptr, SWIGTYPE_p_FXOption, 0) != -1)) ? 1 : 0; }
|
|
2329
|
+
if (_v) { { void *ptr;
|
|
2330
|
+
_v = (NIL_P(argv[1]) || (TYPE(argv[1]) == T_DATA && SWIG_ConvertPtr(argv[1], &ptr, SWIGTYPE_p_FXRegion, 0) != -1)) ? 1 : 0; }
|
|
2331
|
+
if (_v) { return _wrap_FXOption_setShape__SWIG_0(nargs, args, self);} } } if (argc == 2) { int _v; { void *ptr;
|
|
2332
|
+
_v = (NIL_P(argv[0]) || (TYPE(argv[0]) == T_DATA && SWIG_ConvertPtr(argv[0], &ptr, SWIGTYPE_p_FXOption, 0) != -1)) ? 1 : 0; }
|
|
2333
|
+
if (_v) { { void *ptr;
|
|
2334
|
+
_v = (NIL_P(argv[1]) || (TYPE(argv[1]) == T_DATA && SWIG_ConvertPtr(argv[1], &ptr, SWIGTYPE_p_FXBitmap, 0) != -1)) ? 1 : 0; }
|
|
2335
|
+
if (_v) { return _wrap_FXOption_setShape__SWIG_1(nargs, args, self);} } } if (argc == 2) { int _v; { void *ptr;
|
|
2336
|
+
_v = (NIL_P(argv[0]) || (TYPE(argv[0]) == T_DATA && SWIG_ConvertPtr(argv[0], &ptr, SWIGTYPE_p_FXOption, 0) != -1)) ? 1 : 0; }
|
|
2337
|
+
if (_v) { { void *ptr;
|
|
2338
|
+
_v = (NIL_P(argv[1]) || (TYPE(argv[1]) == T_DATA && SWIG_ConvertPtr(argv[1], &ptr, SWIGTYPE_p_FXIcon, 0) != -1)) ? 1 : 0; }
|
|
2339
|
+
if (_v) { return _wrap_FXOption_setShape__SWIG_2(nargs, args, self);} } }
|
|
2340
|
+
rb_raise(rb_eArgError, "No matching function for overloaded 'FXOption_setShape'"); return Qnil; }
|
|
2341
|
+
static VALUE _wrap_FXOption_clearShape(int argc, VALUE *argv, VALUE self) { FXOption *arg1 = (FXOption *) 0 ;
|
|
2342
|
+
if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
|
2343
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXOption, 1); FXOption_clearShape(arg1); return Qnil; }
|
|
2139
2344
|
static VALUE _wrap_FXOptionMenu_onPaint(int argc, VALUE *argv, VALUE self) { FXOptionMenu *arg1 = (FXOptionMenu *) 0 ;
|
|
2140
2345
|
FXObject *arg2 = (FXObject *) 0 ; FXSelector arg3 ; void *arg4 = (void *) 0 ; long result; VALUE vresult = Qnil;
|
|
2141
2346
|
if ((argc < 3) || (argc > 3)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 3)",argc);
|
|
@@ -2354,6 +2559,11 @@ static VALUE _wrap_FXOptionMenu_setFocus(int argc, VALUE *argv, VALUE self) { FX
|
|
|
2354
2559
|
static VALUE _wrap_FXOptionMenu_killFocus(int argc, VALUE *argv, VALUE self) { FXOptionMenu *arg1 = (FXOptionMenu *) 0 ;
|
|
2355
2560
|
if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
|
2356
2561
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXOptionMenu, 1); FXOptionMenu_killFocus(arg1); return Qnil; }
|
|
2562
|
+
static VALUE _wrap_FXOptionMenu_changeFocus(int argc, VALUE *argv, VALUE self) { FXOptionMenu *arg1 = (FXOptionMenu *) 0 ;
|
|
2563
|
+
FXWindow *arg2 = (FXWindow *) 0 ; if ((argc < 1) || (argc > 1))
|
|
2564
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
|
2565
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXOptionMenu, 1);
|
|
2566
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXWindow, 1); FXOptionMenu_changeFocus(arg1,arg2); return Qnil; }
|
|
2357
2567
|
static VALUE _wrap_FXOptionMenu_setDefault(int argc, VALUE *argv, VALUE self) { FXOptionMenu *arg1 = (FXOptionMenu *) 0 ;
|
|
2358
2568
|
FXbool arg2 = (FXbool) 1 ; if ((argc < 0) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
|
2359
2569
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXOptionMenu, 1); if (argc > 0) { arg2 = to_FXbool(argv[0]); }
|
|
@@ -2386,10 +2596,11 @@ static VALUE _wrap_FXOptionMenu_recalc(int argc, VALUE *argv, VALUE self) { FXOp
|
|
|
2386
2596
|
if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
|
2387
2597
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXOptionMenu, 1); FXOptionMenu_recalc(arg1); return Qnil; }
|
|
2388
2598
|
static VALUE _wrap_FXOptionMenu_reparent(int argc, VALUE *argv, VALUE self) { FXOptionMenu *arg1 = (FXOptionMenu *) 0 ;
|
|
2389
|
-
|
|
2390
|
-
rb_raise(rb_eArgError, "wrong # of arguments(%d for
|
|
2599
|
+
FXWindow *arg2 = (FXWindow *) 0 ; FXWindow *arg3 = (FXWindow *) 0 ; if ((argc < 2) || (argc > 2))
|
|
2600
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 2)",argc);
|
|
2391
2601
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXOptionMenu, 1);
|
|
2392
|
-
SWIG_ConvertPtr(argv[0], (void **) &arg2,
|
|
2602
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXWindow, 1);
|
|
2603
|
+
SWIG_ConvertPtr(argv[1], (void **) &arg3, SWIGTYPE_p_FXWindow, 1); FXOptionMenu_reparent(arg1,arg2,arg3); return Qnil; }
|
|
2393
2604
|
static VALUE _wrap_FXOptionMenu_show(int argc, VALUE *argv, VALUE self) { FXOptionMenu *arg1 = (FXOptionMenu *) 0 ;
|
|
2394
2605
|
if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
|
2395
2606
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXOptionMenu, 1); FXOptionMenu_show(arg1); return Qnil; }
|
|
@@ -2416,6 +2627,41 @@ static VALUE _wrap_FXOptionMenu_setBackColor(int argc, VALUE *argv, VALUE self)
|
|
|
2416
2627
|
FXColor arg2 ; if ((argc < 1) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
|
2417
2628
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXOptionMenu, 1); arg2 = to_FXColor(argv[0]);
|
|
2418
2629
|
FXOptionMenu_setBackColor(arg1,arg2); return Qnil; }
|
|
2630
|
+
static VALUE _wrap_FXOptionMenu_setShape__SWIG_0(int argc, VALUE *argv, VALUE self) { FXOptionMenu *arg1 = (FXOptionMenu *) 0 ;
|
|
2631
|
+
FXRegion *arg2 = 0 ; if ((argc < 1) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
|
2632
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXOptionMenu, 1);
|
|
2633
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXRegion, 1); if (arg2 == NULL) rb_raise(rb_eTypeError, "null reference");
|
|
2634
|
+
FXOptionMenu_setShape(arg1,(FXRegion const &)*arg2); return Qnil; }
|
|
2635
|
+
static VALUE _wrap_FXOptionMenu_setShape__SWIG_1(int argc, VALUE *argv, VALUE self) { FXOptionMenu *arg1 = (FXOptionMenu *) 0 ;
|
|
2636
|
+
FXBitmap *arg2 = (FXBitmap *) 0 ; if ((argc < 1) || (argc > 1))
|
|
2637
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
|
2638
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXOptionMenu, 1);
|
|
2639
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXBitmap, 1); FXOptionMenu_setShape(arg1,arg2); return Qnil; }
|
|
2640
|
+
static VALUE _wrap_FXOptionMenu_setShape__SWIG_2(int argc, VALUE *argv, VALUE self) { FXOptionMenu *arg1 = (FXOptionMenu *) 0 ;
|
|
2641
|
+
FXIcon *arg2 = (FXIcon *) 0 ; if ((argc < 1) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
|
2642
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXOptionMenu, 1);
|
|
2643
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXIcon, 1); FXOptionMenu_setShape(arg1,arg2); return Qnil; }
|
|
2644
|
+
static VALUE _wrap_FXOptionMenu_setShape(int nargs, VALUE *args, VALUE self) { int argc; VALUE argv[3]; int ii;
|
|
2645
|
+
argc = nargs + 1; argv[0] = self; for (ii = 1; (ii < argc) && (ii < 2); ii++) { argv[ii] = args[ii-1]; } if (argc == 2) {
|
|
2646
|
+
int _v; { void *ptr;
|
|
2647
|
+
_v = (NIL_P(argv[0]) || (TYPE(argv[0]) == T_DATA && SWIG_ConvertPtr(argv[0], &ptr, SWIGTYPE_p_FXOptionMenu, 0) != -1)) ? 1 : 0; }
|
|
2648
|
+
if (_v) { { void *ptr;
|
|
2649
|
+
_v = (NIL_P(argv[1]) || (TYPE(argv[1]) == T_DATA && SWIG_ConvertPtr(argv[1], &ptr, SWIGTYPE_p_FXRegion, 0) != -1)) ? 1 : 0; }
|
|
2650
|
+
if (_v) { return _wrap_FXOptionMenu_setShape__SWIG_0(nargs, args, self);} } } if (argc == 2) { int _v; {
|
|
2651
|
+
void *ptr;
|
|
2652
|
+
_v = (NIL_P(argv[0]) || (TYPE(argv[0]) == T_DATA && SWIG_ConvertPtr(argv[0], &ptr, SWIGTYPE_p_FXOptionMenu, 0) != -1)) ? 1 : 0; }
|
|
2653
|
+
if (_v) { { void *ptr;
|
|
2654
|
+
_v = (NIL_P(argv[1]) || (TYPE(argv[1]) == T_DATA && SWIG_ConvertPtr(argv[1], &ptr, SWIGTYPE_p_FXBitmap, 0) != -1)) ? 1 : 0; }
|
|
2655
|
+
if (_v) { return _wrap_FXOptionMenu_setShape__SWIG_1(nargs, args, self);} } } if (argc == 2) { int _v; {
|
|
2656
|
+
void *ptr;
|
|
2657
|
+
_v = (NIL_P(argv[0]) || (TYPE(argv[0]) == T_DATA && SWIG_ConvertPtr(argv[0], &ptr, SWIGTYPE_p_FXOptionMenu, 0) != -1)) ? 1 : 0; }
|
|
2658
|
+
if (_v) { { void *ptr;
|
|
2659
|
+
_v = (NIL_P(argv[1]) || (TYPE(argv[1]) == T_DATA && SWIG_ConvertPtr(argv[1], &ptr, SWIGTYPE_p_FXIcon, 0) != -1)) ? 1 : 0; }
|
|
2660
|
+
if (_v) { return _wrap_FXOptionMenu_setShape__SWIG_2(nargs, args, self);} } }
|
|
2661
|
+
rb_raise(rb_eArgError, "No matching function for overloaded 'FXOptionMenu_setShape'"); return Qnil; }
|
|
2662
|
+
static VALUE _wrap_FXOptionMenu_clearShape(int argc, VALUE *argv, VALUE self) { FXOptionMenu *arg1 = (FXOptionMenu *) 0 ;
|
|
2663
|
+
if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
|
2664
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXOptionMenu, 1); FXOptionMenu_clearShape(arg1); return Qnil; }
|
|
2419
2665
|
static VALUE _wrap_FXRadioButton_onPaint(int argc, VALUE *argv, VALUE self) { FXRadioButton *arg1 = (FXRadioButton *) 0 ;
|
|
2420
2666
|
FXObject *arg2 = (FXObject *) 0 ; FXSelector arg3 ; void *arg4 = (void *) 0 ; long result; VALUE vresult = Qnil;
|
|
2421
2667
|
if ((argc < 3) || (argc > 3)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 3)",argc);
|
|
@@ -2661,6 +2907,11 @@ static VALUE _wrap_FXRadioButton_setFocus(int argc, VALUE *argv, VALUE self) { F
|
|
|
2661
2907
|
static VALUE _wrap_FXRadioButton_killFocus(int argc, VALUE *argv, VALUE self) { FXRadioButton *arg1 = (FXRadioButton *) 0 ;
|
|
2662
2908
|
if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
|
2663
2909
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXRadioButton, 1); FXRadioButton_killFocus(arg1); return Qnil; }
|
|
2910
|
+
static VALUE _wrap_FXRadioButton_changeFocus(int argc, VALUE *argv, VALUE self) { FXRadioButton *arg1 = (FXRadioButton *) 0 ;
|
|
2911
|
+
FXWindow *arg2 = (FXWindow *) 0 ; if ((argc < 1) || (argc > 1))
|
|
2912
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
|
2913
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXRadioButton, 1);
|
|
2914
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXWindow, 1); FXRadioButton_changeFocus(arg1,arg2); return Qnil; }
|
|
2664
2915
|
static VALUE _wrap_FXRadioButton_setDefault(int argc, VALUE *argv, VALUE self) { FXRadioButton *arg1 = (FXRadioButton *) 0 ;
|
|
2665
2916
|
FXbool arg2 = (FXbool) 1 ; if ((argc < 0) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
|
2666
2917
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXRadioButton, 1); if (argc > 0) { arg2 = to_FXbool(argv[0]); }
|
|
@@ -2693,10 +2944,11 @@ static VALUE _wrap_FXRadioButton_recalc(int argc, VALUE *argv, VALUE self) { FXR
|
|
|
2693
2944
|
if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
|
2694
2945
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXRadioButton, 1); FXRadioButton_recalc(arg1); return Qnil; }
|
|
2695
2946
|
static VALUE _wrap_FXRadioButton_reparent(int argc, VALUE *argv, VALUE self) { FXRadioButton *arg1 = (FXRadioButton *) 0 ;
|
|
2696
|
-
|
|
2697
|
-
rb_raise(rb_eArgError, "wrong # of arguments(%d for
|
|
2947
|
+
FXWindow *arg2 = (FXWindow *) 0 ; FXWindow *arg3 = (FXWindow *) 0 ; if ((argc < 2) || (argc > 2))
|
|
2948
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 2)",argc);
|
|
2698
2949
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXRadioButton, 1);
|
|
2699
|
-
SWIG_ConvertPtr(argv[0], (void **) &arg2,
|
|
2950
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXWindow, 1);
|
|
2951
|
+
SWIG_ConvertPtr(argv[1], (void **) &arg3, SWIGTYPE_p_FXWindow, 1); FXRadioButton_reparent(arg1,arg2,arg3); return Qnil; }
|
|
2700
2952
|
static VALUE _wrap_FXRadioButton_show(int argc, VALUE *argv, VALUE self) { FXRadioButton *arg1 = (FXRadioButton *) 0 ;
|
|
2701
2953
|
if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
|
2702
2954
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXRadioButton, 1); FXRadioButton_show(arg1); return Qnil; }
|
|
@@ -2724,6 +2976,43 @@ static VALUE _wrap_FXRadioButton_setBackColor(int argc, VALUE *argv, VALUE self)
|
|
|
2724
2976
|
FXColor arg2 ; if ((argc < 1) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
|
2725
2977
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXRadioButton, 1); arg2 = to_FXColor(argv[0]);
|
|
2726
2978
|
FXRadioButton_setBackColor(arg1,arg2); return Qnil; }
|
|
2979
|
+
static VALUE _wrap_FXRadioButton_setShape__SWIG_0(int argc, VALUE *argv, VALUE self) {
|
|
2980
|
+
FXRadioButton *arg1 = (FXRadioButton *) 0 ; FXRegion *arg2 = 0 ; if ((argc < 1) || (argc > 1))
|
|
2981
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
|
2982
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXRadioButton, 1);
|
|
2983
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXRegion, 1); if (arg2 == NULL) rb_raise(rb_eTypeError, "null reference");
|
|
2984
|
+
FXRadioButton_setShape(arg1,(FXRegion const &)*arg2); return Qnil; }
|
|
2985
|
+
static VALUE _wrap_FXRadioButton_setShape__SWIG_1(int argc, VALUE *argv, VALUE self) {
|
|
2986
|
+
FXRadioButton *arg1 = (FXRadioButton *) 0 ; FXBitmap *arg2 = (FXBitmap *) 0 ; if ((argc < 1) || (argc > 1))
|
|
2987
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
|
2988
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXRadioButton, 1);
|
|
2989
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXBitmap, 1); FXRadioButton_setShape(arg1,arg2); return Qnil; }
|
|
2990
|
+
static VALUE _wrap_FXRadioButton_setShape__SWIG_2(int argc, VALUE *argv, VALUE self) {
|
|
2991
|
+
FXRadioButton *arg1 = (FXRadioButton *) 0 ; FXIcon *arg2 = (FXIcon *) 0 ; if ((argc < 1) || (argc > 1))
|
|
2992
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
|
2993
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXRadioButton, 1);
|
|
2994
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXIcon, 1); FXRadioButton_setShape(arg1,arg2); return Qnil; }
|
|
2995
|
+
static VALUE _wrap_FXRadioButton_setShape(int nargs, VALUE *args, VALUE self) { int argc; VALUE argv[3]; int ii;
|
|
2996
|
+
argc = nargs + 1; argv[0] = self; for (ii = 1; (ii < argc) && (ii < 2); ii++) { argv[ii] = args[ii-1]; } if (argc == 2) {
|
|
2997
|
+
int _v; { void *ptr;
|
|
2998
|
+
_v = (NIL_P(argv[0]) || (TYPE(argv[0]) == T_DATA && SWIG_ConvertPtr(argv[0], &ptr, SWIGTYPE_p_FXRadioButton, 0) != -1)) ? 1 : 0; }
|
|
2999
|
+
if (_v) { { void *ptr;
|
|
3000
|
+
_v = (NIL_P(argv[1]) || (TYPE(argv[1]) == T_DATA && SWIG_ConvertPtr(argv[1], &ptr, SWIGTYPE_p_FXRegion, 0) != -1)) ? 1 : 0; }
|
|
3001
|
+
if (_v) { return _wrap_FXRadioButton_setShape__SWIG_0(nargs, args, self);} } } if (argc == 2) { int _v; {
|
|
3002
|
+
void *ptr;
|
|
3003
|
+
_v = (NIL_P(argv[0]) || (TYPE(argv[0]) == T_DATA && SWIG_ConvertPtr(argv[0], &ptr, SWIGTYPE_p_FXRadioButton, 0) != -1)) ? 1 : 0; }
|
|
3004
|
+
if (_v) { { void *ptr;
|
|
3005
|
+
_v = (NIL_P(argv[1]) || (TYPE(argv[1]) == T_DATA && SWIG_ConvertPtr(argv[1], &ptr, SWIGTYPE_p_FXBitmap, 0) != -1)) ? 1 : 0; }
|
|
3006
|
+
if (_v) { return _wrap_FXRadioButton_setShape__SWIG_1(nargs, args, self);} } } if (argc == 2) { int _v; {
|
|
3007
|
+
void *ptr;
|
|
3008
|
+
_v = (NIL_P(argv[0]) || (TYPE(argv[0]) == T_DATA && SWIG_ConvertPtr(argv[0], &ptr, SWIGTYPE_p_FXRadioButton, 0) != -1)) ? 1 : 0; }
|
|
3009
|
+
if (_v) { { void *ptr;
|
|
3010
|
+
_v = (NIL_P(argv[1]) || (TYPE(argv[1]) == T_DATA && SWIG_ConvertPtr(argv[1], &ptr, SWIGTYPE_p_FXIcon, 0) != -1)) ? 1 : 0; }
|
|
3011
|
+
if (_v) { return _wrap_FXRadioButton_setShape__SWIG_2(nargs, args, self);} } }
|
|
3012
|
+
rb_raise(rb_eArgError, "No matching function for overloaded 'FXRadioButton_setShape'"); return Qnil; }
|
|
3013
|
+
static VALUE _wrap_FXRadioButton_clearShape(int argc, VALUE *argv, VALUE self) { FXRadioButton *arg1 = (FXRadioButton *) 0 ;
|
|
3014
|
+
if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
|
3015
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXRadioButton, 1); FXRadioButton_clearShape(arg1); return Qnil; }
|
|
2727
3016
|
static VALUE _wrap_FXTabItem_onPaint(int argc, VALUE *argv, VALUE self) { FXTabItem *arg1 = (FXTabItem *) 0 ;
|
|
2728
3017
|
FXObject *arg2 = (FXObject *) 0 ; FXSelector arg3 ; void *arg4 = (void *) 0 ; long result; VALUE vresult = Qnil;
|
|
2729
3018
|
if ((argc < 3) || (argc > 3)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 3)",argc);
|
|
@@ -2873,6 +3162,11 @@ static VALUE _wrap_FXTabItem_setFocus(int argc, VALUE *argv, VALUE self) { FXTab
|
|
|
2873
3162
|
static VALUE _wrap_FXTabItem_killFocus(int argc, VALUE *argv, VALUE self) { FXTabItem *arg1 = (FXTabItem *) 0 ;
|
|
2874
3163
|
if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
|
2875
3164
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXTabItem, 1); FXTabItem_killFocus(arg1); return Qnil; }
|
|
3165
|
+
static VALUE _wrap_FXTabItem_changeFocus(int argc, VALUE *argv, VALUE self) { FXTabItem *arg1 = (FXTabItem *) 0 ;
|
|
3166
|
+
FXWindow *arg2 = (FXWindow *) 0 ; if ((argc < 1) || (argc > 1))
|
|
3167
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
|
3168
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXTabItem, 1);
|
|
3169
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXWindow, 1); FXTabItem_changeFocus(arg1,arg2); return Qnil; }
|
|
2876
3170
|
static VALUE _wrap_FXTabItem_setDefault(int argc, VALUE *argv, VALUE self) { FXTabItem *arg1 = (FXTabItem *) 0 ;
|
|
2877
3171
|
FXbool arg2 = (FXbool) 1 ; if ((argc < 0) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
|
2878
3172
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXTabItem, 1); if (argc > 0) { arg2 = to_FXbool(argv[0]); }
|
|
@@ -2905,10 +3199,11 @@ static VALUE _wrap_FXTabItem_recalc(int argc, VALUE *argv, VALUE self) { FXTabIt
|
|
|
2905
3199
|
if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
|
2906
3200
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXTabItem, 1); FXTabItem_recalc(arg1); return Qnil; }
|
|
2907
3201
|
static VALUE _wrap_FXTabItem_reparent(int argc, VALUE *argv, VALUE self) { FXTabItem *arg1 = (FXTabItem *) 0 ;
|
|
2908
|
-
|
|
2909
|
-
rb_raise(rb_eArgError, "wrong # of arguments(%d for
|
|
3202
|
+
FXWindow *arg2 = (FXWindow *) 0 ; FXWindow *arg3 = (FXWindow *) 0 ; if ((argc < 2) || (argc > 2))
|
|
3203
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 2)",argc);
|
|
2910
3204
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXTabItem, 1);
|
|
2911
|
-
SWIG_ConvertPtr(argv[0], (void **) &arg2,
|
|
3205
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXWindow, 1);
|
|
3206
|
+
SWIG_ConvertPtr(argv[1], (void **) &arg3, SWIGTYPE_p_FXWindow, 1); FXTabItem_reparent(arg1,arg2,arg3); return Qnil; }
|
|
2912
3207
|
static VALUE _wrap_FXTabItem_show(int argc, VALUE *argv, VALUE self) { FXTabItem *arg1 = (FXTabItem *) 0 ;
|
|
2913
3208
|
if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
|
2914
3209
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXTabItem, 1); FXTabItem_show(arg1); return Qnil; }
|
|
@@ -2933,6 +3228,39 @@ static VALUE _wrap_FXTabItem_setBackColor(int argc, VALUE *argv, VALUE self) { F
|
|
|
2933
3228
|
FXColor arg2 ; if ((argc < 1) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
|
2934
3229
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXTabItem, 1); arg2 = to_FXColor(argv[0]);
|
|
2935
3230
|
FXTabItem_setBackColor(arg1,arg2); return Qnil; }
|
|
3231
|
+
static VALUE _wrap_FXTabItem_setShape__SWIG_0(int argc, VALUE *argv, VALUE self) { FXTabItem *arg1 = (FXTabItem *) 0 ;
|
|
3232
|
+
FXRegion *arg2 = 0 ; if ((argc < 1) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
|
3233
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXTabItem, 1);
|
|
3234
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXRegion, 1); if (arg2 == NULL) rb_raise(rb_eTypeError, "null reference");
|
|
3235
|
+
FXTabItem_setShape(arg1,(FXRegion const &)*arg2); return Qnil; }
|
|
3236
|
+
static VALUE _wrap_FXTabItem_setShape__SWIG_1(int argc, VALUE *argv, VALUE self) { FXTabItem *arg1 = (FXTabItem *) 0 ;
|
|
3237
|
+
FXBitmap *arg2 = (FXBitmap *) 0 ; if ((argc < 1) || (argc > 1))
|
|
3238
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
|
3239
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXTabItem, 1);
|
|
3240
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXBitmap, 1); FXTabItem_setShape(arg1,arg2); return Qnil; }
|
|
3241
|
+
static VALUE _wrap_FXTabItem_setShape__SWIG_2(int argc, VALUE *argv, VALUE self) { FXTabItem *arg1 = (FXTabItem *) 0 ;
|
|
3242
|
+
FXIcon *arg2 = (FXIcon *) 0 ; if ((argc < 1) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
|
3243
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXTabItem, 1);
|
|
3244
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXIcon, 1); FXTabItem_setShape(arg1,arg2); return Qnil; }
|
|
3245
|
+
static VALUE _wrap_FXTabItem_setShape(int nargs, VALUE *args, VALUE self) { int argc; VALUE argv[3]; int ii; argc = nargs + 1;
|
|
3246
|
+
argv[0] = self; for (ii = 1; (ii < argc) && (ii < 2); ii++) { argv[ii] = args[ii-1]; } if (argc == 2) { int _v; {
|
|
3247
|
+
void *ptr;
|
|
3248
|
+
_v = (NIL_P(argv[0]) || (TYPE(argv[0]) == T_DATA && SWIG_ConvertPtr(argv[0], &ptr, SWIGTYPE_p_FXTabItem, 0) != -1)) ? 1 : 0; }
|
|
3249
|
+
if (_v) { { void *ptr;
|
|
3250
|
+
_v = (NIL_P(argv[1]) || (TYPE(argv[1]) == T_DATA && SWIG_ConvertPtr(argv[1], &ptr, SWIGTYPE_p_FXRegion, 0) != -1)) ? 1 : 0; }
|
|
3251
|
+
if (_v) { return _wrap_FXTabItem_setShape__SWIG_0(nargs, args, self);} } } if (argc == 2) { int _v; { void *ptr;
|
|
3252
|
+
_v = (NIL_P(argv[0]) || (TYPE(argv[0]) == T_DATA && SWIG_ConvertPtr(argv[0], &ptr, SWIGTYPE_p_FXTabItem, 0) != -1)) ? 1 : 0; }
|
|
3253
|
+
if (_v) { { void *ptr;
|
|
3254
|
+
_v = (NIL_P(argv[1]) || (TYPE(argv[1]) == T_DATA && SWIG_ConvertPtr(argv[1], &ptr, SWIGTYPE_p_FXBitmap, 0) != -1)) ? 1 : 0; }
|
|
3255
|
+
if (_v) { return _wrap_FXTabItem_setShape__SWIG_1(nargs, args, self);} } } if (argc == 2) { int _v; { void *ptr;
|
|
3256
|
+
_v = (NIL_P(argv[0]) || (TYPE(argv[0]) == T_DATA && SWIG_ConvertPtr(argv[0], &ptr, SWIGTYPE_p_FXTabItem, 0) != -1)) ? 1 : 0; }
|
|
3257
|
+
if (_v) { { void *ptr;
|
|
3258
|
+
_v = (NIL_P(argv[1]) || (TYPE(argv[1]) == T_DATA && SWIG_ConvertPtr(argv[1], &ptr, SWIGTYPE_p_FXIcon, 0) != -1)) ? 1 : 0; }
|
|
3259
|
+
if (_v) { return _wrap_FXTabItem_setShape__SWIG_2(nargs, args, self);} } }
|
|
3260
|
+
rb_raise(rb_eArgError, "No matching function for overloaded 'FXTabItem_setShape'"); return Qnil; }
|
|
3261
|
+
static VALUE _wrap_FXTabItem_clearShape(int argc, VALUE *argv, VALUE self) { FXTabItem *arg1 = (FXTabItem *) 0 ;
|
|
3262
|
+
if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
|
3263
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXTabItem, 1); FXTabItem_clearShape(arg1); return Qnil; }
|
|
2936
3264
|
static VALUE _wrap_FXToggleButton_onPaint(int argc, VALUE *argv, VALUE self) { FXToggleButton *arg1 = (FXToggleButton *) 0 ;
|
|
2937
3265
|
FXObject *arg2 = (FXObject *) 0 ; FXSelector arg3 ; void *arg4 = (void *) 0 ; long result; VALUE vresult = Qnil;
|
|
2938
3266
|
if ((argc < 3) || (argc > 3)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 3)",argc);
|
|
@@ -3209,6 +3537,11 @@ static VALUE _wrap_FXToggleButton_setFocus(int argc, VALUE *argv, VALUE self) {
|
|
|
3209
3537
|
static VALUE _wrap_FXToggleButton_killFocus(int argc, VALUE *argv, VALUE self) { FXToggleButton *arg1 = (FXToggleButton *) 0 ;
|
|
3210
3538
|
if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
|
3211
3539
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXToggleButton, 1); FXToggleButton_killFocus(arg1); return Qnil; }
|
|
3540
|
+
static VALUE _wrap_FXToggleButton_changeFocus(int argc, VALUE *argv, VALUE self) { FXToggleButton *arg1 = (FXToggleButton *) 0 ;
|
|
3541
|
+
FXWindow *arg2 = (FXWindow *) 0 ; if ((argc < 1) || (argc > 1))
|
|
3542
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
|
3543
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXToggleButton, 1);
|
|
3544
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXWindow, 1); FXToggleButton_changeFocus(arg1,arg2); return Qnil; }
|
|
3212
3545
|
static VALUE _wrap_FXToggleButton_setDefault(int argc, VALUE *argv, VALUE self) { FXToggleButton *arg1 = (FXToggleButton *) 0 ;
|
|
3213
3546
|
FXbool arg2 = (FXbool) 1 ; if ((argc < 0) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
|
3214
3547
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXToggleButton, 1); if (argc > 0) { arg2 = to_FXbool(argv[0]); }
|
|
@@ -3241,10 +3574,11 @@ static VALUE _wrap_FXToggleButton_recalc(int argc, VALUE *argv, VALUE self) { FX
|
|
|
3241
3574
|
if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
|
3242
3575
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXToggleButton, 1); FXToggleButton_recalc(arg1); return Qnil; }
|
|
3243
3576
|
static VALUE _wrap_FXToggleButton_reparent(int argc, VALUE *argv, VALUE self) { FXToggleButton *arg1 = (FXToggleButton *) 0 ;
|
|
3244
|
-
|
|
3245
|
-
rb_raise(rb_eArgError, "wrong # of arguments(%d for
|
|
3577
|
+
FXWindow *arg2 = (FXWindow *) 0 ; FXWindow *arg3 = (FXWindow *) 0 ; if ((argc < 2) || (argc > 2))
|
|
3578
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 2)",argc);
|
|
3246
3579
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXToggleButton, 1);
|
|
3247
|
-
SWIG_ConvertPtr(argv[0], (void **) &arg2,
|
|
3580
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXWindow, 1);
|
|
3581
|
+
SWIG_ConvertPtr(argv[1], (void **) &arg3, SWIGTYPE_p_FXWindow, 1); FXToggleButton_reparent(arg1,arg2,arg3); return Qnil; }
|
|
3248
3582
|
static VALUE _wrap_FXToggleButton_show(int argc, VALUE *argv, VALUE self) { FXToggleButton *arg1 = (FXToggleButton *) 0 ;
|
|
3249
3583
|
if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
|
3250
3584
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXToggleButton, 1); FXToggleButton_show(arg1); return Qnil; }
|
|
@@ -3274,6 +3608,43 @@ static VALUE _wrap_FXToggleButton_setBackColor(int argc, VALUE *argv, VALUE self
|
|
|
3274
3608
|
rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
|
3275
3609
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXToggleButton, 1); arg2 = to_FXColor(argv[0]);
|
|
3276
3610
|
FXToggleButton_setBackColor(arg1,arg2); return Qnil; }
|
|
3611
|
+
static VALUE _wrap_FXToggleButton_setShape__SWIG_0(int argc, VALUE *argv, VALUE self) {
|
|
3612
|
+
FXToggleButton *arg1 = (FXToggleButton *) 0 ; FXRegion *arg2 = 0 ; if ((argc < 1) || (argc > 1))
|
|
3613
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
|
3614
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXToggleButton, 1);
|
|
3615
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXRegion, 1); if (arg2 == NULL) rb_raise(rb_eTypeError, "null reference");
|
|
3616
|
+
FXToggleButton_setShape(arg1,(FXRegion const &)*arg2); return Qnil; }
|
|
3617
|
+
static VALUE _wrap_FXToggleButton_setShape__SWIG_1(int argc, VALUE *argv, VALUE self) {
|
|
3618
|
+
FXToggleButton *arg1 = (FXToggleButton *) 0 ; FXBitmap *arg2 = (FXBitmap *) 0 ; if ((argc < 1) || (argc > 1))
|
|
3619
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
|
3620
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXToggleButton, 1);
|
|
3621
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXBitmap, 1); FXToggleButton_setShape(arg1,arg2); return Qnil; }
|
|
3622
|
+
static VALUE _wrap_FXToggleButton_setShape__SWIG_2(int argc, VALUE *argv, VALUE self) {
|
|
3623
|
+
FXToggleButton *arg1 = (FXToggleButton *) 0 ; FXIcon *arg2 = (FXIcon *) 0 ; if ((argc < 1) || (argc > 1))
|
|
3624
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
|
3625
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXToggleButton, 1);
|
|
3626
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXIcon, 1); FXToggleButton_setShape(arg1,arg2); return Qnil; }
|
|
3627
|
+
static VALUE _wrap_FXToggleButton_setShape(int nargs, VALUE *args, VALUE self) { int argc; VALUE argv[3]; int ii;
|
|
3628
|
+
argc = nargs + 1; argv[0] = self; for (ii = 1; (ii < argc) && (ii < 2); ii++) { argv[ii] = args[ii-1]; } if (argc == 2) {
|
|
3629
|
+
int _v; { void *ptr;
|
|
3630
|
+
_v = (NIL_P(argv[0]) || (TYPE(argv[0]) == T_DATA && SWIG_ConvertPtr(argv[0], &ptr, SWIGTYPE_p_FXToggleButton, 0) != -1)) ? 1 : 0; }
|
|
3631
|
+
if (_v) { { void *ptr;
|
|
3632
|
+
_v = (NIL_P(argv[1]) || (TYPE(argv[1]) == T_DATA && SWIG_ConvertPtr(argv[1], &ptr, SWIGTYPE_p_FXRegion, 0) != -1)) ? 1 : 0; }
|
|
3633
|
+
if (_v) { return _wrap_FXToggleButton_setShape__SWIG_0(nargs, args, self);} } } if (argc == 2) { int _v; {
|
|
3634
|
+
void *ptr;
|
|
3635
|
+
_v = (NIL_P(argv[0]) || (TYPE(argv[0]) == T_DATA && SWIG_ConvertPtr(argv[0], &ptr, SWIGTYPE_p_FXToggleButton, 0) != -1)) ? 1 : 0; }
|
|
3636
|
+
if (_v) { { void *ptr;
|
|
3637
|
+
_v = (NIL_P(argv[1]) || (TYPE(argv[1]) == T_DATA && SWIG_ConvertPtr(argv[1], &ptr, SWIGTYPE_p_FXBitmap, 0) != -1)) ? 1 : 0; }
|
|
3638
|
+
if (_v) { return _wrap_FXToggleButton_setShape__SWIG_1(nargs, args, self);} } } if (argc == 2) { int _v; {
|
|
3639
|
+
void *ptr;
|
|
3640
|
+
_v = (NIL_P(argv[0]) || (TYPE(argv[0]) == T_DATA && SWIG_ConvertPtr(argv[0], &ptr, SWIGTYPE_p_FXToggleButton, 0) != -1)) ? 1 : 0; }
|
|
3641
|
+
if (_v) { { void *ptr;
|
|
3642
|
+
_v = (NIL_P(argv[1]) || (TYPE(argv[1]) == T_DATA && SWIG_ConvertPtr(argv[1], &ptr, SWIGTYPE_p_FXIcon, 0) != -1)) ? 1 : 0; }
|
|
3643
|
+
if (_v) { return _wrap_FXToggleButton_setShape__SWIG_2(nargs, args, self);} } }
|
|
3644
|
+
rb_raise(rb_eArgError, "No matching function for overloaded 'FXToggleButton_setShape'"); return Qnil; }
|
|
3645
|
+
static VALUE _wrap_FXToggleButton_clearShape(int argc, VALUE *argv, VALUE self) { FXToggleButton *arg1 = (FXToggleButton *) 0 ;
|
|
3646
|
+
if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
|
3647
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXToggleButton, 1); FXToggleButton_clearShape(arg1); return Qnil; }
|
|
3277
3648
|
static VALUE _wrap_FXTriStateButton_onPaint(int argc, VALUE *argv, VALUE self) {
|
|
3278
3649
|
FXTriStateButton *arg1 = (FXTriStateButton *) 0 ; FXObject *arg2 = (FXObject *) 0 ; FXSelector arg3 ;
|
|
3279
3650
|
void *arg4 = (void *) 0 ; long result; VALUE vresult = Qnil; if ((argc < 3) || (argc > 3))
|
|
@@ -3493,6 +3864,11 @@ static VALUE _wrap_FXPicker_setFocus(int argc, VALUE *argv, VALUE self) { FXPick
|
|
|
3493
3864
|
static VALUE _wrap_FXPicker_killFocus(int argc, VALUE *argv, VALUE self) { FXPicker *arg1 = (FXPicker *) 0 ;
|
|
3494
3865
|
if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
|
3495
3866
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXPicker, 1); FXPicker_killFocus(arg1); return Qnil; }
|
|
3867
|
+
static VALUE _wrap_FXPicker_changeFocus(int argc, VALUE *argv, VALUE self) { FXPicker *arg1 = (FXPicker *) 0 ;
|
|
3868
|
+
FXWindow *arg2 = (FXWindow *) 0 ; if ((argc < 1) || (argc > 1))
|
|
3869
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
|
3870
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXPicker, 1);
|
|
3871
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXWindow, 1); FXPicker_changeFocus(arg1,arg2); return Qnil; }
|
|
3496
3872
|
static VALUE _wrap_FXPicker_setDefault(int argc, VALUE *argv, VALUE self) { FXPicker *arg1 = (FXPicker *) 0 ;
|
|
3497
3873
|
FXbool arg2 = (FXbool) 1 ; if ((argc < 0) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
|
3498
3874
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXPicker, 1); if (argc > 0) { arg2 = to_FXbool(argv[0]); }
|
|
@@ -3525,10 +3901,11 @@ static VALUE _wrap_FXPicker_recalc(int argc, VALUE *argv, VALUE self) { FXPicker
|
|
|
3525
3901
|
if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
|
3526
3902
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXPicker, 1); FXPicker_recalc(arg1); return Qnil; }
|
|
3527
3903
|
static VALUE _wrap_FXPicker_reparent(int argc, VALUE *argv, VALUE self) { FXPicker *arg1 = (FXPicker *) 0 ;
|
|
3528
|
-
|
|
3529
|
-
rb_raise(rb_eArgError, "wrong # of arguments(%d for
|
|
3904
|
+
FXWindow *arg2 = (FXWindow *) 0 ; FXWindow *arg3 = (FXWindow *) 0 ; if ((argc < 2) || (argc > 2))
|
|
3905
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 2)",argc);
|
|
3530
3906
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXPicker, 1);
|
|
3531
|
-
SWIG_ConvertPtr(argv[0], (void **) &arg2,
|
|
3907
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXWindow, 1);
|
|
3908
|
+
SWIG_ConvertPtr(argv[1], (void **) &arg3, SWIGTYPE_p_FXWindow, 1); FXPicker_reparent(arg1,arg2,arg3); return Qnil; }
|
|
3532
3909
|
static VALUE _wrap_FXPicker_show(int argc, VALUE *argv, VALUE self) { FXPicker *arg1 = (FXPicker *) 0 ;
|
|
3533
3910
|
if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
|
3534
3911
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXPicker, 1); FXPicker_show(arg1); return Qnil; }
|
|
@@ -3552,6 +3929,39 @@ static VALUE _wrap_FXPicker_setBackColor(int argc, VALUE *argv, VALUE self) { FX
|
|
|
3552
3929
|
if ((argc < 1) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
|
3553
3930
|
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXPicker, 1); arg2 = to_FXColor(argv[0]);
|
|
3554
3931
|
FXPicker_setBackColor(arg1,arg2); return Qnil; }
|
|
3932
|
+
static VALUE _wrap_FXPicker_setShape__SWIG_0(int argc, VALUE *argv, VALUE self) { FXPicker *arg1 = (FXPicker *) 0 ;
|
|
3933
|
+
FXRegion *arg2 = 0 ; if ((argc < 1) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
|
3934
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXPicker, 1);
|
|
3935
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXRegion, 1); if (arg2 == NULL) rb_raise(rb_eTypeError, "null reference");
|
|
3936
|
+
FXPicker_setShape(arg1,(FXRegion const &)*arg2); return Qnil; }
|
|
3937
|
+
static VALUE _wrap_FXPicker_setShape__SWIG_1(int argc, VALUE *argv, VALUE self) { FXPicker *arg1 = (FXPicker *) 0 ;
|
|
3938
|
+
FXBitmap *arg2 = (FXBitmap *) 0 ; if ((argc < 1) || (argc > 1))
|
|
3939
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
|
3940
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXPicker, 1);
|
|
3941
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXBitmap, 1); FXPicker_setShape(arg1,arg2); return Qnil; }
|
|
3942
|
+
static VALUE _wrap_FXPicker_setShape__SWIG_2(int argc, VALUE *argv, VALUE self) { FXPicker *arg1 = (FXPicker *) 0 ;
|
|
3943
|
+
FXIcon *arg2 = (FXIcon *) 0 ; if ((argc < 1) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
|
|
3944
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXPicker, 1);
|
|
3945
|
+
SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXIcon, 1); FXPicker_setShape(arg1,arg2); return Qnil; }
|
|
3946
|
+
static VALUE _wrap_FXPicker_setShape(int nargs, VALUE *args, VALUE self) { int argc; VALUE argv[3]; int ii; argc = nargs + 1;
|
|
3947
|
+
argv[0] = self; for (ii = 1; (ii < argc) && (ii < 2); ii++) { argv[ii] = args[ii-1]; } if (argc == 2) { int _v; {
|
|
3948
|
+
void *ptr;
|
|
3949
|
+
_v = (NIL_P(argv[0]) || (TYPE(argv[0]) == T_DATA && SWIG_ConvertPtr(argv[0], &ptr, SWIGTYPE_p_FXPicker, 0) != -1)) ? 1 : 0; }
|
|
3950
|
+
if (_v) { { void *ptr;
|
|
3951
|
+
_v = (NIL_P(argv[1]) || (TYPE(argv[1]) == T_DATA && SWIG_ConvertPtr(argv[1], &ptr, SWIGTYPE_p_FXRegion, 0) != -1)) ? 1 : 0; }
|
|
3952
|
+
if (_v) { return _wrap_FXPicker_setShape__SWIG_0(nargs, args, self);} } } if (argc == 2) { int _v; { void *ptr;
|
|
3953
|
+
_v = (NIL_P(argv[0]) || (TYPE(argv[0]) == T_DATA && SWIG_ConvertPtr(argv[0], &ptr, SWIGTYPE_p_FXPicker, 0) != -1)) ? 1 : 0; }
|
|
3954
|
+
if (_v) { { void *ptr;
|
|
3955
|
+
_v = (NIL_P(argv[1]) || (TYPE(argv[1]) == T_DATA && SWIG_ConvertPtr(argv[1], &ptr, SWIGTYPE_p_FXBitmap, 0) != -1)) ? 1 : 0; }
|
|
3956
|
+
if (_v) { return _wrap_FXPicker_setShape__SWIG_1(nargs, args, self);} } } if (argc == 2) { int _v; { void *ptr;
|
|
3957
|
+
_v = (NIL_P(argv[0]) || (TYPE(argv[0]) == T_DATA && SWIG_ConvertPtr(argv[0], &ptr, SWIGTYPE_p_FXPicker, 0) != -1)) ? 1 : 0; }
|
|
3958
|
+
if (_v) { { void *ptr;
|
|
3959
|
+
_v = (NIL_P(argv[1]) || (TYPE(argv[1]) == T_DATA && SWIG_ConvertPtr(argv[1], &ptr, SWIGTYPE_p_FXIcon, 0) != -1)) ? 1 : 0; }
|
|
3960
|
+
if (_v) { return _wrap_FXPicker_setShape__SWIG_2(nargs, args, self);} } }
|
|
3961
|
+
rb_raise(rb_eArgError, "No matching function for overloaded 'FXPicker_setShape'"); return Qnil; }
|
|
3962
|
+
static VALUE _wrap_FXPicker_clearShape(int argc, VALUE *argv, VALUE self) { FXPicker *arg1 = (FXPicker *) 0 ;
|
|
3963
|
+
if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
|
|
3964
|
+
SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXPicker, 1); FXPicker_clearShape(arg1); return Qnil; }
|
|
3555
3965
|
|
|
3556
3966
|
/* -------- TYPE CONVERSION AND EQUIVALENCE RULES (BEGIN) -------- */
|
|
3557
3967
|
|
|
@@ -3675,6 +4085,9 @@ static void *_p_FXShellTo_p_FXId(void *x) {
|
|
|
3675
4085
|
static void *_p_FXPopupTo_p_FXId(void *x) {
|
|
3676
4086
|
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXShell *) ((FXPopup *) x));
|
|
3677
4087
|
}
|
|
4088
|
+
static void *_p_FXSplashWindowTo_p_FXId(void *x) {
|
|
4089
|
+
return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXShell *)(FXTopWindow *) ((FXSplashWindow *) x));
|
|
4090
|
+
}
|
|
3678
4091
|
static void *_p_FXWindowTo_p_FXId(void *x) {
|
|
3679
4092
|
return (void *)((FXId *) (FXDrawable *) ((FXWindow *) x));
|
|
3680
4093
|
}
|
|
@@ -3792,9 +4205,6 @@ static void *_p_FXTextFieldTo_p_FXObject(void *x) {
|
|
|
3792
4205
|
static void *_p_FXArrowButtonTo_p_FXObject(void *x) {
|
|
3793
4206
|
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *) ((FXArrowButton *) x));
|
|
3794
4207
|
}
|
|
3795
|
-
static void *_p_FXIconDictTo_p_FXObject(void *x) {
|
|
3796
|
-
return (void *)((FXObject *) (FXDict *) ((FXIconDict *) x));
|
|
3797
|
-
}
|
|
3798
4208
|
static void *_p_FXCheckButtonTo_p_FXObject(void *x) {
|
|
3799
4209
|
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *)(FXLabel *) ((FXCheckButton *) x));
|
|
3800
4210
|
}
|
|
@@ -3822,6 +4232,9 @@ static void *_p_FXRecentFilesTo_p_FXObject(void *x) {
|
|
|
3822
4232
|
static void *_p_FXDocumentTo_p_FXObject(void *x) {
|
|
3823
4233
|
return (void *)((FXObject *) ((FXDocument *) x));
|
|
3824
4234
|
}
|
|
4235
|
+
static void *_p_FXSplashWindowTo_p_FXObject(void *x) {
|
|
4236
|
+
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXShell *)(FXTopWindow *) ((FXSplashWindow *) x));
|
|
4237
|
+
}
|
|
3825
4238
|
static void *_p_FXMainWindowTo_p_FXObject(void *x) {
|
|
3826
4239
|
return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXShell *)(FXTopWindow *) ((FXMainWindow *) x));
|
|
3827
4240
|
}
|
|
@@ -3987,9 +4400,6 @@ static void *_p_FXCompositeTo_p_FXWindow(void *x) {
|
|
|
3987
4400
|
static void *_p_FXTextFieldTo_p_FXWindow(void *x) {
|
|
3988
4401
|
return (void *)((FXWindow *) (FXFrame *) ((FXTextField *) x));
|
|
3989
4402
|
}
|
|
3990
|
-
static void *_p_FXToggleButtonTo_p_FXWindow(void *x) {
|
|
3991
|
-
return (void *)((FXWindow *) (FXFrame *)(FXLabel *) ((FXToggleButton *) x));
|
|
3992
|
-
}
|
|
3993
4403
|
static void *_p_FXRadioButtonTo_p_FXWindow(void *x) {
|
|
3994
4404
|
return (void *)((FXWindow *) (FXFrame *)(FXLabel *) ((FXRadioButton *) x));
|
|
3995
4405
|
}
|
|
@@ -4002,6 +4412,9 @@ static void *_p_FXCheckButtonTo_p_FXWindow(void *x) {
|
|
|
4002
4412
|
static void *_p_FXArrowButtonTo_p_FXWindow(void *x) {
|
|
4003
4413
|
return (void *)((FXWindow *) (FXFrame *) ((FXArrowButton *) x));
|
|
4004
4414
|
}
|
|
4415
|
+
static void *_p_FXToggleButtonTo_p_FXWindow(void *x) {
|
|
4416
|
+
return (void *)((FXWindow *) (FXFrame *)(FXLabel *) ((FXToggleButton *) x));
|
|
4417
|
+
}
|
|
4005
4418
|
static void *_p_FXTriStateButtonTo_p_FXWindow(void *x) {
|
|
4006
4419
|
return (void *)((FXWindow *) (FXFrame *)(FXLabel *)(FXToggleButton *) ((FXTriStateButton *) x));
|
|
4007
4420
|
}
|
|
@@ -4020,6 +4433,9 @@ static void *_p_FXTopWindowTo_p_FXWindow(void *x) {
|
|
|
4020
4433
|
static void *_p_FXMainWindowTo_p_FXWindow(void *x) {
|
|
4021
4434
|
return (void *)((FXWindow *) (FXComposite *)(FXShell *)(FXTopWindow *) ((FXMainWindow *) x));
|
|
4022
4435
|
}
|
|
4436
|
+
static void *_p_FXSplashWindowTo_p_FXWindow(void *x) {
|
|
4437
|
+
return (void *)((FXWindow *) (FXComposite *)(FXShell *)(FXTopWindow *) ((FXSplashWindow *) x));
|
|
4438
|
+
}
|
|
4023
4439
|
static void *_p_FXRulerTo_p_FXWindow(void *x) {
|
|
4024
4440
|
return (void *)((FXWindow *) (FXFrame *) ((FXRuler *) x));
|
|
4025
4441
|
}
|
|
@@ -4101,6 +4517,9 @@ static void *_p_FXTopWindowTo_p_FXComposite(void *x) {
|
|
|
4101
4517
|
static void *_p_FXMainWindowTo_p_FXComposite(void *x) {
|
|
4102
4518
|
return (void *)((FXComposite *) (FXShell *)(FXTopWindow *) ((FXMainWindow *) x));
|
|
4103
4519
|
}
|
|
4520
|
+
static void *_p_FXSplashWindowTo_p_FXComposite(void *x) {
|
|
4521
|
+
return (void *)((FXComposite *) (FXShell *)(FXTopWindow *) ((FXSplashWindow *) x));
|
|
4522
|
+
}
|
|
4104
4523
|
static void *_p_FXPickerTo_p_FXButton(void *x) {
|
|
4105
4524
|
return (void *)((FXButton *) ((FXPicker *) x));
|
|
4106
4525
|
}
|
|
@@ -4155,6 +4574,9 @@ static void *_p_FXTopWindowTo_p_FXDrawable(void *x) {
|
|
|
4155
4574
|
static void *_p_FXMainWindowTo_p_FXDrawable(void *x) {
|
|
4156
4575
|
return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXShell *)(FXTopWindow *) ((FXMainWindow *) x));
|
|
4157
4576
|
}
|
|
4577
|
+
static void *_p_FXSplashWindowTo_p_FXDrawable(void *x) {
|
|
4578
|
+
return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXShell *)(FXTopWindow *) ((FXSplashWindow *) x));
|
|
4579
|
+
}
|
|
4158
4580
|
static void *_p_FXRulerTo_p_FXDrawable(void *x) {
|
|
4159
4581
|
return (void *)((FXDrawable *) (FXWindow *)(FXFrame *) ((FXRuler *) x));
|
|
4160
4582
|
}
|
|
@@ -4222,41 +4644,44 @@ static void *_p_FXColorBarTo_p_FXDrawable(void *x) {
|
|
|
4222
4644
|
return (void *)((FXDrawable *) (FXWindow *)(FXFrame *) ((FXColorBar *) x));
|
|
4223
4645
|
}
|
|
4224
4646
|
static swig_type_info _swigt__p_FXFrame[] = {{"_p_FXFrame", 0, "FXFrame *", 0, 0, 0, 0},{"_p_FXToolBarTab", _p_FXToolBarTabTo_p_FXFrame, 0, 0, 0, 0, 0},{"_p_FXFrame", 0, 0, 0, 0, 0, 0},{"_p_FXColorBar", _p_FXColorBarTo_p_FXFrame, 0, 0, 0, 0, 0},{"_p_FXBitmapFrame", _p_FXBitmapFrameTo_p_FXFrame, 0, 0, 0, 0, 0},{"_p_FXPicker", _p_FXPickerTo_p_FXFrame, 0, 0, 0, 0, 0},{"_p_FXRuler", _p_FXRulerTo_p_FXFrame, 0, 0, 0, 0, 0},{"_p_FXArrowButton", _p_FXArrowButtonTo_p_FXFrame, 0, 0, 0, 0, 0},{"_p_FXCheckButton", _p_FXCheckButtonTo_p_FXFrame, 0, 0, 0, 0, 0},{"_p_FXMenuButton", _p_FXMenuButtonTo_p_FXFrame, 0, 0, 0, 0, 0},{"_p_FXRadioButton", _p_FXRadioButtonTo_p_FXFrame, 0, 0, 0, 0, 0},{"_p_FXToggleButton", _p_FXToggleButtonTo_p_FXFrame, 0, 0, 0, 0, 0},{"_p_FXTriStateButton", _p_FXTriStateButtonTo_p_FXFrame, 0, 0, 0, 0, 0},{"_p_FXLabel", _p_FXLabelTo_p_FXFrame, 0, 0, 0, 0, 0},{"_p_FXColorWheel", _p_FXColorWheelTo_p_FXFrame, 0, 0, 0, 0, 0},{"_p_FXProgressBar", _p_FXProgressBarTo_p_FXFrame, 0, 0, 0, 0, 0},{"_p_FXColorWell", _p_FXColorWellTo_p_FXFrame, 0, 0, 0, 0, 0},{"_p_FXStatusLine", _p_FXStatusLineTo_p_FXFrame, 0, 0, 0, 0, 0},{"_p_FXButton", _p_FXButtonTo_p_FXFrame, 0, 0, 0, 0, 0},{"_p_FXVerticalSeparator", _p_FXVerticalSeparatorTo_p_FXFrame, 0, 0, 0, 0, 0},{"_p_FXHorizontalSeparator", _p_FXHorizontalSeparatorTo_p_FXFrame, 0, 0, 0, 0, 0},{"_p_FXSeparator", _p_FXSeparatorTo_p_FXFrame, 0, 0, 0, 0, 0},{"_p_FXTextField", _p_FXTextFieldTo_p_FXFrame, 0, 0, 0, 0, 0},{"_p_FXTabItem", _p_FXTabItemTo_p_FXFrame, 0, 0, 0, 0, 0},{"_p_FXOption", _p_FXOptionTo_p_FXFrame, 0, 0, 0, 0, 0},{"_p_FXHeader", _p_FXHeaderTo_p_FXFrame, 0, 0, 0, 0, 0},{"_p_FXOptionMenu", _p_FXOptionMenuTo_p_FXFrame, 0, 0, 0, 0, 0},{"_p_FXImageFrame", _p_FXImageFrameTo_p_FXFrame, 0, 0, 0, 0, 0},{"_p_FXSlider", _p_FXSliderTo_p_FXFrame, 0, 0, 0, 0, 0},{"_p_FXRealSlider", _p_FXRealSliderTo_p_FXFrame, 0, 0, 0, 0, 0},{"_p_FXDial", _p_FXDialTo_p_FXFrame, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
|
|
4225
|
-
static swig_type_info _swigt__p_FXObject[] = {{"_p_FXObject", 0, "FXObject *", 0, 0, 0, 0},{"_p_FXDict", _p_FXDictTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXOption", _p_FXOptionTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXDial", _p_FXDialTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXSettings", _p_FXSettingsTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXAccelTable", _p_FXAccelTableTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXComposite", _p_FXCompositeTo_p_FXObject, 0, 0, 0, 0, 0},{"
|
|
4647
|
+
static swig_type_info _swigt__p_FXObject[] = {{"_p_FXObject", 0, "FXObject *", 0, 0, 0, 0},{"_p_FXDict", _p_FXDictTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXOption", _p_FXOptionTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXDial", _p_FXDialTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXSettings", _p_FXSettingsTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXAccelTable", _p_FXAccelTableTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXComposite", _p_FXCompositeTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXTextField", _p_FXTextFieldTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXRegistry", _p_FXRegistryTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXId", _p_FXIdTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXTriStateButton", _p_FXTriStateButtonTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXToggleButton", _p_FXToggleButtonTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXRadioButton", _p_FXRadioButtonTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXMenuButton", _p_FXMenuButtonTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXCheckButton", _p_FXCheckButtonTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXArrowButton", _p_FXArrowButtonTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXShell", _p_FXShellTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXPopup", _p_FXPopupTo_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_FXRuler", _p_FXRulerTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXRecentFiles", _p_FXRecentFilesTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXDocument", _p_FXDocumentTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXVerticalSeparator", _p_FXVerticalSeparatorTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXHorizontalSeparator", _p_FXHorizontalSeparatorTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXSeparator", _p_FXSeparatorTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXStatusLine", _p_FXStatusLineTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXTabItem", _p_FXTabItemTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXObject", 0, 0, 0, 0, 0, 0},{"_p_FXStringDict", _p_FXStringDictTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXColorWheel", _p_FXColorWheelTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXBitmapFrame", _p_FXBitmapFrameTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXImageFrame", _p_FXImageFrameTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXLabel", _p_FXLabelTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXFileDict", _p_FXFileDictTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXPicker", _p_FXPickerTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXDataTarget", _p_FXDataTargetTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXDebugTarget", _p_FXDebugTargetTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXOptionMenu", _p_FXOptionMenuTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXProgressBar", _p_FXProgressBarTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXGIFCursor", _p_FXGIFCursorTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXCURCursor", _p_FXCURCursorTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXCursor", _p_FXCursorTo_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_FXHeader", _p_FXHeaderTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXApp", _p_FXAppTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXColorWell", _p_FXColorWellTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXHeaderItem", _p_FXHeaderItemTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXToolBarTab", _p_FXToolBarTabTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXFrame", _p_FXFrameTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXFont", _p_FXFontTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXSlider", _p_FXSliderTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXRealSlider", _p_FXRealSliderTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXButton", _p_FXButtonTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXVisual", _p_FXVisualTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXColorBar", _p_FXColorBarTo_p_FXObject, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
|
|
4226
4648
|
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}};
|
|
4227
4649
|
static swig_type_info _swigt__p_FXPicker[] = {{"_p_FXPicker", 0, "FXPicker *", 0, 0, 0, 0},{"_p_FXPicker", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
|
|
4228
|
-
static swig_type_info _swigt__p_FXMenuButton[] = {{"_p_FXMenuButton", 0, "FXMenuButton *", 0, 0, 0, 0},{"_p_FXMenuButton", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
|
|
4229
|
-
static swig_type_info _swigt__p_FXCheckButton[] = {{"_p_FXCheckButton", 0, "FXCheckButton *", 0, 0, 0, 0},{"_p_FXCheckButton", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
|
|
4230
4650
|
static swig_type_info _swigt__p_FXToggleButton[] = {{"_p_FXToggleButton", 0, "FXToggleButton *", 0, 0, 0, 0},{"_p_FXToggleButton", 0, 0, 0, 0, 0, 0},{"_p_FXTriStateButton", _p_FXTriStateButtonTo_p_FXToggleButton, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
|
|
4231
4651
|
static swig_type_info _swigt__p_FXLabel[] = {{"_p_FXLabel", 0, "FXLabel *", 0, 0, 0, 0},{"_p_FXOption", _p_FXOptionTo_p_FXLabel, 0, 0, 0, 0, 0},{"_p_FXLabel", 0, 0, 0, 0, 0, 0},{"_p_FXButton", _p_FXButtonTo_p_FXLabel, 0, 0, 0, 0, 0},{"_p_FXPicker", _p_FXPickerTo_p_FXLabel, 0, 0, 0, 0, 0},{"_p_FXTabItem", _p_FXTabItemTo_p_FXLabel, 0, 0, 0, 0, 0},{"_p_FXCheckButton", _p_FXCheckButtonTo_p_FXLabel, 0, 0, 0, 0, 0},{"_p_FXMenuButton", _p_FXMenuButtonTo_p_FXLabel, 0, 0, 0, 0, 0},{"_p_FXRadioButton", _p_FXRadioButtonTo_p_FXLabel, 0, 0, 0, 0, 0},{"_p_FXToggleButton", _p_FXToggleButtonTo_p_FXLabel, 0, 0, 0, 0, 0},{"_p_FXTriStateButton", _p_FXTriStateButtonTo_p_FXLabel, 0, 0, 0, 0, 0},{"_p_FXOptionMenu", _p_FXOptionMenuTo_p_FXLabel, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
|
|
4232
|
-
static swig_type_info _swigt__p_FXWindow[] = {{"_p_FXWindow", 0, "FXWindow *", 0, 0, 0, 0},{"_p_FXOption", _p_FXOptionTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXDial", _p_FXDialTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXComposite", _p_FXCompositeTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXTextField", _p_FXTextFieldTo_p_FXWindow, 0, 0, 0, 0, 0},{"
|
|
4233
|
-
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_FXRootWindow", _p_FXRootWindowTo_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},{0, 0, 0, 0, 0, 0, 0}};
|
|
4652
|
+
static swig_type_info _swigt__p_FXWindow[] = {{"_p_FXWindow", 0, "FXWindow *", 0, 0, 0, 0},{"_p_FXOption", _p_FXOptionTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXDial", _p_FXDialTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXComposite", _p_FXCompositeTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXTextField", _p_FXTextFieldTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXTriStateButton", _p_FXTriStateButtonTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXToggleButton", _p_FXToggleButtonTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXArrowButton", _p_FXArrowButtonTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXRadioButton", _p_FXRadioButtonTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXMenuButton", _p_FXMenuButtonTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXCheckButton", _p_FXCheckButtonTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXShell", _p_FXShellTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXPopup", _p_FXPopupTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXWindow", 0, 0, 0, 0, 0, 0},{"_p_FXRootWindow", _p_FXRootWindowTo_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_FXRuler", _p_FXRulerTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXVerticalSeparator", _p_FXVerticalSeparatorTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXHorizontalSeparator", _p_FXHorizontalSeparatorTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXSeparator", _p_FXSeparatorTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXStatusLine", _p_FXStatusLineTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXTabItem", _p_FXTabItemTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXColorWheel", _p_FXColorWheelTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXBitmapFrame", _p_FXBitmapFrameTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXImageFrame", _p_FXImageFrameTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXLabel", _p_FXLabelTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXPicker", _p_FXPickerTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXOptionMenu", _p_FXOptionMenuTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXProgressBar", _p_FXProgressBarTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXHeader", _p_FXHeaderTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXColorWell", _p_FXColorWellTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXToolBarTab", _p_FXToolBarTabTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXFrame", _p_FXFrameTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXSlider", _p_FXSliderTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXRealSlider", _p_FXRealSliderTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXButton", _p_FXButtonTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXColorBar", _p_FXColorBarTo_p_FXWindow, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
|
|
4653
|
+
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_FXRootWindow", _p_FXRootWindowTo_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},{0, 0, 0, 0, 0, 0, 0}};
|
|
4654
|
+
static swig_type_info _swigt__p_FXCheckButton[] = {{"_p_FXCheckButton", 0, "FXCheckButton *", 0, 0, 0, 0},{"_p_FXCheckButton", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
|
|
4655
|
+
static swig_type_info _swigt__p_FXMenuButton[] = {{"_p_FXMenuButton", 0, "FXMenuButton *", 0, 0, 0, 0},{"_p_FXMenuButton", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
|
|
4234
4656
|
static swig_type_info _swigt__p_FXRadioButton[] = {{"_p_FXRadioButton", 0, "FXRadioButton *", 0, 0, 0, 0},{"_p_FXRadioButton", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
|
|
4235
4657
|
static swig_type_info _swigt__p_FXTriStateButton[] = {{"_p_FXTriStateButton", 0, "FXTriStateButton *", 0, 0, 0, 0},{"_p_FXTriStateButton", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
|
|
4658
|
+
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}};
|
|
4236
4659
|
static swig_type_info _swigt__p_FXFont[] = {{"_p_FXFont", 0, "FXFont *", 0, 0, 0, 0},{"_p_FXFont", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
|
|
4237
|
-
static swig_type_info _swigt__p_FXId[] = {{"_p_FXId", 0, "FXId *", 0, 0, 0, 0},{"_p_FXOption", _p_FXOptionTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXDial", _p_FXDialTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXComposite", _p_FXCompositeTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXTextField", _p_FXTextFieldTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXId", 0, 0, 0, 0, 0, 0},{"_p_FXTriStateButton", _p_FXTriStateButtonTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXToggleButton", _p_FXToggleButtonTo_p_FXId, 0, 0, 0, 0, 0},{"
|
|
4660
|
+
static swig_type_info _swigt__p_FXId[] = {{"_p_FXId", 0, "FXId *", 0, 0, 0, 0},{"_p_FXOption", _p_FXOptionTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXDial", _p_FXDialTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXComposite", _p_FXCompositeTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXTextField", _p_FXTextFieldTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXId", 0, 0, 0, 0, 0, 0},{"_p_FXTriStateButton", _p_FXTriStateButtonTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXToggleButton", _p_FXToggleButtonTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXRadioButton", _p_FXRadioButtonTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXArrowButton", _p_FXArrowButtonTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXCheckButton", _p_FXCheckButtonTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXMenuButton", _p_FXMenuButtonTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXShell", _p_FXShellTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXPopup", _p_FXPopupTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXWindow", _p_FXWindowTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXRootWindow", _p_FXRootWindowTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXTopWindow", _p_FXTopWindowTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXMainWindow", _p_FXMainWindowTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXSplashWindow", _p_FXSplashWindowTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXRuler", _p_FXRulerTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXVerticalSeparator", _p_FXVerticalSeparatorTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXHorizontalSeparator", _p_FXHorizontalSeparatorTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXSeparator", _p_FXSeparatorTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXStatusLine", _p_FXStatusLineTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXTabItem", _p_FXTabItemTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXColorWheel", _p_FXColorWheelTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXBitmapFrame", _p_FXBitmapFrameTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXImageFrame", _p_FXImageFrameTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXLabel", _p_FXLabelTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXPicker", _p_FXPickerTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXOptionMenu", _p_FXOptionMenuTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXProgressBar", _p_FXProgressBarTo_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_FXHeader", _p_FXHeaderTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXColorWell", _p_FXColorWellTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXToolBarTab", _p_FXToolBarTabTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXFrame", _p_FXFrameTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXFont", _p_FXFontTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXSlider", _p_FXSliderTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXRealSlider", _p_FXRealSliderTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXButton", _p_FXButtonTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXVisual", _p_FXVisualTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXColorBar", _p_FXColorBarTo_p_FXId, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
|
|
4238
4661
|
static swig_type_info _swigt__p_FXTabBar[] = {{"_p_FXTabBar", 0, "FXTabBar *", 0, 0, 0, 0},{"_p_FXTabBar", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
|
|
4239
4662
|
static swig_type_info _swigt__p_FXButton[] = {{"_p_FXButton", 0, "FXButton *", 0, 0, 0, 0},{"_p_FXButton", 0, 0, 0, 0, 0, 0},{"_p_FXPicker", _p_FXPickerTo_p_FXButton, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
|
|
4240
4663
|
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}};
|
|
4241
|
-
static swig_type_info _swigt__p_FXDrawable[] = {{"_p_FXDrawable", 0, "FXDrawable *", 0, 0, 0, 0},{"_p_FXOption", _p_FXOptionTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXDial", _p_FXDialTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXComposite", _p_FXCompositeTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXTextField", _p_FXTextFieldTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXTriStateButton", _p_FXTriStateButtonTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXToggleButton", _p_FXToggleButtonTo_p_FXDrawable, 0, 0, 0, 0, 0},{"
|
|
4664
|
+
static swig_type_info _swigt__p_FXDrawable[] = {{"_p_FXDrawable", 0, "FXDrawable *", 0, 0, 0, 0},{"_p_FXOption", _p_FXOptionTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXDial", _p_FXDialTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXComposite", _p_FXCompositeTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXTextField", _p_FXTextFieldTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXTriStateButton", _p_FXTriStateButtonTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXToggleButton", _p_FXToggleButtonTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXArrowButton", _p_FXArrowButtonTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXRadioButton", _p_FXRadioButtonTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXMenuButton", _p_FXMenuButtonTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXCheckButton", _p_FXCheckButtonTo_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_FXWindow", _p_FXWindowTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXRootWindow", _p_FXRootWindowTo_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_FXRuler", _p_FXRulerTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXVerticalSeparator", _p_FXVerticalSeparatorTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXHorizontalSeparator", _p_FXHorizontalSeparatorTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXSeparator", _p_FXSeparatorTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXStatusLine", _p_FXStatusLineTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXTabItem", _p_FXTabItemTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXColorWheel", _p_FXColorWheelTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXBitmapFrame", _p_FXBitmapFrameTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXImageFrame", _p_FXImageFrameTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXLabel", _p_FXLabelTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXPicker", _p_FXPickerTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXOptionMenu", _p_FXOptionMenuTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXDrawable", 0, 0, 0, 0, 0, 0},{"_p_FXProgressBar", _p_FXProgressBarTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXHeader", _p_FXHeaderTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXColorWell", _p_FXColorWellTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXToolBarTab", _p_FXToolBarTabTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXFrame", _p_FXFrameTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXSlider", _p_FXSliderTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXRealSlider", _p_FXRealSliderTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXButton", _p_FXButtonTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXColorBar", _p_FXColorBarTo_p_FXDrawable, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
|
|
4242
4665
|
static swig_type_info _swigt__p_FXTabItem[] = {{"_p_FXTabItem", 0, "FXTabItem *", 0, 0, 0, 0},{"_p_FXTabItem", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
|
|
4243
4666
|
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}};
|
|
4244
4667
|
static swig_type_info _swigt__p_FXOption[] = {{"_p_FXOption", 0, "FXOption *", 0, 0, 0, 0},{"_p_FXOption", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
|
|
4245
4668
|
static swig_type_info _swigt__p_FXOptionMenu[] = {{"_p_FXOptionMenu", 0, "FXOptionMenu *", 0, 0, 0, 0},{"_p_FXOptionMenu", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
|
|
4669
|
+
static swig_type_info _swigt__p_FXRegion[] = {{"_p_FXRegion", 0, "FXRegion *", 0, 0, 0, 0},{"_p_FXRegion", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
|
|
4246
4670
|
|
|
4247
4671
|
static swig_type_info *swig_types_initial[] = {
|
|
4248
4672
|
_swigt__p_FXFrame,
|
|
4249
4673
|
_swigt__p_FXObject,
|
|
4250
4674
|
_swigt__p_FXPopup,
|
|
4251
4675
|
_swigt__p_FXPicker,
|
|
4252
|
-
_swigt__p_FXMenuButton,
|
|
4253
|
-
_swigt__p_FXCheckButton,
|
|
4254
4676
|
_swigt__p_FXToggleButton,
|
|
4255
4677
|
_swigt__p_FXLabel,
|
|
4256
4678
|
_swigt__p_FXWindow,
|
|
4257
4679
|
_swigt__p_FXComposite,
|
|
4680
|
+
_swigt__p_FXCheckButton,
|
|
4681
|
+
_swigt__p_FXMenuButton,
|
|
4258
4682
|
_swigt__p_FXRadioButton,
|
|
4259
4683
|
_swigt__p_FXTriStateButton,
|
|
4684
|
+
_swigt__p_FXBitmap,
|
|
4260
4685
|
_swigt__p_FXFont,
|
|
4261
4686
|
_swigt__p_FXId,
|
|
4262
4687
|
_swigt__p_FXTabBar,
|
|
@@ -4267,6 +4692,7 @@ _swigt__p_FXTabItem,
|
|
|
4267
4692
|
_swigt__p_FXIcon,
|
|
4268
4693
|
_swigt__p_FXOption,
|
|
4269
4694
|
_swigt__p_FXOptionMenu,
|
|
4695
|
+
_swigt__p_FXRegion,
|
|
4270
4696
|
0
|
|
4271
4697
|
};
|
|
4272
4698
|
|
|
@@ -4346,6 +4772,7 @@ SWIGEXPORT(void) Init_label(void) {
|
|
|
4346
4772
|
rb_define_method(cFXLabel.klass, "canFocus", VALUEFUNC(_wrap_FXLabel_canFocus), -1);
|
|
4347
4773
|
rb_define_method(cFXLabel.klass, "setFocus", VALUEFUNC(_wrap_FXLabel_setFocus), -1);
|
|
4348
4774
|
rb_define_method(cFXLabel.klass, "killFocus", VALUEFUNC(_wrap_FXLabel_killFocus), -1);
|
|
4775
|
+
rb_define_method(cFXLabel.klass, "changeFocus", VALUEFUNC(_wrap_FXLabel_changeFocus), -1);
|
|
4349
4776
|
rb_define_method(cFXLabel.klass, "setDefault", VALUEFUNC(_wrap_FXLabel_setDefault), -1);
|
|
4350
4777
|
rb_define_method(cFXLabel.klass, "enable", VALUEFUNC(_wrap_FXLabel_enable), -1);
|
|
4351
4778
|
rb_define_method(cFXLabel.klass, "disable", VALUEFUNC(_wrap_FXLabel_disable), -1);
|
|
@@ -4362,6 +4789,8 @@ SWIGEXPORT(void) Init_label(void) {
|
|
|
4362
4789
|
rb_define_method(cFXLabel.klass, "contains", VALUEFUNC(_wrap_FXLabel_contains), -1);
|
|
4363
4790
|
rb_define_method(cFXLabel.klass, "doesSaveUnder", VALUEFUNC(_wrap_FXLabel_doesSaveUnder), -1);
|
|
4364
4791
|
rb_define_method(cFXLabel.klass, "setBackColor", VALUEFUNC(_wrap_FXLabel_setBackColor), -1);
|
|
4792
|
+
rb_define_method(cFXLabel.klass, "setShape", VALUEFUNC(_wrap_FXLabel_setShape), -1);
|
|
4793
|
+
rb_define_method(cFXLabel.klass, "clearShape", VALUEFUNC(_wrap_FXLabel_clearShape), -1);
|
|
4365
4794
|
cFXLabel.mark = (void (*)(void *)) FXRbLabel::markfunc;
|
|
4366
4795
|
cFXLabel.destroy = (void (*)(void *)) FXRbObject::freefunc;
|
|
4367
4796
|
|
|
@@ -4418,6 +4847,7 @@ SWIGEXPORT(void) Init_label(void) {
|
|
|
4418
4847
|
rb_define_method(cFXButton.klass, "canFocus", VALUEFUNC(_wrap_FXButton_canFocus), -1);
|
|
4419
4848
|
rb_define_method(cFXButton.klass, "setFocus", VALUEFUNC(_wrap_FXButton_setFocus), -1);
|
|
4420
4849
|
rb_define_method(cFXButton.klass, "killFocus", VALUEFUNC(_wrap_FXButton_killFocus), -1);
|
|
4850
|
+
rb_define_method(cFXButton.klass, "changeFocus", VALUEFUNC(_wrap_FXButton_changeFocus), -1);
|
|
4421
4851
|
rb_define_method(cFXButton.klass, "setDefault", VALUEFUNC(_wrap_FXButton_setDefault), -1);
|
|
4422
4852
|
rb_define_method(cFXButton.klass, "enable", VALUEFUNC(_wrap_FXButton_enable), -1);
|
|
4423
4853
|
rb_define_method(cFXButton.klass, "disable", VALUEFUNC(_wrap_FXButton_disable), -1);
|
|
@@ -4434,6 +4864,8 @@ SWIGEXPORT(void) Init_label(void) {
|
|
|
4434
4864
|
rb_define_method(cFXButton.klass, "contains", VALUEFUNC(_wrap_FXButton_contains), -1);
|
|
4435
4865
|
rb_define_method(cFXButton.klass, "doesSaveUnder", VALUEFUNC(_wrap_FXButton_doesSaveUnder), -1);
|
|
4436
4866
|
rb_define_method(cFXButton.klass, "setBackColor", VALUEFUNC(_wrap_FXButton_setBackColor), -1);
|
|
4867
|
+
rb_define_method(cFXButton.klass, "setShape", VALUEFUNC(_wrap_FXButton_setShape), -1);
|
|
4868
|
+
rb_define_method(cFXButton.klass, "clearShape", VALUEFUNC(_wrap_FXButton_clearShape), -1);
|
|
4437
4869
|
cFXButton.mark = (void (*)(void *)) FXRbButton::markfunc;
|
|
4438
4870
|
cFXButton.destroy = (void (*)(void *)) FXRbObject::freefunc;
|
|
4439
4871
|
|
|
@@ -4489,6 +4921,7 @@ SWIGEXPORT(void) Init_label(void) {
|
|
|
4489
4921
|
rb_define_method(cFXCheckButton.klass, "canFocus", VALUEFUNC(_wrap_FXCheckButton_canFocus), -1);
|
|
4490
4922
|
rb_define_method(cFXCheckButton.klass, "setFocus", VALUEFUNC(_wrap_FXCheckButton_setFocus), -1);
|
|
4491
4923
|
rb_define_method(cFXCheckButton.klass, "killFocus", VALUEFUNC(_wrap_FXCheckButton_killFocus), -1);
|
|
4924
|
+
rb_define_method(cFXCheckButton.klass, "changeFocus", VALUEFUNC(_wrap_FXCheckButton_changeFocus), -1);
|
|
4492
4925
|
rb_define_method(cFXCheckButton.klass, "setDefault", VALUEFUNC(_wrap_FXCheckButton_setDefault), -1);
|
|
4493
4926
|
rb_define_method(cFXCheckButton.klass, "enable", VALUEFUNC(_wrap_FXCheckButton_enable), -1);
|
|
4494
4927
|
rb_define_method(cFXCheckButton.klass, "disable", VALUEFUNC(_wrap_FXCheckButton_disable), -1);
|
|
@@ -4505,6 +4938,8 @@ SWIGEXPORT(void) Init_label(void) {
|
|
|
4505
4938
|
rb_define_method(cFXCheckButton.klass, "contains", VALUEFUNC(_wrap_FXCheckButton_contains), -1);
|
|
4506
4939
|
rb_define_method(cFXCheckButton.klass, "doesSaveUnder", VALUEFUNC(_wrap_FXCheckButton_doesSaveUnder), -1);
|
|
4507
4940
|
rb_define_method(cFXCheckButton.klass, "setBackColor", VALUEFUNC(_wrap_FXCheckButton_setBackColor), -1);
|
|
4941
|
+
rb_define_method(cFXCheckButton.klass, "setShape", VALUEFUNC(_wrap_FXCheckButton_setShape), -1);
|
|
4942
|
+
rb_define_method(cFXCheckButton.klass, "clearShape", VALUEFUNC(_wrap_FXCheckButton_clearShape), -1);
|
|
4508
4943
|
cFXCheckButton.mark = (void (*)(void *)) FXRbCheckButton::markfunc;
|
|
4509
4944
|
cFXCheckButton.destroy = (void (*)(void *)) FXRbObject::freefunc;
|
|
4510
4945
|
rb_define_const(mFox,"MENUBUTTON_AUTOGRAY", INT2NUM(MENUBUTTON_AUTOGRAY));
|
|
@@ -4567,6 +5002,7 @@ SWIGEXPORT(void) Init_label(void) {
|
|
|
4567
5002
|
rb_define_method(cFXMenuButton.klass, "canFocus", VALUEFUNC(_wrap_FXMenuButton_canFocus), -1);
|
|
4568
5003
|
rb_define_method(cFXMenuButton.klass, "setFocus", VALUEFUNC(_wrap_FXMenuButton_setFocus), -1);
|
|
4569
5004
|
rb_define_method(cFXMenuButton.klass, "killFocus", VALUEFUNC(_wrap_FXMenuButton_killFocus), -1);
|
|
5005
|
+
rb_define_method(cFXMenuButton.klass, "changeFocus", VALUEFUNC(_wrap_FXMenuButton_changeFocus), -1);
|
|
4570
5006
|
rb_define_method(cFXMenuButton.klass, "setDefault", VALUEFUNC(_wrap_FXMenuButton_setDefault), -1);
|
|
4571
5007
|
rb_define_method(cFXMenuButton.klass, "enable", VALUEFUNC(_wrap_FXMenuButton_enable), -1);
|
|
4572
5008
|
rb_define_method(cFXMenuButton.klass, "disable", VALUEFUNC(_wrap_FXMenuButton_disable), -1);
|
|
@@ -4583,6 +5019,8 @@ SWIGEXPORT(void) Init_label(void) {
|
|
|
4583
5019
|
rb_define_method(cFXMenuButton.klass, "contains", VALUEFUNC(_wrap_FXMenuButton_contains), -1);
|
|
4584
5020
|
rb_define_method(cFXMenuButton.klass, "doesSaveUnder", VALUEFUNC(_wrap_FXMenuButton_doesSaveUnder), -1);
|
|
4585
5021
|
rb_define_method(cFXMenuButton.klass, "setBackColor", VALUEFUNC(_wrap_FXMenuButton_setBackColor), -1);
|
|
5022
|
+
rb_define_method(cFXMenuButton.klass, "setShape", VALUEFUNC(_wrap_FXMenuButton_setShape), -1);
|
|
5023
|
+
rb_define_method(cFXMenuButton.klass, "clearShape", VALUEFUNC(_wrap_FXMenuButton_clearShape), -1);
|
|
4586
5024
|
cFXMenuButton.mark = (void (*)(void *)) FXRbMenuButton::markfunc;
|
|
4587
5025
|
cFXMenuButton.destroy = (void (*)(void *)) FXRbObject::freefunc;
|
|
4588
5026
|
|
|
@@ -4615,6 +5053,7 @@ SWIGEXPORT(void) Init_label(void) {
|
|
|
4615
5053
|
rb_define_method(cFXOption.klass, "canFocus", VALUEFUNC(_wrap_FXOption_canFocus), -1);
|
|
4616
5054
|
rb_define_method(cFXOption.klass, "setFocus", VALUEFUNC(_wrap_FXOption_setFocus), -1);
|
|
4617
5055
|
rb_define_method(cFXOption.klass, "killFocus", VALUEFUNC(_wrap_FXOption_killFocus), -1);
|
|
5056
|
+
rb_define_method(cFXOption.klass, "changeFocus", VALUEFUNC(_wrap_FXOption_changeFocus), -1);
|
|
4618
5057
|
rb_define_method(cFXOption.klass, "setDefault", VALUEFUNC(_wrap_FXOption_setDefault), -1);
|
|
4619
5058
|
rb_define_method(cFXOption.klass, "enable", VALUEFUNC(_wrap_FXOption_enable), -1);
|
|
4620
5059
|
rb_define_method(cFXOption.klass, "disable", VALUEFUNC(_wrap_FXOption_disable), -1);
|
|
@@ -4631,6 +5070,8 @@ SWIGEXPORT(void) Init_label(void) {
|
|
|
4631
5070
|
rb_define_method(cFXOption.klass, "contains", VALUEFUNC(_wrap_FXOption_contains), -1);
|
|
4632
5071
|
rb_define_method(cFXOption.klass, "doesSaveUnder", VALUEFUNC(_wrap_FXOption_doesSaveUnder), -1);
|
|
4633
5072
|
rb_define_method(cFXOption.klass, "setBackColor", VALUEFUNC(_wrap_FXOption_setBackColor), -1);
|
|
5073
|
+
rb_define_method(cFXOption.klass, "setShape", VALUEFUNC(_wrap_FXOption_setShape), -1);
|
|
5074
|
+
rb_define_method(cFXOption.klass, "clearShape", VALUEFUNC(_wrap_FXOption_clearShape), -1);
|
|
4634
5075
|
cFXOption.mark = (void (*)(void *)) FXRbOption::markfunc;
|
|
4635
5076
|
cFXOption.destroy = (void (*)(void *)) FXRbObject::freefunc;
|
|
4636
5077
|
|
|
@@ -4674,6 +5115,7 @@ SWIGEXPORT(void) Init_label(void) {
|
|
|
4674
5115
|
rb_define_method(cFXOptionMenu.klass, "canFocus", VALUEFUNC(_wrap_FXOptionMenu_canFocus), -1);
|
|
4675
5116
|
rb_define_method(cFXOptionMenu.klass, "setFocus", VALUEFUNC(_wrap_FXOptionMenu_setFocus), -1);
|
|
4676
5117
|
rb_define_method(cFXOptionMenu.klass, "killFocus", VALUEFUNC(_wrap_FXOptionMenu_killFocus), -1);
|
|
5118
|
+
rb_define_method(cFXOptionMenu.klass, "changeFocus", VALUEFUNC(_wrap_FXOptionMenu_changeFocus), -1);
|
|
4677
5119
|
rb_define_method(cFXOptionMenu.klass, "setDefault", VALUEFUNC(_wrap_FXOptionMenu_setDefault), -1);
|
|
4678
5120
|
rb_define_method(cFXOptionMenu.klass, "enable", VALUEFUNC(_wrap_FXOptionMenu_enable), -1);
|
|
4679
5121
|
rb_define_method(cFXOptionMenu.klass, "disable", VALUEFUNC(_wrap_FXOptionMenu_disable), -1);
|
|
@@ -4690,6 +5132,8 @@ SWIGEXPORT(void) Init_label(void) {
|
|
|
4690
5132
|
rb_define_method(cFXOptionMenu.klass, "contains", VALUEFUNC(_wrap_FXOptionMenu_contains), -1);
|
|
4691
5133
|
rb_define_method(cFXOptionMenu.klass, "doesSaveUnder", VALUEFUNC(_wrap_FXOptionMenu_doesSaveUnder), -1);
|
|
4692
5134
|
rb_define_method(cFXOptionMenu.klass, "setBackColor", VALUEFUNC(_wrap_FXOptionMenu_setBackColor), -1);
|
|
5135
|
+
rb_define_method(cFXOptionMenu.klass, "setShape", VALUEFUNC(_wrap_FXOptionMenu_setShape), -1);
|
|
5136
|
+
rb_define_method(cFXOptionMenu.klass, "clearShape", VALUEFUNC(_wrap_FXOptionMenu_clearShape), -1);
|
|
4693
5137
|
cFXOptionMenu.mark = (void (*)(void *)) FXRbOptionMenu::markfunc;
|
|
4694
5138
|
cFXOptionMenu.destroy = (void (*)(void *)) FXRbObject::freefunc;
|
|
4695
5139
|
rb_define_const(mFox,"RADIOBUTTON_AUTOGRAY", INT2NUM(RADIOBUTTON_AUTOGRAY));
|
|
@@ -4741,6 +5185,7 @@ SWIGEXPORT(void) Init_label(void) {
|
|
|
4741
5185
|
rb_define_method(cFXRadioButton.klass, "canFocus", VALUEFUNC(_wrap_FXRadioButton_canFocus), -1);
|
|
4742
5186
|
rb_define_method(cFXRadioButton.klass, "setFocus", VALUEFUNC(_wrap_FXRadioButton_setFocus), -1);
|
|
4743
5187
|
rb_define_method(cFXRadioButton.klass, "killFocus", VALUEFUNC(_wrap_FXRadioButton_killFocus), -1);
|
|
5188
|
+
rb_define_method(cFXRadioButton.klass, "changeFocus", VALUEFUNC(_wrap_FXRadioButton_changeFocus), -1);
|
|
4744
5189
|
rb_define_method(cFXRadioButton.klass, "setDefault", VALUEFUNC(_wrap_FXRadioButton_setDefault), -1);
|
|
4745
5190
|
rb_define_method(cFXRadioButton.klass, "enable", VALUEFUNC(_wrap_FXRadioButton_enable), -1);
|
|
4746
5191
|
rb_define_method(cFXRadioButton.klass, "disable", VALUEFUNC(_wrap_FXRadioButton_disable), -1);
|
|
@@ -4757,6 +5202,8 @@ SWIGEXPORT(void) Init_label(void) {
|
|
|
4757
5202
|
rb_define_method(cFXRadioButton.klass, "contains", VALUEFUNC(_wrap_FXRadioButton_contains), -1);
|
|
4758
5203
|
rb_define_method(cFXRadioButton.klass, "doesSaveUnder", VALUEFUNC(_wrap_FXRadioButton_doesSaveUnder), -1);
|
|
4759
5204
|
rb_define_method(cFXRadioButton.klass, "setBackColor", VALUEFUNC(_wrap_FXRadioButton_setBackColor), -1);
|
|
5205
|
+
rb_define_method(cFXRadioButton.klass, "setShape", VALUEFUNC(_wrap_FXRadioButton_setShape), -1);
|
|
5206
|
+
rb_define_method(cFXRadioButton.klass, "clearShape", VALUEFUNC(_wrap_FXRadioButton_clearShape), -1);
|
|
4760
5207
|
cFXRadioButton.mark = (void (*)(void *)) FXRbRadioButton::markfunc;
|
|
4761
5208
|
cFXRadioButton.destroy = (void (*)(void *)) FXRbObject::freefunc;
|
|
4762
5209
|
rb_define_const(mFox,"TAB_TOP", INT2NUM(TAB_TOP));
|
|
@@ -4797,6 +5244,7 @@ SWIGEXPORT(void) Init_label(void) {
|
|
|
4797
5244
|
rb_define_method(cFXTabItem.klass, "canFocus", VALUEFUNC(_wrap_FXTabItem_canFocus), -1);
|
|
4798
5245
|
rb_define_method(cFXTabItem.klass, "setFocus", VALUEFUNC(_wrap_FXTabItem_setFocus), -1);
|
|
4799
5246
|
rb_define_method(cFXTabItem.klass, "killFocus", VALUEFUNC(_wrap_FXTabItem_killFocus), -1);
|
|
5247
|
+
rb_define_method(cFXTabItem.klass, "changeFocus", VALUEFUNC(_wrap_FXTabItem_changeFocus), -1);
|
|
4800
5248
|
rb_define_method(cFXTabItem.klass, "setDefault", VALUEFUNC(_wrap_FXTabItem_setDefault), -1);
|
|
4801
5249
|
rb_define_method(cFXTabItem.klass, "enable", VALUEFUNC(_wrap_FXTabItem_enable), -1);
|
|
4802
5250
|
rb_define_method(cFXTabItem.klass, "disable", VALUEFUNC(_wrap_FXTabItem_disable), -1);
|
|
@@ -4813,6 +5261,8 @@ SWIGEXPORT(void) Init_label(void) {
|
|
|
4813
5261
|
rb_define_method(cFXTabItem.klass, "contains", VALUEFUNC(_wrap_FXTabItem_contains), -1);
|
|
4814
5262
|
rb_define_method(cFXTabItem.klass, "doesSaveUnder", VALUEFUNC(_wrap_FXTabItem_doesSaveUnder), -1);
|
|
4815
5263
|
rb_define_method(cFXTabItem.klass, "setBackColor", VALUEFUNC(_wrap_FXTabItem_setBackColor), -1);
|
|
5264
|
+
rb_define_method(cFXTabItem.klass, "setShape", VALUEFUNC(_wrap_FXTabItem_setShape), -1);
|
|
5265
|
+
rb_define_method(cFXTabItem.klass, "clearShape", VALUEFUNC(_wrap_FXTabItem_clearShape), -1);
|
|
4816
5266
|
cFXTabItem.mark = (void (*)(void *)) FXRbTabItem::markfunc;
|
|
4817
5267
|
cFXTabItem.destroy = (void (*)(void *)) FXRbObject::freefunc;
|
|
4818
5268
|
rb_define_const(mFox,"TOGGLEBUTTON_AUTOGRAY", INT2NUM(TOGGLEBUTTON_AUTOGRAY));
|
|
@@ -4870,6 +5320,7 @@ SWIGEXPORT(void) Init_label(void) {
|
|
|
4870
5320
|
rb_define_method(cFXToggleButton.klass, "canFocus", VALUEFUNC(_wrap_FXToggleButton_canFocus), -1);
|
|
4871
5321
|
rb_define_method(cFXToggleButton.klass, "setFocus", VALUEFUNC(_wrap_FXToggleButton_setFocus), -1);
|
|
4872
5322
|
rb_define_method(cFXToggleButton.klass, "killFocus", VALUEFUNC(_wrap_FXToggleButton_killFocus), -1);
|
|
5323
|
+
rb_define_method(cFXToggleButton.klass, "changeFocus", VALUEFUNC(_wrap_FXToggleButton_changeFocus), -1);
|
|
4873
5324
|
rb_define_method(cFXToggleButton.klass, "setDefault", VALUEFUNC(_wrap_FXToggleButton_setDefault), -1);
|
|
4874
5325
|
rb_define_method(cFXToggleButton.klass, "enable", VALUEFUNC(_wrap_FXToggleButton_enable), -1);
|
|
4875
5326
|
rb_define_method(cFXToggleButton.klass, "disable", VALUEFUNC(_wrap_FXToggleButton_disable), -1);
|
|
@@ -4886,6 +5337,8 @@ SWIGEXPORT(void) Init_label(void) {
|
|
|
4886
5337
|
rb_define_method(cFXToggleButton.klass, "contains", VALUEFUNC(_wrap_FXToggleButton_contains), -1);
|
|
4887
5338
|
rb_define_method(cFXToggleButton.klass, "doesSaveUnder", VALUEFUNC(_wrap_FXToggleButton_doesSaveUnder), -1);
|
|
4888
5339
|
rb_define_method(cFXToggleButton.klass, "setBackColor", VALUEFUNC(_wrap_FXToggleButton_setBackColor), -1);
|
|
5340
|
+
rb_define_method(cFXToggleButton.klass, "setShape", VALUEFUNC(_wrap_FXToggleButton_setShape), -1);
|
|
5341
|
+
rb_define_method(cFXToggleButton.klass, "clearShape", VALUEFUNC(_wrap_FXToggleButton_clearShape), -1);
|
|
4889
5342
|
cFXToggleButton.mark = (void (*)(void *)) FXRbToggleButton::markfunc;
|
|
4890
5343
|
cFXToggleButton.destroy = (void (*)(void *)) FXRbObject::freefunc;
|
|
4891
5344
|
|
|
@@ -4933,6 +5386,7 @@ SWIGEXPORT(void) Init_label(void) {
|
|
|
4933
5386
|
rb_define_method(cFXPicker.klass, "canFocus", VALUEFUNC(_wrap_FXPicker_canFocus), -1);
|
|
4934
5387
|
rb_define_method(cFXPicker.klass, "setFocus", VALUEFUNC(_wrap_FXPicker_setFocus), -1);
|
|
4935
5388
|
rb_define_method(cFXPicker.klass, "killFocus", VALUEFUNC(_wrap_FXPicker_killFocus), -1);
|
|
5389
|
+
rb_define_method(cFXPicker.klass, "changeFocus", VALUEFUNC(_wrap_FXPicker_changeFocus), -1);
|
|
4936
5390
|
rb_define_method(cFXPicker.klass, "setDefault", VALUEFUNC(_wrap_FXPicker_setDefault), -1);
|
|
4937
5391
|
rb_define_method(cFXPicker.klass, "enable", VALUEFUNC(_wrap_FXPicker_enable), -1);
|
|
4938
5392
|
rb_define_method(cFXPicker.klass, "disable", VALUEFUNC(_wrap_FXPicker_disable), -1);
|
|
@@ -4949,6 +5403,8 @@ SWIGEXPORT(void) Init_label(void) {
|
|
|
4949
5403
|
rb_define_method(cFXPicker.klass, "contains", VALUEFUNC(_wrap_FXPicker_contains), -1);
|
|
4950
5404
|
rb_define_method(cFXPicker.klass, "doesSaveUnder", VALUEFUNC(_wrap_FXPicker_doesSaveUnder), -1);
|
|
4951
5405
|
rb_define_method(cFXPicker.klass, "setBackColor", VALUEFUNC(_wrap_FXPicker_setBackColor), -1);
|
|
5406
|
+
rb_define_method(cFXPicker.klass, "setShape", VALUEFUNC(_wrap_FXPicker_setShape), -1);
|
|
5407
|
+
rb_define_method(cFXPicker.klass, "clearShape", VALUEFUNC(_wrap_FXPicker_clearShape), -1);
|
|
4952
5408
|
cFXPicker.mark = (void (*)(void *)) FXRbPicker::markfunc;
|
|
4953
5409
|
cFXPicker.destroy = (void (*)(void *)) FXRbObject::freefunc;
|
|
4954
5410
|
}
|