fxruby 1.6.20-x86-linux

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.
Files changed (924) hide show
  1. data/History.txt +10 -0
  2. data/Manifest.txt +922 -0
  3. data/README +39 -0
  4. data/README.txt +482 -0
  5. data/Rakefile +191 -0
  6. data/TODO +47 -0
  7. data/doap.rdf +87 -0
  8. data/examples/RAA.rb +25 -0
  9. data/examples/README +53 -0
  10. data/examples/babelfish.rb +72 -0
  11. data/examples/bounce.rb +159 -0
  12. data/examples/browser.rb +191 -0
  13. data/examples/button.rb +168 -0
  14. data/examples/charts.rb +35 -0
  15. data/examples/custom_table_item.rb +170 -0
  16. data/examples/datatarget.rb +223 -0
  17. data/examples/dctest.rb +696 -0
  18. data/examples/dialog.rb +143 -0
  19. data/examples/dilbert.rb +66 -0
  20. data/examples/dirlist.rb +63 -0
  21. data/examples/dragdrop.rb +97 -0
  22. data/examples/dragsource.rb +80 -0
  23. data/examples/dropsite.rb +59 -0
  24. data/examples/foursplit.rb +97 -0
  25. data/examples/gltest.rb +330 -0
  26. data/examples/glviewer.rb +576 -0
  27. data/examples/groupbox.rb +392 -0
  28. data/examples/header.rb +149 -0
  29. data/examples/hello.rb +12 -0
  30. data/examples/hello2.rb +51 -0
  31. data/examples/iRAA.rb +153 -0
  32. data/examples/iconlist.rb +92 -0
  33. data/examples/icons/AngryGuyInBunnySuit.ico +0 -0
  34. data/examples/icons/FatBot.ico +0 -0
  35. data/examples/icons/FlippedySwitch.ico +0 -0
  36. data/examples/icons/LeGoon.ico +0 -0
  37. data/examples/icons/Net.ico +0 -0
  38. data/examples/icons/RedMacOS.ico +0 -0
  39. data/examples/icons/SawBlade.ico +0 -0
  40. data/examples/icons/backview.png +0 -0
  41. data/examples/icons/big.png +0 -0
  42. data/examples/icons/bigfolder.png +0 -0
  43. data/examples/icons/bigpenguin.png +0 -0
  44. data/examples/icons/bluebullet14x14.gif +0 -0
  45. data/examples/icons/bottomview.png +0 -0
  46. data/examples/icons/camera.png +0 -0
  47. data/examples/icons/capbutt.png +0 -0
  48. data/examples/icons/capnotlast.png +0 -0
  49. data/examples/icons/capproj.png +0 -0
  50. data/examples/icons/capround.png +0 -0
  51. data/examples/icons/colorpal.png +0 -0
  52. data/examples/icons/copy.png +0 -0
  53. data/examples/icons/cut.png +0 -0
  54. data/examples/icons/delimit.png +0 -0
  55. data/examples/icons/dippy.png +0 -0
  56. data/examples/icons/double_dash.png +0 -0
  57. data/examples/icons/filenew.png +0 -0
  58. data/examples/icons/fileopen.png +0 -0
  59. data/examples/icons/filesave.png +0 -0
  60. data/examples/icons/filesaveas.png +0 -0
  61. data/examples/icons/fonts.png +0 -0
  62. data/examples/icons/fox.png +0 -0
  63. data/examples/icons/foxicon.png +0 -0
  64. data/examples/icons/frontview.png +0 -0
  65. data/examples/icons/gem_big.png +0 -0
  66. data/examples/icons/gem_small.png +0 -0
  67. data/examples/icons/hello2.png +0 -0
  68. data/examples/icons/help.png +0 -0
  69. data/examples/icons/indent.png +0 -0
  70. data/examples/icons/jbevel.png +0 -0
  71. data/examples/icons/jmiter.png +0 -0
  72. data/examples/icons/jround.png +0 -0
  73. data/examples/icons/kill.png +0 -0
  74. data/examples/icons/leftview.png +0 -0
  75. data/examples/icons/light.png +0 -0
  76. data/examples/icons/minidoc.png +0 -0
  77. data/examples/icons/minifolder.png +0 -0
  78. data/examples/icons/minifolderopen.png +0 -0
  79. data/examples/icons/newfolder.png +0 -0
  80. data/examples/icons/nolight.png +0 -0
  81. data/examples/icons/onoff_dash.png +0 -0
  82. data/examples/icons/palette.png +0 -0
  83. data/examples/icons/parallel.png +0 -0
  84. data/examples/icons/paste.png +0 -0
  85. data/examples/icons/pattern.png +0 -0
  86. data/examples/icons/penguin.png +0 -0
  87. data/examples/icons/perspective.png +0 -0
  88. data/examples/icons/printicon.png +0 -0
  89. data/examples/icons/prop.png +0 -0
  90. data/examples/icons/redo.png +0 -0
  91. data/examples/icons/rightview.png +0 -0
  92. data/examples/icons/saveas.png +0 -0
  93. data/examples/icons/shutter1.png +0 -0
  94. data/examples/icons/shutter2.png +0 -0
  95. data/examples/icons/small.png +0 -0
  96. data/examples/icons/smoothlight.png +0 -0
  97. data/examples/icons/solid_line.png +0 -0
  98. data/examples/icons/tbuplevel.png +0 -0
  99. data/examples/icons/topview.png +0 -0
  100. data/examples/icons/transpbullet14x14.gif +0 -0
  101. data/examples/icons/undo.png +0 -0
  102. data/examples/icons/winapp.png +0 -0
  103. data/examples/icons/zoom.png +0 -0
  104. data/examples/image.rb +279 -0
  105. data/examples/imageviewer.rb +509 -0
  106. data/examples/inputs.rb +83 -0
  107. data/examples/mditest.rb +180 -0
  108. data/examples/pig.rb +77 -0
  109. data/examples/raabrowser.rb +122 -0
  110. data/examples/ratio.rb +80 -0
  111. data/examples/rulerview.rb +27 -0
  112. data/examples/scintilla-test.rb +81 -0
  113. data/examples/scribble-orig.rb +186 -0
  114. data/examples/scribble.rb +162 -0
  115. data/examples/shutter.rb +158 -0
  116. data/examples/splitter.rb +211 -0
  117. data/examples/styledtext.rb +82 -0
  118. data/examples/tabbook.rb +165 -0
  119. data/examples/table.rb +182 -0
  120. data/examples/textedit/commands.rb +114 -0
  121. data/examples/textedit/helpwindow.rb +299 -0
  122. data/examples/textedit/prefdialog.rb +239 -0
  123. data/examples/textedit/textedit.rb +1763 -0
  124. data/examples/unicode.rb +36 -0
  125. data/ext/fox16/FXRbApp.cpp +128 -0
  126. data/ext/fox16/FXRbDataTarget.cpp +110 -0
  127. data/ext/fox16/FXRbGLViewer.cpp +89 -0
  128. data/ext/fox16/FXRuby.cpp +2067 -0
  129. data/ext/fox16/MANIFEST +189 -0
  130. data/ext/fox16/core_wrap.cpp +11541 -0
  131. data/ext/fox16/dc_wrap.cpp +2874 -0
  132. data/ext/fox16/dialogs_wrap.cpp +7963 -0
  133. data/ext/fox16/extconf.rb +143 -0
  134. data/ext/fox16/frames_wrap.cpp +11380 -0
  135. data/ext/fox16/fx3d_wrap.cpp +10651 -0
  136. data/ext/fox16/iconlist_wrap.cpp +4074 -0
  137. data/ext/fox16/icons_wrap.cpp +4745 -0
  138. data/ext/fox16/image_wrap.cpp +4388 -0
  139. data/ext/fox16/impl.cpp +1156 -0
  140. data/ext/fox16/include/FXMemoryBuffer.h +52 -0
  141. data/ext/fox16/include/FXRb4Splitter.h +54 -0
  142. data/ext/fox16/include/FXRb7Segment.h +51 -0
  143. data/ext/fox16/include/FXRbAccelTable.h +46 -0
  144. data/ext/fox16/include/FXRbApp.h +155 -0
  145. data/ext/fox16/include/FXRbAppVirtuals.h +15 -0
  146. data/ext/fox16/include/FXRbArrowButton.h +51 -0
  147. data/ext/fox16/include/FXRbBMPIcon.h +54 -0
  148. data/ext/fox16/include/FXRbBMPImage.h +54 -0
  149. data/ext/fox16/include/FXRbBitmap.h +133 -0
  150. data/ext/fox16/include/FXRbBitmapFrame.h +56 -0
  151. data/ext/fox16/include/FXRbBitmapView.h +56 -0
  152. data/ext/fox16/include/FXRbBitmapVirtuals.h +37 -0
  153. data/ext/fox16/include/FXRbButton.h +51 -0
  154. data/ext/fox16/include/FXRbCURCursor.h +60 -0
  155. data/ext/fox16/include/FXRbCanvas.h +51 -0
  156. data/ext/fox16/include/FXRbCheckButton.h +51 -0
  157. data/ext/fox16/include/FXRbChoiceBox.h +56 -0
  158. data/ext/fox16/include/FXRbColorBar.h +51 -0
  159. data/ext/fox16/include/FXRbColorDialog.h +53 -0
  160. data/ext/fox16/include/FXRbColorList.h +84 -0
  161. data/ext/fox16/include/FXRbColorRing.h +51 -0
  162. data/ext/fox16/include/FXRbColorSelector.h +51 -0
  163. data/ext/fox16/include/FXRbColorWell.h +51 -0
  164. data/ext/fox16/include/FXRbColorWheel.h +51 -0
  165. data/ext/fox16/include/FXRbComboBox.h +56 -0
  166. data/ext/fox16/include/FXRbCommon.h +93 -0
  167. data/ext/fox16/include/FXRbComposite.h +51 -0
  168. data/ext/fox16/include/FXRbCursor.h +87 -0
  169. data/ext/fox16/include/FXRbCursorVirtuals.h +6 -0
  170. data/ext/fox16/include/FXRbDC.h +427 -0
  171. data/ext/fox16/include/FXRbDCPrint.h +49 -0
  172. data/ext/fox16/include/FXRbDCVirtuals.h +187 -0
  173. data/ext/fox16/include/FXRbDCWindow.h +64 -0
  174. data/ext/fox16/include/FXRbDataTarget.h +65 -0
  175. data/ext/fox16/include/FXRbDebugTarget.h +46 -0
  176. data/ext/fox16/include/FXRbDelegator.h +46 -0
  177. data/ext/fox16/include/FXRbDial.h +51 -0
  178. data/ext/fox16/include/FXRbDialogBox.h +68 -0
  179. data/ext/fox16/include/FXRbDialogBoxVirtuals.h +3 -0
  180. data/ext/fox16/include/FXRbDict.h +46 -0
  181. data/ext/fox16/include/FXRbDirBox.h +52 -0
  182. data/ext/fox16/include/FXRbDirDialog.h +56 -0
  183. data/ext/fox16/include/FXRbDirList.h +79 -0
  184. data/ext/fox16/include/FXRbDirSelector.h +51 -0
  185. data/ext/fox16/include/FXRbDockBar.h +86 -0
  186. data/ext/fox16/include/FXRbDockBarVirtuals.h +10 -0
  187. data/ext/fox16/include/FXRbDockHandler.h +51 -0
  188. data/ext/fox16/include/FXRbDockSite.h +85 -0
  189. data/ext/fox16/include/FXRbDockSiteVirtuals.h +13 -0
  190. data/ext/fox16/include/FXRbDockTitle.h +51 -0
  191. data/ext/fox16/include/FXRbDocument.h +46 -0
  192. data/ext/fox16/include/FXRbDragCorner.h +51 -0
  193. data/ext/fox16/include/FXRbDrawable.h +64 -0
  194. data/ext/fox16/include/FXRbDrawableVirtuals.h +3 -0
  195. data/ext/fox16/include/FXRbDriveBox.h +52 -0
  196. data/ext/fox16/include/FXRbFileDialog.h +56 -0
  197. data/ext/fox16/include/FXRbFileDict.h +104 -0
  198. data/ext/fox16/include/FXRbFileDictVirtuals.h +9 -0
  199. data/ext/fox16/include/FXRbFileList.h +81 -0
  200. data/ext/fox16/include/FXRbFileSelector.h +51 -0
  201. data/ext/fox16/include/FXRbFoldingItemVirtuals.h +42 -0
  202. data/ext/fox16/include/FXRbFoldingList.h +270 -0
  203. data/ext/fox16/include/FXRbFoldingListVirtuals.h +43 -0
  204. data/ext/fox16/include/FXRbFont.h +183 -0
  205. data/ext/fox16/include/FXRbFontDialog.h +53 -0
  206. data/ext/fox16/include/FXRbFontSelector.h +51 -0
  207. data/ext/fox16/include/FXRbFontVirtuals.h +55 -0
  208. data/ext/fox16/include/FXRbFrame.h +51 -0
  209. data/ext/fox16/include/FXRbGIFCursor.h +60 -0
  210. data/ext/fox16/include/FXRbGIFIcon.h +54 -0
  211. data/ext/fox16/include/FXRbGIFImage.h +54 -0
  212. data/ext/fox16/include/FXRbGLCanvas.h +92 -0
  213. data/ext/fox16/include/FXRbGLCanvasVirtuals.h +13 -0
  214. data/ext/fox16/include/FXRbGLContext.h +58 -0
  215. data/ext/fox16/include/FXRbGLObject.h +103 -0
  216. data/ext/fox16/include/FXRbGLObjectVirtuals.h +22 -0
  217. data/ext/fox16/include/FXRbGLShape.h +81 -0
  218. data/ext/fox16/include/FXRbGLShapeVirtuals.h +8 -0
  219. data/ext/fox16/include/FXRbGLViewer.h +89 -0
  220. data/ext/fox16/include/FXRbGLViewerVirtuals.h +10 -0
  221. data/ext/fox16/include/FXRbGLVisual.h +56 -0
  222. data/ext/fox16/include/FXRbGradientBar.h +55 -0
  223. data/ext/fox16/include/FXRbGroupBox.h +51 -0
  224. data/ext/fox16/include/FXRbHeader.h +129 -0
  225. data/ext/fox16/include/FXRbHeaderItemVirtuals.h +22 -0
  226. data/ext/fox16/include/FXRbHorizontalFrame.h +51 -0
  227. data/ext/fox16/include/FXRbICOIcon.h +54 -0
  228. data/ext/fox16/include/FXRbICOImage.h +54 -0
  229. data/ext/fox16/include/FXRbIcon.h +57 -0
  230. data/ext/fox16/include/FXRbIconItemVirtuals.h +68 -0
  231. data/ext/fox16/include/FXRbIconList.h +288 -0
  232. data/ext/fox16/include/FXRbIconListVirtuals.h +35 -0
  233. data/ext/fox16/include/FXRbIconSource.h +127 -0
  234. data/ext/fox16/include/FXRbIconSourceVirtuals.h +37 -0
  235. data/ext/fox16/include/FXRbId.h +74 -0
  236. data/ext/fox16/include/FXRbIdVirtuals.h +9 -0
  237. data/ext/fox16/include/FXRbImage.h +162 -0
  238. data/ext/fox16/include/FXRbImageFrame.h +56 -0
  239. data/ext/fox16/include/FXRbImageView.h +55 -0
  240. data/ext/fox16/include/FXRbImageVirtuals.h +51 -0
  241. data/ext/fox16/include/FXRbInputDialog.h +56 -0
  242. data/ext/fox16/include/FXRbJPGIcon.h +54 -0
  243. data/ext/fox16/include/FXRbJPGImage.h +54 -0
  244. data/ext/fox16/include/FXRbKnob.h +51 -0
  245. data/ext/fox16/include/FXRbLabel.h +51 -0
  246. data/ext/fox16/include/FXRbList.h +226 -0
  247. data/ext/fox16/include/FXRbListBox.h +67 -0
  248. data/ext/fox16/include/FXRbListBoxVirtuals.h +4 -0
  249. data/ext/fox16/include/FXRbListItemVirtuals.h +33 -0
  250. data/ext/fox16/include/FXRbListVirtuals.h +30 -0
  251. data/ext/fox16/include/FXRbMDIButton.h +162 -0
  252. data/ext/fox16/include/FXRbMDIChild.h +82 -0
  253. data/ext/fox16/include/FXRbMDIChildVirtuals.h +12 -0
  254. data/ext/fox16/include/FXRbMDIClient.h +80 -0
  255. data/ext/fox16/include/FXRbMDIClientVirtuals.h +12 -0
  256. data/ext/fox16/include/FXRbMainWindow.h +54 -0
  257. data/ext/fox16/include/FXRbMatrix.h +51 -0
  258. data/ext/fox16/include/FXRbMenuBar.h +63 -0
  259. data/ext/fox16/include/FXRbMenuButton.h +51 -0
  260. data/ext/fox16/include/FXRbMenuCaption.h +51 -0
  261. data/ext/fox16/include/FXRbMenuCascade.h +51 -0
  262. data/ext/fox16/include/FXRbMenuCheck.h +49 -0
  263. data/ext/fox16/include/FXRbMenuCommand.h +49 -0
  264. data/ext/fox16/include/FXRbMenuPane.h +52 -0
  265. data/ext/fox16/include/FXRbMenuRadio.h +49 -0
  266. data/ext/fox16/include/FXRbMenuSeparator.h +51 -0
  267. data/ext/fox16/include/FXRbMenuTitle.h +51 -0
  268. data/ext/fox16/include/FXRbMessageBox.h +56 -0
  269. data/ext/fox16/include/FXRbObject.h +67 -0
  270. data/ext/fox16/include/FXRbObjectVirtuals.h +9 -0
  271. data/ext/fox16/include/FXRbOptionMenu.h +73 -0
  272. data/ext/fox16/include/FXRbPCXIcon.h +54 -0
  273. data/ext/fox16/include/FXRbPCXImage.h +54 -0
  274. data/ext/fox16/include/FXRbPNGIcon.h +54 -0
  275. data/ext/fox16/include/FXRbPNGImage.h +54 -0
  276. data/ext/fox16/include/FXRbPPMIcon.h +54 -0
  277. data/ext/fox16/include/FXRbPPMImage.h +54 -0
  278. data/ext/fox16/include/FXRbPacker.h +51 -0
  279. data/ext/fox16/include/FXRbPicker.h +51 -0
  280. data/ext/fox16/include/FXRbPopup.h +70 -0
  281. data/ext/fox16/include/FXRbPopupVirtuals.h +6 -0
  282. data/ext/fox16/include/FXRbPrintDialog.h +53 -0
  283. data/ext/fox16/include/FXRbProgressBar.h +51 -0
  284. data/ext/fox16/include/FXRbProgressDialog.h +53 -0
  285. data/ext/fox16/include/FXRbRGBIcon.h +54 -0
  286. data/ext/fox16/include/FXRbRGBImage.h +54 -0
  287. data/ext/fox16/include/FXRbRadioButton.h +51 -0
  288. data/ext/fox16/include/FXRbRealSlider.h +51 -0
  289. data/ext/fox16/include/FXRbRealSpinner.h +64 -0
  290. data/ext/fox16/include/FXRbRealSpinnerVirtuals.h +3 -0
  291. data/ext/fox16/include/FXRbRecentFiles.h +52 -0
  292. data/ext/fox16/include/FXRbRegistry.h +46 -0
  293. data/ext/fox16/include/FXRbReplaceDialog.h +53 -0
  294. data/ext/fox16/include/FXRbRootWindow.h +51 -0
  295. data/ext/fox16/include/FXRbRuler.h +56 -0
  296. data/ext/fox16/include/FXRbRulerView.h +54 -0
  297. data/ext/fox16/include/FXRbScintilla.h +52 -0
  298. data/ext/fox16/include/FXRbScrollArea.h +87 -0
  299. data/ext/fox16/include/FXRbScrollAreaVirtuals.h +13 -0
  300. data/ext/fox16/include/FXRbScrollBar.h +73 -0
  301. data/ext/fox16/include/FXRbScrollPane.h +52 -0
  302. data/ext/fox16/include/FXRbScrollWindow.h +57 -0
  303. data/ext/fox16/include/FXRbSearchDialog.h +53 -0
  304. data/ext/fox16/include/FXRbSeparator.h +95 -0
  305. data/ext/fox16/include/FXRbSettings.h +46 -0
  306. data/ext/fox16/include/FXRbShell.h +56 -0
  307. data/ext/fox16/include/FXRbShutter.h +86 -0
  308. data/ext/fox16/include/FXRbShutterVirtuals.h +3 -0
  309. data/ext/fox16/include/FXRbSlider.h +51 -0
  310. data/ext/fox16/include/FXRbSpinner.h +64 -0
  311. data/ext/fox16/include/FXRbSpinnerVirtuals.h +3 -0
  312. data/ext/fox16/include/FXRbSplashWindow.h +57 -0
  313. data/ext/fox16/include/FXRbSplitter.h +54 -0
  314. data/ext/fox16/include/FXRbSpring.h +51 -0
  315. data/ext/fox16/include/FXRbStatusBar.h +51 -0
  316. data/ext/fox16/include/FXRbStatusLine.h +51 -0
  317. data/ext/fox16/include/FXRbStream.h +101 -0
  318. data/ext/fox16/include/FXRbStreamVirtuals.h +9 -0
  319. data/ext/fox16/include/FXRbStringDict.h +46 -0
  320. data/ext/fox16/include/FXRbSwitcher.h +51 -0
  321. data/ext/fox16/include/FXRbTGAIcon.h +54 -0
  322. data/ext/fox16/include/FXRbTGAImage.h +54 -0
  323. data/ext/fox16/include/FXRbTIFIcon.h +54 -0
  324. data/ext/fox16/include/FXRbTIFImage.h +54 -0
  325. data/ext/fox16/include/FXRbTabBar.h +64 -0
  326. data/ext/fox16/include/FXRbTabBarVirtuals.h +3 -0
  327. data/ext/fox16/include/FXRbTabBook.h +52 -0
  328. data/ext/fox16/include/FXRbTabItem.h +51 -0
  329. data/ext/fox16/include/FXRbTable.h +509 -0
  330. data/ext/fox16/include/FXRbTableItemVirtuals.h +89 -0
  331. data/ext/fox16/include/FXRbTableVirtuals.h +89 -0
  332. data/ext/fox16/include/FXRbText.h +187 -0
  333. data/ext/fox16/include/FXRbTextField.h +51 -0
  334. data/ext/fox16/include/FXRbTextVirtuals.h +52 -0
  335. data/ext/fox16/include/FXRbToggleButton.h +51 -0
  336. data/ext/fox16/include/FXRbToolBar.h +63 -0
  337. data/ext/fox16/include/FXRbToolBarGrip.h +51 -0
  338. data/ext/fox16/include/FXRbToolBarShell.h +52 -0
  339. data/ext/fox16/include/FXRbToolBarTab.h +51 -0
  340. data/ext/fox16/include/FXRbToolTip.h +51 -0
  341. data/ext/fox16/include/FXRbTopWindow.h +91 -0
  342. data/ext/fox16/include/FXRbTopWindowVirtuals.h +15 -0
  343. data/ext/fox16/include/FXRbTranslator.h +61 -0
  344. data/ext/fox16/include/FXRbTranslatorVirtuals.h +4 -0
  345. data/ext/fox16/include/FXRbTreeItemVirtuals.h +42 -0
  346. data/ext/fox16/include/FXRbTreeList.h +277 -0
  347. data/ext/fox16/include/FXRbTreeListBox.h +64 -0
  348. data/ext/fox16/include/FXRbTreeListBoxVirtuals.h +4 -0
  349. data/ext/fox16/include/FXRbTreeListVirtuals.h +42 -0
  350. data/ext/fox16/include/FXRbTriStateButton.h +51 -0
  351. data/ext/fox16/include/FXRbVerticalFrame.h +51 -0
  352. data/ext/fox16/include/FXRbVisual.h +56 -0
  353. data/ext/fox16/include/FXRbWindow.h +248 -0
  354. data/ext/fox16/include/FXRbWindowVirtuals.h +94 -0
  355. data/ext/fox16/include/FXRbWizard.h +60 -0
  356. data/ext/fox16/include/FXRbXBMIcon.h +54 -0
  357. data/ext/fox16/include/FXRbXBMImage.h +54 -0
  358. data/ext/fox16/include/FXRbXPMIcon.h +54 -0
  359. data/ext/fox16/include/FXRbXPMImage.h +54 -0
  360. data/ext/fox16/include/FXRuby.h +842 -0
  361. data/ext/fox16/include/impl.h +214 -0
  362. data/ext/fox16/include/inlinestubs.h +1155 -0
  363. data/ext/fox16/label_wrap.cpp +5700 -0
  364. data/ext/fox16/layout_wrap.cpp +6358 -0
  365. data/ext/fox16/librb.c +647 -0
  366. data/ext/fox16/list_wrap.cpp +2981 -0
  367. data/ext/fox16/make_impl.rb +121 -0
  368. data/ext/fox16/markfuncs.cpp +1650 -0
  369. data/ext/fox16/mdi_wrap.cpp +5266 -0
  370. data/ext/fox16/menu_wrap.cpp +5589 -0
  371. data/ext/fox16/scintilla_wrap.cpp +2518 -0
  372. data/ext/fox16/table_wrap.cpp +4173 -0
  373. data/ext/fox16/text_wrap.cpp +3832 -0
  374. data/ext/fox16/treelist_wrap.cpp +6004 -0
  375. data/ext/fox16/ui_wrap.cpp +14230 -0
  376. data/ext/fox16/unregisterOwnedObjects.cpp +120 -0
  377. data/index.html +14 -0
  378. data/lib/fox16.rb +8 -0
  379. data/lib/fox16.so +0 -0
  380. data/lib/fox16/accel_table.rb +70 -0
  381. data/lib/fox16/aliases.rb +5611 -0
  382. data/lib/fox16/bitmapview.rb +223 -0
  383. data/lib/fox16/calendar.rb +217 -0
  384. data/lib/fox16/chore.rb +105 -0
  385. data/lib/fox16/colors.rb +280 -0
  386. data/lib/fox16/core.rb +700 -0
  387. data/lib/fox16/dict.rb +35 -0
  388. data/lib/fox16/exceptions_for_fxerror.rb +17 -0
  389. data/lib/fox16/execute_nonmodal.rb +70 -0
  390. data/lib/fox16/glgroup.rb +166 -0
  391. data/lib/fox16/glshapes.rb +456 -0
  392. data/lib/fox16/input.rb +59 -0
  393. data/lib/fox16/irb.rb +178 -0
  394. data/lib/fox16/iterators.rb +420 -0
  395. data/lib/fox16/keys.rb +1374 -0
  396. data/lib/fox16/kwargs.rb +2740 -0
  397. data/lib/fox16/missingdep.rb +14 -0
  398. data/lib/fox16/pseudokeyboard.rb +40 -0
  399. data/lib/fox16/pseudomouse.rb +87 -0
  400. data/lib/fox16/responder.rb +70 -0
  401. data/lib/fox16/responder2.rb +132 -0
  402. data/lib/fox16/scintilla.rb +3741 -0
  403. data/lib/fox16/settings.rb +18 -0
  404. data/lib/fox16/signal.rb +71 -0
  405. data/lib/fox16/splashscreen.rb +82 -0
  406. data/lib/fox16/timeout.rb +136 -0
  407. data/lib/fox16/undolist.rb +455 -0
  408. data/lib/fox16/version.rb +5 -0
  409. data/rdoc-sources/FX4Splitter.rb +156 -0
  410. data/rdoc-sources/FX7Segment.rb +54 -0
  411. data/rdoc-sources/FXAccelTable.rb +84 -0
  412. data/rdoc-sources/FXApp.rb +545 -0
  413. data/rdoc-sources/FXArrowButton.rb +69 -0
  414. data/rdoc-sources/FXBMPIcon.rb +67 -0
  415. data/rdoc-sources/FXBMPImage.rb +30 -0
  416. data/rdoc-sources/FXBitmap.rb +115 -0
  417. data/rdoc-sources/FXBitmapFrame.rb +31 -0
  418. data/rdoc-sources/FXBitmapView.rb +44 -0
  419. data/rdoc-sources/FXButton.rb +59 -0
  420. data/rdoc-sources/FXCURCursor.rb +13 -0
  421. data/rdoc-sources/FXCanvas.rb +18 -0
  422. data/rdoc-sources/FXCheckButton.rb +58 -0
  423. data/rdoc-sources/FXChoiceBox.rb +49 -0
  424. data/rdoc-sources/FXColorBar.rb +48 -0
  425. data/rdoc-sources/FXColorDialog.rb +37 -0
  426. data/rdoc-sources/FXColorList.rb +55 -0
  427. data/rdoc-sources/FXColorRing.rb +49 -0
  428. data/rdoc-sources/FXColorSelector.rb +65 -0
  429. data/rdoc-sources/FXColorWell.rb +65 -0
  430. data/rdoc-sources/FXColorWheel.rb +57 -0
  431. data/rdoc-sources/FXComboBox.rb +214 -0
  432. data/rdoc-sources/FXComposite.rb +34 -0
  433. data/rdoc-sources/FXCursor.rb +67 -0
  434. data/rdoc-sources/FXDC.rb +720 -0
  435. data/rdoc-sources/FXDCPrint.rb +127 -0
  436. data/rdoc-sources/FXDCWindow.rb +33 -0
  437. data/rdoc-sources/FXDataTarget.rb +66 -0
  438. data/rdoc-sources/FXDebugTarget.rb +25 -0
  439. data/rdoc-sources/FXDelegator.rb +23 -0
  440. data/rdoc-sources/FXDial.rb +107 -0
  441. data/rdoc-sources/FXDialogBox.rb +32 -0
  442. data/rdoc-sources/FXDict.rb +79 -0
  443. data/rdoc-sources/FXDirBox.rb +55 -0
  444. data/rdoc-sources/FXDirDialog.rb +47 -0
  445. data/rdoc-sources/FXDirList.rb +149 -0
  446. data/rdoc-sources/FXDirSelector.rb +64 -0
  447. data/rdoc-sources/FXDockBar.rb +151 -0
  448. data/rdoc-sources/FXDockHandler.rb +26 -0
  449. data/rdoc-sources/FXDockSite.rb +104 -0
  450. data/rdoc-sources/FXDockTitle.rb +26 -0
  451. data/rdoc-sources/FXDocument.rb +29 -0
  452. data/rdoc-sources/FXDragCorner.rb +19 -0
  453. data/rdoc-sources/FXDrawable.rb +27 -0
  454. data/rdoc-sources/FXDriveBox.rb +46 -0
  455. data/rdoc-sources/FXExtentd.rb +85 -0
  456. data/rdoc-sources/FXExtentf.rb +85 -0
  457. data/rdoc-sources/FXFileDialog.rb +217 -0
  458. data/rdoc-sources/FXFileDict.rb +131 -0
  459. data/rdoc-sources/FXFileList.rb +208 -0
  460. data/rdoc-sources/FXFileSelector.rb +184 -0
  461. data/rdoc-sources/FXFileStream.rb +27 -0
  462. data/rdoc-sources/FXFoldingList.rb +504 -0
  463. data/rdoc-sources/FXFont.rb +361 -0
  464. data/rdoc-sources/FXFontDialog.rb +14 -0
  465. data/rdoc-sources/FXFontSelector.rb +37 -0
  466. data/rdoc-sources/FXFrame.rb +53 -0
  467. data/rdoc-sources/FXGIFCursor.rb +50 -0
  468. data/rdoc-sources/FXGIFIcon.rb +31 -0
  469. data/rdoc-sources/FXGIFImage.rb +29 -0
  470. data/rdoc-sources/FXGLCanvas.rb +45 -0
  471. data/rdoc-sources/FXGLContext.rb +40 -0
  472. data/rdoc-sources/FXGLObject.rb +75 -0
  473. data/rdoc-sources/FXGLShape.rb +69 -0
  474. data/rdoc-sources/FXGLViewer.rb +332 -0
  475. data/rdoc-sources/FXGLVisual.rb +94 -0
  476. data/rdoc-sources/FXGradientBar.rb +301 -0
  477. data/rdoc-sources/FXGroupBox.rb +36 -0
  478. data/rdoc-sources/FXHeader.rb +411 -0
  479. data/rdoc-sources/FXHorizontalFrame.rb +29 -0
  480. data/rdoc-sources/FXICOIcon.rb +65 -0
  481. data/rdoc-sources/FXICOImage.rb +31 -0
  482. data/rdoc-sources/FXIcon.rb +38 -0
  483. data/rdoc-sources/FXIconDict.rb +48 -0
  484. data/rdoc-sources/FXIconList.rb +450 -0
  485. data/rdoc-sources/FXIconSource.rb +100 -0
  486. data/rdoc-sources/FXId.rb +34 -0
  487. data/rdoc-sources/FXImage.rb +292 -0
  488. data/rdoc-sources/FXImageFrame.rb +36 -0
  489. data/rdoc-sources/FXImageView.rb +35 -0
  490. data/rdoc-sources/FXInputDialog.rb +80 -0
  491. data/rdoc-sources/FXJPGIcon.rb +70 -0
  492. data/rdoc-sources/FXJPGImage.rb +38 -0
  493. data/rdoc-sources/FXKnob.rb +76 -0
  494. data/rdoc-sources/FXLabel.rb +72 -0
  495. data/rdoc-sources/FXList.rb +443 -0
  496. data/rdoc-sources/FXListBox.rb +191 -0
  497. data/rdoc-sources/FXMDIButton.rb +67 -0
  498. data/rdoc-sources/FXMDIChild.rb +155 -0
  499. data/rdoc-sources/FXMDIClient.rb +65 -0
  500. data/rdoc-sources/FXMainWindow.rb +26 -0
  501. data/rdoc-sources/FXMatrix.rb +57 -0
  502. data/rdoc-sources/FXMemoryBuffer.rb +28 -0
  503. data/rdoc-sources/FXMemoryStream.rb +50 -0
  504. data/rdoc-sources/FXMenuBar.rb +23 -0
  505. data/rdoc-sources/FXMenuButton.rb +84 -0
  506. data/rdoc-sources/FXMenuCaption.rb +53 -0
  507. data/rdoc-sources/FXMenuCascade.rb +18 -0
  508. data/rdoc-sources/FXMenuCheck.rb +30 -0
  509. data/rdoc-sources/FXMenuCommand.rb +26 -0
  510. data/rdoc-sources/FXMenuPane.rb +13 -0
  511. data/rdoc-sources/FXMenuRadio.rb +33 -0
  512. data/rdoc-sources/FXMenuSeparator.rb +21 -0
  513. data/rdoc-sources/FXMenuTitle.rb +27 -0
  514. data/rdoc-sources/FXMessageBox.rb +73 -0
  515. data/rdoc-sources/FXObject.rb +28 -0
  516. data/rdoc-sources/FXOptionMenu.rb +83 -0
  517. data/rdoc-sources/FXPCXIcon.rb +63 -0
  518. data/rdoc-sources/FXPCXImage.rb +31 -0
  519. data/rdoc-sources/FXPNGIcon.rb +66 -0
  520. data/rdoc-sources/FXPNGImage.rb +34 -0
  521. data/rdoc-sources/FXPPMIcon.rb +36 -0
  522. data/rdoc-sources/FXPPMImage.rb +31 -0
  523. data/rdoc-sources/FXPacker.rb +63 -0
  524. data/rdoc-sources/FXPicker.rb +27 -0
  525. data/rdoc-sources/FXPopup.rb +53 -0
  526. data/rdoc-sources/FXPrintDialog.rb +36 -0
  527. data/rdoc-sources/FXProgressBar.rb +57 -0
  528. data/rdoc-sources/FXProgressDialog.rb +36 -0
  529. data/rdoc-sources/FXQuatd.rb +164 -0
  530. data/rdoc-sources/FXQuatf.rb +173 -0
  531. data/rdoc-sources/FXRGBIcon.rb +64 -0
  532. data/rdoc-sources/FXRGBImage.rb +31 -0
  533. data/rdoc-sources/FXRadioButton.rb +70 -0
  534. data/rdoc-sources/FXRanged.rb +100 -0
  535. data/rdoc-sources/FXRangef.rb +100 -0
  536. data/rdoc-sources/FXRealSlider.rb +101 -0
  537. data/rdoc-sources/FXRealSpinner.rb +140 -0
  538. data/rdoc-sources/FXRecentFiles.rb +77 -0
  539. data/rdoc-sources/FXRectangle.rb +149 -0
  540. data/rdoc-sources/FXRegion.rb +64 -0
  541. data/rdoc-sources/FXRegistry.rb +56 -0
  542. data/rdoc-sources/FXReplaceDialog.rb +56 -0
  543. data/rdoc-sources/FXRootWindow.rb +17 -0
  544. data/rdoc-sources/FXRuler.rb +130 -0
  545. data/rdoc-sources/FXRulerView.rb +225 -0
  546. data/rdoc-sources/FXScintilla.rb +121 -0
  547. data/rdoc-sources/FXScrollArea.rb +86 -0
  548. data/rdoc-sources/FXScrollBar.rb +107 -0
  549. data/rdoc-sources/FXScrollPane.rb +28 -0
  550. data/rdoc-sources/FXScrollWindow.rb +38 -0
  551. data/rdoc-sources/FXSearchDialog.rb +24 -0
  552. data/rdoc-sources/FXSeparator.rb +74 -0
  553. data/rdoc-sources/FXSettings.rb +248 -0
  554. data/rdoc-sources/FXShell.rb +8 -0
  555. data/rdoc-sources/FXShutter.rb +102 -0
  556. data/rdoc-sources/FXSize.rb +95 -0
  557. data/rdoc-sources/FXSlider.rb +98 -0
  558. data/rdoc-sources/FXSphered.rb +80 -0
  559. data/rdoc-sources/FXSpheref.rb +80 -0
  560. data/rdoc-sources/FXSpinner.rb +136 -0
  561. data/rdoc-sources/FXSplashWindow.rb +27 -0
  562. data/rdoc-sources/FXSplitter.rb +89 -0
  563. data/rdoc-sources/FXSpring.rb +61 -0
  564. data/rdoc-sources/FXStatusBar.rb +42 -0
  565. data/rdoc-sources/FXStatusLine.rb +60 -0
  566. data/rdoc-sources/FXStream.rb +142 -0
  567. data/rdoc-sources/FXStringDict.rb +38 -0
  568. data/rdoc-sources/FXSwitcher.rb +78 -0
  569. data/rdoc-sources/FXTGAIcon.rb +63 -0
  570. data/rdoc-sources/FXTGAImage.rb +31 -0
  571. data/rdoc-sources/FXTIFIcon.rb +70 -0
  572. data/rdoc-sources/FXTIFImage.rb +37 -0
  573. data/rdoc-sources/FXTabBar.rb +80 -0
  574. data/rdoc-sources/FXTabBook.rb +41 -0
  575. data/rdoc-sources/FXTabItem.rb +58 -0
  576. data/rdoc-sources/FXTable.rb +975 -0
  577. data/rdoc-sources/FXText.rb +581 -0
  578. data/rdoc-sources/FXTextField.rb +151 -0
  579. data/rdoc-sources/FXToggleButton.rb +70 -0
  580. data/rdoc-sources/FXToolBar.rb +61 -0
  581. data/rdoc-sources/FXToolBarGrip.rb +50 -0
  582. data/rdoc-sources/FXToolBarShell.rb +44 -0
  583. data/rdoc-sources/FXToolBarTab.rb +74 -0
  584. data/rdoc-sources/FXToolTip.rb +39 -0
  585. data/rdoc-sources/FXTopWindow.rb +163 -0
  586. data/rdoc-sources/FXTranslator.rb +32 -0
  587. data/rdoc-sources/FXTreeList.rb +514 -0
  588. data/rdoc-sources/FXTreeListBox.rb +219 -0
  589. data/rdoc-sources/FXTriStateButton.rb +49 -0
  590. data/rdoc-sources/FXVec2d.rb +96 -0
  591. data/rdoc-sources/FXVec2f.rb +96 -0
  592. data/rdoc-sources/FXVec3d.rb +118 -0
  593. data/rdoc-sources/FXVec3f.rb +118 -0
  594. data/rdoc-sources/FXVec4d.rb +139 -0
  595. data/rdoc-sources/FXVec4f.rb +139 -0
  596. data/rdoc-sources/FXVerticalFrame.rb +29 -0
  597. data/rdoc-sources/FXVisual.rb +79 -0
  598. data/rdoc-sources/FXWindow.rb +725 -0
  599. data/rdoc-sources/FXWizard.rb +59 -0
  600. data/rdoc-sources/FXXBMIcon.rb +37 -0
  601. data/rdoc-sources/FXXBMImage.rb +32 -0
  602. data/rdoc-sources/FXXPMIcon.rb +65 -0
  603. data/rdoc-sources/FXXPMImage.rb +31 -0
  604. data/rdoc-sources/Makefile +23 -0
  605. data/rdoc-sources/README.rdoc +53 -0
  606. data/rdoc-sources/fxdefs.rb +90 -0
  607. data/scripts/build-fox.rb +31 -0
  608. data/scripts/generate_kwargs_lib.rb +414 -0
  609. data/scripts/iface.rb +391 -0
  610. data/swig-interfaces/FX4Splitter.i +149 -0
  611. data/swig-interfaces/FX7Segment.i +141 -0
  612. data/swig-interfaces/FXAccelTable.i +100 -0
  613. data/swig-interfaces/FXApp.i +735 -0
  614. data/swig-interfaces/FXArrowButton.i +136 -0
  615. data/swig-interfaces/FXBMPIcon.i +88 -0
  616. data/swig-interfaces/FXBMPImage.i +54 -0
  617. data/swig-interfaces/FXBitmap.i +90 -0
  618. data/swig-interfaces/FXBitmapFrame.i +72 -0
  619. data/swig-interfaces/FXBitmapView.i +94 -0
  620. data/swig-interfaces/FXButton.i +130 -0
  621. data/swig-interfaces/FXCURCursor.i +49 -0
  622. data/swig-interfaces/FXCanvas.i +61 -0
  623. data/swig-interfaces/FXCheckButton.i +108 -0
  624. data/swig-interfaces/FXChoiceBox.i +91 -0
  625. data/swig-interfaces/FXColorBar.i +110 -0
  626. data/swig-interfaces/FXColorDialog.i +79 -0
  627. data/swig-interfaces/FXColorList.i +99 -0
  628. data/swig-interfaces/FXColorRing.i +148 -0
  629. data/swig-interfaces/FXColorSelector.i +157 -0
  630. data/swig-interfaces/FXColorWell.i +133 -0
  631. data/swig-interfaces/FXColorWheel.i +108 -0
  632. data/swig-interfaces/FXComboBox.i +280 -0
  633. data/swig-interfaces/FXComposeContext.i +66 -0
  634. data/swig-interfaces/FXComposite.i +103 -0
  635. data/swig-interfaces/FXCursor.i +120 -0
  636. data/swig-interfaces/FXDC.i +280 -0
  637. data/swig-interfaces/FXDCPrint.i +141 -0
  638. data/swig-interfaces/FXDCWindow.i +75 -0
  639. data/swig-interfaces/FXDataTarget.i +115 -0
  640. data/swig-interfaces/FXDebugTarget.i +60 -0
  641. data/swig-interfaces/FXDelegator.i +56 -0
  642. data/swig-interfaces/FXDial.i +168 -0
  643. data/swig-interfaces/FXDialogBox.i +131 -0
  644. data/swig-interfaces/FXDict.i +200 -0
  645. data/swig-interfaces/FXDirBox.i +68 -0
  646. data/swig-interfaces/FXDirDialog.i +97 -0
  647. data/swig-interfaces/FXDirList.i +274 -0
  648. data/swig-interfaces/FXDirSelector.i +142 -0
  649. data/swig-interfaces/FXDockBar.i +180 -0
  650. data/swig-interfaces/FXDockHandler.i +94 -0
  651. data/swig-interfaces/FXDockSite.i +91 -0
  652. data/swig-interfaces/FXDockTitle.i +91 -0
  653. data/swig-interfaces/FXDocument.i +70 -0
  654. data/swig-interfaces/FXDragCorner.i +72 -0
  655. data/swig-interfaces/FXDrawable.i +90 -0
  656. data/swig-interfaces/FXDriveBox.i +63 -0
  657. data/swig-interfaces/FXExtentd.i +131 -0
  658. data/swig-interfaces/FXExtentf.i +131 -0
  659. data/swig-interfaces/FXFileDialog.i +268 -0
  660. data/swig-interfaces/FXFileDict.i +121 -0
  661. data/swig-interfaces/FXFileList.i +345 -0
  662. data/swig-interfaces/FXFileSelector.i +347 -0
  663. data/swig-interfaces/FXFileStream.i +49 -0
  664. data/swig-interfaces/FXFoldingList.i +556 -0
  665. data/swig-interfaces/FXFont.i +333 -0
  666. data/swig-interfaces/FXFontDialog.i +63 -0
  667. data/swig-interfaces/FXFontSelector.i +127 -0
  668. data/swig-interfaces/FXFrame.i +245 -0
  669. data/swig-interfaces/FXGIFCursor.i +86 -0
  670. data/swig-interfaces/FXGIFIcon.i +54 -0
  671. data/swig-interfaces/FXGIFImage.i +54 -0
  672. data/swig-interfaces/FXGLCanvas.i +90 -0
  673. data/swig-interfaces/FXGLContext.i +85 -0
  674. data/swig-interfaces/FXGLObject.i +70 -0
  675. data/swig-interfaces/FXGLShape.i +152 -0
  676. data/swig-interfaces/FXGLViewer.i +691 -0
  677. data/swig-interfaces/FXGLVisual.i +136 -0
  678. data/swig-interfaces/FXGradientBar.i +310 -0
  679. data/swig-interfaces/FXGroupBox.i +94 -0
  680. data/swig-interfaces/FXHeader.i +432 -0
  681. data/swig-interfaces/FXHorizontalFrame.i +60 -0
  682. data/swig-interfaces/FXICOIcon.i +92 -0
  683. data/swig-interfaces/FXICOImage.i +54 -0
  684. data/swig-interfaces/FXIcon.i +128 -0
  685. data/swig-interfaces/FXIconDict.i +90 -0
  686. data/swig-interfaces/FXIconList.i +596 -0
  687. data/swig-interfaces/FXIconSource.i +55 -0
  688. data/swig-interfaces/FXId.i +103 -0
  689. data/swig-interfaces/FXImage.i +197 -0
  690. data/swig-interfaces/FXImageFrame.i +66 -0
  691. data/swig-interfaces/FXImageView.i +88 -0
  692. data/swig-interfaces/FXInputDialog.i +180 -0
  693. data/swig-interfaces/FXJPGIcon.i +101 -0
  694. data/swig-interfaces/FXJPGImage.i +67 -0
  695. data/swig-interfaces/FXKnob.i +182 -0
  696. data/swig-interfaces/FXLabel.i +199 -0
  697. data/swig-interfaces/FXList.i +476 -0
  698. data/swig-interfaces/FXListBox.i +234 -0
  699. data/swig-interfaces/FXMDIButton.i +173 -0
  700. data/swig-interfaces/FXMDIChild.i +242 -0
  701. data/swig-interfaces/FXMDIClient.i +149 -0
  702. data/swig-interfaces/FXMainWindow.i +53 -0
  703. data/swig-interfaces/FXMat3d.i +102 -0
  704. data/swig-interfaces/FXMat3f.i +102 -0
  705. data/swig-interfaces/FXMat4d.i +122 -0
  706. data/swig-interfaces/FXMat4f.i +138 -0
  707. data/swig-interfaces/FXMatrix.i +101 -0
  708. data/swig-interfaces/FXMemoryBuffer.i +64 -0
  709. data/swig-interfaces/FXMemoryStream.i +73 -0
  710. data/swig-interfaces/FXMenuBar.i +67 -0
  711. data/swig-interfaces/FXMenuButton.i +152 -0
  712. data/swig-interfaces/FXMenuCaption.i +176 -0
  713. data/swig-interfaces/FXMenuCascade.i +76 -0
  714. data/swig-interfaces/FXMenuCheck.i +90 -0
  715. data/swig-interfaces/FXMenuCommand.i +69 -0
  716. data/swig-interfaces/FXMenuPane.i +60 -0
  717. data/swig-interfaces/FXMenuRadio.i +93 -0
  718. data/swig-interfaces/FXMenuSeparator.i +65 -0
  719. data/swig-interfaces/FXMenuTitle.i +74 -0
  720. data/swig-interfaces/FXMessageBox.i +128 -0
  721. data/swig-interfaces/FXObject.i +169 -0
  722. data/swig-interfaces/FXOptionMenu.i +140 -0
  723. data/swig-interfaces/FXPCXIcon.i +91 -0
  724. data/swig-interfaces/FXPCXImage.i +55 -0
  725. data/swig-interfaces/FXPNGIcon.i +95 -0
  726. data/swig-interfaces/FXPNGImage.i +59 -0
  727. data/swig-interfaces/FXPPMIcon.i +91 -0
  728. data/swig-interfaces/FXPPMImage.i +55 -0
  729. data/swig-interfaces/FXPacker.i +255 -0
  730. data/swig-interfaces/FXPicker.i +54 -0
  731. data/swig-interfaces/FXPoint.i +52 -0
  732. data/swig-interfaces/FXPopup.i +162 -0
  733. data/swig-interfaces/FXPrintDialog.i +154 -0
  734. data/swig-interfaces/FXProgressBar.i +133 -0
  735. data/swig-interfaces/FXProgressDialog.i +105 -0
  736. data/swig-interfaces/FXQuatd.i +128 -0
  737. data/swig-interfaces/FXQuatf.i +122 -0
  738. data/swig-interfaces/FXRGBIcon.i +90 -0
  739. data/swig-interfaces/FXRGBImage.i +56 -0
  740. data/swig-interfaces/FXRadioButton.i +117 -0
  741. data/swig-interfaces/FXRanged.i +163 -0
  742. data/swig-interfaces/FXRangef.i +172 -0
  743. data/swig-interfaces/FXRealSlider.i +166 -0
  744. data/swig-interfaces/FXRealSpinner.i +215 -0
  745. data/swig-interfaces/FXRecentFiles.i +119 -0
  746. data/swig-interfaces/FXRectangle.i +104 -0
  747. data/swig-interfaces/FXRegion.i +88 -0
  748. data/swig-interfaces/FXRegistry.i +96 -0
  749. data/swig-interfaces/FXReplaceDialog.i +131 -0
  750. data/swig-interfaces/FXRootWindow.i +50 -0
  751. data/swig-interfaces/FXRuler.i +245 -0
  752. data/swig-interfaces/FXRulerView.i +233 -0
  753. data/swig-interfaces/FXScintilla.i +192 -0
  754. data/swig-interfaces/FXScrollArea.i +211 -0
  755. data/swig-interfaces/FXScrollBar.i +178 -0
  756. data/swig-interfaces/FXScrollPane.i +83 -0
  757. data/swig-interfaces/FXScrollWindow.i +67 -0
  758. data/swig-interfaces/FXSearchDialog.i +48 -0
  759. data/swig-interfaces/FXSeparator.i +138 -0
  760. data/swig-interfaces/FXSettings.i +160 -0
  761. data/swig-interfaces/FXShell.i +91 -0
  762. data/swig-interfaces/FXShutter.i +140 -0
  763. data/swig-interfaces/FXSize.i +71 -0
  764. data/swig-interfaces/FXSlider.i +181 -0
  765. data/swig-interfaces/FXSphered.i +126 -0
  766. data/swig-interfaces/FXSpheref.i +126 -0
  767. data/swig-interfaces/FXSpinner.i +212 -0
  768. data/swig-interfaces/FXSplashWindow.i +82 -0
  769. data/swig-interfaces/FXSplitter.i +123 -0
  770. data/swig-interfaces/FXSpring.i +79 -0
  771. data/swig-interfaces/FXStatusBar.i +68 -0
  772. data/swig-interfaces/FXStatusLine.i +100 -0
  773. data/swig-interfaces/FXStream.i +150 -0
  774. data/swig-interfaces/FXStringDict.i +61 -0
  775. data/swig-interfaces/FXSwitcher.i +110 -0
  776. data/swig-interfaces/FXTGAIcon.i +85 -0
  777. data/swig-interfaces/FXTGAImage.i +56 -0
  778. data/swig-interfaces/FXTIFIcon.i +73 -0
  779. data/swig-interfaces/FXTIFImage.i +93 -0
  780. data/swig-interfaces/FXTabBar.i +121 -0
  781. data/swig-interfaces/FXTabBook.i +70 -0
  782. data/swig-interfaces/FXTabItem.i +82 -0
  783. data/swig-interfaces/FXTable.i +861 -0
  784. data/swig-interfaces/FXText.i +763 -0
  785. data/swig-interfaces/FXTextField.i +290 -0
  786. data/swig-interfaces/FXToggleButton.i +136 -0
  787. data/swig-interfaces/FXToolBar.i +75 -0
  788. data/swig-interfaces/FXToolBarGrip.i +82 -0
  789. data/swig-interfaces/FXToolBarShell.i +98 -0
  790. data/swig-interfaces/FXToolBarTab.i +114 -0
  791. data/swig-interfaces/FXToolTip.i +93 -0
  792. data/swig-interfaces/FXTopWindow.i +263 -0
  793. data/swig-interfaces/FXTranslator.i +55 -0
  794. data/swig-interfaces/FXTreeList.i +549 -0
  795. data/swig-interfaces/FXTreeListBox.i +317 -0
  796. data/swig-interfaces/FXTriStateButton.i +77 -0
  797. data/swig-interfaces/FXURL.i +35 -0
  798. data/swig-interfaces/FXVec2d.i +87 -0
  799. data/swig-interfaces/FXVec2f.i +87 -0
  800. data/swig-interfaces/FXVec3d.i +111 -0
  801. data/swig-interfaces/FXVec3f.i +109 -0
  802. data/swig-interfaces/FXVec4d.i +115 -0
  803. data/swig-interfaces/FXVec4f.i +115 -0
  804. data/swig-interfaces/FXVerticalFrame.i +69 -0
  805. data/swig-interfaces/FXVisual.i +162 -0
  806. data/swig-interfaces/FXWindow.i +851 -0
  807. data/swig-interfaces/FXWizard.i +125 -0
  808. data/swig-interfaces/FXXBMIcon.i +56 -0
  809. data/swig-interfaces/FXXBMImage.i +118 -0
  810. data/swig-interfaces/FXXPMIcon.i +122 -0
  811. data/swig-interfaces/FXXPMImage.i +56 -0
  812. data/swig-interfaces/README +17 -0
  813. data/swig-interfaces/common.i +48 -0
  814. data/swig-interfaces/core.i +85 -0
  815. data/swig-interfaces/dcmodule.i +36 -0
  816. data/swig-interfaces/dialogs.i +49 -0
  817. data/swig-interfaces/exceptions.i +249 -0
  818. data/swig-interfaces/framesmodule.i +54 -0
  819. data/swig-interfaces/freefuncs.i +93 -0
  820. data/swig-interfaces/fx3d.i +60 -0
  821. data/swig-interfaces/fxdefs.i +419 -0
  822. data/swig-interfaces/handlers.i +615 -0
  823. data/swig-interfaces/iconlistmodule.i +37 -0
  824. data/swig-interfaces/icons.i +48 -0
  825. data/swig-interfaces/ignore-message-handlers.rb +16 -0
  826. data/swig-interfaces/image.i +49 -0
  827. data/swig-interfaces/labelmodule.i +47 -0
  828. data/swig-interfaces/layout.i +47 -0
  829. data/swig-interfaces/listmodule.i +37 -0
  830. data/swig-interfaces/macros.i +1326 -0
  831. data/swig-interfaces/markfuncs.i +210 -0
  832. data/swig-interfaces/mdi.i +38 -0
  833. data/swig-interfaces/menumodule.i +44 -0
  834. data/swig-interfaces/ruby-typemaps.i +772 -0
  835. data/swig-interfaces/scintilla.i +57 -0
  836. data/swig-interfaces/table-module.i +36 -0
  837. data/swig-interfaces/text-module.i +36 -0
  838. data/swig-interfaces/treelist-module.i +37 -0
  839. data/swig-interfaces/ui.i +63 -0
  840. data/test/README +19 -0
  841. data/test/TC_FXAccelTable.rb +57 -0
  842. data/test/TC_FXApp.rb +16 -0
  843. data/test/TC_FXArc.rb +26 -0
  844. data/test/TC_FXBMPIcon.rb +15 -0
  845. data/test/TC_FXBMPImage.rb +15 -0
  846. data/test/TC_FXButton.rb +78 -0
  847. data/test/TC_FXCheckButton.rb +57 -0
  848. data/test/TC_FXComboBox.rb +63 -0
  849. data/test/TC_FXDC.rb +372 -0
  850. data/test/TC_FXDCPrint.rb +101 -0
  851. data/test/TC_FXDCWindow.rb +23 -0
  852. data/test/TC_FXDataTarget.rb +24 -0
  853. data/test/TC_FXDialogBox.rb +12 -0
  854. data/test/TC_FXDirList.rb +30 -0
  855. data/test/TC_FXExtentd.rb +21 -0
  856. data/test/TC_FXExtentf.rb +21 -0
  857. data/test/TC_FXFileAssoc.rb +62 -0
  858. data/test/TC_FXFileStream.rb +89 -0
  859. data/test/TC_FXFoldingList.rb +32 -0
  860. data/test/TC_FXFont.rb +69 -0
  861. data/test/TC_FXFontDesc.rb +58 -0
  862. data/test/TC_FXGLGroup.rb +32 -0
  863. data/test/TC_FXGLShape.rb +28 -0
  864. data/test/TC_FXGLViewer.rb +20 -0
  865. data/test/TC_FXGradientBar.rb +89 -0
  866. data/test/TC_FXHeader.rb +82 -0
  867. data/test/TC_FXHiliteStyle.rb +23 -0
  868. data/test/TC_FXIconDict.rb +52 -0
  869. data/test/TC_FXIconList.rb +192 -0
  870. data/test/TC_FXId.rb +19 -0
  871. data/test/TC_FXImage.rb +155 -0
  872. data/test/TC_FXLight.rb +33 -0
  873. data/test/TC_FXList.rb +116 -0
  874. data/test/TC_FXListBox.rb +49 -0
  875. data/test/TC_FXMainWindow.rb +19 -0
  876. data/test/TC_FXMat4f.rb +228 -0
  877. data/test/TC_FXMaterial.rb +89 -0
  878. data/test/TC_FXMemoryStream.rb +97 -0
  879. data/test/TC_FXMenuCheck.rb +57 -0
  880. data/test/TC_FXMenuCommand.rb +12 -0
  881. data/test/TC_FXMenuRadio.rb +57 -0
  882. data/test/TC_FXMessageBox.rb +25 -0
  883. data/test/TC_FXPoint.rb +57 -0
  884. data/test/TC_FXQuatf.rb +93 -0
  885. data/test/TC_FXRadioButton.rb +57 -0
  886. data/test/TC_FXRanged.rb +42 -0
  887. data/test/TC_FXRangef.rb +42 -0
  888. data/test/TC_FXRectangle.rb +88 -0
  889. data/test/TC_FXRegion.rb +54 -0
  890. data/test/TC_FXRegistry.rb +27 -0
  891. data/test/TC_FXScrollArea.rb +28 -0
  892. data/test/TC_FXScrollWindow.rb +28 -0
  893. data/test/TC_FXSegment.rb +22 -0
  894. data/test/TC_FXSettings.rb +34 -0
  895. data/test/TC_FXShell.rb +26 -0
  896. data/test/TC_FXSize.rb +54 -0
  897. data/test/TC_FXStream.rb +11 -0
  898. data/test/TC_FXTable.rb +561 -0
  899. data/test/TC_FXTableItem.rb +48 -0
  900. data/test/TC_FXText.rb +96 -0
  901. data/test/TC_FXTopWindow.rb +32 -0
  902. data/test/TC_FXTreeList.rb +100 -0
  903. data/test/TC_FXTreeListBox.rb +41 -0
  904. data/test/TC_FXUndoList.rb +43 -0
  905. data/test/TC_FXVec2d.rb +142 -0
  906. data/test/TC_FXVec2f.rb +137 -0
  907. data/test/TC_FXVec3d.rb +150 -0
  908. data/test/TC_FXVec3f.rb +150 -0
  909. data/test/TC_FXVec4f.rb +158 -0
  910. data/test/TC_FXViewport.rb +30 -0
  911. data/test/TC_FXXBMIcon.rb +15 -0
  912. data/test/TC_FXXBMImage.rb +15 -0
  913. data/test/TC_FXXPMIcon.rb +15 -0
  914. data/test/TC_FXXPMImage.rb +15 -0
  915. data/test/TC_Misc.rb +157 -0
  916. data/test/TC_downcast.rb +15 -0
  917. data/test/TS_All.rb +25 -0
  918. data/test/blankpage.ps +166 -0
  919. data/test/howdypage.ps +181 -0
  920. data/test/stress1.rb +92 -0
  921. data/test/stress2.rb +51 -0
  922. data/test/stress3.rb +117 -0
  923. data/test/testcase.rb +37 -0
  924. metadata +1071 -0
