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: FXRbSplitter.h,v 1.1
|
|
24
|
+
* $Id: FXRbSplitter.h,v 1.1 2005/08/14 15:12:43 lyle Exp $
|
|
25
25
|
***********************************************************************/
|
|
26
26
|
|
|
27
27
|
#ifndef FXRBSPLITTER_H
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
***********************************************************************/
|
|
22
22
|
|
|
23
23
|
/***********************************************************************
|
|
24
|
-
* $Id: FXRbSpring.h,v 1.1
|
|
24
|
+
* $Id: FXRbSpring.h,v 1.1 2005/08/14 15:12:43 lyle Exp $
|
|
25
25
|
***********************************************************************/
|
|
26
26
|
|
|
27
27
|
#ifndef FXRBSPRING_H
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
***********************************************************************/
|
|
22
22
|
|
|
23
23
|
/***********************************************************************
|
|
24
|
-
* $Id: FXRbStatusBar.h,v 1.1
|
|
24
|
+
* $Id: FXRbStatusBar.h,v 1.1 2005/08/14 15:12:43 lyle Exp $
|
|
25
25
|
***********************************************************************/
|
|
26
26
|
|
|
27
27
|
#ifndef FXRBSTATUSBAR_H
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
***********************************************************************/
|
|
22
22
|
|
|
23
23
|
/***********************************************************************
|
|
24
|
-
* $Id: FXRbStatusLine.h,v 1.1
|
|
24
|
+
* $Id: FXRbStatusLine.h,v 1.1 2005/08/14 15:12:43 lyle Exp $
|
|
25
25
|
***********************************************************************/
|
|
26
26
|
|
|
27
27
|
#ifndef FXRBSTATUSLINE_H
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
***********************************************************************/
|
|
22
22
|
|
|
23
23
|
/***********************************************************************
|
|
24
|
-
* $Id: FXRbStream.h,v 1.1
|
|
24
|
+
* $Id: FXRbStream.h,v 1.1 2005/08/14 15:12:43 lyle Exp $
|
|
25
25
|
***********************************************************************/
|
|
26
26
|
|
|
27
27
|
#ifndef FXRBSTREAM_H
|
|
@@ -34,7 +34,7 @@ inline FXbool klass ## _close(klass* self){ \
|
|
|
34
34
|
inline FXbool klass ## _flush(klass* self){ \
|
|
35
35
|
return self->klass::flush(); \
|
|
36
36
|
} \
|
|
37
|
-
inline FXbool klass ## _position(klass* self,
|
|
37
|
+
inline FXbool klass ## _position(klass* self,FXlong p,FXWhence whence){ \
|
|
38
38
|
return self->klass::position(p,whence); \
|
|
39
39
|
}
|
|
40
40
|
|
|
@@ -46,7 +46,7 @@ inline FXbool klass ## _position(klass* self,unsigned long p,FXWhence whence){ \
|
|
|
46
46
|
FXbool cls::flush(){ \
|
|
47
47
|
return FXRbCallBoolMethod(this,rb_intern("flush")); \
|
|
48
48
|
} \
|
|
49
|
-
FXbool cls::position(
|
|
49
|
+
FXbool cls::position(FXlong p,FXWhence whence){ \
|
|
50
50
|
return FXRbCallBoolMethod(this,rb_intern("setPosition"),p,whence); \
|
|
51
51
|
}
|
|
52
52
|
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
***********************************************************************/
|
|
22
22
|
|
|
23
23
|
/***********************************************************************
|
|
24
|
-
* $Id: FXRbStringDict.h,v 1.1
|
|
24
|
+
* $Id: FXRbStringDict.h,v 1.1 2005/08/14 15:12:43 lyle Exp $
|
|
25
25
|
***********************************************************************/
|
|
26
26
|
|
|
27
27
|
#ifndef FXRBSTRINGDICT_H
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
***********************************************************************/
|
|
22
22
|
|
|
23
23
|
/***********************************************************************
|
|
24
|
-
* $Id: FXRbSwitcher.h,v 1.1
|
|
24
|
+
* $Id: FXRbSwitcher.h,v 1.1 2005/08/14 15:12:43 lyle Exp $
|
|
25
25
|
***********************************************************************/
|
|
26
26
|
|
|
27
27
|
#ifndef FXRBSWITCHER_H
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
***********************************************************************/
|
|
22
22
|
|
|
23
23
|
/***********************************************************************
|
|
24
|
-
* $Id: FXRbTGAIcon.h,v 1.1
|
|
24
|
+
* $Id: FXRbTGAIcon.h,v 1.1 2005/08/14 15:12:43 lyle Exp $
|
|
25
25
|
***********************************************************************/
|
|
26
26
|
|
|
27
27
|
#ifndef FXRBTGAICON_H
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
***********************************************************************/
|
|
22
22
|
|
|
23
23
|
/***********************************************************************
|
|
24
|
-
* $Id: FXRbTGAImage.h,v 1.1
|
|
24
|
+
* $Id: FXRbTGAImage.h,v 1.1 2005/08/14 15:12:43 lyle Exp $
|
|
25
25
|
***********************************************************************/
|
|
26
26
|
|
|
27
27
|
#ifndef FXRBTGAIMAGE_H
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
***********************************************************************/
|
|
22
22
|
|
|
23
23
|
/***********************************************************************
|
|
24
|
-
* $Id: FXRbTIFIcon.h,v 1.1
|
|
24
|
+
* $Id: FXRbTIFIcon.h,v 1.1 2005/08/14 15:12:43 lyle Exp $
|
|
25
25
|
***********************************************************************/
|
|
26
26
|
|
|
27
27
|
#ifndef FXRBTIFICON_H
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
***********************************************************************/
|
|
22
22
|
|
|
23
23
|
/***********************************************************************
|
|
24
|
-
* $Id: FXRbTIFImage.h,v 1.1
|
|
24
|
+
* $Id: FXRbTIFImage.h,v 1.1 2005/08/14 15:12:43 lyle Exp $
|
|
25
25
|
***********************************************************************/
|
|
26
26
|
|
|
27
27
|
#ifndef FXRBTIFIMAGE_H
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
***********************************************************************/
|
|
22
22
|
|
|
23
23
|
/***********************************************************************
|
|
24
|
-
* $Id: FXRbTabBar.h,v 1.1
|
|
24
|
+
* $Id: FXRbTabBar.h,v 1.1 2005/08/14 15:12:43 lyle Exp $
|
|
25
25
|
***********************************************************************/
|
|
26
26
|
|
|
27
27
|
#ifndef FXRBTABBAR_H
|
|
File without changes
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
***********************************************************************/
|
|
22
22
|
|
|
23
23
|
/***********************************************************************
|
|
24
|
-
* $Id: FXRbTabBook.h,v 1.1
|
|
24
|
+
* $Id: FXRbTabBook.h,v 1.1 2005/08/14 15:12:43 lyle Exp $
|
|
25
25
|
***********************************************************************/
|
|
26
26
|
|
|
27
27
|
#ifndef FXRBTABBOOK_H
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
***********************************************************************/
|
|
22
22
|
|
|
23
23
|
/***********************************************************************
|
|
24
|
-
* $Id: FXRbTabItem.h,v 1.1
|
|
24
|
+
* $Id: FXRbTabItem.h,v 1.1 2005/08/14 15:12:43 lyle Exp $
|
|
25
25
|
***********************************************************************/
|
|
26
26
|
|
|
27
27
|
#ifndef FXRBTABITEM_H
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
***********************************************************************/
|
|
22
22
|
|
|
23
23
|
/***********************************************************************
|
|
24
|
-
* $Id: FXRbTable.h,v 1.
|
|
24
|
+
* $Id: FXRbTable.h,v 1.2 2005/08/16 03:27:22 lyle Exp $
|
|
25
25
|
***********************************************************************/
|
|
26
26
|
|
|
27
27
|
#ifndef FXRBTABLE_H
|
|
@@ -48,20 +48,17 @@ inline void klass ## _drawBackground(const klass* self,const FXTable* table,FXDC
|
|
|
48
48
|
FXASSERT(self->isMemberOf(FXMETACLASS(subklass))); \
|
|
49
49
|
dynamic_cast<const subklass*>(self)->public_drawBackground(table,dc,x,y,w,h); \
|
|
50
50
|
} \
|
|
51
|
-
inline void klass ## _create(klass* self){ \
|
|
52
|
-
self->klass::create(); \
|
|
53
|
-
} \
|
|
54
|
-
inline void klass ## _detach(klass* self){ \
|
|
55
|
-
self->klass::detach(); \
|
|
56
|
-
} \
|
|
57
|
-
inline void klass ## _destroy(klass* self){ \
|
|
58
|
-
self->klass::destroy(); \
|
|
59
|
-
} \
|
|
60
51
|
inline void klass ## _setText(klass* self,const FXString& text){ \
|
|
61
52
|
self->klass::setText(text); \
|
|
62
53
|
} \
|
|
63
|
-
inline
|
|
64
|
-
self->klass::
|
|
54
|
+
inline FXString klass ## _getText(const klass* self){ \
|
|
55
|
+
return self->klass::getText(); \
|
|
56
|
+
} \
|
|
57
|
+
inline void klass ## _setIcon(klass* self,FXIcon* icn,FXbool owned){ \
|
|
58
|
+
self->klass::setIcon(icn,owned); \
|
|
59
|
+
} \
|
|
60
|
+
inline FXIcon* klass ## _getIcon(const klass* self){ \
|
|
61
|
+
return self->klass::getIcon(); \
|
|
65
62
|
} \
|
|
66
63
|
inline void klass ## _setFocus(klass* self,FXbool focus){ \
|
|
67
64
|
self->klass::setFocus(focus); \
|
|
@@ -75,14 +72,38 @@ inline void klass ## _setEnabled(klass* self,FXbool enabled){ \
|
|
|
75
72
|
inline void klass ## _setDraggable(klass* self,FXbool draggable){ \
|
|
76
73
|
self->klass::setDraggable(draggable); \
|
|
77
74
|
} \
|
|
78
|
-
inline void klass ##
|
|
79
|
-
self->klass::
|
|
75
|
+
inline void klass ## _setJustify(klass* self,FXuint justify){ \
|
|
76
|
+
self->klass::setJustify(justify); \
|
|
77
|
+
} \
|
|
78
|
+
inline void klass ## _setIconPosition(klass* self,FXuint mode){ \
|
|
79
|
+
self->klass::setIconPosition(mode); \
|
|
80
|
+
} \
|
|
81
|
+
inline void klass ## _setBorders(klass* self,FXuint borders){ \
|
|
82
|
+
self->klass::setBorders(borders); \
|
|
83
|
+
} \
|
|
84
|
+
inline void klass ## _setStipple(klass* self,FXStipplePattern pattern){ \
|
|
85
|
+
self->klass::setStipple(pattern); \
|
|
86
|
+
} \
|
|
87
|
+
inline FXWindow* klass ## _getControlFor(klass* self,FXTable* table){ \
|
|
88
|
+
return self->klass::getControlFor(table); \
|
|
89
|
+
} \
|
|
90
|
+
inline void klass ## _setFromControl(klass* self,FXWindow* control){ \
|
|
91
|
+
self->klass::setFromControl(control); \
|
|
80
92
|
} \
|
|
81
93
|
inline FXint klass ## _getWidth(const klass* self,const FXTable* table){ \
|
|
82
94
|
return self->klass::getWidth(table); \
|
|
83
95
|
} \
|
|
84
96
|
inline FXint klass ## _getHeight(const klass* self,const FXTable* table){ \
|
|
85
97
|
return self->klass::getHeight(table); \
|
|
98
|
+
} \
|
|
99
|
+
inline void klass ## _create(klass* self){ \
|
|
100
|
+
self->klass::create(); \
|
|
101
|
+
} \
|
|
102
|
+
inline void klass ## _detach(klass* self){ \
|
|
103
|
+
self->klass::detach(); \
|
|
104
|
+
} \
|
|
105
|
+
inline void klass ## _destroy(klass* self){ \
|
|
106
|
+
self->klass::destroy(); \
|
|
86
107
|
}
|
|
87
108
|
|
|
88
109
|
|
|
@@ -120,8 +141,14 @@ inline FXint klass ## _getHeight(const klass* self,const FXTable* table){ \
|
|
|
120
141
|
void klass::setText(const FXString& txt){ \
|
|
121
142
|
FXRbCallVoidMethod(this,rb_intern("setText"),txt); \
|
|
122
143
|
} \
|
|
123
|
-
|
|
124
|
-
|
|
144
|
+
FXString klass::getText() const { \
|
|
145
|
+
return FXRbCallStringMethod(this,rb_intern("getText")); \
|
|
146
|
+
} \
|
|
147
|
+
void klass::setIcon(FXIcon* icn,FXbool owned){ \
|
|
148
|
+
FXRbCallVoidMethod(this,rb_intern("setIcon"),icn,owned); \
|
|
149
|
+
} \
|
|
150
|
+
FXIcon* klass::getIcon() const { \
|
|
151
|
+
return FXRbCallIconMethod(this,rb_intern("getIcon")); \
|
|
125
152
|
} \
|
|
126
153
|
void klass::setFocus(FXbool focus){ \
|
|
127
154
|
FXRbCallVoidMethod(this,rb_intern("setFocus"),focus); \
|
|
@@ -135,8 +162,23 @@ inline FXint klass ## _getHeight(const klass* self,const FXTable* table){ \
|
|
|
135
162
|
void klass::setDraggable(FXbool draggable){ \
|
|
136
163
|
FXRbCallVoidMethod(this,rb_intern("setDraggable"),draggable); \
|
|
137
164
|
} \
|
|
138
|
-
void klass::
|
|
139
|
-
FXRbCallVoidMethod(this,rb_intern("
|
|
165
|
+
void klass::setJustify(FXuint justify){ \
|
|
166
|
+
FXRbCallVoidMethod(this,rb_intern("setJustify"),justify); \
|
|
167
|
+
} \
|
|
168
|
+
void klass::setIconPosition(FXuint mode){ \
|
|
169
|
+
FXRbCallVoidMethod(this,rb_intern("setIconPosition"),mode); \
|
|
170
|
+
} \
|
|
171
|
+
void klass::setBorders(FXuint borders){ \
|
|
172
|
+
FXRbCallVoidMethod(this,rb_intern("setBorders"),borders); \
|
|
173
|
+
} \
|
|
174
|
+
void klass::setStipple(FXStipplePattern pattern){ \
|
|
175
|
+
FXRbCallVoidMethod(this,rb_intern("setStipple"),pattern); \
|
|
176
|
+
} \
|
|
177
|
+
FXWindow* klass::getControlFor(FXTable* table){ \
|
|
178
|
+
return FXRbCallWindowMethod(this,rb_intern("getControlFor"),table); \
|
|
179
|
+
} \
|
|
180
|
+
void klass::setFromControl(FXWindow* control){ \
|
|
181
|
+
FXRbCallVoidMethod(this,rb_intern("setFromControl"),control); \
|
|
140
182
|
} \
|
|
141
183
|
FXint klass::getWidth(const FXTable* table) const { \
|
|
142
184
|
return FXRbCallIntMethod(this,rb_intern("getWidth"),table); \
|
|
@@ -286,18 +328,6 @@ inline void klass ## _setColumnWidth(klass* self,FXint col,FXint cwidth){ \
|
|
|
286
328
|
inline void klass ## _setRowHeight(klass* self,FXint row,FXint rheight){ \
|
|
287
329
|
self->klass::setRowHeight(row,rheight); \
|
|
288
330
|
} \
|
|
289
|
-
inline void klass ## _setColumnX(klass* self,FXint colEdge,FXint x){ \
|
|
290
|
-
if(colEdge<0 || colEdge>self->getNumColumns()){ \
|
|
291
|
-
rb_raise(rb_eIndexError,"table column out of bounds"); \
|
|
292
|
-
} \
|
|
293
|
-
self->klass::setColumnX(colEdge,x); \
|
|
294
|
-
} \
|
|
295
|
-
inline void klass ## _setRowY(klass* self,FXint rowEdge,FXint y){ \
|
|
296
|
-
if(rowEdge<0 || rowEdge>self->getNumRows()){ \
|
|
297
|
-
rb_raise(rb_eIndexError,"table row out of bounds"); \
|
|
298
|
-
} \
|
|
299
|
-
self->klass::setRowY(rowEdge,y); \
|
|
300
|
-
} \
|
|
301
331
|
inline void klass ## _setCurrentItem(klass* self,FXint r,FXint c,FXbool notify=FALSE){ \
|
|
302
332
|
self->klass::setCurrentItem(r,c,notify); \
|
|
303
333
|
} \
|
|
@@ -315,6 +345,24 @@ inline FXbool klass ## _extendSelection(klass* self,FXint r,FXint c,FXbool notif
|
|
|
315
345
|
} \
|
|
316
346
|
inline FXbool klass ## _killSelection(klass* self,FXbool notify){ \
|
|
317
347
|
return self->klass::killSelection(notify); \
|
|
348
|
+
} \
|
|
349
|
+
inline void klass ## _startInput(klass* self,FXint row,FXint col){ \
|
|
350
|
+
self->klass::startInput(row,col); \
|
|
351
|
+
} \
|
|
352
|
+
inline void klass ## _cancelInput(klass* self){ \
|
|
353
|
+
self->klass::cancelInput(); \
|
|
354
|
+
} \
|
|
355
|
+
inline void klass ## _acceptInput(klass* self,FXbool notify){ \
|
|
356
|
+
self->klass::acceptInput(notify); \
|
|
357
|
+
} \
|
|
358
|
+
inline void klass ## _makePositionVisible(klass* self,FXint r,FXint c){ \
|
|
359
|
+
self->klass::makePositionVisible(r,c); \
|
|
360
|
+
} \
|
|
361
|
+
inline FXbool klass ## _enableItem(klass* self,FXint r,FXint c){ \
|
|
362
|
+
return self->klass::enableItem(r,c); \
|
|
363
|
+
} \
|
|
364
|
+
inline FXbool klass ## _disableItem(klass* self,FXint r,FXint c){ \
|
|
365
|
+
return self->klass::disableItem(r,c); \
|
|
318
366
|
}
|
|
319
367
|
|
|
320
368
|
|
|
@@ -385,12 +433,6 @@ inline FXbool klass ## _killSelection(klass* self,FXbool notify){ \
|
|
|
385
433
|
void klass::setRowHeight(FXint row,FXint rheight){ \
|
|
386
434
|
FXRbCallVoidMethod(this,rb_intern("setRowHeight"),row,rheight); \
|
|
387
435
|
} \
|
|
388
|
-
void klass::setColumnX(FXint colEdge,FXint x){ \
|
|
389
|
-
FXRbCallVoidMethod(this,rb_intern("setColumnX"),colEdge,x); \
|
|
390
|
-
} \
|
|
391
|
-
void klass::setRowY(FXint rowEdge,FXint y){ \
|
|
392
|
-
FXRbCallVoidMethod(this,rb_intern("setRowY"),rowEdge,y); \
|
|
393
|
-
} \
|
|
394
436
|
void klass::setCurrentItem(FXint r,FXint c,FXbool notify){ \
|
|
395
437
|
FXRbCallVoidMethod(this,rb_intern("setCurrentItem"),r,c,notify); \
|
|
396
438
|
} \
|
|
@@ -408,6 +450,24 @@ inline FXbool klass ## _killSelection(klass* self,FXbool notify){ \
|
|
|
408
450
|
} \
|
|
409
451
|
FXbool klass::killSelection(FXbool notify){ \
|
|
410
452
|
return FXRbCallBoolMethod(this,rb_intern("killSelection"),notify); \
|
|
453
|
+
} \
|
|
454
|
+
void klass::startInput(FXint row,FXint col){ \
|
|
455
|
+
FXRbCallVoidMethod(this,rb_intern("startInput"),row,col); \
|
|
456
|
+
} \
|
|
457
|
+
void klass::cancelInput(){ \
|
|
458
|
+
FXRbCallVoidMethod(this,rb_intern("cancelInput")); \
|
|
459
|
+
} \
|
|
460
|
+
void klass::acceptInput(FXbool notify){ \
|
|
461
|
+
FXRbCallVoidMethod(this,rb_intern("acceptInput"),notify); \
|
|
462
|
+
} \
|
|
463
|
+
void klass::makePositionVisible(FXint r,FXint c){ \
|
|
464
|
+
FXRbCallVoidMethod(this,rb_intern("makePositionVisible"),r,c); \
|
|
465
|
+
} \
|
|
466
|
+
FXbool klass::enableItem(FXint r,FXint c){ \
|
|
467
|
+
return FXRbCallBoolMethod(this,rb_intern("enableItem"),r,c); \
|
|
468
|
+
} \
|
|
469
|
+
FXbool klass::disableItem(FXint r,FXint c){ \
|
|
470
|
+
return FXRbCallBoolMethod(this,rb_intern("disableItem"),r,c); \
|
|
411
471
|
}
|
|
412
472
|
|
|
413
473
|
class FXRbTable : public FXTable {
|
|
@@ -34,8 +34,14 @@ public:
|
|
|
34
34
|
// Overrides the base class version of setText()
|
|
35
35
|
virtual void setText(const FXString& txt);
|
|
36
36
|
|
|
37
|
+
// Overrides the base class of getText()
|
|
38
|
+
virtual FXString getText() const;
|
|
39
|
+
|
|
37
40
|
// Overrides the base class version of setIcon()
|
|
38
|
-
virtual void setIcon(FXIcon* icn);
|
|
41
|
+
virtual void setIcon(FXIcon* icn,FXbool owned=FALSE);
|
|
42
|
+
|
|
43
|
+
// Overrides the base class version of getIcon()
|
|
44
|
+
virtual FXIcon* getIcon() const;
|
|
39
45
|
|
|
40
46
|
// Overrides the base class version of setFocus()
|
|
41
47
|
virtual void setFocus(FXbool focus);
|
|
@@ -48,9 +54,24 @@ public:
|
|
|
48
54
|
|
|
49
55
|
// Overrides the base class version of setDraggable()
|
|
50
56
|
virtual void setDraggable(FXbool draggable);
|
|
57
|
+
|
|
58
|
+
// Overrides the base class version of setJustify()
|
|
59
|
+
virtual void setJustify(FXuint justify=RIGHT|CENTER_Y);
|
|
60
|
+
|
|
61
|
+
// Overrides the base class version of setIconPosition()
|
|
62
|
+
virtual void setIconPosition(FXuint mode);
|
|
63
|
+
|
|
64
|
+
// Overrides the base class version of setBorders()
|
|
65
|
+
virtual void setBorders(FXuint borders=0);
|
|
66
|
+
|
|
67
|
+
// Overrides the base class version of setStipple()
|
|
68
|
+
virtual void setStipple(FXStipplePattern pattern);
|
|
69
|
+
|
|
70
|
+
/// Overrides the base class version of getControlFor()
|
|
71
|
+
virtual FXWindow *getControlFor(FXTable* table);
|
|
51
72
|
|
|
52
|
-
|
|
53
|
-
virtual void
|
|
73
|
+
/// Overrides the base class version of setFromControl()
|
|
74
|
+
virtual void setFromControl(FXWindow *control);
|
|
54
75
|
|
|
55
76
|
// Overrides the base class version of getWidth()
|
|
56
77
|
virtual FXint getWidth(const FXTable* table) const;
|
|
@@ -47,12 +47,6 @@ public:
|
|
|
47
47
|
// Overrides the base class version of setRowHeight()
|
|
48
48
|
virtual void setRowHeight(FXint row,FXint rheight);
|
|
49
49
|
|
|
50
|
-
// Overrides the base class version of setColumnX()
|
|
51
|
-
virtual void setColumnX(FXint colEdge,FXint x);
|
|
52
|
-
|
|
53
|
-
// Overrides the base class version of setRowY()
|
|
54
|
-
virtual void setRowY(FXint rowEdge,FXint y);
|
|
55
|
-
|
|
56
50
|
// Overrides the base class version of setCurrentItem()
|
|
57
51
|
virtual void setCurrentItem(FXint r,FXint c,FXbool notify=FALSE);
|
|
58
52
|
|
|
@@ -70,4 +64,23 @@ public:
|
|
|
70
64
|
|
|
71
65
|
// Overrides the base class version of killSelection()
|
|
72
66
|
virtual FXbool killSelection(FXbool notify=FALSE);
|
|
67
|
+
|
|
68
|
+
// Overrides base class version of startInput()
|
|
69
|
+
virtual void startInput(FXint row,FXint col);
|
|
70
|
+
|
|
71
|
+
// Overrides base class version of cancelInput()
|
|
72
|
+
virtual void cancelInput();
|
|
73
|
+
|
|
74
|
+
// Overrides base class version of acceptInput()
|
|
75
|
+
virtual void acceptInput(FXbool notify=FALSE);
|
|
76
|
+
|
|
77
|
+
// Overrides the base class version of makePositionVisible()
|
|
78
|
+
virtual void makePositionVisible(FXint r,FXint c);
|
|
79
|
+
|
|
80
|
+
// Overrides the base class version of enableItem()
|
|
81
|
+
virtual FXbool enableItem(FXint r,FXint c);
|
|
82
|
+
|
|
83
|
+
// Overrides the base class version of disableItem()
|
|
84
|
+
virtual FXbool disableItem(FXint r,FXint c);
|
|
85
|
+
|
|
73
86
|
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
***********************************************************************/
|
|
22
22
|
|
|
23
23
|
/***********************************************************************
|
|
24
|
-
* $Id: FXRbText.h,v 1.2 2005/
|
|
24
|
+
* $Id: FXRbText.h,v 1.2 2005/08/16 22:12:12 lyle Exp $
|
|
25
25
|
***********************************************************************/
|
|
26
26
|
|
|
27
27
|
#ifndef FXRBTEXT_H
|
|
@@ -63,7 +63,7 @@ protected:
|
|
|
63
63
|
#include "FXRbTextVirtuals.h"
|
|
64
64
|
public:
|
|
65
65
|
/// Construct multi-line text widget
|
|
66
|
-
FXRbText(FXComposite *p,FXObject* tgt=NULL,FXSelector sel=0,FXuint opts=0,FXint x=0,FXint y=0,FXint w=0,FXint h=0) : FXText(p,tgt,sel,opts,x,y,w,h){
|
|
66
|
+
FXRbText(FXComposite *p,FXObject* tgt=NULL,FXSelector sel=0,FXuint opts=0,FXint x=0,FXint y=0,FXint w=0,FXint h=0,FXint pl=3,FXint pr=3,FXint pt=2,FXint pb=2) : FXText(p,tgt,sel,opts,x,y,w,h,pl,pr,pt,pb){
|
|
67
67
|
numStyles=0;
|
|
68
68
|
styles=0;
|
|
69
69
|
}
|