@@ -0,0 +1,2518 @@
1
+ /* ----------------------------------------------------------------------------
2
+ * This file was automatically generated by SWIG (http://www.swig.org).
3
+ * Version 1.3.22
4
+ *
5
+ * This file is not intended to be easily readable and contains a number of
6
+ * coding conventions designed to improve portability and efficiency. Do not make
7
+ * changes to this file unless you know what you are doing--modify the SWIG
8
+ * interface file instead.
9
+ * ----------------------------------------------------------------------------- */
10
+
11
+ #define SWIG_NOINCLUDE
12
+
13
+ #ifdef __cplusplus
14
+ template<class T> class SwigValueWrapper {
15
+ T *tt;
16
+ public:
17
+ SwigValueWrapper() : tt(0) { }
18
+ SwigValueWrapper(const SwigValueWrapper<T>& rhs) : tt(new T(*rhs.tt)) { }
19
+ SwigValueWrapper(const T& t) : tt(new T(t)) { }
20
+ ~SwigValueWrapper() { delete tt; }
21
+ SwigValueWrapper& operator=(const T& t) { delete tt; tt = new T(t); return *this; }
22
+ operator T&() const { return *tt; }
23
+ T *operator&() { return tt; }
24
+ private:
25
+ SwigValueWrapper& operator=(const SwigValueWrapper<T>& rhs);
26
+ };
27
+ #endif
28
+
29
+ /* ruby.swg */
30
+ /* Implementation : RUBY */
31
+ #define SWIGRUBY 1
32
+
33
+ #include "ruby.h"
34
+
35
+ /* Flags for pointer conversion */
36
+ #define SWIG_POINTER_EXCEPTION 0x1
37
+ #define SWIG_POINTER_DISOWN 0x2
38
+
39
+ #define NUM2USHRT(n) (\
40
+ (0 <= NUM2UINT(n) && NUM2UINT(n) <= USHRT_MAX)\
41
+ ? (unsigned short) NUM2UINT(n) \
42
+ : (rb_raise(rb_eArgError, "integer %d out of range of `unsigned short'",\
43
+ NUM2UINT(n)), (short)0)\
44
+ )
45
+
46
+ #define NUM2SHRT(n) (\
47
+ (SHRT_MIN <= NUM2INT(n) && NUM2INT(n) <= SHRT_MAX)\
48
+ ? (short)NUM2INT(n)\
49
+ : (rb_raise(rb_eArgError, "integer %d out of range of `short'",\
50
+ NUM2INT(n)), (short)0)\
51
+ )
52
+
53
+ /* Ruby 1.7 defines NUM2LL(), LL2NUM() and ULL2NUM() macros */
54
+ #ifndef NUM2LL
55
+ #define NUM2LL(x) NUM2LONG((x))
56
+ #endif
57
+ #ifndef LL2NUM
58
+ #define LL2NUM(x) INT2NUM((long) (x))
59
+ #endif
60
+ #ifndef ULL2NUM
61
+ #define ULL2NUM(x) UINT2NUM((unsigned long) (x))
62
+ #endif
63
+
64
+ /* Ruby 1.7 doesn't (yet) define NUM2ULL() */
65
+ #ifndef NUM2ULL
66
+ #ifdef HAVE_LONG_LONG
67
+ #define NUM2ULL(x) rb_num2ull((x))
68
+ #else
69
+ #define NUM2ULL(x) NUM2ULONG(x)
70
+ #endif
71
+ #endif
72
+
73
+ /*
74
+ * Need to be very careful about how these macros are defined, especially
75
+ * when compiling C++ code or C code with an ANSI C compiler.
76
+ *
77
+ * VALUEFUNC(f) is a macro used to typecast a C function that implements
78
+ * a Ruby method so that it can be passed as an argument to API functions
79
+ * like rb_define_method() and rb_define_singleton_method().
80
+ *
81
+ * VOIDFUNC(f) is a macro used to typecast a C function that implements
82
+ * either the "mark" or "free" stuff for a Ruby Data object, so that it
83
+ * can be passed as an argument to API functions like Data_Wrap_Struct()
84
+ * and Data_Make_Struct().
85
+ */
86
+
87
+ #ifdef __cplusplus
88
+ # ifndef RUBY_METHOD_FUNC /* These definitions should work for Ruby 1.4.6 */
89
+ # define PROTECTFUNC(f) ((VALUE (*)()) f)
90
+ # define VALUEFUNC(f) ((VALUE (*)()) f)
91
+ # define VOIDFUNC(f) ((void (*)()) f)
92
+ # else
93
+ # ifndef ANYARGS /* These definitions should work for Ruby 1.6 */
94
+ # define PROTECTFUNC(f) ((VALUE (*)()) f)
95
+ # define VALUEFUNC(f) ((VALUE (*)()) f)
96
+ # define VOIDFUNC(f) ((RUBY_DATA_FUNC) f)
97
+ # else /* These definitions should work for Ruby 1.7+ */
98
+ # define PROTECTFUNC(f) ((VALUE (*)(VALUE)) f)
99
+ # define VALUEFUNC(f) ((VALUE (*)(ANYARGS)) f)
100
+ # define VOIDFUNC(f) ((RUBY_DATA_FUNC) f)
101
+ # endif
102
+ # endif
103
+ #else
104
+ # define VALUEFUNC(f) (f)
105
+ # define VOIDFUNC(f) (f)
106
+ #endif
107
+
108
+ typedef struct {
109
+ VALUE klass;
110
+ VALUE mImpl;
111
+ void (*mark)(void *);
112
+ void (*destroy)(void *);
113
+ } swig_class;
114
+
115
+ /* Don't use for expressions have side effect */
116
+ #ifndef RB_STRING_VALUE
117
+ #define RB_STRING_VALUE(s) (TYPE(s) == T_STRING ? (s) : (*(volatile VALUE *)&(s) = rb_str_to_str(s)))
118
+ #endif
119
+ #ifndef StringValue
120
+ #define StringValue(s) RB_STRING_VALUE(s)
121
+ #endif
122
+ #ifndef StringValuePtr
123
+ #define StringValuePtr(s) RSTRING(RB_STRING_VALUE(s))->ptr
124
+ #endif
125
+ #ifndef StringValueLen
126
+ #define StringValueLen(s) RSTRING(RB_STRING_VALUE(s))->len
127
+ #endif
128
+ #ifndef SafeStringValue
129
+ #define SafeStringValue(v) do {\
130
+ StringValue(v);\
131
+ rb_check_safe_str(v);\
132
+ } while (0)
133
+ #endif
134
+
135
+ #ifndef HAVE_RB_DEFINE_ALLOC_FUNC
136
+ #define rb_define_alloc_func(klass, func) rb_define_singleton_method((klass), "new", VALUEFUNC((func)), -1)
137
+ #define rb_undef_alloc_func(klass) rb_undef_method(CLASS_OF((klass)), "new")
138
+ #endif
139
+
140
+ /* Contract support */
141
+
142
+ #define SWIG_contract_assert(expr, msg) if (!(expr)) { rb_raise(rb_eRuntimeError, (char *) msg ); } else
143
+
144
+
145
+ /*************************************************************** -*- c -*-
146
+ * ruby/precommon.swg
147
+ *
148
+ * Rename all exported symbols from common.swg, to avoid symbol
149
+ * clashes if multiple interpreters are included
150
+ *
151
+ ************************************************************************/
152
+
153
+ #define SWIG_TypeRegister SWIG_Ruby_TypeRegister
154
+ #define SWIG_TypeCheck SWIG_Ruby_TypeCheck
155
+ #define SWIG_TypeCast SWIG_Ruby_TypeCast
156
+ #define SWIG_TypeDynamicCast SWIG_Ruby_TypeDynamicCast
157
+ #define SWIG_TypeName SWIG_Ruby_TypeName
158
+ #define SWIG_TypePrettyName SWIG_Ruby_TypePrettyName
159
+ #define SWIG_TypeQuery SWIG_Ruby_TypeQuery
160
+ #define SWIG_TypeClientData SWIG_Ruby_TypeClientData
161
+ #define SWIG_PackData SWIG_Ruby_PackData
162
+ #define SWIG_UnpackData SWIG_Ruby_UnpackData
163
+
164
+ /* Also rename all exported symbols from rubydef.swig */
165
+
166
+ /* Common SWIG API */
167
+ #define SWIG_ConvertPtr(obj, pp, type, flags) \
168
+ SWIG_Ruby_ConvertPtr(obj, pp, type, flags)
169
+ #define SWIG_NewPointerObj(p, type, flags) \
170
+ SWIG_Ruby_NewPointerObj(p, type, flags)
171
+ #define SWIG_MustGetPtr(p, type, argnum, flags) \
172
+ SWIG_Ruby_MustGetPtr(p, type, argnum, flags)
173
+
174
+ /* Ruby-specific SWIG API */
175
+
176
+ #define SWIG_InitRuntime() \
177
+ SWIG_Ruby_InitRuntime()
178
+ #define SWIG_define_class(ty) \
179
+ SWIG_Ruby_define_class(ty)
180
+ #define SWIG_NewClassInstance(value, ty) \
181
+ SWIG_Ruby_NewClassInstance(value, ty)
182
+ #define SWIG_MangleStr(value) \
183
+ SWIG_Ruby_MangleStr(value)
184
+ #define SWIG_CheckConvert(value, ty) \
185
+ SWIG_Ruby_CheckConvert(value, ty)
186
+ #define SWIG_NewPackedObj(ptr, sz, ty) \
187
+ SWIG_Ruby_NewPackedObj(ptr, sz, ty)
188
+ #define SWIG_ConvertPacked(obj, ptr, sz, ty, flags) \
189
+ SWIG_Ruby_ConvertPacked(obj, ptr, sz, ty, flags)
190
+
191
+
192
+ /***********************************************************************
193
+ * common.swg
194
+ *
195
+ * This file contains generic SWIG runtime support for pointer
196
+ * type checking as well as a few commonly used macros to control
197
+ * external linkage.
198
+ *
199
+ * Author : David Beazley (beazley@cs.uchicago.edu)
200
+ *
201
+ * Copyright (c) 1999-2000, The University of Chicago
202
+ *
203
+ * This file may be freely redistributed without license or fee provided
204
+ * this copyright message remains intact.
205
+ ************************************************************************/
206
+
207
+ #include <string.h>
208
+
209
+ #if defined(_WIN32) || defined(__WIN32__) || defined(__CYGWIN__)
210
+ # if defined(_MSC_VER) || defined(__GNUC__)
211
+ # if defined(STATIC_LINKED)
212
+ # define SWIGEXPORT(a) a
213
+ # define SWIGIMPORT(a) extern a
214
+ # else
215
+ # define SWIGEXPORT(a) __declspec(dllexport) a
216
+ # define SWIGIMPORT(a) extern a
217
+ # endif
218
+ # else
219
+ # if defined(__BORLANDC__)
220
+ # define SWIGEXPORT(a) a _export
221
+ # define SWIGIMPORT(a) a _export
222
+ # else
223
+ # define SWIGEXPORT(a) a
224
+ # define SWIGIMPORT(a) a
225
+ # endif
226
+ # endif
227
+ #else
228
+ # define SWIGEXPORT(a) a
229
+ # define SWIGIMPORT(a) a
230
+ #endif
231
+
232
+ #ifdef SWIG_GLOBAL
233
+ # define SWIGRUNTIME(a) SWIGEXPORT(a)
234
+ #else
235
+ # define SWIGRUNTIME(a) static a
236
+ #endif
237
+
238
+ #ifdef __cplusplus
239
+ extern "C" {
240
+ #endif
241
+
242
+ typedef void *(*swig_converter_func)(void *);
243
+ typedef struct swig_type_info *(*swig_dycast_func)(void **);
244
+
245
+ typedef struct swig_type_info {
246
+ const char *name;
247
+ swig_converter_func converter;
248
+ const char *str;
249
+ void *clientdata;
250
+ swig_dycast_func dcast;
251
+ struct swig_type_info *next;
252
+ struct swig_type_info *prev;
253
+ } swig_type_info;
254
+
255
+ #ifdef SWIG_NOINCLUDE
256
+
257
+ SWIGIMPORT(swig_type_info *) SWIG_TypeRegister(swig_type_info *);
258
+ SWIGIMPORT(swig_type_info *) SWIG_TypeCheck(char *c, swig_type_info *);
259
+ SWIGIMPORT(void *) SWIG_TypeCast(swig_type_info *, void *);
260
+ SWIGIMPORT(swig_type_info *) SWIG_TypeDynamicCast(swig_type_info *, void **);
261
+ SWIGIMPORT(const char *) SWIG_TypeName(const swig_type_info *);
262
+ SWIGIMPORT(const char *) SWIG_TypePrettyName(const swig_type_info *);
263
+ SWIGIMPORT(swig_type_info *) SWIG_TypeQuery(const char *);
264
+ SWIGIMPORT(void) SWIG_TypeClientData(swig_type_info *, void *);
265
+ SWIGIMPORT(char *) SWIG_PackData(char *, void *, int);
266
+ SWIGIMPORT(char *) SWIG_UnpackData(char *, void *, int);
267
+
268
+ #else
269
+
270
+ static swig_type_info *swig_type_list = 0;
271
+ static swig_type_info **swig_type_list_handle = &swig_type_list;
272
+
273
+ /* Register a type mapping with the type-checking */
274
+ SWIGRUNTIME(swig_type_info *)
275
+ SWIG_TypeRegister(swig_type_info *ti) {
276
+ swig_type_info *tc, *head, *ret, *next;
277
+ /* Check to see if this type has already been registered */
278
+ tc = *swig_type_list_handle;
279
+ while (tc) {
280
+ if (strcmp(tc->name, ti->name) == 0) {
281
+ /* Already exists in the table. Just add additional types to the list */
282
+ if (tc->clientdata) ti->clientdata = tc->clientdata;
283
+ head = tc;
284
+ next = tc->next;
285
+ goto l1;
286
+ }
287
+ tc = tc->prev;
288
+ }
289
+ head = ti;
290
+ next = 0;
291
+
292
+ /* Place in list */
293
+ ti->prev = *swig_type_list_handle;
294
+ *swig_type_list_handle = ti;
295
+
296
+ /* Build linked lists */
297
+ l1:
298
+ ret = head;
299
+ tc = ti + 1;
300
+ /* Patch up the rest of the links */
301
+ while (tc->name) {
302
+ head->next = tc;
303
+ tc->prev = head;
304
+ head = tc;
305
+ tc++;
306
+ }
307
+ if (next) next->prev = head;
308
+ head->next = next;
309
+ return ret;
310
+ }
311
+
312
+ /* Check the typename */
313
+ SWIGRUNTIME(swig_type_info *)
314
+ SWIG_TypeCheck(char *c, swig_type_info *ty) {
315
+ swig_type_info *s;
316
+ if (!ty) return 0; /* Void pointer */
317
+ s = ty->next; /* First element always just a name */
318
+ do {
319
+ if (strcmp(s->name,c) == 0) {
320
+ if (s == ty->next) return s;
321
+ /* Move s to the top of the linked list */
322
+ s->prev->next = s->next;
323
+ if (s->next) {
324
+ s->next->prev = s->prev;
325
+ }
326
+ /* Insert s as second element in the list */
327
+ s->next = ty->next;
328
+ if (ty->next) ty->next->prev = s;
329
+ ty->next = s;
330
+ s->prev = ty;
331
+ return s;
332
+ }
333
+ s = s->next;
334
+ } while (s && (s != ty->next));
335
+ return 0;
336
+ }
337
+
338
+ /* Cast a pointer up an inheritance hierarchy */
339
+ SWIGRUNTIME(void *)
340
+ SWIG_TypeCast(swig_type_info *ty, void *ptr) {
341
+ if ((!ty) || (!ty->converter)) return ptr;
342
+ return (*ty->converter)(ptr);
343
+ }
344
+
345
+ /* Dynamic pointer casting. Down an inheritance hierarchy */
346
+ SWIGRUNTIME(swig_type_info *)
347
+ SWIG_TypeDynamicCast(swig_type_info *ty, void **ptr) {
348
+ swig_type_info *lastty = ty;
349
+ if (!ty || !ty->dcast) return ty;
350
+ while (ty && (ty->dcast)) {
351
+ ty = (*ty->dcast)(ptr);
352
+ if (ty) lastty = ty;
353
+ }
354
+ return lastty;
355
+ }
356
+
357
+ /* Return the name associated with this type */
358
+ SWIGRUNTIME(const char *)
359
+ SWIG_TypeName(const swig_type_info *ty) {
360
+ return ty->name;
361
+ }
362
+
363
+ /* Return the pretty name associated with this type,
364
+ that is an unmangled type name in a form presentable to the user.
365
+ */
366
+ SWIGRUNTIME(const char *)
367
+ SWIG_TypePrettyName(const swig_type_info *type) {
368
+ /* The "str" field contains the equivalent pretty names of the
369
+ type, separated by vertical-bar characters. We choose
370
+ to print the last name, as it is often (?) the most
371
+ specific. */
372
+ if (type->str != NULL) {
373
+ const char *last_name = type->str;
374
+ const char *s;
375
+ for (s = type->str; *s; s++)
376
+ if (*s == '|') last_name = s+1;
377
+ return last_name;
378
+ }
379
+ else
380
+ return type->name;
381
+ }
382
+
383
+ /*
384
+ Compare two type names skipping the space characters, therefore
385
+ "char*" == "char *" and "Class<int>" == "Class<int >", etc.
386
+
387
+ Return 0 when the two name types are equivalent, as in
388
+ strncmp, but skipping ' '.
389
+ */
390
+ static int
391
+ SWIG_TypeNameComp(const char *f1, const char *l1,
392
+ const char *f2, const char *l2) {
393
+ for (;(f1 != l1) && (f2 != l2); ++f1, ++f2) {
394
+ while ((*f1 == ' ') && (f1 != l1)) ++f1;
395
+ while ((*f2 == ' ') && (f2 != l2)) ++f2;
396
+ if (*f1 != *f2) return *f1 - *f2;
397
+ }
398
+ return (l1 - f1) - (l2 - f2);
399
+ }
400
+
401
+ /*
402
+ Check type equivalence in a name list like <name1>|<name2>|...
403
+ */
404
+ static int
405
+ SWIG_TypeEquiv(const char *nb, const char *tb) {
406
+ int equiv = 0;
407
+ const char* te = tb + strlen(tb);
408
+ const char* ne = nb;
409
+ while (!equiv && *ne) {
410
+ for (nb = ne; *ne; ++ne) {
411
+ if (*ne == '|') break;
412
+ }
413
+ equiv = SWIG_TypeNameComp(nb, ne, tb, te) == 0;
414
+ if (*ne) ++ne;
415
+ }
416
+ return equiv;
417
+ }
418
+
419
+
420
+ /* Search for a swig_type_info structure */
421
+ SWIGRUNTIME(swig_type_info *)
422
+ SWIG_TypeQuery(const char *name) {
423
+ swig_type_info *ty = *swig_type_list_handle;
424
+ while (ty) {
425
+ if (ty->str && (SWIG_TypeEquiv(ty->str,name))) return ty;
426
+ if (ty->name && (strcmp(name,ty->name) == 0)) return ty;
427
+ ty = ty->prev;
428
+ }
429
+ return 0;
430
+ }
431
+
432
+ /* Set the clientdata field for a type */
433
+ SWIGRUNTIME(void)
434
+ SWIG_TypeClientData(swig_type_info *ti, void *clientdata) {
435
+ swig_type_info *tc, *equiv;
436
+ if (ti->clientdata == clientdata) return;
437
+ ti->clientdata = clientdata;
438
+ equiv = ti->next;
439
+ while (equiv) {
440
+ if (!equiv->converter) {
441
+ tc = *swig_type_list_handle;
442
+ while (tc) {
443
+ if ((strcmp(tc->name, equiv->name) == 0))
444
+ SWIG_TypeClientData(tc,clientdata);
445
+ tc = tc->prev;
446
+ }
447
+ }
448
+ equiv = equiv->next;
449
+ }
450
+ }
451
+
452
+ /* Pack binary data into a string */
453
+ SWIGRUNTIME(char *)
454
+ SWIG_PackData(char *c, void *ptr, int sz) {
455
+ static char hex[17] = "0123456789abcdef";
456
+ unsigned char *u = (unsigned char *) ptr;
457
+ const unsigned char *eu = u + sz;
458
+ register unsigned char uu;
459
+ for (; u != eu; ++u) {
460
+ uu = *u;
461
+ *(c++) = hex[(uu & 0xf0) >> 4];
462
+ *(c++) = hex[uu & 0xf];
463
+ }
464
+ return c;
465
+ }
466
+
467
+ /* Unpack binary data from a string */
468
+ SWIGRUNTIME(char *)
469
+ SWIG_UnpackData(char *c, void *ptr, int sz) {
470
+ register unsigned char uu = 0;
471
+ register int d;
472
+ unsigned char *u = (unsigned char *) ptr;
473
+ const unsigned char *eu = u + sz;
474
+ for (; u != eu; ++u) {
475
+ d = *(c++);
476
+ if ((d >= '0') && (d <= '9'))
477
+ uu = ((d - '0') << 4);
478
+ else if ((d >= 'a') && (d <= 'f'))
479
+ uu = ((d - ('a'-10)) << 4);
480
+ d = *(c++);
481
+ if ((d >= '0') && (d <= '9'))
482
+ uu |= (d - '0');
483
+ else if ((d >= 'a') && (d <= 'f'))
484
+ uu |= (d - ('a'-10));
485
+ *u = uu;
486
+ }
487
+ return c;
488
+ }
489
+
490
+ #endif
491
+
492
+ #ifdef __cplusplus
493
+ }
494
+ #endif
495
+
496
+ /* rubydec.swg -*- c -*- */
497
+ #ifdef __cplusplus
498
+ extern "C" {
499
+ #endif
500
+
501
+ SWIGIMPORT(void) SWIG_Ruby_InitRuntime(void);
502
+ SWIGIMPORT(void) SWIG_Ruby_define_class(swig_type_info *);
503
+ SWIGIMPORT(VALUE) SWIG_Ruby_NewPointerObj(void *, swig_type_info *, int);
504
+ SWIGIMPORT(VALUE) SWIG_Ruby_NewClassInstance(VALUE, swig_type_info *);
505
+ SWIGIMPORT(char *) SWIG_Ruby_MangleStr(VALUE);
506
+ SWIGIMPORT(int) SWIG_Ruby_ConvertPtr(VALUE, void**, swig_type_info *, int);
507
+ SWIGIMPORT(void *) SWIG_Ruby_MustGetPtr(VALUE, swig_type_info *, int, int);
508
+ SWIGIMPORT(int) SWIG_Ruby_CheckConvert(VALUE, swig_type_info *);
509
+ SWIGIMPORT(VALUE) SWIG_Ruby_NewPackedObj(void *ptr, int sz, swig_type_info *type);
510
+ SWIGIMPORT(void) SWIG_Ruby_ConvertPacked(VALUE obj, void *ptr, int sz, swig_type_info *ty, int flags);
511
+
512
+ #ifdef __cplusplus
513
+ }
514
+ #endif
515
+
516
+
517
+ /* -------- TYPES TABLE (BEGIN) -------- */
518
+
519
+ #define SWIGTYPE_p_FXObject swig_types[0]
520
+ #define SWIGTYPE_p_FXScrollArea swig_types[1]
521
+ #define SWIGTYPE_p_SCNotification swig_types[2]
522
+ #define SWIGTYPE_p_FXWindow swig_types[3]
523
+ #define SWIGTYPE_p_FXComposite swig_types[4]
524
+ #define SWIGTYPE_p_FXBitmap swig_types[5]
525
+ #define SWIGTYPE_p_TextRange swig_types[6]
526
+ #define SWIGTYPE_p_FXId swig_types[7]
527
+ #define SWIGTYPE_p_NotifyHeader swig_types[8]
528
+ #define SWIGTYPE_p_FXStream swig_types[9]
529
+ #define SWIGTYPE_p_FXDrawable swig_types[10]
530
+ #define SWIGTYPE_p_FXIcon swig_types[11]
531
+ #define SWIGTYPE_p_FXRegion swig_types[12]
532
+ #define SWIGTYPE_p_FXScintilla swig_types[13]
533
+ static swig_type_info *swig_types[15];
534
+
535
+ /* -------- TYPES TABLE (END) -------- */
536
+
537
+ #define SWIG_init Init_scintilla
538
+ #define SWIG_name "Scintilla"
539
+
540
+
541
+ static void SWIG_AsVal(VALUE obj, int *val)
542
+ {
543
+ *val = (int) NUM2INT(obj);
544
+ }
545
+
546
+
547
+ #include "FXRbCommon.h"
548
+
549
+
550
+ #define SWIG_MemoryError 1
551
+ #define SWIG_IOError 2
552
+ #define SWIG_RuntimeError 3
553
+ #define SWIG_IndexError 4
554
+ #define SWIG_TypeError 5
555
+ #define SWIG_DivisionByZero 6
556
+ #define SWIG_OverflowError 7
557
+ #define SWIG_SyntaxError 8
558
+ #define SWIG_ValueError 9
559
+ #define SWIG_SystemError 10
560
+ #define SWIG_UnknownError 99
561
+
562
+
563
+ static void SWIG_exception_(int code, const char *msg) {
564
+ switch (code) {
565
+ case SWIG_MemoryError:
566
+ rb_raise(rb_eNoMemError, msg);
567
+ break;
568
+ case SWIG_IOError:
569
+ rb_raise(rb_eIOError, msg);
570
+ break;
571
+ case SWIG_RuntimeError:
572
+ rb_raise(rb_eRuntimeError, msg);
573
+ break;
574
+ case SWIG_IndexError:
575
+ rb_raise(rb_eIndexError, msg);
576
+ break;
577
+ case SWIG_TypeError:
578
+ rb_raise(rb_eTypeError, msg);
579
+ break;
580
+ case SWIG_DivisionByZero:
581
+ rb_raise(rb_eZeroDivError, msg);
582
+ break;
583
+ case SWIG_OverflowError:
584
+ rb_raise(rb_eRangeError, msg);
585
+ break;
586
+ case SWIG_SyntaxError:
587
+ rb_raise(rb_eSyntaxError, msg);
588
+ break;
589
+ case SWIG_ValueError:
590
+ rb_raise(rb_eArgError, msg);
591
+ break;
592
+ case SWIG_SystemError:
593
+ rb_raise(rb_eFatal, msg);
594
+ break;
595
+ case SWIG_UnknownError:
596
+ rb_raise(rb_eRuntimeError, msg);
597
+ break;
598
+ default:
599
+ break;
600
+ }
601
+ }
602
+
603
+ #define SWIG_exception(a, b) SWIG_exception_((a), (b))
604
+
605
+
606
+ #include <stdexcept>
607
+
608
+
609
+ inline FXColor to_FXColor(VALUE obj){
610
+ if(TYPE(obj)==T_STRING){
611
+ return fxcolorfromname(StringValuePtr(obj));
612
+ }
613
+ else if(TYPE(obj)==T_SYMBOL){
614
+ return fxcolorfromname(rb_id2name(SYM2ID(obj)));
615
+ }
616
+ else{
617
+ return NUM2ULONG(obj);
618
+ }
619
+ }
620
+
621
+
622
+ inline FXString to_FXString(VALUE obj){
623
+ if(!NIL_P(obj)){
624
+ Check_Type(obj,T_STRING);
625
+ return FXString(StringValuePtr(obj));
626
+ }
627
+ else{
628
+ return FXString::null;
629
+ }
630
+ }
631
+
632
+
633
+ inline FXbool to_FXbool(VALUE obj){
634
+ if (obj == Qtrue || obj == Qfalse){
635
+ return (obj == Qtrue) ? TRUE : FALSE;
636
+ }
637
+ else{
638
+ return static_cast<FXbool>(NUM2UINT(obj));
639
+ }
640
+ }
641
+
642
+
643
+ static swig_type_info* FXEventTypeInfo=0;
644
+
645
+ inline void* to_FXEvent(VALUE obj){
646
+ void* ptr;
647
+ if(!FXEventTypeInfo){
648
+ FXEventTypeInfo=SWIG_TypeQuery("FXEvent *");
649
+ FXASSERT(FXEventTypeInfo!=0);
650
+ }
651
+ SWIG_ConvertPtr(obj,&ptr,FXEventTypeInfo,1);
652
+ return ptr;
653
+ }
654
+
655
+
656
+ swig_class cNotifyHeader;
657
+ VALUE SCNotification_text(SCNotification const *self){
658
+ if (self->nmhdr.code==SCN_MODIFIED){
659
+ return (self->text) ? rb_str_new(self->text,self->length) : Qnil;
660
+ }
661
+ else if (self->nmhdr.code==SCN_USERLISTSELECTION || self->nmhdr.code==SCN_URIDROPPED){
662
+ return (self->text) ? rb_str_new2(self->text) : Qnil;
663
+ } else {
664
+ return Qnil;
665
+ }
666
+ }
667
+ VALUE SCNotification_wParam(SCNotification const *self){
668
+ return INT2NUM(self->wParam);
669
+ }
670
+ VALUE SCNotification_lParam(SCNotification const *self){
671
+ return INT2NUM(self->lParam);
672
+ }
673
+
674
+ swig_class cSCNotification;
675
+ TextRange *new_TextRange(int start,int last,size_t size){
676
+ TextRange *tr=new TextRange;
677
+ tr->chrg.cpMin=start;
678
+ tr->chrg.cpMax=last;
679
+ FXMALLOC(&tr->lpstrText,char,size);
680
+ return tr;
681
+ }
682
+ void delete_TextRange(TextRange *self){
683
+ FXFREE(&self->lpstrText);
684
+ delete self;
685
+ }
686
+
687
+ swig_class cTextRange;
688
+ static void free_TextRange(TextRange *);
689
+ FXScintilla *new_FXScintilla(FXComposite *p,FXObject *tgt,FXSelector sel,FXuint opts,FXint x,FXint y,FXint w,FXint h){
690
+ return new FXRbScintilla(p,tgt,sel,opts,x,y,w,h);
691
+ }
692
+ VALUE FXScintilla_sendMessage(FXScintilla *self,unsigned int iMsg,VALUE wParam,VALUE lParam){
693
+ // Convert wParam argument
694
+ uptr_t wp;
695
+ switch(TYPE(wParam)){
696
+ case T_FIXNUM:
697
+ wp=static_cast<uptr_t>(NUM2UINT(wParam));
698
+ break;
699
+ case T_STRING:
700
+ wp=static_cast<uptr_t>(reinterpret_cast<long>(RSTRING_PTR(wParam)));
701
+ break;
702
+ case T_TRUE:
703
+ case T_FALSE:
704
+ wp=(wParam==Qtrue) ? 1 : 0;
705
+ break;
706
+ default:
707
+ wp=0;
708
+ break;
709
+ }
710
+
711
+ // Convert lParam argument
712
+ sptr_t lp;
713
+ switch(TYPE(lParam)){
714
+ case T_FIXNUM:
715
+ lp=static_cast<sptr_t>(NUM2UINT(lParam));
716
+ break;
717
+ case T_STRING:
718
+ lp=static_cast<sptr_t>(reinterpret_cast<long>(RSTRING_PTR(lParam)));
719
+ break;
720
+ case T_TRUE:
721
+ case T_FALSE:
722
+ lp=(lParam==Qtrue) ? 1 : 0;
723
+ break;
724
+ case T_DATA:
725
+ lp=reinterpret_cast<sptr_t>(DATA_PTR(lParam));
726
+ break;
727
+ default:
728
+ lp=0;
729
+ break;
730
+ }
731
+ sptr_t result=self->sendMessage(iMsg,wp,lp);
732
+ return INT2NUM(result);
733
+ }
734
+ VALUE FXScintilla_position__SWIG_1(FXScintilla const *self){
735
+ FXint x, y;
736
+ self->getPosition(x, y);
737
+ VALUE pos = rb_ary_new();
738
+ rb_ary_push(pos, INT2NUM(x));
739
+ rb_ary_push(pos, INT2NUM(y));
740
+ return pos;
741
+ }
742
+
743
+ swig_class cFXScintilla;
744
+ static void free_FXScintilla(FXScintilla *);
745
+ static VALUE _wrap_NotifyHeader_idFrom_get(int argc, VALUE *argv, VALUE self) { NotifyHeader *arg1 = (NotifyHeader *) 0 ;
746
+ unsigned int result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0))
747
+ rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
748
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_NotifyHeader, 1); result = (unsigned int) ((arg1)->idFrom);
749
+ vresult = UINT2NUM(result); return vresult; }
750
+ static VALUE _wrap_NotifyHeader_code_get(int argc, VALUE *argv, VALUE self) { NotifyHeader *arg1 = (NotifyHeader *) 0 ;
751
+ unsigned int result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0))
752
+ rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
753
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_NotifyHeader, 1); result = (unsigned int) ((arg1)->code);
754
+ vresult = UINT2NUM(result); return vresult; }
755
+ static VALUE _wrap_SCNotification_nmhdr_get(int argc, VALUE *argv, VALUE self) { SCNotification *arg1 = (SCNotification *) 0 ;
756
+ NotifyHeader *result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0))
757
+ rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
758
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_SCNotification, 1); result = (NotifyHeader *)& ((arg1)->nmhdr);
759
+ vresult = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_NotifyHeader,0); return vresult; }
760
+ static VALUE _wrap_SCNotification_position_get(int argc, VALUE *argv, VALUE self) {
761
+ SCNotification *arg1 = (SCNotification *) 0 ; int result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0))
762
+ rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
763
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_SCNotification, 1); result = (int) ((arg1)->position);
764
+ vresult = INT2NUM(result); return vresult; }
765
+ static VALUE _wrap_SCNotification_ch_get(int argc, VALUE *argv, VALUE self) { SCNotification *arg1 = (SCNotification *) 0 ;
766
+ int result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0))
767
+ rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
768
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_SCNotification, 1); result = (int) ((arg1)->ch);
769
+ vresult = INT2NUM(result); return vresult; }
770
+ static VALUE _wrap_SCNotification_modifiers_get(int argc, VALUE *argv, VALUE self) {
771
+ SCNotification *arg1 = (SCNotification *) 0 ; int result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0))
772
+ rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
773
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_SCNotification, 1); result = (int) ((arg1)->modifiers);
774
+ vresult = INT2NUM(result); return vresult; }
775
+ static VALUE _wrap_SCNotification_modificationType_get(int argc, VALUE *argv, VALUE self) {
776
+ SCNotification *arg1 = (SCNotification *) 0 ; int result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0))
777
+ rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
778
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_SCNotification, 1); result = (int) ((arg1)->modificationType);
779
+ vresult = INT2NUM(result); return vresult; }
780
+ static VALUE _wrap_SCNotification_text(int argc, VALUE *argv, VALUE self) { SCNotification *arg1 = (SCNotification *) 0 ;
781
+ VALUE result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0))
782
+ rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
783
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_SCNotification, 1);
784
+ result = (VALUE)SCNotification_text((SCNotification const *)arg1); vresult = result; return vresult; }
785
+ static VALUE _wrap_SCNotification_length_get(int argc, VALUE *argv, VALUE self) { SCNotification *arg1 = (SCNotification *) 0 ;
786
+ int result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0))
787
+ rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
788
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_SCNotification, 1); result = (int) ((arg1)->length);
789
+ vresult = INT2NUM(result); return vresult; }
790
+ static VALUE _wrap_SCNotification_linesAdded_get(int argc, VALUE *argv, VALUE self) {
791
+ SCNotification *arg1 = (SCNotification *) 0 ; int result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0))
792
+ rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
793
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_SCNotification, 1); result = (int) ((arg1)->linesAdded);
794
+ vresult = INT2NUM(result); return vresult; }
795
+ static VALUE _wrap_SCNotification_message_get(int argc, VALUE *argv, VALUE self) { SCNotification *arg1 = (SCNotification *) 0 ;
796
+ int result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0))
797
+ rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
798
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_SCNotification, 1); result = (int) ((arg1)->message);
799
+ vresult = INT2NUM(result); return vresult; }
800
+ static VALUE _wrap_SCNotification_line_get(int argc, VALUE *argv, VALUE self) { SCNotification *arg1 = (SCNotification *) 0 ;
801
+ int result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0))
802
+ rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
803
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_SCNotification, 1); result = (int) ((arg1)->line);
804
+ vresult = INT2NUM(result); return vresult; }
805
+ static VALUE _wrap_SCNotification_foldLevelNow_get(int argc, VALUE *argv, VALUE self) {
806
+ SCNotification *arg1 = (SCNotification *) 0 ; int result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0))
807
+ rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
808
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_SCNotification, 1); result = (int) ((arg1)->foldLevelNow);
809
+ vresult = INT2NUM(result); return vresult; }
810
+ static VALUE _wrap_SCNotification_foldLevelPrev_get(int argc, VALUE *argv, VALUE self) {
811
+ SCNotification *arg1 = (SCNotification *) 0 ; int result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0))
812
+ rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
813
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_SCNotification, 1); result = (int) ((arg1)->foldLevelPrev);
814
+ vresult = INT2NUM(result); return vresult; }
815
+ static VALUE _wrap_SCNotification_margin_get(int argc, VALUE *argv, VALUE self) { SCNotification *arg1 = (SCNotification *) 0 ;
816
+ int result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0))
817
+ rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
818
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_SCNotification, 1); result = (int) ((arg1)->margin);
819
+ vresult = INT2NUM(result); return vresult; }
820
+ static VALUE _wrap_SCNotification_listType_get(int argc, VALUE *argv, VALUE self) {
821
+ SCNotification *arg1 = (SCNotification *) 0 ; int result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0))
822
+ rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
823
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_SCNotification, 1); result = (int) ((arg1)->listType);
824
+ vresult = INT2NUM(result); return vresult; }
825
+ static VALUE _wrap_SCNotification_x_get(int argc, VALUE *argv, VALUE self) { SCNotification *arg1 = (SCNotification *) 0 ;
826
+ int result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0))
827
+ rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
828
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_SCNotification, 1); result = (int) ((arg1)->x); vresult = INT2NUM(result);
829
+ return vresult; }
830
+ static VALUE _wrap_SCNotification_y_get(int argc, VALUE *argv, VALUE self) { SCNotification *arg1 = (SCNotification *) 0 ;
831
+ int result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0))
832
+ rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
833
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_SCNotification, 1); result = (int) ((arg1)->y); vresult = INT2NUM(result);
834
+ return vresult; }
835
+ static VALUE _wrap_SCNotification_wParam(int argc, VALUE *argv, VALUE self) { SCNotification *arg1 = (SCNotification *) 0 ;
836
+ VALUE result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0))
837
+ rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
838
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_SCNotification, 1);
839
+ result = (VALUE)SCNotification_wParam((SCNotification const *)arg1); vresult = result; return vresult; }
840
+ static VALUE _wrap_SCNotification_lParam(int argc, VALUE *argv, VALUE self) { SCNotification *arg1 = (SCNotification *) 0 ;
841
+ VALUE result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0))
842
+ rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
843
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_SCNotification, 1);
844
+ result = (VALUE)SCNotification_lParam((SCNotification const *)arg1); vresult = result; return vresult; }
845
+ static VALUE _wrap_TextRange_lpstrText_get(int argc, VALUE *argv, VALUE self) { TextRange *arg1 = (TextRange *) 0 ;
846
+ char *result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0))
847
+ rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
848
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_TextRange, 1); result = (char *) ((arg1)->lpstrText);
849
+ vresult = rb_str_new2(result); return vresult; }
850
+ #ifdef HAVE_RB_DEFINE_ALLOC_FUNC
851
+ static VALUE _wrap_TextRange_allocate(VALUE self) {
852
+ #else
853
+ static VALUE _wrap_TextRange_allocate(int argc, VALUE *argv, VALUE self) {
854
+ #endif
855
+ VALUE vresult = SWIG_NewClassInstance(self, SWIGTYPE_p_TextRange);
856
+ #ifndef HAVE_RB_DEFINE_ALLOC_FUNC
857
+ rb_obj_call_init(vresult, argc, argv);
858
+ #endif
859
+ return vresult; }
860
+ static VALUE _wrap_new_TextRange(int argc, VALUE *argv, VALUE self) { int arg1 ; int arg2 ; size_t arg3 ; TextRange *result;
861
+ if ((argc < 3) || (argc > 3)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 3)",argc); arg1 = NUM2INT(argv[0]);
862
+ arg2 = NUM2INT(argv[1]); arg3 = NUM2LONG(argv[2]); result = (TextRange *)new_TextRange(arg1,arg2,arg3);
863
+ DATA_PTR(self) = result; return self; }
864
+ static void
865
+ free_TextRange(TextRange *arg1) {
866
+ delete_TextRange(arg1);
867
+ }
868
+ static VALUE _wrap_FXScintilla_onScintillaCommand(int argc, VALUE *argv, VALUE self) { FXScintilla *arg1 = (FXScintilla *) 0 ;
869
+ FXObject *arg2 = (FXObject *) 0 ; FXSelector arg3 ; void *arg4 = (void *) 0 ; long result; VALUE vresult = Qnil;
870
+ if ((argc < 3) || (argc > 3)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 3)",argc);
871
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXScintilla, 1);
872
+ SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXObject, 1); arg3 = NUM2UINT(argv[1]); arg4 = 0;
873
+ result = (long)(arg1)->onScintillaCommand(arg2,arg3,arg4); vresult = INT2NUM(result); return vresult; }
874
+ static VALUE _wrap_FXScintilla_onPaint(int argc, VALUE *argv, VALUE self) { FXScintilla *arg1 = (FXScintilla *) 0 ;
875
+ FXObject *arg2 = (FXObject *) 0 ; FXSelector arg3 ; void *arg4 = (void *) 0 ; long result; VALUE vresult = Qnil;
876
+ if ((argc < 3) || (argc > 3)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 3)",argc);
877
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXScintilla, 1);
878
+ SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXObject, 1); arg3 = NUM2UINT(argv[1]); arg4 = to_FXEvent(argv[2]);
879
+ result = (long)(arg1)->onPaint(arg2,arg3,arg4); vresult = INT2NUM(result); return vresult; }
880
+ static VALUE _wrap_FXScintilla_onConfigure(int argc, VALUE *argv, VALUE self) { FXScintilla *arg1 = (FXScintilla *) 0 ;
881
+ FXObject *arg2 = (FXObject *) 0 ; FXSelector arg3 ; void *arg4 = (void *) 0 ; long result; VALUE vresult = Qnil;
882
+ if ((argc < 3) || (argc > 3)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 3)",argc);
883
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXScintilla, 1);
884
+ SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXObject, 1); arg3 = NUM2UINT(argv[1]); arg4 = to_FXEvent(argv[2]);
885
+ result = (long)(arg1)->onConfigure(arg2,arg3,arg4); vresult = INT2NUM(result); return vresult; }
886
+ static VALUE _wrap_FXScintilla_onTimeoutTicking(int argc, VALUE *argv, VALUE self) { FXScintilla *arg1 = (FXScintilla *) 0 ;
887
+ FXObject *arg2 = (FXObject *) 0 ; FXSelector arg3 ; void *arg4 = (void *) 0 ; long result; VALUE vresult = Qnil;
888
+ if ((argc < 3) || (argc > 3)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 3)",argc);
889
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXScintilla, 1);
890
+ SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXObject, 1); arg3 = NUM2UINT(argv[1]); arg4 = 0;
891
+ result = (long)(arg1)->onTimeoutTicking(arg2,arg3,arg4); vresult = INT2NUM(result); return vresult; }
892
+ static VALUE _wrap_FXScintilla_onFocusIn(int argc, VALUE *argv, VALUE self) { FXScintilla *arg1 = (FXScintilla *) 0 ;
893
+ FXObject *arg2 = (FXObject *) 0 ; FXSelector arg3 ; void *arg4 = (void *) 0 ; long result; VALUE vresult = Qnil;
894
+ if ((argc < 3) || (argc > 3)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 3)",argc);
895
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXScintilla, 1);
896
+ SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXObject, 1); arg3 = NUM2UINT(argv[1]); arg4 = to_FXEvent(argv[2]);
897
+ result = (long)(arg1)->onFocusIn(arg2,arg3,arg4); vresult = INT2NUM(result); return vresult; }
898
+ static VALUE _wrap_FXScintilla_onFocusOut(int argc, VALUE *argv, VALUE self) { FXScintilla *arg1 = (FXScintilla *) 0 ;
899
+ FXObject *arg2 = (FXObject *) 0 ; FXSelector arg3 ; void *arg4 = (void *) 0 ; long result; VALUE vresult = Qnil;
900
+ if ((argc < 3) || (argc > 3)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 3)",argc);
901
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXScintilla, 1);
902
+ SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXObject, 1); arg3 = NUM2UINT(argv[1]); arg4 = to_FXEvent(argv[2]);
903
+ result = (long)(arg1)->onFocusOut(arg2,arg3,arg4); vresult = INT2NUM(result); return vresult; }
904
+ static VALUE _wrap_FXScintilla_onMotion(int argc, VALUE *argv, VALUE self) { FXScintilla *arg1 = (FXScintilla *) 0 ;
905
+ FXObject *arg2 = (FXObject *) 0 ; FXSelector arg3 ; void *arg4 = (void *) 0 ; long result; VALUE vresult = Qnil;
906
+ if ((argc < 3) || (argc > 3)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 3)",argc);
907
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXScintilla, 1);
908
+ SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXObject, 1); arg3 = NUM2UINT(argv[1]); arg4 = to_FXEvent(argv[2]);
909
+ result = (long)(arg1)->onMotion(arg2,arg3,arg4); vresult = INT2NUM(result); return vresult; }
910
+ static VALUE _wrap_FXScintilla_onLeftBtnPress(int argc, VALUE *argv, VALUE self) { FXScintilla *arg1 = (FXScintilla *) 0 ;
911
+ FXObject *arg2 = (FXObject *) 0 ; FXSelector arg3 ; void *arg4 = (void *) 0 ; long result; VALUE vresult = Qnil;
912
+ if ((argc < 3) || (argc > 3)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 3)",argc);
913
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXScintilla, 1);
914
+ SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXObject, 1); arg3 = NUM2UINT(argv[1]); arg4 = to_FXEvent(argv[2]);
915
+ result = (long)(arg1)->onLeftBtnPress(arg2,arg3,arg4); vresult = INT2NUM(result); return vresult; }
916
+ static VALUE _wrap_FXScintilla_onLeftBtnRelease(int argc, VALUE *argv, VALUE self) { FXScintilla *arg1 = (FXScintilla *) 0 ;
917
+ FXObject *arg2 = (FXObject *) 0 ; FXSelector arg3 ; void *arg4 = (void *) 0 ; long result; VALUE vresult = Qnil;
918
+ if ((argc < 3) || (argc > 3)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 3)",argc);
919
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXScintilla, 1);
920
+ SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXObject, 1); arg3 = NUM2UINT(argv[1]); arg4 = to_FXEvent(argv[2]);
921
+ result = (long)(arg1)->onLeftBtnRelease(arg2,arg3,arg4); vresult = INT2NUM(result); return vresult; }
922
+ static VALUE _wrap_FXScintilla_onRightBtnPress(int argc, VALUE *argv, VALUE self) { FXScintilla *arg1 = (FXScintilla *) 0 ;
923
+ FXObject *arg2 = (FXObject *) 0 ; FXSelector arg3 ; void *arg4 = (void *) 0 ; long result; VALUE vresult = Qnil;
924
+ if ((argc < 3) || (argc > 3)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 3)",argc);
925
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXScintilla, 1);
926
+ SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXObject, 1); arg3 = NUM2UINT(argv[1]); arg4 = to_FXEvent(argv[2]);
927
+ result = (long)(arg1)->onRightBtnPress(arg2,arg3,arg4); vresult = INT2NUM(result); return vresult; }
928
+ static VALUE _wrap_FXScintilla_onMiddleBtnPress(int argc, VALUE *argv, VALUE self) { FXScintilla *arg1 = (FXScintilla *) 0 ;
929
+ FXObject *arg2 = (FXObject *) 0 ; FXSelector arg3 ; void *arg4 = (void *) 0 ; long result; VALUE vresult = Qnil;
930
+ if ((argc < 3) || (argc > 3)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 3)",argc);
931
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXScintilla, 1);
932
+ SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXObject, 1); arg3 = NUM2UINT(argv[1]); arg4 = to_FXEvent(argv[2]);
933
+ result = (long)(arg1)->onMiddleBtnPress(arg2,arg3,arg4); vresult = INT2NUM(result); return vresult; }
934
+ static VALUE _wrap_FXScintilla_onBeginDrag(int argc, VALUE *argv, VALUE self) { FXScintilla *arg1 = (FXScintilla *) 0 ;
935
+ FXObject *arg2 = (FXObject *) 0 ; FXSelector arg3 ; void *arg4 = (void *) 0 ; long result; VALUE vresult = Qnil;
936
+ if ((argc < 3) || (argc > 3)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 3)",argc);
937
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXScintilla, 1);
938
+ SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXObject, 1); arg3 = NUM2UINT(argv[1]); arg4 = to_FXEvent(argv[2]);
939
+ result = (long)(arg1)->onBeginDrag(arg2,arg3,arg4); vresult = INT2NUM(result); return vresult; }
940
+ static VALUE _wrap_FXScintilla_onDragged(int argc, VALUE *argv, VALUE self) { FXScintilla *arg1 = (FXScintilla *) 0 ;
941
+ FXObject *arg2 = (FXObject *) 0 ; FXSelector arg3 ; void *arg4 = (void *) 0 ; long result; VALUE vresult = Qnil;
942
+ if ((argc < 3) || (argc > 3)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 3)",argc);
943
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXScintilla, 1);
944
+ SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXObject, 1); arg3 = NUM2UINT(argv[1]); arg4 = to_FXEvent(argv[2]);
945
+ result = (long)(arg1)->onDragged(arg2,arg3,arg4); vresult = INT2NUM(result); return vresult; }
946
+ static VALUE _wrap_FXScintilla_onEndDrag(int argc, VALUE *argv, VALUE self) { FXScintilla *arg1 = (FXScintilla *) 0 ;
947
+ FXObject *arg2 = (FXObject *) 0 ; FXSelector arg3 ; void *arg4 = (void *) 0 ; long result; VALUE vresult = Qnil;
948
+ if ((argc < 3) || (argc > 3)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 3)",argc);
949
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXScintilla, 1);
950
+ SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXObject, 1); arg3 = NUM2UINT(argv[1]); arg4 = to_FXEvent(argv[2]);
951
+ result = (long)(arg1)->onEndDrag(arg2,arg3,arg4); vresult = INT2NUM(result); return vresult; }
952
+ static VALUE _wrap_FXScintilla_onDNDEnter(int argc, VALUE *argv, VALUE self) { FXScintilla *arg1 = (FXScintilla *) 0 ;
953
+ FXObject *arg2 = (FXObject *) 0 ; FXSelector arg3 ; void *arg4 = (void *) 0 ; long result; VALUE vresult = Qnil;
954
+ if ((argc < 3) || (argc > 3)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 3)",argc);
955
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXScintilla, 1);
956
+ SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXObject, 1); arg3 = NUM2UINT(argv[1]); arg4 = to_FXEvent(argv[2]);
957
+ result = (long)(arg1)->onDNDEnter(arg2,arg3,arg4); vresult = INT2NUM(result); return vresult; }
958
+ static VALUE _wrap_FXScintilla_onDNDLeave(int argc, VALUE *argv, VALUE self) { FXScintilla *arg1 = (FXScintilla *) 0 ;
959
+ FXObject *arg2 = (FXObject *) 0 ; FXSelector arg3 ; void *arg4 = (void *) 0 ; long result; VALUE vresult = Qnil;
960
+ if ((argc < 3) || (argc > 3)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 3)",argc);
961
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXScintilla, 1);
962
+ SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXObject, 1); arg3 = NUM2UINT(argv[1]); arg4 = to_FXEvent(argv[2]);
963
+ result = (long)(arg1)->onDNDLeave(arg2,arg3,arg4); vresult = INT2NUM(result); return vresult; }
964
+ static VALUE _wrap_FXScintilla_onDNDMotion(int argc, VALUE *argv, VALUE self) { FXScintilla *arg1 = (FXScintilla *) 0 ;
965
+ FXObject *arg2 = (FXObject *) 0 ; FXSelector arg3 ; void *arg4 = (void *) 0 ; long result; VALUE vresult = Qnil;
966
+ if ((argc < 3) || (argc > 3)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 3)",argc);
967
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXScintilla, 1);
968
+ SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXObject, 1); arg3 = NUM2UINT(argv[1]); arg4 = to_FXEvent(argv[2]);
969
+ result = (long)(arg1)->onDNDMotion(arg2,arg3,arg4); vresult = INT2NUM(result); return vresult; }
970
+ static VALUE _wrap_FXScintilla_onDNDDrop(int argc, VALUE *argv, VALUE self) { FXScintilla *arg1 = (FXScintilla *) 0 ;
971
+ FXObject *arg2 = (FXObject *) 0 ; FXSelector arg3 ; void *arg4 = (void *) 0 ; long result; VALUE vresult = Qnil;
972
+ if ((argc < 3) || (argc > 3)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 3)",argc);
973
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXScintilla, 1);
974
+ SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXObject, 1); arg3 = NUM2UINT(argv[1]); arg4 = to_FXEvent(argv[2]);
975
+ result = (long)(arg1)->onDNDDrop(arg2,arg3,arg4); vresult = INT2NUM(result); return vresult; }
976
+ static VALUE _wrap_FXScintilla_onDNDRequest(int argc, VALUE *argv, VALUE self) { FXScintilla *arg1 = (FXScintilla *) 0 ;
977
+ FXObject *arg2 = (FXObject *) 0 ; FXSelector arg3 ; void *arg4 = (void *) 0 ; long result; VALUE vresult = Qnil;
978
+ if ((argc < 3) || (argc > 3)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 3)",argc);
979
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXScintilla, 1);
980
+ SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXObject, 1); arg3 = NUM2UINT(argv[1]); arg4 = to_FXEvent(argv[2]);
981
+ result = (long)(arg1)->onDNDRequest(arg2,arg3,arg4); vresult = INT2NUM(result); return vresult; }
982
+ static VALUE _wrap_FXScintilla_onSelectionLost(int argc, VALUE *argv, VALUE self) { FXScintilla *arg1 = (FXScintilla *) 0 ;
983
+ FXObject *arg2 = (FXObject *) 0 ; FXSelector arg3 ; void *arg4 = (void *) 0 ; long result; VALUE vresult = Qnil;
984
+ if ((argc < 3) || (argc > 3)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 3)",argc);
985
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXScintilla, 1);
986
+ SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXObject, 1); arg3 = NUM2UINT(argv[1]); arg4 = to_FXEvent(argv[2]);
987
+ result = (long)(arg1)->onSelectionLost(arg2,arg3,arg4); vresult = INT2NUM(result); return vresult; }
988
+ static VALUE _wrap_FXScintilla_onSelectionRequest(int argc, VALUE *argv, VALUE self) { FXScintilla *arg1 = (FXScintilla *) 0 ;
989
+ FXObject *arg2 = (FXObject *) 0 ; FXSelector arg3 ; void *arg4 = (void *) 0 ; long result; VALUE vresult = Qnil;
990
+ if ((argc < 3) || (argc > 3)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 3)",argc);
991
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXScintilla, 1);
992
+ SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXObject, 1); arg3 = NUM2UINT(argv[1]); arg4 = to_FXEvent(argv[2]);
993
+ result = (long)(arg1)->onSelectionRequest(arg2,arg3,arg4); vresult = INT2NUM(result); return vresult; }
994
+ static VALUE _wrap_FXScintilla_onClipboardLost(int argc, VALUE *argv, VALUE self) { FXScintilla *arg1 = (FXScintilla *) 0 ;
995
+ FXObject *arg2 = (FXObject *) 0 ; FXSelector arg3 ; void *arg4 = (void *) 0 ; long result; VALUE vresult = Qnil;
996
+ if ((argc < 3) || (argc > 3)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 3)",argc);
997
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXScintilla, 1);
998
+ SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXObject, 1); arg3 = NUM2UINT(argv[1]); arg4 = to_FXEvent(argv[2]);
999
+ result = (long)(arg1)->onClipboardLost(arg2,arg3,arg4); vresult = INT2NUM(result); return vresult; }
1000
+ static VALUE _wrap_FXScintilla_onClipboardRequest(int argc, VALUE *argv, VALUE self) { FXScintilla *arg1 = (FXScintilla *) 0 ;
1001
+ FXObject *arg2 = (FXObject *) 0 ; FXSelector arg3 ; void *arg4 = (void *) 0 ; long result; VALUE vresult = Qnil;
1002
+ if ((argc < 3) || (argc > 3)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 3)",argc);
1003
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXScintilla, 1);
1004
+ SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXObject, 1); arg3 = NUM2UINT(argv[1]); arg4 = to_FXEvent(argv[2]);
1005
+ result = (long)(arg1)->onClipboardRequest(arg2,arg3,arg4); vresult = INT2NUM(result); return vresult; }
1006
+ static VALUE _wrap_FXScintilla_onKeyPress(int argc, VALUE *argv, VALUE self) { FXScintilla *arg1 = (FXScintilla *) 0 ;
1007
+ FXObject *arg2 = (FXObject *) 0 ; FXSelector arg3 ; void *arg4 = (void *) 0 ; long result; VALUE vresult = Qnil;
1008
+ if ((argc < 3) || (argc > 3)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 3)",argc);
1009
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXScintilla, 1);
1010
+ SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXObject, 1); arg3 = NUM2UINT(argv[1]); arg4 = to_FXEvent(argv[2]);
1011
+ result = (long)(arg1)->onKeyPress(arg2,arg3,arg4); vresult = INT2NUM(result); return vresult; }
1012
+ #ifdef HAVE_RB_DEFINE_ALLOC_FUNC
1013
+ static VALUE _wrap_FXScintilla_allocate(VALUE self) {
1014
+ #else
1015
+ static VALUE _wrap_FXScintilla_allocate(int argc, VALUE *argv, VALUE self) {
1016
+ #endif
1017
+ VALUE vresult = SWIG_NewClassInstance(self, SWIGTYPE_p_FXScintilla);
1018
+ #ifndef HAVE_RB_DEFINE_ALLOC_FUNC
1019
+ rb_obj_call_init(vresult, argc, argv);
1020
+ #endif
1021
+ return vresult; }
1022
+ static VALUE _wrap_new_FXScintilla(int argc, VALUE *argv, VALUE self) { FXComposite *arg1 = (FXComposite *) 0 ;
1023
+ FXObject *arg2 = (FXObject *) 0 ; FXSelector arg3 = (FXSelector) 0 ; FXuint arg4 = (FXuint) 0 ; FXint arg5 = (FXint) 0 ;
1024
+ FXint arg6 = (FXint) 0 ; FXint arg7 = (FXint) 0 ; FXint arg8 = (FXint) 0 ; FXScintilla *result;
1025
+ if ((argc < 1) || (argc > 8)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
1026
+ SWIG_ConvertPtr(argv[0], (void **) &arg1, SWIGTYPE_p_FXComposite, 1); if (argc > 1) {
1027
+ SWIG_ConvertPtr(argv[1], (void **) &arg2, SWIGTYPE_p_FXObject, 1); } if (argc > 2) { arg3 = NUM2UINT(argv[2]); }
1028
+ if (argc > 3) { arg4 = NUM2UINT(argv[3]); } if (argc > 4) { arg5 = NUM2INT(argv[4]); } if (argc > 5) {
1029
+ arg6 = NUM2INT(argv[5]); } if (argc > 6) { arg7 = NUM2INT(argv[6]); } if (argc > 7) { arg8 = NUM2INT(argv[7]); } {
1030
+ result = (FXScintilla *)new_FXScintilla(arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8);
1031
+ DATA_PTR(self) = result; FXRbRegisterRubyObj(self, result); if(rb_block_given_p()){ rb_yield(self); } } return self; }
1032
+ static VALUE _wrap_FXScintilla_setScintillaID(int argc, VALUE *argv, VALUE self) { FXScintilla *arg1 = (FXScintilla *) 0 ;
1033
+ int arg2 ; if ((argc < 1) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
1034
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXScintilla, 1); arg2 = NUM2INT(argv[0]); (arg1)->setScintillaID(arg2);
1035
+ return Qnil; }
1036
+ static VALUE _wrap_FXScintilla_sendMessage(int argc, VALUE *argv, VALUE self) { FXScintilla *arg1 = (FXScintilla *) 0 ;
1037
+ unsigned int arg2 ; VALUE arg3 = (VALUE) Qnil ; VALUE arg4 = (VALUE) Qnil ; VALUE result; VALUE vresult = Qnil;
1038
+ if ((argc < 1) || (argc > 3)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
1039
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXScintilla, 1); arg2 = NUM2UINT(argv[0]); if (argc > 1) {
1040
+ arg3 = argv[1]; } if (argc > 2) { arg4 = argv[2]; } result = (VALUE)FXScintilla_sendMessage(arg1,arg2,arg3,arg4);
1041
+ vresult = result; return vresult; }
1042
+ static void
1043
+ free_FXScintilla(FXScintilla *arg1) {
1044
+ delete arg1;
1045
+ }
1046
+ static VALUE _wrap_FXScintilla_save(int argc, VALUE *argv, VALUE self) { FXScintilla *arg1 = (FXScintilla *) 0 ;
1047
+ FXStream *arg2 = 0 ; if ((argc < 1) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
1048
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXScintilla, 1);
1049
+ SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXStream, 1); if (arg2 == NULL) rb_raise(rb_eTypeError, "null reference");
1050
+ FXScintilla_save((FXScintilla const *)arg1,*arg2); return Qnil; }
1051
+ static VALUE _wrap_FXScintilla_load(int argc, VALUE *argv, VALUE self) { FXScintilla *arg1 = (FXScintilla *) 0 ;
1052
+ FXStream *arg2 = 0 ; if ((argc < 1) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
1053
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXScintilla, 1);
1054
+ SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXStream, 1); if (arg2 == NULL) rb_raise(rb_eTypeError, "null reference");
1055
+ FXScintilla_load(arg1,*arg2); return Qnil; }
1056
+ static VALUE _wrap_FXScintilla_create(int argc, VALUE *argv, VALUE self) { FXScintilla *arg1 = (FXScintilla *) 0 ;
1057
+ if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
1058
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXScintilla, 1); FXScintilla_create(arg1); return Qnil; }
1059
+ static VALUE _wrap_FXScintilla_detach(int argc, VALUE *argv, VALUE self) { FXScintilla *arg1 = (FXScintilla *) 0 ;
1060
+ if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
1061
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXScintilla, 1); FXScintilla_detach(arg1); return Qnil; }
1062
+ static VALUE _wrap_FXScintilla_destroy(int argc, VALUE *argv, VALUE self) { FXScintilla *arg1 = (FXScintilla *) 0 ;
1063
+ if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
1064
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXScintilla, 1); FXScintilla_destroy(arg1); return Qnil; }
1065
+ static VALUE _wrap_FXScintilla_resize(int argc, VALUE *argv, VALUE self) { FXScintilla *arg1 = (FXScintilla *) 0 ; FXint arg2 ;
1066
+ FXint arg3 ; if ((argc < 2) || (argc > 2)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 2)",argc);
1067
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXScintilla, 1); arg2 = NUM2INT(argv[0]); arg3 = NUM2INT(argv[1]);
1068
+ FXScintilla_resize(arg1,arg2,arg3); return Qnil; }
1069
+ static VALUE _wrap_FXScintilla_getDefaultWidth(int argc, VALUE *argv, VALUE self) { FXScintilla *arg1 = (FXScintilla *) 0 ;
1070
+ FXint result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0))
1071
+ rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
1072
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXScintilla, 1); result = (FXint)FXScintilla_getDefaultWidth(arg1);
1073
+ vresult = INT2NUM(result); return vresult; }
1074
+ static VALUE _wrap_FXScintilla_getDefaultHeight(int argc, VALUE *argv, VALUE self) { FXScintilla *arg1 = (FXScintilla *) 0 ;
1075
+ FXint result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0))
1076
+ rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
1077
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXScintilla, 1); result = (FXint)FXScintilla_getDefaultHeight(arg1);
1078
+ vresult = INT2NUM(result); return vresult; }
1079
+ static VALUE _wrap_FXScintilla_getWidthForHeight(int argc, VALUE *argv, VALUE self) { FXScintilla *arg1 = (FXScintilla *) 0 ;
1080
+ FXint arg2 ; FXint result; VALUE vresult = Qnil; if ((argc < 1) || (argc > 1))
1081
+ rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
1082
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXScintilla, 1); arg2 = NUM2INT(argv[0]);
1083
+ result = (FXint)FXScintilla_getWidthForHeight(arg1,arg2); vresult = INT2NUM(result); return vresult; }
1084
+ static VALUE _wrap_FXScintilla_getHeightForWidth(int argc, VALUE *argv, VALUE self) { FXScintilla *arg1 = (FXScintilla *) 0 ;
1085
+ FXint arg2 ; FXint result; VALUE vresult = Qnil; if ((argc < 1) || (argc > 1))
1086
+ rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
1087
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXScintilla, 1); arg2 = NUM2INT(argv[0]);
1088
+ result = (FXint)FXScintilla_getHeightForWidth(arg1,arg2); vresult = INT2NUM(result); return vresult; }
1089
+ static VALUE _wrap_FXScintilla_canFocus(int argc, VALUE *argv, VALUE self) { FXScintilla *arg1 = (FXScintilla *) 0 ;
1090
+ bool result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0))
1091
+ rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
1092
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXScintilla, 1);
1093
+ result = (bool)FXScintilla_canFocus((FXScintilla const *)arg1); vresult = result ? Qtrue : Qfalse; return vresult; }
1094
+ static VALUE _wrap_FXScintilla_setFocus(int argc, VALUE *argv, VALUE self) { FXScintilla *arg1 = (FXScintilla *) 0 ;
1095
+ if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
1096
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXScintilla, 1); FXScintilla_setFocus(arg1); return Qnil; }
1097
+ static VALUE _wrap_FXScintilla_killFocus(int argc, VALUE *argv, VALUE self) { FXScintilla *arg1 = (FXScintilla *) 0 ;
1098
+ if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
1099
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXScintilla, 1); FXScintilla_killFocus(arg1); return Qnil; }
1100
+ static VALUE _wrap_FXScintilla_changeFocus(int argc, VALUE *argv, VALUE self) { FXScintilla *arg1 = (FXScintilla *) 0 ;
1101
+ FXWindow *arg2 = (FXWindow *) 0 ; if ((argc < 1) || (argc > 1))
1102
+ rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
1103
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXScintilla, 1);
1104
+ SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXWindow, 1); FXScintilla_changeFocus(arg1,arg2); return Qnil; }
1105
+ static VALUE _wrap_FXScintilla_setDefault(int argc, VALUE *argv, VALUE self) { FXScintilla *arg1 = (FXScintilla *) 0 ;
1106
+ FXbool arg2 = (FXbool) 1 ; if ((argc < 0) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
1107
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXScintilla, 1); if (argc > 0) { arg2 = to_FXbool(argv[0]); }
1108
+ FXScintilla_setDefault(arg1,arg2); return Qnil; }
1109
+ static VALUE _wrap_FXScintilla_enable(int argc, VALUE *argv, VALUE self) { FXScintilla *arg1 = (FXScintilla *) 0 ;
1110
+ if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
1111
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXScintilla, 1); FXScintilla_enable(arg1); return Qnil; }
1112
+ static VALUE _wrap_FXScintilla_disable(int argc, VALUE *argv, VALUE self) { FXScintilla *arg1 = (FXScintilla *) 0 ;
1113
+ if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
1114
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXScintilla, 1); FXScintilla_disable(arg1); return Qnil; }
1115
+ static VALUE _wrap_FXScintilla_raiseWindow(int argc, VALUE *argv, VALUE self) { FXScintilla *arg1 = (FXScintilla *) 0 ;
1116
+ if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
1117
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXScintilla, 1); FXScintilla_raise(arg1); return Qnil; }
1118
+ static VALUE _wrap_FXScintilla_lower(int argc, VALUE *argv, VALUE self) { FXScintilla *arg1 = (FXScintilla *) 0 ;
1119
+ if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
1120
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXScintilla, 1); FXScintilla_lower(arg1); return Qnil; }
1121
+ static VALUE _wrap_FXScintilla_move(int argc, VALUE *argv, VALUE self) { FXScintilla *arg1 = (FXScintilla *) 0 ; FXint arg2 ;
1122
+ FXint arg3 ; if ((argc < 2) || (argc > 2)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 2)",argc);
1123
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXScintilla, 1); arg2 = NUM2INT(argv[0]); arg3 = NUM2INT(argv[1]);
1124
+ FXScintilla_move(arg1,arg2,arg3); return Qnil; }
1125
+ static VALUE _wrap_FXScintilla_position__SWIG_0(int argc, VALUE *argv, VALUE self) { FXScintilla *arg1 = (FXScintilla *) 0 ;
1126
+ FXint arg2 ; FXint arg3 ; FXint arg4 ; FXint arg5 ; if ((argc < 4) || (argc > 4))
1127
+ rb_raise(rb_eArgError, "wrong # of arguments(%d for 4)",argc);
1128
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXScintilla, 1); arg2 = NUM2INT(argv[0]); arg3 = NUM2INT(argv[1]);
1129
+ arg4 = NUM2INT(argv[2]); arg5 = NUM2INT(argv[3]); FXScintilla_position(arg1,arg2,arg3,arg4,arg5); return Qnil; }
1130
+ static VALUE _wrap_FXScintilla_layout(int argc, VALUE *argv, VALUE self) { FXScintilla *arg1 = (FXScintilla *) 0 ;
1131
+ if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
1132
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXScintilla, 1); FXScintilla_layout(arg1); return Qnil; }
1133
+ static VALUE _wrap_FXScintilla_recalc(int argc, VALUE *argv, VALUE self) { FXScintilla *arg1 = (FXScintilla *) 0 ;
1134
+ if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
1135
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXScintilla, 1); FXScintilla_recalc(arg1); return Qnil; }
1136
+ static VALUE _wrap_FXScintilla_reparent(int argc, VALUE *argv, VALUE self) { FXScintilla *arg1 = (FXScintilla *) 0 ;
1137
+ FXWindow *arg2 = (FXWindow *) 0 ; FXWindow *arg3 = (FXWindow *) 0 ; if ((argc < 2) || (argc > 2))
1138
+ rb_raise(rb_eArgError, "wrong # of arguments(%d for 2)",argc);
1139
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXScintilla, 1);
1140
+ SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXWindow, 1);
1141
+ SWIG_ConvertPtr(argv[1], (void **) &arg3, SWIGTYPE_p_FXWindow, 1); FXScintilla_reparent(arg1,arg2,arg3); return Qnil; }
1142
+ static VALUE _wrap_FXScintilla_show(int argc, VALUE *argv, VALUE self) { FXScintilla *arg1 = (FXScintilla *) 0 ;
1143
+ if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
1144
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXScintilla, 1); FXScintilla_show(arg1); return Qnil; }
1145
+ static VALUE _wrap_FXScintilla_hide(int argc, VALUE *argv, VALUE self) { FXScintilla *arg1 = (FXScintilla *) 0 ;
1146
+ if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
1147
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXScintilla, 1); FXScintilla_hide(arg1); return Qnil; }
1148
+ static VALUE _wrap_FXScintilla_isComposite(int argc, VALUE *argv, VALUE self) { FXScintilla *arg1 = (FXScintilla *) 0 ;
1149
+ bool result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0))
1150
+ rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
1151
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXScintilla, 1);
1152
+ result = (bool)FXScintilla_isComposite((FXScintilla const *)arg1); vresult = result ? Qtrue : Qfalse; return vresult; }
1153
+ static VALUE _wrap_FXScintilla_contains(int argc, VALUE *argv, VALUE self) { FXScintilla *arg1 = (FXScintilla *) 0 ;
1154
+ FXint arg2 ; FXint arg3 ; bool result; VALUE vresult = Qnil; if ((argc < 2) || (argc > 2))
1155
+ rb_raise(rb_eArgError, "wrong # of arguments(%d for 2)",argc);
1156
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXScintilla, 1); arg2 = NUM2INT(argv[0]); arg3 = NUM2INT(argv[1]);
1157
+ result = (bool)FXScintilla_contains((FXScintilla const *)arg1,arg2,arg3); vresult = result ? Qtrue : Qfalse;
1158
+ return vresult; }
1159
+ static VALUE _wrap_FXScintilla_doesSaveUnder(int argc, VALUE *argv, VALUE self) { FXScintilla *arg1 = (FXScintilla *) 0 ;
1160
+ bool result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0))
1161
+ rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
1162
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXScintilla, 1);
1163
+ result = (bool)FXScintilla_doesSaveUnder((FXScintilla const *)arg1); vresult = result ? Qtrue : Qfalse; return vresult; }
1164
+ static VALUE _wrap_FXScintilla_setBackColor(int argc, VALUE *argv, VALUE self) { FXScintilla *arg1 = (FXScintilla *) 0 ;
1165
+ FXColor arg2 ; if ((argc < 1) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
1166
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXScintilla, 1); arg2 = to_FXColor(argv[0]);
1167
+ FXScintilla_setBackColor(arg1,arg2); return Qnil; }
1168
+ static VALUE _wrap_FXScintilla_tr(int argc, VALUE *argv, VALUE self) { FXScintilla *arg1 = (FXScintilla *) 0 ; FXchar *arg2 ;
1169
+ FXchar *arg3 = (FXchar *) 0 ; FXchar *result; VALUE vresult = Qnil; if ((argc < 1) || (argc > 2))
1170
+ rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
1171
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXScintilla, 1); arg2 = NIL_P(argv[0]) ? 0 : StringValuePtr(argv[0]);
1172
+ if (argc > 1) { arg3 = NIL_P(argv[1]) ? 0 : StringValuePtr(argv[1]); }
1173
+ result = (FXchar *)FXScintilla_tr((FXScintilla const *)arg1,(FXchar const *)arg2,(FXchar const *)arg3);
1174
+ vresult = rb_str_new2(result); return vresult; }
1175
+ static VALUE _wrap_FXScintilla_dropEnable(int argc, VALUE *argv, VALUE self) { FXScintilla *arg1 = (FXScintilla *) 0 ;
1176
+ if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
1177
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXScintilla, 1); FXScintilla_dropEnable(arg1); return Qnil; }
1178
+ static VALUE _wrap_FXScintilla_dropDisable(int argc, VALUE *argv, VALUE self) { FXScintilla *arg1 = (FXScintilla *) 0 ;
1179
+ if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
1180
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXScintilla, 1); FXScintilla_dropDisable(arg1); return Qnil; }
1181
+ static VALUE _wrap_FXScintilla_setShape__SWIG_0(int argc, VALUE *argv, VALUE self) { FXScintilla *arg1 = (FXScintilla *) 0 ;
1182
+ FXRegion *arg2 = 0 ; if ((argc < 1) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
1183
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXScintilla, 1);
1184
+ SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXRegion, 1); if (arg2 == NULL) rb_raise(rb_eTypeError, "null reference");
1185
+ FXScintilla_setShape(arg1,(FXRegion const &)*arg2); return Qnil; }
1186
+ static VALUE _wrap_FXScintilla_setShape__SWIG_1(int argc, VALUE *argv, VALUE self) { FXScintilla *arg1 = (FXScintilla *) 0 ;
1187
+ FXBitmap *arg2 = (FXBitmap *) 0 ; if ((argc < 1) || (argc > 1))
1188
+ rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
1189
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXScintilla, 1);
1190
+ SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXBitmap, 1); FXScintilla_setShape(arg1,arg2); return Qnil; }
1191
+ static VALUE _wrap_FXScintilla_setShape__SWIG_2(int argc, VALUE *argv, VALUE self) { FXScintilla *arg1 = (FXScintilla *) 0 ;
1192
+ FXIcon *arg2 = (FXIcon *) 0 ; if ((argc < 1) || (argc > 1)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
1193
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXScintilla, 1);
1194
+ SWIG_ConvertPtr(argv[0], (void **) &arg2, SWIGTYPE_p_FXIcon, 1); FXScintilla_setShape(arg1,arg2); return Qnil; }
1195
+ static VALUE _wrap_FXScintilla_setShape(int nargs, VALUE *args, VALUE self) { int argc; VALUE argv[3]; int ii; argc = nargs + 1;
1196
+ argv[0] = self; for (ii = 1; (ii < argc) && (ii < 2); ii++) { argv[ii] = args[ii-1]; } if (argc == 2) { int _v; {
1197
+ void *ptr;
1198
+ _v = (NIL_P(argv[0]) || (TYPE(argv[0]) == T_DATA && SWIG_ConvertPtr(argv[0], &ptr, SWIGTYPE_p_FXScintilla, 0) != -1)) ? 1 : 0; }
1199
+ if (_v) { { void *ptr;
1200
+ _v = (NIL_P(argv[1]) || (TYPE(argv[1]) == T_DATA && SWIG_ConvertPtr(argv[1], &ptr, SWIGTYPE_p_FXRegion, 0) != -1)) ? 1 : 0; }
1201
+ if (_v) { return _wrap_FXScintilla_setShape__SWIG_0(nargs, args, self);} } } if (argc == 2) { int _v; {
1202
+ void *ptr;
1203
+ _v = (NIL_P(argv[0]) || (TYPE(argv[0]) == T_DATA && SWIG_ConvertPtr(argv[0], &ptr, SWIGTYPE_p_FXScintilla, 0) != -1)) ? 1 : 0; }
1204
+ if (_v) { { void *ptr;
1205
+ _v = (NIL_P(argv[1]) || (TYPE(argv[1]) == T_DATA && SWIG_ConvertPtr(argv[1], &ptr, SWIGTYPE_p_FXBitmap, 0) != -1)) ? 1 : 0; }
1206
+ if (_v) { return _wrap_FXScintilla_setShape__SWIG_1(nargs, args, self);} } } if (argc == 2) { int _v; {
1207
+ void *ptr;
1208
+ _v = (NIL_P(argv[0]) || (TYPE(argv[0]) == T_DATA && SWIG_ConvertPtr(argv[0], &ptr, SWIGTYPE_p_FXScintilla, 0) != -1)) ? 1 : 0; }
1209
+ if (_v) { { void *ptr;
1210
+ _v = (NIL_P(argv[1]) || (TYPE(argv[1]) == T_DATA && SWIG_ConvertPtr(argv[1], &ptr, SWIGTYPE_p_FXIcon, 0) != -1)) ? 1 : 0; }
1211
+ if (_v) { return _wrap_FXScintilla_setShape__SWIG_2(nargs, args, self);} } }
1212
+ rb_raise(rb_eArgError, "No matching function for overloaded 'FXScintilla_setShape'"); return Qnil; }
1213
+ static VALUE _wrap_FXScintilla_clearShape(int argc, VALUE *argv, VALUE self) { FXScintilla *arg1 = (FXScintilla *) 0 ;
1214
+ if ((argc < 0) || (argc > 0)) rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
1215
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXScintilla, 1); FXScintilla_clearShape(arg1); return Qnil; }
1216
+ static VALUE _wrap_FXScintilla_getViewportHeight(int argc, VALUE *argv, VALUE self) { FXScintilla *arg1 = (FXScintilla *) 0 ;
1217
+ FXint result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0))
1218
+ rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
1219
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXScintilla, 1); result = (FXint)FXScintilla_getViewportHeight(arg1);
1220
+ vresult = INT2NUM(result); return vresult; }
1221
+ static VALUE _wrap_FXScintilla_getViewportWidth(int argc, VALUE *argv, VALUE self) { FXScintilla *arg1 = (FXScintilla *) 0 ;
1222
+ FXint result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0))
1223
+ rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
1224
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXScintilla, 1); result = (FXint)FXScintilla_getViewportWidth(arg1);
1225
+ vresult = INT2NUM(result); return vresult; }
1226
+ static VALUE _wrap_FXScintilla_getContentHeight(int argc, VALUE *argv, VALUE self) { FXScintilla *arg1 = (FXScintilla *) 0 ;
1227
+ FXint result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0))
1228
+ rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
1229
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXScintilla, 1); result = (FXint)FXScintilla_getContentHeight(arg1);
1230
+ vresult = INT2NUM(result); return vresult; }
1231
+ static VALUE _wrap_FXScintilla_getContentWidth(int argc, VALUE *argv, VALUE self) { FXScintilla *arg1 = (FXScintilla *) 0 ;
1232
+ FXint result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0))
1233
+ rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
1234
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXScintilla, 1); result = (FXint)FXScintilla_getContentWidth(arg1);
1235
+ vresult = INT2NUM(result); return vresult; }
1236
+ static VALUE _wrap_FXScintilla_position__SWIG_1(int argc, VALUE *argv, VALUE self) { FXScintilla *arg1 = (FXScintilla *) 0 ;
1237
+ VALUE result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0))
1238
+ rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
1239
+ SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXScintilla, 1);
1240
+ result = (VALUE)FXScintilla_position__SWIG_1((FXScintilla const *)arg1); vresult = result; return vresult; }
1241
+ static VALUE _wrap_FXScintilla_position(int nargs, VALUE *args, VALUE self) { int argc; VALUE argv[6]; int ii; argc = nargs + 1;
1242
+ argv[0] = self; for (ii = 1; (ii < argc) && (ii < 5); ii++) { argv[ii] = args[ii-1]; } if (argc == 1) { int _v; {
1243
+ void *ptr;
1244
+ _v = (NIL_P(argv[0]) || (TYPE(argv[0]) == T_DATA && SWIG_ConvertPtr(argv[0], &ptr, SWIGTYPE_p_FXScintilla, 0) != -1)) ? 1 : 0; }
1245
+ if (_v) { return _wrap_FXScintilla_position__SWIG_1(nargs, args, self);} } if (argc == 5) { int _v; { void *ptr;
1246
+ _v = (NIL_P(argv[0]) || (TYPE(argv[0]) == T_DATA && SWIG_ConvertPtr(argv[0], &ptr, SWIGTYPE_p_FXScintilla, 0) != -1)) ? 1 : 0; }
1247
+ if (_v) { { _v = ((TYPE(argv[1]) == T_FIXNUM) || (TYPE(argv[1]) == T_BIGNUM)) ? 1 : 0; } if (_v) { {
1248
+ _v = ((TYPE(argv[2]) == T_FIXNUM) || (TYPE(argv[2]) == T_BIGNUM)) ? 1 : 0; } if (_v) { {
1249
+ _v = ((TYPE(argv[3]) == T_FIXNUM) || (TYPE(argv[3]) == T_BIGNUM)) ? 1 : 0; } if (_v) { {
1250
+ _v = ((TYPE(argv[4]) == T_FIXNUM) || (TYPE(argv[4]) == T_BIGNUM)) ? 1 : 0; } if (_v) {
1251
+ return _wrap_FXScintilla_position__SWIG_0(nargs, args, self);} } } } } }
1252
+ rb_raise(rb_eArgError, "No matching function for overloaded 'FXScintilla_position'"); return Qnil; }
1253
+
1254
+ /* -------- TYPE CONVERSION AND EQUIVALENCE RULES (BEGIN) -------- */
1255
+
1256
+ static void *_p_FXGradientBarTo_p_FXId(void *x) {
1257
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *) ((FXGradientBar *) x));
1258
+ }
1259
+ static void *_p_FXShutterItemTo_p_FXId(void *x) {
1260
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *)(FXVerticalFrame *) ((FXShutterItem *) x));
1261
+ }
1262
+ static void *_p_FXColorBarTo_p_FXId(void *x) {
1263
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *) ((FXColorBar *) x));
1264
+ }
1265
+ static void *_p_FXTabBarTo_p_FXId(void *x) {
1266
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXTabBar *) x));
1267
+ }
1268
+ static void *_p_FXSwitcherTo_p_FXId(void *x) {
1269
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXSwitcher *) x));
1270
+ }
1271
+ static void *_p_FXTextFieldTo_p_FXId(void *x) {
1272
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *) ((FXTextField *) x));
1273
+ }
1274
+ static void *_p_FXToolBarTabTo_p_FXId(void *x) {
1275
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *) ((FXToolBarTab *) x));
1276
+ }
1277
+ static void *_p_FXDriveBoxTo_p_FXId(void *x) {
1278
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *)(FXListBox *) ((FXDriveBox *) x));
1279
+ }
1280
+ static void *_p_FXMatrixTo_p_FXId(void *x) {
1281
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXMatrix *) x));
1282
+ }
1283
+ static void *_p_FXScrollCornerTo_p_FXId(void *x) {
1284
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *) ((FXScrollCorner *) x));
1285
+ }
1286
+ static void *_p_FXArrowButtonTo_p_FXId(void *x) {
1287
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *) ((FXArrowButton *) x));
1288
+ }
1289
+ static void *_p_FXPopupTo_p_FXId(void *x) {
1290
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXShell *) ((FXPopup *) x));
1291
+ }
1292
+ static void *_p_FXDrawableTo_p_FXId(void *x) {
1293
+ return (void *)((FXId *) ((FXDrawable *) x));
1294
+ }
1295
+ static void *_p_FXHeaderTo_p_FXId(void *x) {
1296
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *) ((FXHeader *) x));
1297
+ }
1298
+ static void *_p_FXSplitterTo_p_FXId(void *x) {
1299
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *) ((FXSplitter *) x));
1300
+ }
1301
+ static void *_p_FX4SplitterTo_p_FXId(void *x) {
1302
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *) ((FX4Splitter *) x));
1303
+ }
1304
+ static void *_p_FXSpringTo_p_FXId(void *x) {
1305
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXSpring *) x));
1306
+ }
1307
+ static void *_p_FXPackerTo_p_FXId(void *x) {
1308
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *) ((FXPacker *) x));
1309
+ }
1310
+ static void *_p_FXTabBookTo_p_FXId(void *x) {
1311
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *)(FXTabBar *) ((FXTabBook *) x));
1312
+ }
1313
+ static void *_p_FXImageFrameTo_p_FXId(void *x) {
1314
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *) ((FXImageFrame *) x));
1315
+ }
1316
+ static void *_p_FXVerticalSeparatorTo_p_FXId(void *x) {
1317
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *)(FXSeparator *) ((FXVerticalSeparator *) x));
1318
+ }
1319
+ static void *_p_FXHorizontalSeparatorTo_p_FXId(void *x) {
1320
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *)(FXSeparator *) ((FXHorizontalSeparator *) x));
1321
+ }
1322
+ static void *_p_FXSeparatorTo_p_FXId(void *x) {
1323
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *) ((FXSeparator *) x));
1324
+ }
1325
+ static void *_p_FXProgressBarTo_p_FXId(void *x) {
1326
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *) ((FXProgressBar *) x));
1327
+ }
1328
+ static void *_p_FXShutterTo_p_FXId(void *x) {
1329
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *)(FXVerticalFrame *) ((FXShutter *) x));
1330
+ }
1331
+ static void *_p_FXToolTipTo_p_FXId(void *x) {
1332
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXShell *) ((FXToolTip *) x));
1333
+ }
1334
+ static void *_p_FXCompositeTo_p_FXId(void *x) {
1335
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *) ((FXComposite *) x));
1336
+ }
1337
+ static void *_p_FXBitmapFrameTo_p_FXId(void *x) {
1338
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *) ((FXBitmapFrame *) x));
1339
+ }
1340
+ static void *_p_FXRealSliderTo_p_FXId(void *x) {
1341
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *) ((FXRealSlider *) x));
1342
+ }
1343
+ static void *_p_FXSliderTo_p_FXId(void *x) {
1344
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *) ((FXSlider *) x));
1345
+ }
1346
+ static void *_p_FXScintillaTo_p_FXId(void *x) {
1347
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXScrollArea *) ((FXScintilla *) x));
1348
+ }
1349
+ static void *_p_FXDockSiteTo_p_FXId(void *x) {
1350
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXDockSite *) x));
1351
+ }
1352
+ static void *_p_FXGroupBoxTo_p_FXId(void *x) {
1353
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXGroupBox *) x));
1354
+ }
1355
+ static void *_p_FXColorRingTo_p_FXId(void *x) {
1356
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *) ((FXColorRing *) x));
1357
+ }
1358
+ static void *_p_FXDockHandlerTo_p_FXId(void *x) {
1359
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *) ((FXDockHandler *) x));
1360
+ }
1361
+ static void *_p_FXTreeListBoxTo_p_FXId(void *x) {
1362
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXTreeListBox *) x));
1363
+ }
1364
+ static void *_p_FXListBoxTo_p_FXId(void *x) {
1365
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXListBox *) x));
1366
+ }
1367
+ static void *_p_FXCanvasTo_p_FXId(void *x) {
1368
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *) ((FXCanvas *) x));
1369
+ }
1370
+ static void *_p_FXColorWheelTo_p_FXId(void *x) {
1371
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *) ((FXColorWheel *) x));
1372
+ }
1373
+ static void *_p_FXVisualTo_p_FXId(void *x) {
1374
+ return (void *)((FXId *) ((FXVisual *) x));
1375
+ }
1376
+ static void *_p_FXScrollBarTo_p_FXId(void *x) {
1377
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *) ((FXScrollBar *) x));
1378
+ }
1379
+ static void *_p_FXToolBarGripTo_p_FXId(void *x) {
1380
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *)(FXDockHandler *) ((FXToolBarGrip *) x));
1381
+ }
1382
+ static void *_p_FXFontTo_p_FXId(void *x) {
1383
+ return (void *)((FXId *) ((FXFont *) x));
1384
+ }
1385
+ static void *_p_FXComboBoxTo_p_FXId(void *x) {
1386
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXComboBox *) x));
1387
+ }
1388
+ static void *_p_FXFrameTo_p_FXId(void *x) {
1389
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *) ((FXFrame *) x));
1390
+ }
1391
+ static void *_p_FX7SegmentTo_p_FXId(void *x) {
1392
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *) ((FX7Segment *) x));
1393
+ }
1394
+ static void *_p_FXDockTitleTo_p_FXId(void *x) {
1395
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *)(FXDockHandler *) ((FXDockTitle *) x));
1396
+ }
1397
+ static void *_p_FXStatusBarTo_p_FXId(void *x) {
1398
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *)(FXHorizontalFrame *) ((FXStatusBar *) x));
1399
+ }
1400
+ static void *_p_FXGIFCursorTo_p_FXId(void *x) {
1401
+ return (void *)((FXId *) (FXCursor *) ((FXGIFCursor *) x));
1402
+ }
1403
+ static void *_p_FXCURCursorTo_p_FXId(void *x) {
1404
+ return (void *)((FXId *) (FXCursor *) ((FXCURCursor *) x));
1405
+ }
1406
+ static void *_p_FXCursorTo_p_FXId(void *x) {
1407
+ return (void *)((FXId *) ((FXCursor *) x));
1408
+ }
1409
+ static void *_p_FXKnobTo_p_FXId(void *x) {
1410
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *) ((FXKnob *) x));
1411
+ }
1412
+ static void *_p_FXRealSpinnerTo_p_FXId(void *x) {
1413
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXRealSpinner *) x));
1414
+ }
1415
+ static void *_p_FXSpinnerTo_p_FXId(void *x) {
1416
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXSpinner *) x));
1417
+ }
1418
+ static void *_p_FXRulerViewTo_p_FXId(void *x) {
1419
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXScrollArea *) ((FXRulerView *) x));
1420
+ }
1421
+ static void *_p_FXStatusLineTo_p_FXId(void *x) {
1422
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *) ((FXStatusLine *) x));
1423
+ }
1424
+ static void *_p_FXMainWindowTo_p_FXId(void *x) {
1425
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXShell *)(FXTopWindow *) ((FXMainWindow *) x));
1426
+ }
1427
+ static void *_p_FXTopWindowTo_p_FXId(void *x) {
1428
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXShell *) ((FXTopWindow *) x));
1429
+ }
1430
+ static void *_p_FXRootWindowTo_p_FXId(void *x) {
1431
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *) ((FXRootWindow *) x));
1432
+ }
1433
+ static void *_p_FXWindowTo_p_FXId(void *x) {
1434
+ return (void *)((FXId *) (FXDrawable *) ((FXWindow *) x));
1435
+ }
1436
+ static void *_p_FXSplashWindowTo_p_FXId(void *x) {
1437
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXShell *)(FXTopWindow *) ((FXSplashWindow *) x));
1438
+ }
1439
+ static void *_p_FXScrollWindowTo_p_FXId(void *x) {
1440
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXScrollArea *) ((FXScrollWindow *) x));
1441
+ }
1442
+ static void *_p_FXDockBarTo_p_FXId(void *x) {
1443
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXDockBar *) x));
1444
+ }
1445
+ static void *_p_FXShellTo_p_FXId(void *x) {
1446
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *) ((FXShell *) x));
1447
+ }
1448
+ static void *_p_FXScrollAreaTo_p_FXId(void *x) {
1449
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *) ((FXScrollArea *) x));
1450
+ }
1451
+ static void *_p_FXColorWellTo_p_FXId(void *x) {
1452
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *) ((FXColorWell *) x));
1453
+ }
1454
+ static void *_p_FXDragCornerTo_p_FXId(void *x) {
1455
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *) ((FXDragCorner *) x));
1456
+ }
1457
+ static void *_p_FXRulerTo_p_FXId(void *x) {
1458
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *) ((FXRuler *) x));
1459
+ }
1460
+ static void *_p_FXDialTo_p_FXId(void *x) {
1461
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXFrame *) ((FXDial *) x));
1462
+ }
1463
+ static void *_p_FXHorizontalFrameTo_p_FXId(void *x) {
1464
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXHorizontalFrame *) x));
1465
+ }
1466
+ static void *_p_FXVerticalFrameTo_p_FXId(void *x) {
1467
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXVerticalFrame *) x));
1468
+ }
1469
+ static void *_p_FXImageViewTo_p_FXId(void *x) {
1470
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXScrollArea *) ((FXImageView *) x));
1471
+ }
1472
+ static void *_p_FXFontSelectorTo_p_FXId(void *x) {
1473
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXFontSelector *) x));
1474
+ }
1475
+ static void *_p_FXColorSelectorTo_p_FXId(void *x) {
1476
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXColorSelector *) x));
1477
+ }
1478
+ static void *_p_FXFileSelectorTo_p_FXId(void *x) {
1479
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXFileSelector *) x));
1480
+ }
1481
+ static void *_p_FXDirSelectorTo_p_FXId(void *x) {
1482
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXDirSelector *) x));
1483
+ }
1484
+ static void *_p_FXToolBarTo_p_FXId(void *x) {
1485
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *)(FXDockBar *) ((FXToolBar *) x));
1486
+ }
1487
+ static void *_p_FXToolBarShellTo_p_FXId(void *x) {
1488
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXShell *)(FXTopWindow *) ((FXToolBarShell *) x));
1489
+ }
1490
+ static void *_p_FXDirBoxTo_p_FXId(void *x) {
1491
+ return (void *)((FXId *) (FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *)(FXTreeListBox *) ((FXDirBox *) x));
1492
+ }
1493
+ static void *_p_FXDocumentTo_p_FXObject(void *x) {
1494
+ return (void *)((FXObject *) ((FXDocument *) x));
1495
+ }
1496
+ static void *_p_FXGradientBarTo_p_FXObject(void *x) {
1497
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *) ((FXGradientBar *) x));
1498
+ }
1499
+ static void *_p_FXRegistryTo_p_FXObject(void *x) {
1500
+ return (void *)((FXObject *) (FXDict *)(FXSettings *) ((FXRegistry *) x));
1501
+ }
1502
+ static void *_p_FXHeaderItemTo_p_FXObject(void *x) {
1503
+ return (void *)((FXObject *) ((FXHeaderItem *) x));
1504
+ }
1505
+ static void *_p_FXShutterItemTo_p_FXObject(void *x) {
1506
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *)(FXVerticalFrame *) ((FXShutterItem *) x));
1507
+ }
1508
+ static void *_p_FXColorBarTo_p_FXObject(void *x) {
1509
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *) ((FXColorBar *) x));
1510
+ }
1511
+ static void *_p_FXTabBarTo_p_FXObject(void *x) {
1512
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXTabBar *) x));
1513
+ }
1514
+ static void *_p_FXSwitcherTo_p_FXObject(void *x) {
1515
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXSwitcher *) x));
1516
+ }
1517
+ static void *_p_FXTextFieldTo_p_FXObject(void *x) {
1518
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *) ((FXTextField *) x));
1519
+ }
1520
+ static void *_p_FXToolBarTabTo_p_FXObject(void *x) {
1521
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *) ((FXToolBarTab *) x));
1522
+ }
1523
+ static void *_p_FXDriveBoxTo_p_FXObject(void *x) {
1524
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *)(FXListBox *) ((FXDriveBox *) x));
1525
+ }
1526
+ static void *_p_FXIconDictTo_p_FXObject(void *x) {
1527
+ return (void *)((FXObject *) (FXDict *) ((FXIconDict *) x));
1528
+ }
1529
+ static void *_p_FXMatrixTo_p_FXObject(void *x) {
1530
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXMatrix *) x));
1531
+ }
1532
+ static void *_p_FXFileDictTo_p_FXObject(void *x) {
1533
+ return (void *)((FXObject *) (FXDict *) ((FXFileDict *) x));
1534
+ }
1535
+ static void *_p_FXRecentFilesTo_p_FXObject(void *x) {
1536
+ return (void *)((FXObject *) ((FXRecentFiles *) x));
1537
+ }
1538
+ static void *_p_FXScrollCornerTo_p_FXObject(void *x) {
1539
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *) ((FXScrollCorner *) x));
1540
+ }
1541
+ static void *_p_FXArrowButtonTo_p_FXObject(void *x) {
1542
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *) ((FXArrowButton *) x));
1543
+ }
1544
+ static void *_p_FXPopupTo_p_FXObject(void *x) {
1545
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXShell *) ((FXPopup *) x));
1546
+ }
1547
+ static void *_p_FXDrawableTo_p_FXObject(void *x) {
1548
+ return (void *)((FXObject *) (FXId *) ((FXDrawable *) x));
1549
+ }
1550
+ static void *_p_FXAppTo_p_FXObject(void *x) {
1551
+ return (void *)((FXObject *) ((FXApp *) x));
1552
+ }
1553
+ static void *_p_FXHeaderTo_p_FXObject(void *x) {
1554
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *) ((FXHeader *) x));
1555
+ }
1556
+ static void *_p_FXTranslatorTo_p_FXObject(void *x) {
1557
+ return (void *)((FXObject *) ((FXTranslator *) x));
1558
+ }
1559
+ static void *_p_FX4SplitterTo_p_FXObject(void *x) {
1560
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *) ((FX4Splitter *) x));
1561
+ }
1562
+ static void *_p_FXSplitterTo_p_FXObject(void *x) {
1563
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *) ((FXSplitter *) x));
1564
+ }
1565
+ static void *_p_FXSpringTo_p_FXObject(void *x) {
1566
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXSpring *) x));
1567
+ }
1568
+ static void *_p_FXPackerTo_p_FXObject(void *x) {
1569
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *) ((FXPacker *) x));
1570
+ }
1571
+ static void *_p_FXTabBookTo_p_FXObject(void *x) {
1572
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *)(FXTabBar *) ((FXTabBook *) x));
1573
+ }
1574
+ static void *_p_FXImageFrameTo_p_FXObject(void *x) {
1575
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *) ((FXImageFrame *) x));
1576
+ }
1577
+ static void *_p_FXVerticalSeparatorTo_p_FXObject(void *x) {
1578
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *)(FXSeparator *) ((FXVerticalSeparator *) x));
1579
+ }
1580
+ static void *_p_FXHorizontalSeparatorTo_p_FXObject(void *x) {
1581
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *)(FXSeparator *) ((FXHorizontalSeparator *) x));
1582
+ }
1583
+ static void *_p_FXSeparatorTo_p_FXObject(void *x) {
1584
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *) ((FXSeparator *) x));
1585
+ }
1586
+ static void *_p_FXIdTo_p_FXObject(void *x) {
1587
+ return (void *)((FXObject *) ((FXId *) x));
1588
+ }
1589
+ static void *_p_FXProgressBarTo_p_FXObject(void *x) {
1590
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *) ((FXProgressBar *) x));
1591
+ }
1592
+ static void *_p_FXShutterTo_p_FXObject(void *x) {
1593
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *)(FXVerticalFrame *) ((FXShutter *) x));
1594
+ }
1595
+ static void *_p_FXToolTipTo_p_FXObject(void *x) {
1596
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXShell *) ((FXToolTip *) x));
1597
+ }
1598
+ static void *_p_FXCompositeTo_p_FXObject(void *x) {
1599
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *) ((FXComposite *) x));
1600
+ }
1601
+ static void *_p_FXBitmapFrameTo_p_FXObject(void *x) {
1602
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *) ((FXBitmapFrame *) x));
1603
+ }
1604
+ static void *_p_FXRealSliderTo_p_FXObject(void *x) {
1605
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *) ((FXRealSlider *) x));
1606
+ }
1607
+ static void *_p_FXSliderTo_p_FXObject(void *x) {
1608
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *) ((FXSlider *) x));
1609
+ }
1610
+ static void *_p_FXSettingsTo_p_FXObject(void *x) {
1611
+ return (void *)((FXObject *) (FXDict *) ((FXSettings *) x));
1612
+ }
1613
+ static void *_p_FXScintillaTo_p_FXObject(void *x) {
1614
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXScrollArea *) ((FXScintilla *) x));
1615
+ }
1616
+ static void *_p_FXDockSiteTo_p_FXObject(void *x) {
1617
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXDockSite *) x));
1618
+ }
1619
+ static void *_p_FXGroupBoxTo_p_FXObject(void *x) {
1620
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXGroupBox *) x));
1621
+ }
1622
+ static void *_p_FXColorRingTo_p_FXObject(void *x) {
1623
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *) ((FXColorRing *) x));
1624
+ }
1625
+ static void *_p_FXDebugTargetTo_p_FXObject(void *x) {
1626
+ return (void *)((FXObject *) ((FXDebugTarget *) x));
1627
+ }
1628
+ static void *_p_FXDataTargetTo_p_FXObject(void *x) {
1629
+ return (void *)((FXObject *) ((FXDataTarget *) x));
1630
+ }
1631
+ static void *_p_FXDockHandlerTo_p_FXObject(void *x) {
1632
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *) ((FXDockHandler *) x));
1633
+ }
1634
+ static void *_p_FXCanvasTo_p_FXObject(void *x) {
1635
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *) ((FXCanvas *) x));
1636
+ }
1637
+ static void *_p_FXListBoxTo_p_FXObject(void *x) {
1638
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXListBox *) x));
1639
+ }
1640
+ static void *_p_FXTreeListBoxTo_p_FXObject(void *x) {
1641
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXTreeListBox *) x));
1642
+ }
1643
+ static void *_p_FXColorWheelTo_p_FXObject(void *x) {
1644
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *) ((FXColorWheel *) x));
1645
+ }
1646
+ static void *_p_FXVisualTo_p_FXObject(void *x) {
1647
+ return (void *)((FXObject *) (FXId *) ((FXVisual *) x));
1648
+ }
1649
+ static void *_p_FXScrollBarTo_p_FXObject(void *x) {
1650
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *) ((FXScrollBar *) x));
1651
+ }
1652
+ static void *_p_FXToolBarGripTo_p_FXObject(void *x) {
1653
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *)(FXDockHandler *) ((FXToolBarGrip *) x));
1654
+ }
1655
+ static void *_p_FXFontTo_p_FXObject(void *x) {
1656
+ return (void *)((FXObject *) (FXId *) ((FXFont *) x));
1657
+ }
1658
+ static void *_p_FXComboBoxTo_p_FXObject(void *x) {
1659
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXComboBox *) x));
1660
+ }
1661
+ static void *_p_FXFrameTo_p_FXObject(void *x) {
1662
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *) ((FXFrame *) x));
1663
+ }
1664
+ static void *_p_FX7SegmentTo_p_FXObject(void *x) {
1665
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *) ((FX7Segment *) x));
1666
+ }
1667
+ static void *_p_FXDockTitleTo_p_FXObject(void *x) {
1668
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *)(FXDockHandler *) ((FXDockTitle *) x));
1669
+ }
1670
+ static void *_p_FXStringDictTo_p_FXObject(void *x) {
1671
+ return (void *)((FXObject *) (FXDict *) ((FXStringDict *) x));
1672
+ }
1673
+ static void *_p_FXStatusBarTo_p_FXObject(void *x) {
1674
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *)(FXHorizontalFrame *) ((FXStatusBar *) x));
1675
+ }
1676
+ static void *_p_FXDelegatorTo_p_FXObject(void *x) {
1677
+ return (void *)((FXObject *) ((FXDelegator *) x));
1678
+ }
1679
+ static void *_p_FXAccelTableTo_p_FXObject(void *x) {
1680
+ return (void *)((FXObject *) ((FXAccelTable *) x));
1681
+ }
1682
+ static void *_p_FXCursorTo_p_FXObject(void *x) {
1683
+ return (void *)((FXObject *) (FXId *) ((FXCursor *) x));
1684
+ }
1685
+ static void *_p_FXCURCursorTo_p_FXObject(void *x) {
1686
+ return (void *)((FXObject *) (FXId *)(FXCursor *) ((FXCURCursor *) x));
1687
+ }
1688
+ static void *_p_FXGIFCursorTo_p_FXObject(void *x) {
1689
+ return (void *)((FXObject *) (FXId *)(FXCursor *) ((FXGIFCursor *) x));
1690
+ }
1691
+ static void *_p_FXKnobTo_p_FXObject(void *x) {
1692
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *) ((FXKnob *) x));
1693
+ }
1694
+ static void *_p_FXRealSpinnerTo_p_FXObject(void *x) {
1695
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXRealSpinner *) x));
1696
+ }
1697
+ static void *_p_FXSpinnerTo_p_FXObject(void *x) {
1698
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXSpinner *) x));
1699
+ }
1700
+ static void *_p_FXRulerViewTo_p_FXObject(void *x) {
1701
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXScrollArea *) ((FXRulerView *) x));
1702
+ }
1703
+ static void *_p_FXStatusLineTo_p_FXObject(void *x) {
1704
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *) ((FXStatusLine *) x));
1705
+ }
1706
+ static void *_p_FXScrollWindowTo_p_FXObject(void *x) {
1707
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXScrollArea *) ((FXScrollWindow *) x));
1708
+ }
1709
+ static void *_p_FXWindowTo_p_FXObject(void *x) {
1710
+ return (void *)((FXObject *) (FXId *)(FXDrawable *) ((FXWindow *) x));
1711
+ }
1712
+ static void *_p_FXRootWindowTo_p_FXObject(void *x) {
1713
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *) ((FXRootWindow *) x));
1714
+ }
1715
+ static void *_p_FXTopWindowTo_p_FXObject(void *x) {
1716
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXShell *) ((FXTopWindow *) x));
1717
+ }
1718
+ static void *_p_FXMainWindowTo_p_FXObject(void *x) {
1719
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXShell *)(FXTopWindow *) ((FXMainWindow *) x));
1720
+ }
1721
+ static void *_p_FXSplashWindowTo_p_FXObject(void *x) {
1722
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXShell *)(FXTopWindow *) ((FXSplashWindow *) x));
1723
+ }
1724
+ static void *_p_FXDockBarTo_p_FXObject(void *x) {
1725
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXDockBar *) x));
1726
+ }
1727
+ static void *_p_FXDictTo_p_FXObject(void *x) {
1728
+ return (void *)((FXObject *) ((FXDict *) x));
1729
+ }
1730
+ static void *_p_FXShellTo_p_FXObject(void *x) {
1731
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *) ((FXShell *) x));
1732
+ }
1733
+ static void *_p_FXScrollAreaTo_p_FXObject(void *x) {
1734
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *) ((FXScrollArea *) x));
1735
+ }
1736
+ static void *_p_FXColorWellTo_p_FXObject(void *x) {
1737
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *) ((FXColorWell *) x));
1738
+ }
1739
+ static void *_p_FXDragCornerTo_p_FXObject(void *x) {
1740
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *) ((FXDragCorner *) x));
1741
+ }
1742
+ static void *_p_FXRulerTo_p_FXObject(void *x) {
1743
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *) ((FXRuler *) x));
1744
+ }
1745
+ static void *_p_FXDialTo_p_FXObject(void *x) {
1746
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXFrame *) ((FXDial *) x));
1747
+ }
1748
+ static void *_p_FXVerticalFrameTo_p_FXObject(void *x) {
1749
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXVerticalFrame *) x));
1750
+ }
1751
+ static void *_p_FXHorizontalFrameTo_p_FXObject(void *x) {
1752
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXHorizontalFrame *) x));
1753
+ }
1754
+ static void *_p_FXImageViewTo_p_FXObject(void *x) {
1755
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXScrollArea *) ((FXImageView *) x));
1756
+ }
1757
+ static void *_p_FXDirSelectorTo_p_FXObject(void *x) {
1758
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXDirSelector *) x));
1759
+ }
1760
+ static void *_p_FXFileSelectorTo_p_FXObject(void *x) {
1761
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXFileSelector *) x));
1762
+ }
1763
+ static void *_p_FXColorSelectorTo_p_FXObject(void *x) {
1764
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXColorSelector *) x));
1765
+ }
1766
+ static void *_p_FXFontSelectorTo_p_FXObject(void *x) {
1767
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *) ((FXFontSelector *) x));
1768
+ }
1769
+ static void *_p_FXToolBarTo_p_FXObject(void *x) {
1770
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *)(FXDockBar *) ((FXToolBar *) x));
1771
+ }
1772
+ static void *_p_FXToolBarShellTo_p_FXObject(void *x) {
1773
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXShell *)(FXTopWindow *) ((FXToolBarShell *) x));
1774
+ }
1775
+ static void *_p_FXDirBoxTo_p_FXObject(void *x) {
1776
+ return (void *)((FXObject *) (FXId *)(FXDrawable *)(FXWindow *)(FXComposite *)(FXPacker *)(FXTreeListBox *) ((FXDirBox *) x));
1777
+ }
1778
+ static void *_p_FXScrollWindowTo_p_FXScrollArea(void *x) {
1779
+ return (void *)((FXScrollArea *) ((FXScrollWindow *) x));
1780
+ }
1781
+ static void *_p_FXImageViewTo_p_FXScrollArea(void *x) {
1782
+ return (void *)((FXScrollArea *) ((FXImageView *) x));
1783
+ }
1784
+ static void *_p_FXRulerViewTo_p_FXScrollArea(void *x) {
1785
+ return (void *)((FXScrollArea *) ((FXRulerView *) x));
1786
+ }
1787
+ static void *_p_FXScintillaTo_p_FXScrollArea(void *x) {
1788
+ return (void *)((FXScrollArea *) ((FXScintilla *) x));
1789
+ }
1790
+ static void *_p_FXDriveBoxTo_p_FXWindow(void *x) {
1791
+ return (void *)((FXWindow *) (FXComposite *)(FXPacker *)(FXListBox *) ((FXDriveBox *) x));
1792
+ }
1793
+ static void *_p_FXToolBarTo_p_FXWindow(void *x) {
1794
+ return (void *)((FXWindow *) (FXComposite *)(FXPacker *)(FXDockBar *) ((FXToolBar *) x));
1795
+ }
1796
+ static void *_p_FXCompositeTo_p_FXWindow(void *x) {
1797
+ return (void *)((FXWindow *) ((FXComposite *) x));
1798
+ }
1799
+ static void *_p_FXToolTipTo_p_FXWindow(void *x) {
1800
+ return (void *)((FXWindow *) (FXComposite *)(FXShell *) ((FXToolTip *) x));
1801
+ }
1802
+ static void *_p_FXTextFieldTo_p_FXWindow(void *x) {
1803
+ return (void *)((FXWindow *) (FXFrame *) ((FXTextField *) x));
1804
+ }
1805
+ static void *_p_FXTabBookTo_p_FXWindow(void *x) {
1806
+ return (void *)((FXWindow *) (FXComposite *)(FXPacker *)(FXTabBar *) ((FXTabBook *) x));
1807
+ }
1808
+ static void *_p_FXArrowButtonTo_p_FXWindow(void *x) {
1809
+ return (void *)((FXWindow *) (FXFrame *) ((FXArrowButton *) x));
1810
+ }
1811
+ static void *_p_FXGroupBoxTo_p_FXWindow(void *x) {
1812
+ return (void *)((FXWindow *) (FXComposite *)(FXPacker *) ((FXGroupBox *) x));
1813
+ }
1814
+ static void *_p_FXShellTo_p_FXWindow(void *x) {
1815
+ return (void *)((FXWindow *) (FXComposite *) ((FXShell *) x));
1816
+ }
1817
+ static void *_p_FXStatusBarTo_p_FXWindow(void *x) {
1818
+ return (void *)((FXWindow *) (FXComposite *)(FXPacker *)(FXHorizontalFrame *) ((FXStatusBar *) x));
1819
+ }
1820
+ static void *_p_FXScrollAreaTo_p_FXWindow(void *x) {
1821
+ return (void *)((FXWindow *) (FXComposite *) ((FXScrollArea *) x));
1822
+ }
1823
+ static void *_p_FXPopupTo_p_FXWindow(void *x) {
1824
+ return (void *)((FXWindow *) (FXComposite *)(FXShell *) ((FXPopup *) x));
1825
+ }
1826
+ static void *_p_FXScrollWindowTo_p_FXWindow(void *x) {
1827
+ return (void *)((FXWindow *) (FXComposite *)(FXScrollArea *) ((FXScrollWindow *) x));
1828
+ }
1829
+ static void *_p_FXRootWindowTo_p_FXWindow(void *x) {
1830
+ return (void *)((FXWindow *) (FXComposite *) ((FXRootWindow *) x));
1831
+ }
1832
+ static void *_p_FXTopWindowTo_p_FXWindow(void *x) {
1833
+ return (void *)((FXWindow *) (FXComposite *)(FXShell *) ((FXTopWindow *) x));
1834
+ }
1835
+ static void *_p_FXMainWindowTo_p_FXWindow(void *x) {
1836
+ return (void *)((FXWindow *) (FXComposite *)(FXShell *)(FXTopWindow *) ((FXMainWindow *) x));
1837
+ }
1838
+ static void *_p_FXSplashWindowTo_p_FXWindow(void *x) {
1839
+ return (void *)((FXWindow *) (FXComposite *)(FXShell *)(FXTopWindow *) ((FXSplashWindow *) x));
1840
+ }
1841
+ static void *_p_FXRulerTo_p_FXWindow(void *x) {
1842
+ return (void *)((FXWindow *) (FXFrame *) ((FXRuler *) x));
1843
+ }
1844
+ static void *_p_FXCanvasTo_p_FXWindow(void *x) {
1845
+ return (void *)((FXWindow *) ((FXCanvas *) x));
1846
+ }
1847
+ static void *_p_FXScrollCornerTo_p_FXWindow(void *x) {
1848
+ return (void *)((FXWindow *) ((FXScrollCorner *) x));
1849
+ }
1850
+ static void *_p_FXSeparatorTo_p_FXWindow(void *x) {
1851
+ return (void *)((FXWindow *) (FXFrame *) ((FXSeparator *) x));
1852
+ }
1853
+ static void *_p_FXHorizontalSeparatorTo_p_FXWindow(void *x) {
1854
+ return (void *)((FXWindow *) (FXFrame *)(FXSeparator *) ((FXHorizontalSeparator *) x));
1855
+ }
1856
+ static void *_p_FXVerticalSeparatorTo_p_FXWindow(void *x) {
1857
+ return (void *)((FXWindow *) (FXFrame *)(FXSeparator *) ((FXVerticalSeparator *) x));
1858
+ }
1859
+ static void *_p_FXStatusLineTo_p_FXWindow(void *x) {
1860
+ return (void *)((FXWindow *) (FXFrame *) ((FXStatusLine *) x));
1861
+ }
1862
+ static void *_p_FXComboBoxTo_p_FXWindow(void *x) {
1863
+ return (void *)((FXWindow *) (FXComposite *)(FXPacker *) ((FXComboBox *) x));
1864
+ }
1865
+ static void *_p_FXScintillaTo_p_FXWindow(void *x) {
1866
+ return (void *)((FXWindow *) (FXComposite *)(FXScrollArea *) ((FXScintilla *) x));
1867
+ }
1868
+ static void *_p_FXKnobTo_p_FXWindow(void *x) {
1869
+ return (void *)((FXWindow *) (FXFrame *) ((FXKnob *) x));
1870
+ }
1871
+ static void *_p_FXHorizontalFrameTo_p_FXWindow(void *x) {
1872
+ return (void *)((FXWindow *) (FXComposite *)(FXPacker *) ((FXHorizontalFrame *) x));
1873
+ }
1874
+ static void *_p_FXVerticalFrameTo_p_FXWindow(void *x) {
1875
+ return (void *)((FXWindow *) (FXComposite *)(FXPacker *) ((FXVerticalFrame *) x));
1876
+ }
1877
+ static void *_p_FX4SplitterTo_p_FXWindow(void *x) {
1878
+ return (void *)((FXWindow *) (FXComposite *) ((FX4Splitter *) x));
1879
+ }
1880
+ static void *_p_FXSplitterTo_p_FXWindow(void *x) {
1881
+ return (void *)((FXWindow *) (FXComposite *) ((FXSplitter *) x));
1882
+ }
1883
+ static void *_p_FXPackerTo_p_FXWindow(void *x) {
1884
+ return (void *)((FXWindow *) (FXComposite *) ((FXPacker *) x));
1885
+ }
1886
+ static void *_p_FXSpinnerTo_p_FXWindow(void *x) {
1887
+ return (void *)((FXWindow *) (FXComposite *)(FXPacker *) ((FXSpinner *) x));
1888
+ }
1889
+ static void *_p_FXRealSpinnerTo_p_FXWindow(void *x) {
1890
+ return (void *)((FXWindow *) (FXComposite *)(FXPacker *) ((FXRealSpinner *) x));
1891
+ }
1892
+ static void *_p_FXScrollBarTo_p_FXWindow(void *x) {
1893
+ return (void *)((FXWindow *) ((FXScrollBar *) x));
1894
+ }
1895
+ static void *_p_FXColorWheelTo_p_FXWindow(void *x) {
1896
+ return (void *)((FXWindow *) (FXFrame *) ((FXColorWheel *) x));
1897
+ }
1898
+ static void *_p_FXBitmapFrameTo_p_FXWindow(void *x) {
1899
+ return (void *)((FXWindow *) (FXFrame *) ((FXBitmapFrame *) x));
1900
+ }
1901
+ static void *_p_FXGradientBarTo_p_FXWindow(void *x) {
1902
+ return (void *)((FXWindow *) (FXFrame *) ((FXGradientBar *) x));
1903
+ }
1904
+ static void *_p_FXDirBoxTo_p_FXWindow(void *x) {
1905
+ return (void *)((FXWindow *) (FXComposite *)(FXPacker *)(FXTreeListBox *) ((FXDirBox *) x));
1906
+ }
1907
+ static void *_p_FXDockHandlerTo_p_FXWindow(void *x) {
1908
+ return (void *)((FXWindow *) (FXFrame *) ((FXDockHandler *) x));
1909
+ }
1910
+ static void *_p_FXToolBarGripTo_p_FXWindow(void *x) {
1911
+ return (void *)((FXWindow *) (FXFrame *)(FXDockHandler *) ((FXToolBarGrip *) x));
1912
+ }
1913
+ static void *_p_FXImageFrameTo_p_FXWindow(void *x) {
1914
+ return (void *)((FXWindow *) (FXFrame *) ((FXImageFrame *) x));
1915
+ }
1916
+ static void *_p_FXDragCornerTo_p_FXWindow(void *x) {
1917
+ return (void *)((FXWindow *) ((FXDragCorner *) x));
1918
+ }
1919
+ static void *_p_FXSwitcherTo_p_FXWindow(void *x) {
1920
+ return (void *)((FXWindow *) (FXComposite *)(FXPacker *) ((FXSwitcher *) x));
1921
+ }
1922
+ static void *_p_FXDirSelectorTo_p_FXWindow(void *x) {
1923
+ return (void *)((FXWindow *) (FXComposite *)(FXPacker *) ((FXDirSelector *) x));
1924
+ }
1925
+ static void *_p_FXFileSelectorTo_p_FXWindow(void *x) {
1926
+ return (void *)((FXWindow *) (FXComposite *)(FXPacker *) ((FXFileSelector *) x));
1927
+ }
1928
+ static void *_p_FXColorSelectorTo_p_FXWindow(void *x) {
1929
+ return (void *)((FXWindow *) (FXComposite *)(FXPacker *) ((FXColorSelector *) x));
1930
+ }
1931
+ static void *_p_FXFontSelectorTo_p_FXWindow(void *x) {
1932
+ return (void *)((FXWindow *) (FXComposite *)(FXPacker *) ((FXFontSelector *) x));
1933
+ }
1934
+ static void *_p_FXShutterTo_p_FXWindow(void *x) {
1935
+ return (void *)((FXWindow *) (FXComposite *)(FXPacker *)(FXVerticalFrame *) ((FXShutter *) x));
1936
+ }
1937
+ static void *_p_FXProgressBarTo_p_FXWindow(void *x) {
1938
+ return (void *)((FXWindow *) (FXFrame *) ((FXProgressBar *) x));
1939
+ }
1940
+ static void *_p_FXDockSiteTo_p_FXWindow(void *x) {
1941
+ return (void *)((FXWindow *) (FXComposite *)(FXPacker *) ((FXDockSite *) x));
1942
+ }
1943
+ static void *_p_FXDockTitleTo_p_FXWindow(void *x) {
1944
+ return (void *)((FXWindow *) (FXFrame *)(FXDockHandler *) ((FXDockTitle *) x));
1945
+ }
1946
+ static void *_p_FXRulerViewTo_p_FXWindow(void *x) {
1947
+ return (void *)((FXWindow *) (FXComposite *)(FXScrollArea *) ((FXRulerView *) x));
1948
+ }
1949
+ static void *_p_FXListBoxTo_p_FXWindow(void *x) {
1950
+ return (void *)((FXWindow *) (FXComposite *)(FXPacker *) ((FXListBox *) x));
1951
+ }
1952
+ static void *_p_FXTreeListBoxTo_p_FXWindow(void *x) {
1953
+ return (void *)((FXWindow *) (FXComposite *)(FXPacker *) ((FXTreeListBox *) x));
1954
+ }
1955
+ static void *_p_FXHeaderTo_p_FXWindow(void *x) {
1956
+ return (void *)((FXWindow *) (FXFrame *) ((FXHeader *) x));
1957
+ }
1958
+ static void *_p_FXMatrixTo_p_FXWindow(void *x) {
1959
+ return (void *)((FXWindow *) (FXComposite *)(FXPacker *) ((FXMatrix *) x));
1960
+ }
1961
+ static void *_p_FXColorWellTo_p_FXWindow(void *x) {
1962
+ return (void *)((FXWindow *) (FXFrame *) ((FXColorWell *) x));
1963
+ }
1964
+ static void *_p_FXShutterItemTo_p_FXWindow(void *x) {
1965
+ return (void *)((FXWindow *) (FXComposite *)(FXPacker *)(FXVerticalFrame *) ((FXShutterItem *) x));
1966
+ }
1967
+ static void *_p_FXDialTo_p_FXWindow(void *x) {
1968
+ return (void *)((FXWindow *) (FXFrame *) ((FXDial *) x));
1969
+ }
1970
+ static void *_p_FXToolBarTabTo_p_FXWindow(void *x) {
1971
+ return (void *)((FXWindow *) (FXFrame *) ((FXToolBarTab *) x));
1972
+ }
1973
+ static void *_p_FXDockBarTo_p_FXWindow(void *x) {
1974
+ return (void *)((FXWindow *) (FXComposite *)(FXPacker *) ((FXDockBar *) x));
1975
+ }
1976
+ static void *_p_FXFrameTo_p_FXWindow(void *x) {
1977
+ return (void *)((FXWindow *) ((FXFrame *) x));
1978
+ }
1979
+ static void *_p_FXTabBarTo_p_FXWindow(void *x) {
1980
+ return (void *)((FXWindow *) (FXComposite *)(FXPacker *) ((FXTabBar *) x));
1981
+ }
1982
+ static void *_p_FX7SegmentTo_p_FXWindow(void *x) {
1983
+ return (void *)((FXWindow *) (FXFrame *) ((FX7Segment *) x));
1984
+ }
1985
+ static void *_p_FXImageViewTo_p_FXWindow(void *x) {
1986
+ return (void *)((FXWindow *) (FXComposite *)(FXScrollArea *) ((FXImageView *) x));
1987
+ }
1988
+ static void *_p_FXSliderTo_p_FXWindow(void *x) {
1989
+ return (void *)((FXWindow *) (FXFrame *) ((FXSlider *) x));
1990
+ }
1991
+ static void *_p_FXRealSliderTo_p_FXWindow(void *x) {
1992
+ return (void *)((FXWindow *) (FXFrame *) ((FXRealSlider *) x));
1993
+ }
1994
+ static void *_p_FXSpringTo_p_FXWindow(void *x) {
1995
+ return (void *)((FXWindow *) (FXComposite *)(FXPacker *) ((FXSpring *) x));
1996
+ }
1997
+ static void *_p_FXColorRingTo_p_FXWindow(void *x) {
1998
+ return (void *)((FXWindow *) (FXFrame *) ((FXColorRing *) x));
1999
+ }
2000
+ static void *_p_FXColorBarTo_p_FXWindow(void *x) {
2001
+ return (void *)((FXWindow *) (FXFrame *) ((FXColorBar *) x));
2002
+ }
2003
+ static void *_p_FXToolBarShellTo_p_FXWindow(void *x) {
2004
+ return (void *)((FXWindow *) (FXComposite *)(FXShell *)(FXTopWindow *) ((FXToolBarShell *) x));
2005
+ }
2006
+ static void *_p_FXDriveBoxTo_p_FXComposite(void *x) {
2007
+ return (void *)((FXComposite *) (FXPacker *)(FXListBox *) ((FXDriveBox *) x));
2008
+ }
2009
+ static void *_p_FXToolBarTo_p_FXComposite(void *x) {
2010
+ return (void *)((FXComposite *) (FXPacker *)(FXDockBar *) ((FXToolBar *) x));
2011
+ }
2012
+ static void *_p_FXToolTipTo_p_FXComposite(void *x) {
2013
+ return (void *)((FXComposite *) (FXShell *) ((FXToolTip *) x));
2014
+ }
2015
+ static void *_p_FXTabBookTo_p_FXComposite(void *x) {
2016
+ return (void *)((FXComposite *) (FXPacker *)(FXTabBar *) ((FXTabBook *) x));
2017
+ }
2018
+ static void *_p_FXGroupBoxTo_p_FXComposite(void *x) {
2019
+ return (void *)((FXComposite *) (FXPacker *) ((FXGroupBox *) x));
2020
+ }
2021
+ static void *_p_FXShellTo_p_FXComposite(void *x) {
2022
+ return (void *)((FXComposite *) ((FXShell *) x));
2023
+ }
2024
+ static void *_p_FXStatusBarTo_p_FXComposite(void *x) {
2025
+ return (void *)((FXComposite *) (FXPacker *)(FXHorizontalFrame *) ((FXStatusBar *) x));
2026
+ }
2027
+ static void *_p_FXScrollAreaTo_p_FXComposite(void *x) {
2028
+ return (void *)((FXComposite *) ((FXScrollArea *) x));
2029
+ }
2030
+ static void *_p_FXPopupTo_p_FXComposite(void *x) {
2031
+ return (void *)((FXComposite *) (FXShell *) ((FXPopup *) x));
2032
+ }
2033
+ static void *_p_FXScrollWindowTo_p_FXComposite(void *x) {
2034
+ return (void *)((FXComposite *) (FXScrollArea *) ((FXScrollWindow *) x));
2035
+ }
2036
+ static void *_p_FXRootWindowTo_p_FXComposite(void *x) {
2037
+ return (void *)((FXComposite *) ((FXRootWindow *) x));
2038
+ }
2039
+ static void *_p_FXTopWindowTo_p_FXComposite(void *x) {
2040
+ return (void *)((FXComposite *) (FXShell *) ((FXTopWindow *) x));
2041
+ }
2042
+ static void *_p_FXMainWindowTo_p_FXComposite(void *x) {
2043
+ return (void *)((FXComposite *) (FXShell *)(FXTopWindow *) ((FXMainWindow *) x));
2044
+ }
2045
+ static void *_p_FXSplashWindowTo_p_FXComposite(void *x) {
2046
+ return (void *)((FXComposite *) (FXShell *)(FXTopWindow *) ((FXSplashWindow *) x));
2047
+ }
2048
+ static void *_p_FXComboBoxTo_p_FXComposite(void *x) {
2049
+ return (void *)((FXComposite *) (FXPacker *) ((FXComboBox *) x));
2050
+ }
2051
+ static void *_p_FXScintillaTo_p_FXComposite(void *x) {
2052
+ return (void *)((FXComposite *) (FXScrollArea *) ((FXScintilla *) x));
2053
+ }
2054
+ static void *_p_FXHorizontalFrameTo_p_FXComposite(void *x) {
2055
+ return (void *)((FXComposite *) (FXPacker *) ((FXHorizontalFrame *) x));
2056
+ }
2057
+ static void *_p_FXVerticalFrameTo_p_FXComposite(void *x) {
2058
+ return (void *)((FXComposite *) (FXPacker *) ((FXVerticalFrame *) x));
2059
+ }
2060
+ static void *_p_FX4SplitterTo_p_FXComposite(void *x) {
2061
+ return (void *)((FXComposite *) ((FX4Splitter *) x));
2062
+ }
2063
+ static void *_p_FXSplitterTo_p_FXComposite(void *x) {
2064
+ return (void *)((FXComposite *) ((FXSplitter *) x));
2065
+ }
2066
+ static void *_p_FXRealSpinnerTo_p_FXComposite(void *x) {
2067
+ return (void *)((FXComposite *) (FXPacker *) ((FXRealSpinner *) x));
2068
+ }
2069
+ static void *_p_FXSpinnerTo_p_FXComposite(void *x) {
2070
+ return (void *)((FXComposite *) (FXPacker *) ((FXSpinner *) x));
2071
+ }
2072
+ static void *_p_FXPackerTo_p_FXComposite(void *x) {
2073
+ return (void *)((FXComposite *) ((FXPacker *) x));
2074
+ }
2075
+ static void *_p_FXDirBoxTo_p_FXComposite(void *x) {
2076
+ return (void *)((FXComposite *) (FXPacker *)(FXTreeListBox *) ((FXDirBox *) x));
2077
+ }
2078
+ static void *_p_FXSwitcherTo_p_FXComposite(void *x) {
2079
+ return (void *)((FXComposite *) (FXPacker *) ((FXSwitcher *) x));
2080
+ }
2081
+ static void *_p_FXDirSelectorTo_p_FXComposite(void *x) {
2082
+ return (void *)((FXComposite *) (FXPacker *) ((FXDirSelector *) x));
2083
+ }
2084
+ static void *_p_FXFileSelectorTo_p_FXComposite(void *x) {
2085
+ return (void *)((FXComposite *) (FXPacker *) ((FXFileSelector *) x));
2086
+ }
2087
+ static void *_p_FXColorSelectorTo_p_FXComposite(void *x) {
2088
+ return (void *)((FXComposite *) (FXPacker *) ((FXColorSelector *) x));
2089
+ }
2090
+ static void *_p_FXFontSelectorTo_p_FXComposite(void *x) {
2091
+ return (void *)((FXComposite *) (FXPacker *) ((FXFontSelector *) x));
2092
+ }
2093
+ static void *_p_FXShutterTo_p_FXComposite(void *x) {
2094
+ return (void *)((FXComposite *) (FXPacker *)(FXVerticalFrame *) ((FXShutter *) x));
2095
+ }
2096
+ static void *_p_FXDockSiteTo_p_FXComposite(void *x) {
2097
+ return (void *)((FXComposite *) (FXPacker *) ((FXDockSite *) x));
2098
+ }
2099
+ static void *_p_FXRulerViewTo_p_FXComposite(void *x) {
2100
+ return (void *)((FXComposite *) (FXScrollArea *) ((FXRulerView *) x));
2101
+ }
2102
+ static void *_p_FXTreeListBoxTo_p_FXComposite(void *x) {
2103
+ return (void *)((FXComposite *) (FXPacker *) ((FXTreeListBox *) x));
2104
+ }
2105
+ static void *_p_FXListBoxTo_p_FXComposite(void *x) {
2106
+ return (void *)((FXComposite *) (FXPacker *) ((FXListBox *) x));
2107
+ }
2108
+ static void *_p_FXMatrixTo_p_FXComposite(void *x) {
2109
+ return (void *)((FXComposite *) (FXPacker *) ((FXMatrix *) x));
2110
+ }
2111
+ static void *_p_FXShutterItemTo_p_FXComposite(void *x) {
2112
+ return (void *)((FXComposite *) (FXPacker *)(FXVerticalFrame *) ((FXShutterItem *) x));
2113
+ }
2114
+ static void *_p_FXDockBarTo_p_FXComposite(void *x) {
2115
+ return (void *)((FXComposite *) (FXPacker *) ((FXDockBar *) x));
2116
+ }
2117
+ static void *_p_FXTabBarTo_p_FXComposite(void *x) {
2118
+ return (void *)((FXComposite *) (FXPacker *) ((FXTabBar *) x));
2119
+ }
2120
+ static void *_p_FXImageViewTo_p_FXComposite(void *x) {
2121
+ return (void *)((FXComposite *) (FXScrollArea *) ((FXImageView *) x));
2122
+ }
2123
+ static void *_p_FXSpringTo_p_FXComposite(void *x) {
2124
+ return (void *)((FXComposite *) (FXPacker *) ((FXSpring *) x));
2125
+ }
2126
+ static void *_p_FXToolBarShellTo_p_FXComposite(void *x) {
2127
+ return (void *)((FXComposite *) (FXShell *)(FXTopWindow *) ((FXToolBarShell *) x));
2128
+ }
2129
+ static void *_p_FXFileStreamTo_p_FXStream(void *x) {
2130
+ return (void *)((FXStream *) ((FXFileStream *) x));
2131
+ }
2132
+ static void *_p_FXMemoryStreamTo_p_FXStream(void *x) {
2133
+ return (void *)((FXStream *) ((FXMemoryStream *) x));
2134
+ }
2135
+ static void *_p_FXDriveBoxTo_p_FXDrawable(void *x) {
2136
+ return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *)(FXListBox *) ((FXDriveBox *) x));
2137
+ }
2138
+ static void *_p_FXToolBarTo_p_FXDrawable(void *x) {
2139
+ return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *)(FXDockBar *) ((FXToolBar *) x));
2140
+ }
2141
+ static void *_p_FXCompositeTo_p_FXDrawable(void *x) {
2142
+ return (void *)((FXDrawable *) (FXWindow *) ((FXComposite *) x));
2143
+ }
2144
+ static void *_p_FXToolTipTo_p_FXDrawable(void *x) {
2145
+ return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXShell *) ((FXToolTip *) x));
2146
+ }
2147
+ static void *_p_FXTextFieldTo_p_FXDrawable(void *x) {
2148
+ return (void *)((FXDrawable *) (FXWindow *)(FXFrame *) ((FXTextField *) x));
2149
+ }
2150
+ static void *_p_FXTabBookTo_p_FXDrawable(void *x) {
2151
+ return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *)(FXTabBar *) ((FXTabBook *) x));
2152
+ }
2153
+ static void *_p_FXArrowButtonTo_p_FXDrawable(void *x) {
2154
+ return (void *)((FXDrawable *) (FXWindow *)(FXFrame *) ((FXArrowButton *) x));
2155
+ }
2156
+ static void *_p_FXGroupBoxTo_p_FXDrawable(void *x) {
2157
+ return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *) ((FXGroupBox *) x));
2158
+ }
2159
+ static void *_p_FXShellTo_p_FXDrawable(void *x) {
2160
+ return (void *)((FXDrawable *) (FXWindow *)(FXComposite *) ((FXShell *) x));
2161
+ }
2162
+ static void *_p_FXStatusBarTo_p_FXDrawable(void *x) {
2163
+ return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *)(FXHorizontalFrame *) ((FXStatusBar *) x));
2164
+ }
2165
+ static void *_p_FXScrollAreaTo_p_FXDrawable(void *x) {
2166
+ return (void *)((FXDrawable *) (FXWindow *)(FXComposite *) ((FXScrollArea *) x));
2167
+ }
2168
+ static void *_p_FXPopupTo_p_FXDrawable(void *x) {
2169
+ return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXShell *) ((FXPopup *) x));
2170
+ }
2171
+ static void *_p_FXScrollWindowTo_p_FXDrawable(void *x) {
2172
+ return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXScrollArea *) ((FXScrollWindow *) x));
2173
+ }
2174
+ static void *_p_FXWindowTo_p_FXDrawable(void *x) {
2175
+ return (void *)((FXDrawable *) ((FXWindow *) x));
2176
+ }
2177
+ static void *_p_FXRootWindowTo_p_FXDrawable(void *x) {
2178
+ return (void *)((FXDrawable *) (FXWindow *)(FXComposite *) ((FXRootWindow *) x));
2179
+ }
2180
+ static void *_p_FXTopWindowTo_p_FXDrawable(void *x) {
2181
+ return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXShell *) ((FXTopWindow *) x));
2182
+ }
2183
+ static void *_p_FXMainWindowTo_p_FXDrawable(void *x) {
2184
+ return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXShell *)(FXTopWindow *) ((FXMainWindow *) x));
2185
+ }
2186
+ static void *_p_FXSplashWindowTo_p_FXDrawable(void *x) {
2187
+ return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXShell *)(FXTopWindow *) ((FXSplashWindow *) x));
2188
+ }
2189
+ static void *_p_FXRulerTo_p_FXDrawable(void *x) {
2190
+ return (void *)((FXDrawable *) (FXWindow *)(FXFrame *) ((FXRuler *) x));
2191
+ }
2192
+ static void *_p_FXCanvasTo_p_FXDrawable(void *x) {
2193
+ return (void *)((FXDrawable *) (FXWindow *) ((FXCanvas *) x));
2194
+ }
2195
+ static void *_p_FXScrollCornerTo_p_FXDrawable(void *x) {
2196
+ return (void *)((FXDrawable *) (FXWindow *) ((FXScrollCorner *) x));
2197
+ }
2198
+ static void *_p_FXSeparatorTo_p_FXDrawable(void *x) {
2199
+ return (void *)((FXDrawable *) (FXWindow *)(FXFrame *) ((FXSeparator *) x));
2200
+ }
2201
+ static void *_p_FXHorizontalSeparatorTo_p_FXDrawable(void *x) {
2202
+ return (void *)((FXDrawable *) (FXWindow *)(FXFrame *)(FXSeparator *) ((FXHorizontalSeparator *) x));
2203
+ }
2204
+ static void *_p_FXVerticalSeparatorTo_p_FXDrawable(void *x) {
2205
+ return (void *)((FXDrawable *) (FXWindow *)(FXFrame *)(FXSeparator *) ((FXVerticalSeparator *) x));
2206
+ }
2207
+ static void *_p_FXStatusLineTo_p_FXDrawable(void *x) {
2208
+ return (void *)((FXDrawable *) (FXWindow *)(FXFrame *) ((FXStatusLine *) x));
2209
+ }
2210
+ static void *_p_FXComboBoxTo_p_FXDrawable(void *x) {
2211
+ return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *) ((FXComboBox *) x));
2212
+ }
2213
+ static void *_p_FXScintillaTo_p_FXDrawable(void *x) {
2214
+ return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXScrollArea *) ((FXScintilla *) x));
2215
+ }
2216
+ static void *_p_FXKnobTo_p_FXDrawable(void *x) {
2217
+ return (void *)((FXDrawable *) (FXWindow *)(FXFrame *) ((FXKnob *) x));
2218
+ }
2219
+ static void *_p_FXHorizontalFrameTo_p_FXDrawable(void *x) {
2220
+ return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *) ((FXHorizontalFrame *) x));
2221
+ }
2222
+ static void *_p_FXVerticalFrameTo_p_FXDrawable(void *x) {
2223
+ return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *) ((FXVerticalFrame *) x));
2224
+ }
2225
+ static void *_p_FX4SplitterTo_p_FXDrawable(void *x) {
2226
+ return (void *)((FXDrawable *) (FXWindow *)(FXComposite *) ((FX4Splitter *) x));
2227
+ }
2228
+ static void *_p_FXSplitterTo_p_FXDrawable(void *x) {
2229
+ return (void *)((FXDrawable *) (FXWindow *)(FXComposite *) ((FXSplitter *) x));
2230
+ }
2231
+ static void *_p_FXPackerTo_p_FXDrawable(void *x) {
2232
+ return (void *)((FXDrawable *) (FXWindow *)(FXComposite *) ((FXPacker *) x));
2233
+ }
2234
+ static void *_p_FXSpinnerTo_p_FXDrawable(void *x) {
2235
+ return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *) ((FXSpinner *) x));
2236
+ }
2237
+ static void *_p_FXRealSpinnerTo_p_FXDrawable(void *x) {
2238
+ return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *) ((FXRealSpinner *) x));
2239
+ }
2240
+ static void *_p_FXScrollBarTo_p_FXDrawable(void *x) {
2241
+ return (void *)((FXDrawable *) (FXWindow *) ((FXScrollBar *) x));
2242
+ }
2243
+ static void *_p_FXColorWheelTo_p_FXDrawable(void *x) {
2244
+ return (void *)((FXDrawable *) (FXWindow *)(FXFrame *) ((FXColorWheel *) x));
2245
+ }
2246
+ static void *_p_FXBitmapFrameTo_p_FXDrawable(void *x) {
2247
+ return (void *)((FXDrawable *) (FXWindow *)(FXFrame *) ((FXBitmapFrame *) x));
2248
+ }
2249
+ static void *_p_FXGradientBarTo_p_FXDrawable(void *x) {
2250
+ return (void *)((FXDrawable *) (FXWindow *)(FXFrame *) ((FXGradientBar *) x));
2251
+ }
2252
+ static void *_p_FXDirBoxTo_p_FXDrawable(void *x) {
2253
+ return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *)(FXTreeListBox *) ((FXDirBox *) x));
2254
+ }
2255
+ static void *_p_FXDockHandlerTo_p_FXDrawable(void *x) {
2256
+ return (void *)((FXDrawable *) (FXWindow *)(FXFrame *) ((FXDockHandler *) x));
2257
+ }
2258
+ static void *_p_FXToolBarGripTo_p_FXDrawable(void *x) {
2259
+ return (void *)((FXDrawable *) (FXWindow *)(FXFrame *)(FXDockHandler *) ((FXToolBarGrip *) x));
2260
+ }
2261
+ static void *_p_FXImageFrameTo_p_FXDrawable(void *x) {
2262
+ return (void *)((FXDrawable *) (FXWindow *)(FXFrame *) ((FXImageFrame *) x));
2263
+ }
2264
+ static void *_p_FXDragCornerTo_p_FXDrawable(void *x) {
2265
+ return (void *)((FXDrawable *) (FXWindow *) ((FXDragCorner *) x));
2266
+ }
2267
+ static void *_p_FXSwitcherTo_p_FXDrawable(void *x) {
2268
+ return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *) ((FXSwitcher *) x));
2269
+ }
2270
+ static void *_p_FXDirSelectorTo_p_FXDrawable(void *x) {
2271
+ return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *) ((FXDirSelector *) x));
2272
+ }
2273
+ static void *_p_FXFileSelectorTo_p_FXDrawable(void *x) {
2274
+ return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *) ((FXFileSelector *) x));
2275
+ }
2276
+ static void *_p_FXColorSelectorTo_p_FXDrawable(void *x) {
2277
+ return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *) ((FXColorSelector *) x));
2278
+ }
2279
+ static void *_p_FXFontSelectorTo_p_FXDrawable(void *x) {
2280
+ return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *) ((FXFontSelector *) x));
2281
+ }
2282
+ static void *_p_FXShutterTo_p_FXDrawable(void *x) {
2283
+ return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *)(FXVerticalFrame *) ((FXShutter *) x));
2284
+ }
2285
+ static void *_p_FXProgressBarTo_p_FXDrawable(void *x) {
2286
+ return (void *)((FXDrawable *) (FXWindow *)(FXFrame *) ((FXProgressBar *) x));
2287
+ }
2288
+ static void *_p_FXDockSiteTo_p_FXDrawable(void *x) {
2289
+ return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *) ((FXDockSite *) x));
2290
+ }
2291
+ static void *_p_FXDockTitleTo_p_FXDrawable(void *x) {
2292
+ return (void *)((FXDrawable *) (FXWindow *)(FXFrame *)(FXDockHandler *) ((FXDockTitle *) x));
2293
+ }
2294
+ static void *_p_FXRulerViewTo_p_FXDrawable(void *x) {
2295
+ return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXScrollArea *) ((FXRulerView *) x));
2296
+ }
2297
+ static void *_p_FXListBoxTo_p_FXDrawable(void *x) {
2298
+ return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *) ((FXListBox *) x));
2299
+ }
2300
+ static void *_p_FXTreeListBoxTo_p_FXDrawable(void *x) {
2301
+ return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *) ((FXTreeListBox *) x));
2302
+ }
2303
+ static void *_p_FXHeaderTo_p_FXDrawable(void *x) {
2304
+ return (void *)((FXDrawable *) (FXWindow *)(FXFrame *) ((FXHeader *) x));
2305
+ }
2306
+ static void *_p_FXMatrixTo_p_FXDrawable(void *x) {
2307
+ return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *) ((FXMatrix *) x));
2308
+ }
2309
+ static void *_p_FXColorWellTo_p_FXDrawable(void *x) {
2310
+ return (void *)((FXDrawable *) (FXWindow *)(FXFrame *) ((FXColorWell *) x));
2311
+ }
2312
+ static void *_p_FXShutterItemTo_p_FXDrawable(void *x) {
2313
+ return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *)(FXVerticalFrame *) ((FXShutterItem *) x));
2314
+ }
2315
+ static void *_p_FXDialTo_p_FXDrawable(void *x) {
2316
+ return (void *)((FXDrawable *) (FXWindow *)(FXFrame *) ((FXDial *) x));
2317
+ }
2318
+ static void *_p_FXToolBarTabTo_p_FXDrawable(void *x) {
2319
+ return (void *)((FXDrawable *) (FXWindow *)(FXFrame *) ((FXToolBarTab *) x));
2320
+ }
2321
+ static void *_p_FXDockBarTo_p_FXDrawable(void *x) {
2322
+ return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *) ((FXDockBar *) x));
2323
+ }
2324
+ static void *_p_FXFrameTo_p_FXDrawable(void *x) {
2325
+ return (void *)((FXDrawable *) (FXWindow *) ((FXFrame *) x));
2326
+ }
2327
+ static void *_p_FXTabBarTo_p_FXDrawable(void *x) {
2328
+ return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *) ((FXTabBar *) x));
2329
+ }
2330
+ static void *_p_FX7SegmentTo_p_FXDrawable(void *x) {
2331
+ return (void *)((FXDrawable *) (FXWindow *)(FXFrame *) ((FX7Segment *) x));
2332
+ }
2333
+ static void *_p_FXImageViewTo_p_FXDrawable(void *x) {
2334
+ return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXScrollArea *) ((FXImageView *) x));
2335
+ }
2336
+ static void *_p_FXSliderTo_p_FXDrawable(void *x) {
2337
+ return (void *)((FXDrawable *) (FXWindow *)(FXFrame *) ((FXSlider *) x));
2338
+ }
2339
+ static void *_p_FXRealSliderTo_p_FXDrawable(void *x) {
2340
+ return (void *)((FXDrawable *) (FXWindow *)(FXFrame *) ((FXRealSlider *) x));
2341
+ }
2342
+ static void *_p_FXSpringTo_p_FXDrawable(void *x) {
2343
+ return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXPacker *) ((FXSpring *) x));
2344
+ }
2345
+ static void *_p_FXColorRingTo_p_FXDrawable(void *x) {
2346
+ return (void *)((FXDrawable *) (FXWindow *)(FXFrame *) ((FXColorRing *) x));
2347
+ }
2348
+ static void *_p_FXColorBarTo_p_FXDrawable(void *x) {
2349
+ return (void *)((FXDrawable *) (FXWindow *)(FXFrame *) ((FXColorBar *) x));
2350
+ }
2351
+ static void *_p_FXToolBarShellTo_p_FXDrawable(void *x) {
2352
+ return (void *)((FXDrawable *) (FXWindow *)(FXComposite *)(FXShell *)(FXTopWindow *) ((FXToolBarShell *) x));
2353
+ }
2354
+ static swig_type_info _swigt__p_FXObject[] = {{"_p_FXObject", 0, "FXObject *", 0, 0, 0, 0},{"_p_FXDocument", _p_FXDocumentTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXGradientBar", _p_FXGradientBarTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXRegistry", _p_FXRegistryTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXHeaderItem", _p_FXHeaderItemTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXShutterItem", _p_FXShutterItemTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXColorBar", _p_FXColorBarTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXTabBar", _p_FXTabBarTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXSwitcher", _p_FXSwitcherTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXTextField", _p_FXTextFieldTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXToolBarTab", _p_FXToolBarTabTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXDriveBox", _p_FXDriveBoxTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXIconDict", _p_FXIconDictTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXMatrix", _p_FXMatrixTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXFileDict", _p_FXFileDictTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXRecentFiles", _p_FXRecentFilesTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXScrollCorner", _p_FXScrollCornerTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXArrowButton", _p_FXArrowButtonTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXPopup", _p_FXPopupTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXDrawable", _p_FXDrawableTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXFont", _p_FXFontTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXHeader", _p_FXHeaderTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FX4Splitter", _p_FX4SplitterTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXSplitter", _p_FXSplitterTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXTranslator", _p_FXTranslatorTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXSpring", _p_FXSpringTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXPacker", _p_FXPackerTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXTabBook", _p_FXTabBookTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXApp", _p_FXAppTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXImageFrame", _p_FXImageFrameTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXSeparator", _p_FXSeparatorTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXHorizontalSeparator", _p_FXHorizontalSeparatorTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXVerticalSeparator", _p_FXVerticalSeparatorTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXKnob", _p_FXKnobTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXProgressBar", _p_FXProgressBarTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXShutter", _p_FXShutterTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXComposite", _p_FXCompositeTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXToolTip", _p_FXToolTipTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXDict", _p_FXDictTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXBitmapFrame", _p_FXBitmapFrameTo_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_FXScintilla", _p_FXScintillaTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXSettings", _p_FXSettingsTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXDockSite", _p_FXDockSiteTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXGroupBox", _p_FXGroupBoxTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXColorRing", _p_FXColorRingTo_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_FXDockHandler", _p_FXDockHandlerTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXListBox", _p_FXListBoxTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXTreeListBox", _p_FXTreeListBoxTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXCanvas", _p_FXCanvasTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXId", _p_FXIdTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXColorWheel", _p_FXColorWheelTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXDial", _p_FXDialTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXToolBarGrip", _p_FXToolBarGripTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXScrollBar", _p_FXScrollBarTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXVisual", _p_FXVisualTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXComboBox", _p_FXComboBoxTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXFrame", _p_FXFrameTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FX7Segment", _p_FX7SegmentTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXDockTitle", _p_FXDockTitleTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXStatusBar", _p_FXStatusBarTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXStringDict", _p_FXStringDictTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXDelegator", _p_FXDelegatorTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXAccelTable", _p_FXAccelTableTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXObject", 0, 0, 0, 0, 0, 0},{"_p_FXCursor", _p_FXCursorTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXCURCursor", _p_FXCURCursorTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXGIFCursor", _p_FXGIFCursorTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXRulerView", _p_FXRulerViewTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXRealSpinner", _p_FXRealSpinnerTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXSpinner", _p_FXSpinnerTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXMainWindow", _p_FXMainWindowTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXTopWindow", _p_FXTopWindowTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXRootWindow", _p_FXRootWindowTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXSplashWindow", _p_FXSplashWindowTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXScrollWindow", _p_FXScrollWindowTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXStatusLine", _p_FXStatusLineTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXWindow", _p_FXWindowTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXDockBar", _p_FXDockBarTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXShell", _p_FXShellTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXScrollArea", _p_FXScrollAreaTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXDragCorner", _p_FXDragCornerTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXColorWell", _p_FXColorWellTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXRuler", _p_FXRulerTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXHorizontalFrame", _p_FXHorizontalFrameTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXVerticalFrame", _p_FXVerticalFrameTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXImageView", _p_FXImageViewTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXDirSelector", _p_FXDirSelectorTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXFileSelector", _p_FXFileSelectorTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXColorSelector", _p_FXColorSelectorTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXFontSelector", _p_FXFontSelectorTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXToolBarShell", _p_FXToolBarShellTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXToolBar", _p_FXToolBarTo_p_FXObject, 0, 0, 0, 0, 0},{"_p_FXDirBox", _p_FXDirBoxTo_p_FXObject, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
2355
+ static swig_type_info _swigt__p_FXScrollArea[] = {{"_p_FXScrollArea", 0, "FXScrollArea *", 0, 0, 0, 0},{"_p_FXScrollWindow", _p_FXScrollWindowTo_p_FXScrollArea, 0, 0, 0, 0, 0},{"_p_FXScrollArea", 0, 0, 0, 0, 0, 0},{"_p_FXImageView", _p_FXImageViewTo_p_FXScrollArea, 0, 0, 0, 0, 0},{"_p_FXRulerView", _p_FXRulerViewTo_p_FXScrollArea, 0, 0, 0, 0, 0},{"_p_FXScintilla", _p_FXScintillaTo_p_FXScrollArea, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
2356
+ static swig_type_info _swigt__p_SCNotification[] = {{"_p_SCNotification", 0, "SCNotification *", 0, 0, 0, 0},{"_p_SCNotification", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
2357
+ static swig_type_info _swigt__p_FXWindow[] = {{"_p_FXWindow", 0, "FXWindow *", 0, 0, 0, 0},{"_p_FXDriveBox", _p_FXDriveBoxTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXDial", _p_FXDialTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXToolBar", _p_FXToolBarTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXComposite", _p_FXCompositeTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXToolTip", _p_FXToolTipTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXTabBook", _p_FXTabBookTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXTextField", _p_FXTextFieldTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXArrowButton", _p_FXArrowButtonTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXGroupBox", _p_FXGroupBoxTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXShell", _p_FXShellTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXStatusBar", _p_FXStatusBarTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXScrollArea", _p_FXScrollAreaTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXPopup", _p_FXPopupTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXMainWindow", _p_FXMainWindowTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXTopWindow", _p_FXTopWindowTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXRootWindow", _p_FXRootWindowTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXSplashWindow", _p_FXSplashWindowTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXWindow", 0, 0, 0, 0, 0, 0},{"_p_FXScrollWindow", _p_FXScrollWindowTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXScrollCorner", _p_FXScrollCornerTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXRuler", _p_FXRulerTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXCanvas", _p_FXCanvasTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXComboBox", _p_FXComboBoxTo_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_FXScintilla", _p_FXScintillaTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXHorizontalFrame", _p_FXHorizontalFrameTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXVerticalFrame", _p_FXVerticalFrameTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FX4Splitter", _p_FX4SplitterTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXSplitter", _p_FXSplitterTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXRealSpinner", _p_FXRealSpinnerTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXSpinner", _p_FXSpinnerTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXPacker", _p_FXPackerTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXScrollBar", _p_FXScrollBarTo_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_FXGradientBar", _p_FXGradientBarTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXDirBox", _p_FXDirBoxTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXDockHandler", _p_FXDockHandlerTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXToolBarGrip", _p_FXToolBarGripTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXImageFrame", _p_FXImageFrameTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXDragCorner", _p_FXDragCornerTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXSwitcher", _p_FXSwitcherTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXDirSelector", _p_FXDirSelectorTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXFileSelector", _p_FXFileSelectorTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXColorSelector", _p_FXColorSelectorTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXFontSelector", _p_FXFontSelectorTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXShutter", _p_FXShutterTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXKnob", _p_FXKnobTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXProgressBar", _p_FXProgressBarTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXRulerView", _p_FXRulerViewTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXDockSite", _p_FXDockSiteTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXDockTitle", _p_FXDockTitleTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXTreeListBox", _p_FXTreeListBoxTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXListBox", _p_FXListBoxTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXHeader", _p_FXHeaderTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXMatrix", _p_FXMatrixTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXShutterItem", _p_FXShutterItemTo_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_FXDockBar", _p_FXDockBarTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXTabBar", _p_FXTabBarTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXFrame", _p_FXFrameTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXImageView", _p_FXImageViewTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FX7Segment", _p_FX7SegmentTo_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_FXSpring", _p_FXSpringTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXColorRing", _p_FXColorRingTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXColorBar", _p_FXColorBarTo_p_FXWindow, 0, 0, 0, 0, 0},{"_p_FXToolBarShell", _p_FXToolBarShellTo_p_FXWindow, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
2358
+ static swig_type_info _swigt__p_FXComposite[] = {{"_p_FXComposite", 0, "FXComposite *", 0, 0, 0, 0},{"_p_FXDriveBox", _p_FXDriveBoxTo_p_FXComposite, 0, 0, 0, 0, 0},{"_p_FXToolBar", _p_FXToolBarTo_p_FXComposite, 0, 0, 0, 0, 0},{"_p_FXComposite", 0, 0, 0, 0, 0, 0},{"_p_FXToolTip", _p_FXToolTipTo_p_FXComposite, 0, 0, 0, 0, 0},{"_p_FXTabBook", _p_FXTabBookTo_p_FXComposite, 0, 0, 0, 0, 0},{"_p_FXGroupBox", _p_FXGroupBoxTo_p_FXComposite, 0, 0, 0, 0, 0},{"_p_FXShell", _p_FXShellTo_p_FXComposite, 0, 0, 0, 0, 0},{"_p_FXStatusBar", _p_FXStatusBarTo_p_FXComposite, 0, 0, 0, 0, 0},{"_p_FXScrollArea", _p_FXScrollAreaTo_p_FXComposite, 0, 0, 0, 0, 0},{"_p_FXPopup", _p_FXPopupTo_p_FXComposite, 0, 0, 0, 0, 0},{"_p_FXMainWindow", _p_FXMainWindowTo_p_FXComposite, 0, 0, 0, 0, 0},{"_p_FXTopWindow", _p_FXTopWindowTo_p_FXComposite, 0, 0, 0, 0, 0},{"_p_FXRootWindow", _p_FXRootWindowTo_p_FXComposite, 0, 0, 0, 0, 0},{"_p_FXSplashWindow", _p_FXSplashWindowTo_p_FXComposite, 0, 0, 0, 0, 0},{"_p_FXScrollWindow", _p_FXScrollWindowTo_p_FXComposite, 0, 0, 0, 0, 0},{"_p_FXComboBox", _p_FXComboBoxTo_p_FXComposite, 0, 0, 0, 0, 0},{"_p_FXScintilla", _p_FXScintillaTo_p_FXComposite, 0, 0, 0, 0, 0},{"_p_FXHorizontalFrame", _p_FXHorizontalFrameTo_p_FXComposite, 0, 0, 0, 0, 0},{"_p_FXVerticalFrame", _p_FXVerticalFrameTo_p_FXComposite, 0, 0, 0, 0, 0},{"_p_FX4Splitter", _p_FX4SplitterTo_p_FXComposite, 0, 0, 0, 0, 0},{"_p_FXSplitter", _p_FXSplitterTo_p_FXComposite, 0, 0, 0, 0, 0},{"_p_FXRealSpinner", _p_FXRealSpinnerTo_p_FXComposite, 0, 0, 0, 0, 0},{"_p_FXSpinner", _p_FXSpinnerTo_p_FXComposite, 0, 0, 0, 0, 0},{"_p_FXPacker", _p_FXPackerTo_p_FXComposite, 0, 0, 0, 0, 0},{"_p_FXDirBox", _p_FXDirBoxTo_p_FXComposite, 0, 0, 0, 0, 0},{"_p_FXSwitcher", _p_FXSwitcherTo_p_FXComposite, 0, 0, 0, 0, 0},{"_p_FXDirSelector", _p_FXDirSelectorTo_p_FXComposite, 0, 0, 0, 0, 0},{"_p_FXFileSelector", _p_FXFileSelectorTo_p_FXComposite, 0, 0, 0, 0, 0},{"_p_FXColorSelector", _p_FXColorSelectorTo_p_FXComposite, 0, 0, 0, 0, 0},{"_p_FXFontSelector", _p_FXFontSelectorTo_p_FXComposite, 0, 0, 0, 0, 0},{"_p_FXShutter", _p_FXShutterTo_p_FXComposite, 0, 0, 0, 0, 0},{"_p_FXDockSite", _p_FXDockSiteTo_p_FXComposite, 0, 0, 0, 0, 0},{"_p_FXRulerView", _p_FXRulerViewTo_p_FXComposite, 0, 0, 0, 0, 0},{"_p_FXTreeListBox", _p_FXTreeListBoxTo_p_FXComposite, 0, 0, 0, 0, 0},{"_p_FXListBox", _p_FXListBoxTo_p_FXComposite, 0, 0, 0, 0, 0},{"_p_FXMatrix", _p_FXMatrixTo_p_FXComposite, 0, 0, 0, 0, 0},{"_p_FXShutterItem", _p_FXShutterItemTo_p_FXComposite, 0, 0, 0, 0, 0},{"_p_FXDockBar", _p_FXDockBarTo_p_FXComposite, 0, 0, 0, 0, 0},{"_p_FXTabBar", _p_FXTabBarTo_p_FXComposite, 0, 0, 0, 0, 0},{"_p_FXImageView", _p_FXImageViewTo_p_FXComposite, 0, 0, 0, 0, 0},{"_p_FXSpring", _p_FXSpringTo_p_FXComposite, 0, 0, 0, 0, 0},{"_p_FXToolBarShell", _p_FXToolBarShellTo_p_FXComposite, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
2359
+ 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}};
2360
+ static swig_type_info _swigt__p_TextRange[] = {{"_p_TextRange", 0, "TextRange *", 0, 0, 0, 0},{"_p_TextRange", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
2361
+ static swig_type_info _swigt__p_FXId[] = {{"_p_FXId", 0, "FXId *", 0, 0, 0, 0},{"_p_FXGradientBar", _p_FXGradientBarTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXShutterItem", _p_FXShutterItemTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXColorBar", _p_FXColorBarTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXTabBar", _p_FXTabBarTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXSwitcher", _p_FXSwitcherTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXTextField", _p_FXTextFieldTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXToolBarTab", _p_FXToolBarTabTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXDriveBox", _p_FXDriveBoxTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXMatrix", _p_FXMatrixTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXScrollCorner", _p_FXScrollCornerTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXArrowButton", _p_FXArrowButtonTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXPopup", _p_FXPopupTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXDrawable", _p_FXDrawableTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXFont", _p_FXFontTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXHeader", _p_FXHeaderTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FX4Splitter", _p_FX4SplitterTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXSplitter", _p_FXSplitterTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXSpring", _p_FXSpringTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXPacker", _p_FXPackerTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXTabBook", _p_FXTabBookTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXImageFrame", _p_FXImageFrameTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXSeparator", _p_FXSeparatorTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXHorizontalSeparator", _p_FXHorizontalSeparatorTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXVerticalSeparator", _p_FXVerticalSeparatorTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXKnob", _p_FXKnobTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXProgressBar", _p_FXProgressBarTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXShutter", _p_FXShutterTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXToolTip", _p_FXToolTipTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXComposite", _p_FXCompositeTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXBitmapFrame", _p_FXBitmapFrameTo_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_FXScintilla", _p_FXScintillaTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXDockSite", _p_FXDockSiteTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXGroupBox", _p_FXGroupBoxTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXColorRing", _p_FXColorRingTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXDockHandler", _p_FXDockHandlerTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXListBox", _p_FXListBoxTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXTreeListBox", _p_FXTreeListBoxTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXCanvas", _p_FXCanvasTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXId", 0, 0, 0, 0, 0, 0},{"_p_FXColorWheel", _p_FXColorWheelTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXDial", _p_FXDialTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXToolBarGrip", _p_FXToolBarGripTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXScrollBar", _p_FXScrollBarTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXVisual", _p_FXVisualTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXComboBox", _p_FXComboBoxTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXFrame", _p_FXFrameTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FX7Segment", _p_FX7SegmentTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXDockTitle", _p_FXDockTitleTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXStatusBar", _p_FXStatusBarTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXCursor", _p_FXCursorTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXCURCursor", _p_FXCURCursorTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXGIFCursor", _p_FXGIFCursorTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXRulerView", _p_FXRulerViewTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXRealSpinner", _p_FXRealSpinnerTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXSpinner", _p_FXSpinnerTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXStatusLine", _p_FXStatusLineTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXWindow", _p_FXWindowTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXMainWindow", _p_FXMainWindowTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXTopWindow", _p_FXTopWindowTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXRootWindow", _p_FXRootWindowTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXSplashWindow", _p_FXSplashWindowTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXScrollWindow", _p_FXScrollWindowTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXDockBar", _p_FXDockBarTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXShell", _p_FXShellTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXScrollArea", _p_FXScrollAreaTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXDragCorner", _p_FXDragCornerTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXColorWell", _p_FXColorWellTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXRuler", _p_FXRulerTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXHorizontalFrame", _p_FXHorizontalFrameTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXVerticalFrame", _p_FXVerticalFrameTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXImageView", _p_FXImageViewTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXDirSelector", _p_FXDirSelectorTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXFileSelector", _p_FXFileSelectorTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXColorSelector", _p_FXColorSelectorTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXFontSelector", _p_FXFontSelectorTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXToolBarShell", _p_FXToolBarShellTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXToolBar", _p_FXToolBarTo_p_FXId, 0, 0, 0, 0, 0},{"_p_FXDirBox", _p_FXDirBoxTo_p_FXId, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
2362
+ static swig_type_info _swigt__p_NotifyHeader[] = {{"_p_NotifyHeader", 0, "NotifyHeader *", 0, 0, 0, 0},{"_p_NotifyHeader", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
2363
+ 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}};
2364
+ static swig_type_info _swigt__p_FXDrawable[] = {{"_p_FXDrawable", 0, "FXDrawable *", 0, 0, 0, 0},{"_p_FXGradientBar", _p_FXGradientBarTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXShutterItem", _p_FXShutterItemTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXColorBar", _p_FXColorBarTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXTabBar", _p_FXTabBarTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXSwitcher", _p_FXSwitcherTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXTextField", _p_FXTextFieldTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXToolBarTab", _p_FXToolBarTabTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXDriveBox", _p_FXDriveBoxTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXMatrix", _p_FXMatrixTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXScrollCorner", _p_FXScrollCornerTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXArrowButton", _p_FXArrowButtonTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXPopup", _p_FXPopupTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXDrawable", 0, 0, 0, 0, 0, 0},{"_p_FXHeader", _p_FXHeaderTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FX4Splitter", _p_FX4SplitterTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXSplitter", _p_FXSplitterTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXSpring", _p_FXSpringTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXPacker", _p_FXPackerTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXTabBook", _p_FXTabBookTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXImageFrame", _p_FXImageFrameTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXSeparator", _p_FXSeparatorTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXHorizontalSeparator", _p_FXHorizontalSeparatorTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXVerticalSeparator", _p_FXVerticalSeparatorTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXKnob", _p_FXKnobTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXProgressBar", _p_FXProgressBarTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXShutter", _p_FXShutterTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXToolTip", _p_FXToolTipTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXComposite", _p_FXCompositeTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXBitmapFrame", _p_FXBitmapFrameTo_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_FXScintilla", _p_FXScintillaTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXDockSite", _p_FXDockSiteTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXGroupBox", _p_FXGroupBoxTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXColorRing", _p_FXColorRingTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXDockHandler", _p_FXDockHandlerTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXListBox", _p_FXListBoxTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXTreeListBox", _p_FXTreeListBoxTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXCanvas", _p_FXCanvasTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXColorWheel", _p_FXColorWheelTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXDial", _p_FXDialTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXToolBarGrip", _p_FXToolBarGripTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXScrollBar", _p_FXScrollBarTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXComboBox", _p_FXComboBoxTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXFrame", _p_FXFrameTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FX7Segment", _p_FX7SegmentTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXDockTitle", _p_FXDockTitleTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXStatusBar", _p_FXStatusBarTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXRulerView", _p_FXRulerViewTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXRealSpinner", _p_FXRealSpinnerTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXSpinner", _p_FXSpinnerTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXStatusLine", _p_FXStatusLineTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXWindow", _p_FXWindowTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXMainWindow", _p_FXMainWindowTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXTopWindow", _p_FXTopWindowTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXRootWindow", _p_FXRootWindowTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXSplashWindow", _p_FXSplashWindowTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXScrollWindow", _p_FXScrollWindowTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXDockBar", _p_FXDockBarTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXShell", _p_FXShellTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXScrollArea", _p_FXScrollAreaTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXColorWell", _p_FXColorWellTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXDragCorner", _p_FXDragCornerTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXRuler", _p_FXRulerTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXHorizontalFrame", _p_FXHorizontalFrameTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXVerticalFrame", _p_FXVerticalFrameTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXImageView", _p_FXImageViewTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXDirSelector", _p_FXDirSelectorTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXFileSelector", _p_FXFileSelectorTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXColorSelector", _p_FXColorSelectorTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXFontSelector", _p_FXFontSelectorTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXToolBarShell", _p_FXToolBarShellTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXToolBar", _p_FXToolBarTo_p_FXDrawable, 0, 0, 0, 0, 0},{"_p_FXDirBox", _p_FXDirBoxTo_p_FXDrawable, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
2365
+ 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}};
2366
+ 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}};
2367
+ static swig_type_info _swigt__p_FXScintilla[] = {{"_p_FXScintilla", 0, "FXScintilla *", 0, 0, 0, 0},{"_p_FXScintilla", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
2368
+
2369
+ static swig_type_info *swig_types_initial[] = {
2370
+ _swigt__p_FXObject,
2371
+ _swigt__p_FXScrollArea,
2372
+ _swigt__p_SCNotification,
2373
+ _swigt__p_FXWindow,
2374
+ _swigt__p_FXComposite,
2375
+ _swigt__p_FXBitmap,
2376
+ _swigt__p_TextRange,
2377
+ _swigt__p_FXId,
2378
+ _swigt__p_NotifyHeader,
2379
+ _swigt__p_FXStream,
2380
+ _swigt__p_FXDrawable,
2381
+ _swigt__p_FXIcon,
2382
+ _swigt__p_FXRegion,
2383
+ _swigt__p_FXScintilla,
2384
+ 0
2385
+ };
2386
+
2387
+
2388
+ /* -------- TYPE CONVERSION AND EQUIVALENCE RULES (END) -------- */
2389
+
2390
+
2391
+ #ifdef __cplusplus
2392
+ extern "C"
2393
+ #endif
2394
+ SWIGEXPORT(void) Init_scintilla(void) {
2395
+ int i;
2396
+
2397
+ SWIG_InitRuntime();
2398
+
2399
+ for (i = 0; swig_types_initial[i]; i++) {
2400
+ swig_types[i] = SWIG_TypeRegister(swig_types_initial[i]);
2401
+ SWIG_define_class(swig_types[i]);
2402
+ }
2403
+
2404
+
2405
+ cNotifyHeader.klass = rb_define_class_under(mFox, "NotifyHeader", rb_cObject);
2406
+ SWIG_TypeClientData(SWIGTYPE_p_NotifyHeader, (void *) &cNotifyHeader);
2407
+ rb_undef_alloc_func(cNotifyHeader.klass);
2408
+ rb_define_method(cNotifyHeader.klass, "idFrom", VALUEFUNC(_wrap_NotifyHeader_idFrom_get), -1);
2409
+ rb_define_method(cNotifyHeader.klass, "code", VALUEFUNC(_wrap_NotifyHeader_code_get), -1);
2410
+ cNotifyHeader.mark = 0;
2411
+ cNotifyHeader.destroy = (void (*)(void *)) FXRbUnregisterRubyObj;
2412
+
2413
+ cSCNotification.klass = rb_define_class_under(mFox, "SCNotification", rb_cObject);
2414
+ SWIG_TypeClientData(SWIGTYPE_p_SCNotification, (void *) &cSCNotification);
2415
+ rb_undef_alloc_func(cSCNotification.klass);
2416
+ rb_define_method(cSCNotification.klass, "nmhdr", VALUEFUNC(_wrap_SCNotification_nmhdr_get), -1);
2417
+ rb_define_method(cSCNotification.klass, "position", VALUEFUNC(_wrap_SCNotification_position_get), -1);
2418
+ rb_define_method(cSCNotification.klass, "ch", VALUEFUNC(_wrap_SCNotification_ch_get), -1);
2419
+ rb_define_method(cSCNotification.klass, "modifiers", VALUEFUNC(_wrap_SCNotification_modifiers_get), -1);
2420
+ rb_define_method(cSCNotification.klass, "modificationType", VALUEFUNC(_wrap_SCNotification_modificationType_get), -1);
2421
+ rb_define_method(cSCNotification.klass, "text", VALUEFUNC(_wrap_SCNotification_text), -1);
2422
+ rb_define_method(cSCNotification.klass, "length", VALUEFUNC(_wrap_SCNotification_length_get), -1);
2423
+ rb_define_method(cSCNotification.klass, "linesAdded", VALUEFUNC(_wrap_SCNotification_linesAdded_get), -1);
2424
+ rb_define_method(cSCNotification.klass, "message", VALUEFUNC(_wrap_SCNotification_message_get), -1);
2425
+ rb_define_method(cSCNotification.klass, "line", VALUEFUNC(_wrap_SCNotification_line_get), -1);
2426
+ rb_define_method(cSCNotification.klass, "foldLevelNow", VALUEFUNC(_wrap_SCNotification_foldLevelNow_get), -1);
2427
+ rb_define_method(cSCNotification.klass, "foldLevelPrev", VALUEFUNC(_wrap_SCNotification_foldLevelPrev_get), -1);
2428
+ rb_define_method(cSCNotification.klass, "margin", VALUEFUNC(_wrap_SCNotification_margin_get), -1);
2429
+ rb_define_method(cSCNotification.klass, "listType", VALUEFUNC(_wrap_SCNotification_listType_get), -1);
2430
+ rb_define_method(cSCNotification.klass, "x", VALUEFUNC(_wrap_SCNotification_x_get), -1);
2431
+ rb_define_method(cSCNotification.klass, "y", VALUEFUNC(_wrap_SCNotification_y_get), -1);
2432
+ rb_define_method(cSCNotification.klass, "wParam", VALUEFUNC(_wrap_SCNotification_wParam), -1);
2433
+ rb_define_method(cSCNotification.klass, "lParam", VALUEFUNC(_wrap_SCNotification_lParam), -1);
2434
+ cSCNotification.mark = 0;
2435
+ cSCNotification.destroy = (void (*)(void *)) FXRbUnregisterRubyObj;
2436
+
2437
+ cTextRange.klass = rb_define_class_under(mFox, "TextRange", rb_cObject);
2438
+ SWIG_TypeClientData(SWIGTYPE_p_TextRange, (void *) &cTextRange);
2439
+ rb_define_alloc_func(cTextRange.klass, _wrap_TextRange_allocate);
2440
+ rb_define_method(cTextRange.klass, "initialize", VALUEFUNC(_wrap_new_TextRange), -1);
2441
+ rb_define_method(cTextRange.klass, "lpstrText", VALUEFUNC(_wrap_TextRange_lpstrText_get), -1);
2442
+ cTextRange.mark = 0;
2443
+ cTextRange.destroy = (void (*)(void *)) free_TextRange;
2444
+
2445
+ cFXScintilla.klass = rb_define_class_under(mFox, "FXScintilla", ((swig_class *) SWIGTYPE_p_FXScrollArea->clientdata)->klass);
2446
+ SWIG_TypeClientData(SWIGTYPE_p_FXScintilla, (void *) &cFXScintilla);
2447
+ rb_define_alloc_func(cFXScintilla.klass, _wrap_FXScintilla_allocate);
2448
+ rb_define_method(cFXScintilla.klass, "initialize", VALUEFUNC(_wrap_new_FXScintilla), -1);
2449
+ rb_define_const(cFXScintilla.klass,"ID_TICK", INT2NUM(FXScintilla::ID_TICK));
2450
+ rb_define_method(cFXScintilla.klass, "onScintillaCommand", VALUEFUNC(_wrap_FXScintilla_onScintillaCommand), -1);
2451
+ rb_define_method(cFXScintilla.klass, "onPaint", VALUEFUNC(_wrap_FXScintilla_onPaint), -1);
2452
+ rb_define_method(cFXScintilla.klass, "onConfigure", VALUEFUNC(_wrap_FXScintilla_onConfigure), -1);
2453
+ rb_define_method(cFXScintilla.klass, "onTimeoutTicking", VALUEFUNC(_wrap_FXScintilla_onTimeoutTicking), -1);
2454
+ rb_define_method(cFXScintilla.klass, "onFocusIn", VALUEFUNC(_wrap_FXScintilla_onFocusIn), -1);
2455
+ rb_define_method(cFXScintilla.klass, "onFocusOut", VALUEFUNC(_wrap_FXScintilla_onFocusOut), -1);
2456
+ rb_define_method(cFXScintilla.klass, "onMotion", VALUEFUNC(_wrap_FXScintilla_onMotion), -1);
2457
+ rb_define_method(cFXScintilla.klass, "onLeftBtnPress", VALUEFUNC(_wrap_FXScintilla_onLeftBtnPress), -1);
2458
+ rb_define_method(cFXScintilla.klass, "onLeftBtnRelease", VALUEFUNC(_wrap_FXScintilla_onLeftBtnRelease), -1);
2459
+ rb_define_method(cFXScintilla.klass, "onRightBtnPress", VALUEFUNC(_wrap_FXScintilla_onRightBtnPress), -1);
2460
+ rb_define_method(cFXScintilla.klass, "onMiddleBtnPress", VALUEFUNC(_wrap_FXScintilla_onMiddleBtnPress), -1);
2461
+ rb_define_method(cFXScintilla.klass, "onBeginDrag", VALUEFUNC(_wrap_FXScintilla_onBeginDrag), -1);
2462
+ rb_define_method(cFXScintilla.klass, "onDragged", VALUEFUNC(_wrap_FXScintilla_onDragged), -1);
2463
+ rb_define_method(cFXScintilla.klass, "onEndDrag", VALUEFUNC(_wrap_FXScintilla_onEndDrag), -1);
2464
+ rb_define_method(cFXScintilla.klass, "onDNDEnter", VALUEFUNC(_wrap_FXScintilla_onDNDEnter), -1);
2465
+ rb_define_method(cFXScintilla.klass, "onDNDLeave", VALUEFUNC(_wrap_FXScintilla_onDNDLeave), -1);
2466
+ rb_define_method(cFXScintilla.klass, "onDNDMotion", VALUEFUNC(_wrap_FXScintilla_onDNDMotion), -1);
2467
+ rb_define_method(cFXScintilla.klass, "onDNDDrop", VALUEFUNC(_wrap_FXScintilla_onDNDDrop), -1);
2468
+ rb_define_method(cFXScintilla.klass, "onDNDRequest", VALUEFUNC(_wrap_FXScintilla_onDNDRequest), -1);
2469
+ rb_define_method(cFXScintilla.klass, "onSelectionLost", VALUEFUNC(_wrap_FXScintilla_onSelectionLost), -1);
2470
+ rb_define_method(cFXScintilla.klass, "onSelectionRequest", VALUEFUNC(_wrap_FXScintilla_onSelectionRequest), -1);
2471
+ rb_define_method(cFXScintilla.klass, "onClipboardLost", VALUEFUNC(_wrap_FXScintilla_onClipboardLost), -1);
2472
+ rb_define_method(cFXScintilla.klass, "onClipboardRequest", VALUEFUNC(_wrap_FXScintilla_onClipboardRequest), -1);
2473
+ rb_define_method(cFXScintilla.klass, "onKeyPress", VALUEFUNC(_wrap_FXScintilla_onKeyPress), -1);
2474
+ rb_define_method(cFXScintilla.klass, "setScintillaID", VALUEFUNC(_wrap_FXScintilla_setScintillaID), -1);
2475
+ rb_define_method(cFXScintilla.klass, "sendMessage", VALUEFUNC(_wrap_FXScintilla_sendMessage), -1);
2476
+ rb_define_method(cFXScintilla.klass, "save", VALUEFUNC(_wrap_FXScintilla_save), -1);
2477
+ rb_define_method(cFXScintilla.klass, "load", VALUEFUNC(_wrap_FXScintilla_load), -1);
2478
+ rb_define_method(cFXScintilla.klass, "create", VALUEFUNC(_wrap_FXScintilla_create), -1);
2479
+ rb_define_method(cFXScintilla.klass, "detach", VALUEFUNC(_wrap_FXScintilla_detach), -1);
2480
+ rb_define_method(cFXScintilla.klass, "destroy", VALUEFUNC(_wrap_FXScintilla_destroy), -1);
2481
+ rb_define_method(cFXScintilla.klass, "resize", VALUEFUNC(_wrap_FXScintilla_resize), -1);
2482
+ rb_define_method(cFXScintilla.klass, "getDefaultWidth", VALUEFUNC(_wrap_FXScintilla_getDefaultWidth), -1);
2483
+ rb_define_method(cFXScintilla.klass, "getDefaultHeight", VALUEFUNC(_wrap_FXScintilla_getDefaultHeight), -1);
2484
+ rb_define_method(cFXScintilla.klass, "getWidthForHeight", VALUEFUNC(_wrap_FXScintilla_getWidthForHeight), -1);
2485
+ rb_define_method(cFXScintilla.klass, "getHeightForWidth", VALUEFUNC(_wrap_FXScintilla_getHeightForWidth), -1);
2486
+ rb_define_method(cFXScintilla.klass, "canFocus", VALUEFUNC(_wrap_FXScintilla_canFocus), -1);
2487
+ rb_define_method(cFXScintilla.klass, "setFocus", VALUEFUNC(_wrap_FXScintilla_setFocus), -1);
2488
+ rb_define_method(cFXScintilla.klass, "killFocus", VALUEFUNC(_wrap_FXScintilla_killFocus), -1);
2489
+ rb_define_method(cFXScintilla.klass, "changeFocus", VALUEFUNC(_wrap_FXScintilla_changeFocus), -1);
2490
+ rb_define_method(cFXScintilla.klass, "setDefault", VALUEFUNC(_wrap_FXScintilla_setDefault), -1);
2491
+ rb_define_method(cFXScintilla.klass, "enable", VALUEFUNC(_wrap_FXScintilla_enable), -1);
2492
+ rb_define_method(cFXScintilla.klass, "disable", VALUEFUNC(_wrap_FXScintilla_disable), -1);
2493
+ rb_define_method(cFXScintilla.klass, "raiseWindow", VALUEFUNC(_wrap_FXScintilla_raiseWindow), -1);
2494
+ rb_define_method(cFXScintilla.klass, "lower", VALUEFUNC(_wrap_FXScintilla_lower), -1);
2495
+ rb_define_method(cFXScintilla.klass, "move", VALUEFUNC(_wrap_FXScintilla_move), -1);
2496
+ rb_define_method(cFXScintilla.klass, "layout", VALUEFUNC(_wrap_FXScintilla_layout), -1);
2497
+ rb_define_method(cFXScintilla.klass, "recalc", VALUEFUNC(_wrap_FXScintilla_recalc), -1);
2498
+ rb_define_method(cFXScintilla.klass, "reparent", VALUEFUNC(_wrap_FXScintilla_reparent), -1);
2499
+ rb_define_method(cFXScintilla.klass, "show", VALUEFUNC(_wrap_FXScintilla_show), -1);
2500
+ rb_define_method(cFXScintilla.klass, "hide", VALUEFUNC(_wrap_FXScintilla_hide), -1);
2501
+ rb_define_method(cFXScintilla.klass, "isComposite", VALUEFUNC(_wrap_FXScintilla_isComposite), -1);
2502
+ rb_define_method(cFXScintilla.klass, "contains", VALUEFUNC(_wrap_FXScintilla_contains), -1);
2503
+ rb_define_method(cFXScintilla.klass, "doesSaveUnder", VALUEFUNC(_wrap_FXScintilla_doesSaveUnder), -1);
2504
+ rb_define_method(cFXScintilla.klass, "setBackColor", VALUEFUNC(_wrap_FXScintilla_setBackColor), -1);
2505
+ rb_define_method(cFXScintilla.klass, "tr", VALUEFUNC(_wrap_FXScintilla_tr), -1);
2506
+ rb_define_method(cFXScintilla.klass, "dropEnable", VALUEFUNC(_wrap_FXScintilla_dropEnable), -1);
2507
+ rb_define_method(cFXScintilla.klass, "dropDisable", VALUEFUNC(_wrap_FXScintilla_dropDisable), -1);
2508
+ rb_define_method(cFXScintilla.klass, "setShape", VALUEFUNC(_wrap_FXScintilla_setShape), -1);
2509
+ rb_define_method(cFXScintilla.klass, "clearShape", VALUEFUNC(_wrap_FXScintilla_clearShape), -1);
2510
+ rb_define_method(cFXScintilla.klass, "getViewportHeight", VALUEFUNC(_wrap_FXScintilla_getViewportHeight), -1);
2511
+ rb_define_method(cFXScintilla.klass, "getViewportWidth", VALUEFUNC(_wrap_FXScintilla_getViewportWidth), -1);
2512
+ rb_define_method(cFXScintilla.klass, "getContentHeight", VALUEFUNC(_wrap_FXScintilla_getContentHeight), -1);
2513
+ rb_define_method(cFXScintilla.klass, "getContentWidth", VALUEFUNC(_wrap_FXScintilla_getContentWidth), -1);
2514
+ rb_define_method(cFXScintilla.klass, "position", VALUEFUNC(_wrap_FXScintilla_position), -1);
2515
+ cFXScintilla.mark = (void (*)(void *)) FXRbScintilla::markfunc;
2516
+ cFXScintilla.destroy = (void (*)(void *)) FXRbObject::freefunc;
2517
+ }
2518
+