fxruby 1.6.42 → 1.6.43

Sign up to get free protection for your applications and to get access to all the features.
Files changed (309) hide show
  1. checksums.yaml +4 -4
  2. data/.travis.yml +1 -1
  3. data/.yardopts +1 -1
  4. data/Gemfile +1 -2
  5. data/History.md +11 -0
  6. data/README.rdoc +4 -4
  7. data/Rakefile +10 -0
  8. data/appveyor.yml +4 -0
  9. data/docs/Fox.html +11184 -0
  10. data/docs/Fox/Canvas.html +141 -0
  11. data/docs/Fox/Canvas/CanvasError.html +124 -0
  12. data/docs/Fox/Canvas/CircleShape.html +477 -0
  13. data/docs/Fox/Canvas/ImageShape.html +477 -0
  14. data/docs/Fox/Canvas/LineShape.html +1005 -0
  15. data/docs/Fox/Canvas/PolygonShape.html +145 -0
  16. data/docs/Fox/Canvas/RectangleShape.html +439 -0
  17. data/docs/Fox/Canvas/SelectionPolicy.html +352 -0
  18. data/docs/Fox/Canvas/Shape.html +1955 -0
  19. data/docs/Fox/Canvas/ShapeCanvas.html +2031 -0
  20. data/docs/Fox/Canvas/ShapeGroup.html +527 -0
  21. data/docs/Fox/Canvas/SingleSelectionPolicy.html +291 -0
  22. data/docs/Fox/Canvas/TextShape.html +609 -0
  23. data/docs/Fox/FTNonModal.html +550 -0
  24. data/docs/Fox/FX4Splitter.html +1336 -0
  25. data/docs/Fox/FX7Segment.html +1010 -0
  26. data/docs/Fox/FXAccelTable.html +715 -0
  27. data/docs/Fox/FXApp.html +7998 -0
  28. data/docs/Fox/FXArc.html +562 -0
  29. data/docs/Fox/FXArrowButton.html +865 -0
  30. data/docs/Fox/FXBMPIcon.html +450 -0
  31. data/docs/Fox/FXBMPImage.html +434 -0
  32. data/docs/Fox/FXBitmap.html +1362 -0
  33. data/docs/Fox/FXBitmapFrame.html +595 -0
  34. data/docs/Fox/FXBitmapView.html +1451 -0
  35. data/docs/Fox/FXButton.html +534 -0
  36. data/docs/Fox/FXCURCursor.html +261 -0
  37. data/docs/Fox/FXCalendar.html +880 -0
  38. data/docs/Fox/FXCanvas.html +311 -0
  39. data/docs/Fox/FXCheckButton.html +949 -0
  40. data/docs/Fox/FXChoiceBox.html +472 -0
  41. data/docs/Fox/FXColor.html +1519 -0
  42. data/docs/Fox/FXColorBar.html +759 -0
  43. data/docs/Fox/FXColorDialog.html +591 -0
  44. data/docs/Fox/FXColorItem.html +323 -0
  45. data/docs/Fox/FXColorList.html +712 -0
  46. data/docs/Fox/FXColorRing.html +817 -0
  47. data/docs/Fox/FXColorSelector.html +796 -0
  48. data/docs/Fox/FXColorWell.html +850 -0
  49. data/docs/Fox/FXColorWheel.html +770 -0
  50. data/docs/Fox/FXComboBox.html +2939 -0
  51. data/docs/Fox/FXComboTableItem.html +544 -0
  52. data/docs/Fox/FXCommand.html +526 -0
  53. data/docs/Fox/FXComposite.html +433 -0
  54. data/docs/Fox/FXCursor.html +779 -0
  55. data/docs/Fox/FXDC.html +5231 -0
  56. data/docs/Fox/FXDCPrint.html +696 -0
  57. data/docs/Fox/FXDCWindow.html +358 -0
  58. data/docs/Fox/FXDataTarget.html +573 -0
  59. data/docs/Fox/FXDebugTarget.html +305 -0
  60. data/docs/Fox/FXDelegator.html +305 -0
  61. data/docs/Fox/FXDial.html +1133 -0
  62. data/docs/Fox/FXDialogBox.html +413 -0
  63. data/docs/Fox/FXDict.html +1063 -0
  64. data/docs/Fox/FXDirBox.html +752 -0
  65. data/docs/Fox/FXDirDialog.html +914 -0
  66. data/docs/Fox/FXDirItem.html +989 -0
  67. data/docs/Fox/FXDirList.html +1554 -0
  68. data/docs/Fox/FXDirSelector.html +995 -0
  69. data/docs/Fox/FXDockBar.html +1451 -0
  70. data/docs/Fox/FXDockHandler.html +468 -0
  71. data/docs/Fox/FXDockSite.html +678 -0
  72. data/docs/Fox/FXDockTitle.html +606 -0
  73. data/docs/Fox/FXDocument.html +536 -0
  74. data/docs/Fox/FXDragCorner.html +440 -0
  75. data/docs/Fox/FXDrawable.html +478 -0
  76. data/docs/Fox/FXDriveBox.html +746 -0
  77. data/docs/Fox/FXEvent.html +1736 -0
  78. data/docs/Fox/FXExtentd.html +1374 -0
  79. data/docs/Fox/FXExtentf.html +1374 -0
  80. data/docs/Fox/FXFileAssoc.html +850 -0
  81. data/docs/Fox/FXFileDialog.html +2688 -0
  82. data/docs/Fox/FXFileDict.html +1058 -0
  83. data/docs/Fox/FXFileItem.html +1141 -0
  84. data/docs/Fox/FXFileList.html +2259 -0
  85. data/docs/Fox/FXFileSelector.html +2529 -0
  86. data/docs/Fox/FXFileStream.html +503 -0
  87. data/docs/Fox/FXFoldingItem.html +2822 -0
  88. data/docs/Fox/FXFoldingList.html +5189 -0
  89. data/docs/Fox/FXFont.html +2998 -0
  90. data/docs/Fox/FXFontDesc.html +710 -0
  91. data/docs/Fox/FXFontDialog.html +420 -0
  92. data/docs/Fox/FXFontSelector.html +576 -0
  93. data/docs/Fox/FXFrame.html +1012 -0
  94. data/docs/Fox/FXGIFCursor.html +337 -0
  95. data/docs/Fox/FXGIFIcon.html +450 -0
  96. data/docs/Fox/FXGIFImage.html +434 -0
  97. data/docs/Fox/FXGLCanvas.html +700 -0
  98. data/docs/Fox/FXGLCone.html +785 -0
  99. data/docs/Fox/FXGLContext.html +649 -0
  100. data/docs/Fox/FXGLCube.html +703 -0
  101. data/docs/Fox/FXGLCylinder.html +791 -0
  102. data/docs/Fox/FXGLGroup.html +1385 -0
  103. data/docs/Fox/FXGLLine.html +653 -0
  104. data/docs/Fox/FXGLObject.html +759 -0
  105. data/docs/Fox/FXGLPoint.html +561 -0
  106. data/docs/Fox/FXGLShape.html +714 -0
  107. data/docs/Fox/FXGLSphere.html +626 -0
  108. data/docs/Fox/FXGLViewer.html +3506 -0
  109. data/docs/Fox/FXGLVisual.html +2147 -0
  110. data/docs/Fox/FXGradient.html +562 -0
  111. data/docs/Fox/FXGradientBar.html +2479 -0
  112. data/docs/Fox/FXGroupBox.html +688 -0
  113. data/docs/Fox/FXHeader.html +3040 -0
  114. data/docs/Fox/FXHeaderItem.html +1353 -0
  115. data/docs/Fox/FXHiliteStyle.html +804 -0
  116. data/docs/Fox/FXHorizontalFrame.html +359 -0
  117. data/docs/Fox/FXHorizontalSeparator.html +349 -0
  118. data/docs/Fox/FXICOIcon.html +450 -0
  119. data/docs/Fox/FXICOImage.html +434 -0
  120. data/docs/Fox/FXIcon.html +384 -0
  121. data/docs/Fox/FXIconDict.html +752 -0
  122. data/docs/Fox/FXIconItem.html +1518 -0
  123. data/docs/Fox/FXIconList.html +4676 -0
  124. data/docs/Fox/FXIconSource.html +963 -0
  125. data/docs/Fox/FXId.html +712 -0
  126. data/docs/Fox/FXImage.html +2328 -0
  127. data/docs/Fox/FXImageFrame.html +489 -0
  128. data/docs/Fox/FXImageView.html +504 -0
  129. data/docs/Fox/FXInputDialog.html +894 -0
  130. data/docs/Fox/FXIrb.html +942 -0
  131. data/docs/Fox/FXJPGIcon.html +607 -0
  132. data/docs/Fox/FXJPGImage.html +591 -0
  133. data/docs/Fox/FXKnob.html +1048 -0
  134. data/docs/Fox/FXLabel.html +1013 -0
  135. data/docs/Fox/FXLight.html +920 -0
  136. data/docs/Fox/FXList.html +3717 -0
  137. data/docs/Fox/FXListBox.html +2518 -0
  138. data/docs/Fox/FXListItem.html +1459 -0
  139. data/docs/Fox/FXMDIChild.html +2175 -0
  140. data/docs/Fox/FXMDIClient.html +781 -0
  141. data/docs/Fox/FXMDIDeleteButton.html +334 -0
  142. data/docs/Fox/FXMDIMaximizeButton.html +334 -0
  143. data/docs/Fox/FXMDIMenu.html +335 -0
  144. data/docs/Fox/FXMDIMinimizeButton.html +334 -0
  145. data/docs/Fox/FXMDIRestoreButton.html +334 -0
  146. data/docs/Fox/FXMDIWindowButton.html +334 -0
  147. data/docs/Fox/FXMainWindow.html +337 -0
  148. data/docs/Fox/FXMaterial.html +570 -0
  149. data/docs/Fox/FXMatrix.html +734 -0
  150. data/docs/Fox/FXMemoryBuffer.html +472 -0
  151. data/docs/Fox/FXMemoryStream.html +632 -0
  152. data/docs/Fox/FXMenuBar.html +347 -0
  153. data/docs/Fox/FXMenuButton.html +829 -0
  154. data/docs/Fox/FXMenuCaption.html +1080 -0
  155. data/docs/Fox/FXMenuCascade.html +388 -0
  156. data/docs/Fox/FXMenuCheck.html +721 -0
  157. data/docs/Fox/FXMenuCommand.html +400 -0
  158. data/docs/Fox/FXMenuPane.html +333 -0
  159. data/docs/Fox/FXMenuRadio.html +721 -0
  160. data/docs/Fox/FXMenuSeparator.html +440 -0
  161. data/docs/Fox/FXMenuTitle.html +405 -0
  162. data/docs/Fox/FXMessageBox.html +658 -0
  163. data/docs/Fox/FXObject.html +545 -0
  164. data/docs/Fox/FXOption.html +491 -0
  165. data/docs/Fox/FXOptionMenu.html +885 -0
  166. data/docs/Fox/FXPCXIcon.html +450 -0
  167. data/docs/Fox/FXPCXImage.html +434 -0
  168. data/docs/Fox/FXPNGIcon.html +524 -0
  169. data/docs/Fox/FXPNGImage.html +508 -0
  170. data/docs/Fox/FXPPMIcon.html +450 -0
  171. data/docs/Fox/FXPPMImage.html +373 -0
  172. data/docs/Fox/FXPSBounds.html +500 -0
  173. data/docs/Fox/FXPacker.html +1229 -0
  174. data/docs/Fox/FXPicker.html +345 -0
  175. data/docs/Fox/FXPopup.html +1099 -0
  176. data/docs/Fox/FXPrintDialog.html +485 -0
  177. data/docs/Fox/FXPrinter.html +1330 -0
  178. data/docs/Fox/FXProgressBar.html +1150 -0
  179. data/docs/Fox/FXProgressDialog.html +715 -0
  180. data/docs/Fox/FXPseudoKeyboard.html +428 -0
  181. data/docs/Fox/FXPseudoMouse.html +800 -0
  182. data/docs/Fox/FXPseudoTarget.html +472 -0
  183. data/docs/Fox/FXQuatd.html +1377 -0
  184. data/docs/Fox/FXQuatf.html +1392 -0
  185. data/docs/Fox/FXRGBIcon.html +450 -0
  186. data/docs/Fox/FXRGBImage.html +434 -0
  187. data/docs/Fox/FXRadioButton.html +885 -0
  188. data/docs/Fox/FXRanged.html +1522 -0
  189. data/docs/Fox/FXRangef.html +1522 -0
  190. data/docs/Fox/FXRealSlider.html +1187 -0
  191. data/docs/Fox/FXRealSpinner.html +2175 -0
  192. data/docs/Fox/FXRecentFiles.html +841 -0
  193. data/docs/Fox/FXRectangle.html +802 -0
  194. data/docs/Fox/FXRegion.html +841 -0
  195. data/docs/Fox/FXRegistry.html +682 -0
  196. data/docs/Fox/FXReplaceDialog.html +648 -0
  197. data/docs/Fox/FXRootWindow.html +312 -0
  198. data/docs/Fox/FXRuler.html +2000 -0
  199. data/docs/Fox/FXRulerView.html +3997 -0
  200. data/docs/Fox/FXScintilla.html +49117 -0
  201. data/docs/Fox/FXScrollArea.html +1363 -0
  202. data/docs/Fox/FXScrollBar.html +1019 -0
  203. data/docs/Fox/FXScrollCorner.html +290 -0
  204. data/docs/Fox/FXScrollPane.html +499 -0
  205. data/docs/Fox/FXScrollWindow.html +409 -0
  206. data/docs/Fox/FXSearchDialog.html +382 -0
  207. data/docs/Fox/FXSegment.html +422 -0
  208. data/docs/Fox/FXSeparator.html +402 -0
  209. data/docs/Fox/FXSettings.html +1861 -0
  210. data/docs/Fox/FXShell.html +233 -0
  211. data/docs/Fox/FXShutter.html +472 -0
  212. data/docs/Fox/FXShutterItem.html +669 -0
  213. data/docs/Fox/FXSize.html +592 -0
  214. data/docs/Fox/FXSlider.html +1129 -0
  215. data/docs/Fox/FXSphered.html +906 -0
  216. data/docs/Fox/FXSpheref.html +906 -0
  217. data/docs/Fox/FXSpinner.html +2102 -0
  218. data/docs/Fox/FXSplashScreen.html +497 -0
  219. data/docs/Fox/FXSplashWindow.html +494 -0
  220. data/docs/Fox/FXSplitter.html +643 -0
  221. data/docs/Fox/FXSpring.html +517 -0
  222. data/docs/Fox/FXStatusBar.html +593 -0
  223. data/docs/Fox/FXStatusLine.html +754 -0
  224. data/docs/Fox/FXStream.html +1372 -0
  225. data/docs/Fox/FXStreamAllocError.html +148 -0
  226. data/docs/Fox/FXStreamEndError.html +148 -0
  227. data/docs/Fox/FXStreamError.html +259 -0
  228. data/docs/Fox/FXStreamFailureError.html +148 -0
  229. data/docs/Fox/FXStreamFormatError.html +148 -0
  230. data/docs/Fox/FXStreamFullError.html +148 -0
  231. data/docs/Fox/FXStreamNoReadError.html +148 -0
  232. data/docs/Fox/FXStreamNoWriteError.html +148 -0
  233. data/docs/Fox/FXStreamUnknownError.html +148 -0
  234. data/docs/Fox/FXStringDict.html +552 -0
  235. data/docs/Fox/FXSwitcher.html +619 -0
  236. data/docs/Fox/FXTGAIcon.html +450 -0
  237. data/docs/Fox/FXTGAImage.html +434 -0
  238. data/docs/Fox/FXTIFIcon.html +604 -0
  239. data/docs/Fox/FXTIFImage.html +588 -0
  240. data/docs/Fox/FXTabBar.html +644 -0
  241. data/docs/Fox/FXTabBook.html +373 -0
  242. data/docs/Fox/FXTabItem.html +478 -0
  243. data/docs/Fox/FXTable.html +10107 -0
  244. data/docs/Fox/FXTableItem.html +2195 -0
  245. data/docs/Fox/FXTablePos.html +360 -0
  246. data/docs/Fox/FXTableRange.html +360 -0
  247. data/docs/Fox/FXText.html +6870 -0
  248. data/docs/Fox/FXTextChange.html +492 -0
  249. data/docs/Fox/FXTextField.html +2016 -0
  250. data/docs/Fox/FXToggleButton.html +844 -0
  251. data/docs/Fox/FXToolBar.html +452 -0
  252. data/docs/Fox/FXToolBarGrip.html +584 -0
  253. data/docs/Fox/FXToolBarShell.html +788 -0
  254. data/docs/Fox/FXToolBarTab.html +729 -0
  255. data/docs/Fox/FXToolTip.html +761 -0
  256. data/docs/Fox/FXTopWindow.html +1716 -0
  257. data/docs/Fox/FXTranslator.html +481 -0
  258. data/docs/Fox/FXTreeItem.html +2813 -0
  259. data/docs/Fox/FXTreeList.html +5095 -0
  260. data/docs/Fox/FXTreeListBox.html +3080 -0
  261. data/docs/Fox/FXTriStateButton.html +681 -0
  262. data/docs/Fox/FXUndoList.html +2560 -0
  263. data/docs/Fox/FXVec2d.html +1450 -0
  264. data/docs/Fox/FXVec2f.html +1442 -0
  265. data/docs/Fox/FXVec3d.html +1649 -0
  266. data/docs/Fox/FXVec3f.html +1649 -0
  267. data/docs/Fox/FXVec4d.html +1858 -0
  268. data/docs/Fox/FXVec4f.html +1858 -0
  269. data/docs/Fox/FXVerticalFrame.html +359 -0
  270. data/docs/Fox/FXVerticalSeparator.html +349 -0
  271. data/docs/Fox/FXViewport.html +780 -0
  272. data/docs/Fox/FXVisual.html +1023 -0
  273. data/docs/Fox/FXWindow.html +9948 -0
  274. data/docs/Fox/FXWizard.html +1052 -0
  275. data/docs/Fox/FXXBMIcon.html +453 -0
  276. data/docs/Fox/FXXBMImage.html +437 -0
  277. data/docs/Fox/FXXPMIcon.html +450 -0
  278. data/docs/Fox/FXXPMImage.html +434 -0
  279. data/docs/Fox/NotifyHeader.html +286 -0
  280. data/docs/Fox/SCNotification.html +1438 -0
  281. data/docs/Fox/TextRange.html +281 -0
  282. data/docs/IRB.html +204 -0
  283. data/docs/Responder.html +693 -0
  284. data/docs/Responder2.html +225 -0
  285. data/docs/_index.html +2101 -0
  286. data/docs/class_list.html +51 -0
  287. data/docs/css/common.css +1 -0
  288. data/docs/css/full_list.css +58 -0
  289. data/docs/css/style.css +496 -0
  290. data/docs/file.History.html +869 -0
  291. data/docs/file.README.html +104 -0
  292. data/docs/file_list.html +66 -0
  293. data/docs/frames.html +17 -0
  294. data/docs/index.html +614 -0
  295. data/docs/js/app.js +314 -0
  296. data/docs/js/full_list.js +216 -0
  297. data/docs/js/jquery.js +4 -0
  298. data/docs/method_list.html +31043 -0
  299. data/docs/top-level-namespace.html +214 -0
  300. data/examples/canvasdemo.rb +5 -1
  301. data/examples/gltest.rb +162 -106
  302. data/examples/glviewer.rb +12 -8
  303. data/ext/fox16_c/extconf.rb +1 -1
  304. data/fxruby.gemspec +1 -1
  305. data/lib/fox16/canvas.rb +76 -45
  306. data/lib/fox16/glgroup.rb +5 -5
  307. data/lib/fox16/glshapes.rb +111 -99
  308. data/lib/fox16/version.rb +1 -1
  309. metadata +298 -4
@@ -0,0 +1,2688 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>
7
+ Class: Fox::FXFileDialog
8
+
9
+ &mdash; FXRuby API Documentation
10
+
11
+ </title>
12
+
13
+ <link rel="stylesheet" href="../css/style.css" type="text/css" />
14
+
15
+ <link rel="stylesheet" href="../css/common.css" type="text/css" />
16
+
17
+ <script type="text/javascript">
18
+ pathId = "Fox::FXFileDialog";
19
+ relpath = '../';
20
+ </script>
21
+
22
+
23
+ <script type="text/javascript" charset="utf-8" src="../js/jquery.js"></script>
24
+
25
+ <script type="text/javascript" charset="utf-8" src="../js/app.js"></script>
26
+
27
+
28
+ </head>
29
+ <body>
30
+ <div class="nav_wrap">
31
+ <iframe id="nav" src="../class_list.html?1"></iframe>
32
+ <div id="resizer"></div>
33
+ </div>
34
+
35
+ <div id="main" tabindex="-1">
36
+ <div id="header">
37
+ <div id="menu">
38
+
39
+ <a href="../_index.html">Index (F)</a> &raquo;
40
+ <span class='title'><span class='object_link'><a href="../Fox.html" title="Fox (module)">Fox</a></span></span>
41
+ &raquo;
42
+ <span class="title">FXFileDialog</span>
43
+
44
+ </div>
45
+
46
+ <div id="search">
47
+
48
+ <a class="full_list_link" id="class_list_link"
49
+ href="../class_list.html">
50
+
51
+ <svg width="24" height="24">
52
+ <rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
53
+ <rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
54
+ <rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
55
+ </svg>
56
+ </a>
57
+
58
+ </div>
59
+ <div class="clear"></div>
60
+ </div>
61
+
62
+ <div id="content"><h1>Class: Fox::FXFileDialog
63
+
64
+
65
+
66
+ </h1>
67
+ <div class="box_info">
68
+
69
+ <dl>
70
+ <dt>Inherits:</dt>
71
+ <dd>
72
+ <span class="inheritName"><span class='object_link'><a href="FXDialogBox.html" title="Fox::FXDialogBox (class)">FXDialogBox</a></span></span>
73
+
74
+ <ul class="fullTree">
75
+ <li>Object</li>
76
+
77
+ <li class="next"><span class='object_link'><a href="FXObject.html" title="Fox::FXObject (class)">FXObject</a></span></li>
78
+
79
+ <li class="next"><span class='object_link'><a href="FXId.html" title="Fox::FXId (class)">FXId</a></span></li>
80
+
81
+ <li class="next"><span class='object_link'><a href="FXDrawable.html" title="Fox::FXDrawable (class)">FXDrawable</a></span></li>
82
+
83
+ <li class="next"><span class='object_link'><a href="FXWindow.html" title="Fox::FXWindow (class)">FXWindow</a></span></li>
84
+
85
+ <li class="next"><span class='object_link'><a href="FXComposite.html" title="Fox::FXComposite (class)">FXComposite</a></span></li>
86
+
87
+ <li class="next"><span class='object_link'><a href="FXShell.html" title="Fox::FXShell (class)">FXShell</a></span></li>
88
+
89
+ <li class="next"><span class='object_link'><a href="FXTopWindow.html" title="Fox::FXTopWindow (class)">FXTopWindow</a></span></li>
90
+
91
+ <li class="next"><span class='object_link'><a href="FXDialogBox.html" title="Fox::FXDialogBox (class)">FXDialogBox</a></span></li>
92
+
93
+ <li class="next">Fox::FXFileDialog</li>
94
+
95
+ </ul>
96
+ <a href="#" class="inheritanceTree">show all</a>
97
+
98
+ </dd>
99
+ </dl>
100
+
101
+
102
+
103
+
104
+
105
+
106
+
107
+
108
+
109
+
110
+
111
+ <dl>
112
+ <dt>Defined in:</dt>
113
+ <dd>rdoc-sources/FXFileDialog.rb<span class="defines">,<br />
114
+ lib/fox16/core.rb</span>
115
+ </dd>
116
+ </dl>
117
+
118
+ </div>
119
+
120
+ <h2>Overview</h2><div class="docstring">
121
+ <div class="discussion">
122
+
123
+ <p>File selection dialog</p>
124
+
125
+ <p>Each pattern in the <em>patternList</em> comprises an optional name, followed by a pattern in parentheses. The patterns are separated by newlines. For example,</p>
126
+
127
+ <pre class="code ruby"><code class="ruby"><span class='id identifier rubyid_fileDialog'>fileDialog</span><span class='period'>.</span><span class='id identifier rubyid_patternList'>patternList</span> <span class='op'>=</span> <span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>*</span><span class='tstring_end'>&quot;</span></span><span class='comma'>,</span>
128
+ <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>*.cpp,*.cc</span><span class='tstring_end'>&quot;</span></span><span class='comma'>,</span>
129
+ <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>*.hpp,*.hh,*.h</span><span class='tstring_end'>&quot;</span></span>
130
+ <span class='rbracket'>]</span>
131
+ </code></pre>
132
+
133
+ <p>and</p>
134
+
135
+ <pre class="code ruby"><code class="ruby"><span class='id identifier rubyid_fileDialog'>fileDialog</span><span class='period'>.</span><span class='id identifier rubyid_patternList'>patternList</span> <span class='op'>=</span> <span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>All Files (*)</span><span class='tstring_end'>&quot;</span></span><span class='comma'>,</span>
136
+ <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>C++ Sources (*.cpp,*.cc)</span><span class='tstring_end'>&quot;</span></span><span class='comma'>,</span>
137
+ <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>C++ Headers (*.hpp,*.hh,*.h)</span><span class='tstring_end'>&quot;</span></span>
138
+ <span class='rbracket'>]</span>
139
+ </code></pre>
140
+
141
+ <p>will set the same three patterns, but the former shows no pattern names.</p>
142
+
143
+ <h3 id="label-Wildcard+matching+modes">Wildcard matching modes</h3>
144
+ <dl class="rdoc-list note-list"><dt><code>FILEMATCH_FILE_NAME</code>
145
+ <dd>
146
+ <p>No wildcard can ever match “/” (or “&quot;,”/“ under Windows).</p>
147
+ </dd><dt><code>FILEMATCH_NOESCAPE</code>
148
+ <dd>
149
+ <p>Backslashes don&#39;t quote special chars (“&quot; is treated as ”&quot;).</p>
150
+ </dd><dt><code>FILEMATCH_PERIOD</code>
151
+ <dd>
152
+ <p>Leading “.” is matched only explicitly (Useful to match hidden files on Unix).</p>
153
+ </dd><dt><code>FILEMATCH_LEADING_DIR</code>
154
+ <dd>
155
+ <p>Ignore “/…” after a match.</p>
156
+ </dd><dt><code>FILEMATCH_CASEFOLD</code>
157
+ <dd>
158
+ <p>Compare without regard to case.</p>
159
+ </dd></dl>
160
+
161
+ <p>Note that under Windows, <code>FILEMATCH_NOESCAPE</code> must be passed.</p>
162
+
163
+
164
+ </div>
165
+ </div>
166
+ <div class="tags">
167
+
168
+
169
+ </div>
170
+
171
+
172
+
173
+ <h2>Instance Attribute Summary <small><a href="#" class="summary_toggle">collapse</a></small></h2>
174
+ <ul class="summary">
175
+
176
+ <li class="public ">
177
+ <span class="summary_signature">
178
+
179
+ <a href="#currentPattern-instance_method" title="#currentPattern (instance method)">#<strong>currentPattern</strong> &#x21d2; Object </a>
180
+
181
+
182
+
183
+ </span>
184
+
185
+
186
+
187
+
188
+
189
+
190
+
191
+
192
+
193
+
194
+
195
+
196
+ <span class="summary_desc"><div class='inline'>
197
+ <p>Current pattern number [Integer].</p>
198
+ </div></span>
199
+
200
+ </li>
201
+
202
+
203
+ <li class="public ">
204
+ <span class="summary_signature">
205
+
206
+ <a href="#directory-instance_method" title="#directory (instance method)">#<strong>directory</strong> &#x21d2; Object </a>
207
+
208
+
209
+
210
+ </span>
211
+
212
+
213
+
214
+
215
+
216
+
217
+
218
+
219
+
220
+
221
+
222
+
223
+ <span class="summary_desc"><div class='inline'>
224
+ <p>Directory [String].</p>
225
+ </div></span>
226
+
227
+ </li>
228
+
229
+
230
+ <li class="public ">
231
+ <span class="summary_signature">
232
+
233
+ <a href="#fileBoxStyle-instance_method" title="#fileBoxStyle (instance method)">#<strong>fileBoxStyle</strong> &#x21d2; Object </a>
234
+
235
+
236
+
237
+ </span>
238
+
239
+
240
+
241
+
242
+
243
+
244
+
245
+
246
+
247
+
248
+
249
+
250
+ <span class="summary_desc"><div class='inline'>
251
+ <p>File list style [Integer].</p>
252
+ </div></span>
253
+
254
+ </li>
255
+
256
+
257
+ <li class="public ">
258
+ <span class="summary_signature">
259
+
260
+ <a href="#filename-instance_method" title="#filename (instance method)">#<strong>filename</strong> &#x21d2; Object </a>
261
+
262
+
263
+
264
+ </span>
265
+
266
+
267
+
268
+
269
+
270
+
271
+
272
+
273
+
274
+
275
+
276
+
277
+ <span class="summary_desc"><div class='inline'>
278
+ <p>File name [String].</p>
279
+ </div></span>
280
+
281
+ </li>
282
+
283
+
284
+ <li class="public ">
285
+ <span class="summary_signature">
286
+
287
+ <a href="#filenames-instance_method" title="#filenames (instance method)">#<strong>filenames</strong> &#x21d2; Object </a>
288
+
289
+
290
+
291
+ </span>
292
+
293
+
294
+
295
+
296
+ <span class="note title readonly">readonly</span>
297
+
298
+
299
+
300
+
301
+
302
+
303
+
304
+
305
+
306
+ <span class="summary_desc"><div class='inline'>
307
+ <p>List of selected filenames [Array].</p>
308
+ </div></span>
309
+
310
+ </li>
311
+
312
+
313
+ <li class="public ">
314
+ <span class="summary_signature">
315
+
316
+ <a href="#imageSize-instance_method" title="#imageSize (instance method)">#<strong>imageSize</strong> &#x21d2; Object </a>
317
+
318
+
319
+
320
+ </span>
321
+
322
+
323
+
324
+
325
+
326
+
327
+
328
+
329
+
330
+
331
+
332
+
333
+ <span class="summary_desc"><div class='inline'>
334
+ <p>Image size for preview images [Integer].</p>
335
+ </div></span>
336
+
337
+ </li>
338
+
339
+
340
+ <li class="public ">
341
+ <span class="summary_signature">
342
+
343
+ <a href="#itemSpace-instance_method" title="#itemSpace (instance method)">#<strong>itemSpace</strong> &#x21d2; Object </a>
344
+
345
+
346
+
347
+ </span>
348
+
349
+
350
+
351
+
352
+
353
+
354
+
355
+
356
+
357
+
358
+
359
+
360
+ <span class="summary_desc"><div class='inline'>
361
+ <p>Inter-item spacing (in pixels) [Integer].</p>
362
+ </div></span>
363
+
364
+ </li>
365
+
366
+
367
+ <li class="public ">
368
+ <span class="summary_signature">
369
+
370
+ <a href="#matchMode-instance_method" title="#matchMode (instance method)">#<strong>matchMode</strong> &#x21d2; Object </a>
371
+
372
+
373
+
374
+ </span>
375
+
376
+
377
+
378
+
379
+
380
+
381
+
382
+
383
+
384
+
385
+
386
+
387
+ <span class="summary_desc"><div class='inline'>
388
+ <p>Wildcard matching mode [Integer].</p>
389
+ </div></span>
390
+
391
+ </li>
392
+
393
+
394
+ <li class="public ">
395
+ <span class="summary_signature">
396
+
397
+ <a href="#pattern-instance_method" title="#pattern (instance method)">#<strong>pattern</strong> &#x21d2; Object </a>
398
+
399
+
400
+
401
+ </span>
402
+
403
+
404
+
405
+
406
+
407
+
408
+
409
+
410
+
411
+
412
+
413
+
414
+ <span class="summary_desc"><div class='inline'>
415
+ <p>File pattern [String].</p>
416
+ </div></span>
417
+
418
+ </li>
419
+
420
+
421
+ <li class="public ">
422
+ <span class="summary_signature">
423
+
424
+ <a href="#selectMode-instance_method" title="#selectMode (instance method)">#<strong>selectMode</strong> &#x21d2; Object </a>
425
+
426
+
427
+
428
+ </span>
429
+
430
+
431
+
432
+
433
+
434
+
435
+
436
+
437
+
438
+
439
+
440
+
441
+ <span class="summary_desc"><div class='inline'>
442
+ <p>File selection mode [Integer].</p>
443
+ </div></span>
444
+
445
+ </li>
446
+
447
+
448
+ </ul>
449
+
450
+
451
+
452
+
453
+
454
+ <h3 class="inherited">Attributes inherited from <span class='object_link'><a href="FXTopWindow.html" title="Fox::FXTopWindow (class)">FXTopWindow</a></span></h3>
455
+ <p class="inherited"><span class='object_link'><a href="FXTopWindow.html#decorations-instance_method" title="Fox::FXTopWindow#decorations (method)">#decorations</a></span>, <span class='object_link'><a href="FXTopWindow.html#hSpacing-instance_method" title="Fox::FXTopWindow#hSpacing (method)">#hSpacing</a></span>, <span class='object_link'><a href="FXTopWindow.html#icon-instance_method" title="Fox::FXTopWindow#icon (method)">#icon</a></span>, <span class='object_link'><a href="FXTopWindow.html#miniIcon-instance_method" title="Fox::FXTopWindow#miniIcon (method)">#miniIcon</a></span>, <span class='object_link'><a href="FXTopWindow.html#packingHints-instance_method" title="Fox::FXTopWindow#packingHints (method)">#packingHints</a></span>, <span class='object_link'><a href="FXTopWindow.html#padBottom-instance_method" title="Fox::FXTopWindow#padBottom (method)">#padBottom</a></span>, <span class='object_link'><a href="FXTopWindow.html#padLeft-instance_method" title="Fox::FXTopWindow#padLeft (method)">#padLeft</a></span>, <span class='object_link'><a href="FXTopWindow.html#padRight-instance_method" title="Fox::FXTopWindow#padRight (method)">#padRight</a></span>, <span class='object_link'><a href="FXTopWindow.html#padTop-instance_method" title="Fox::FXTopWindow#padTop (method)">#padTop</a></span>, <span class='object_link'><a href="FXTopWindow.html#title-instance_method" title="Fox::FXTopWindow#title (method)">#title</a></span>, <span class='object_link'><a href="FXTopWindow.html#vSpacing-instance_method" title="Fox::FXTopWindow#vSpacing (method)">#vSpacing</a></span></p>
456
+
457
+
458
+
459
+ <h3 class="inherited">Attributes inherited from <span class='object_link'><a href="FXWindow.html" title="Fox::FXWindow (class)">FXWindow</a></span></h3>
460
+ <p class="inherited"><span class='object_link'><a href="FXWindow.html#accelTable-instance_method" title="Fox::FXWindow#accelTable (method)">#accelTable</a></span>, <span class='object_link'><a href="FXWindow.html#backColor-instance_method" title="Fox::FXWindow#backColor (method)">#backColor</a></span>, <span class='object_link'><a href="FXWindow.html#defaultCursor-instance_method" title="Fox::FXWindow#defaultCursor (method)">#defaultCursor</a></span>, <span class='object_link'><a href="FXWindow.html#dragCursor-instance_method" title="Fox::FXWindow#dragCursor (method)">#dragCursor</a></span>, <span class='object_link'><a href="FXWindow.html#first-instance_method" title="Fox::FXWindow#first (method)">#first</a></span>, <span class='object_link'><a href="FXWindow.html#focus-instance_method" title="Fox::FXWindow#focus (method)">#focus</a></span>, <span class='object_link'><a href="FXWindow.html#key-instance_method" title="Fox::FXWindow#key (method)">#key</a></span>, <span class='object_link'><a href="FXWindow.html#last-instance_method" title="Fox::FXWindow#last (method)">#last</a></span>, <span class='object_link'><a href="FXWindow.html#layoutHints-instance_method" title="Fox::FXWindow#layoutHints (method)">#layoutHints</a></span>, <span class='object_link'><a href="FXWindow.html#next-instance_method" title="Fox::FXWindow#next (method)">#next</a></span>, <span class='object_link'><a href="FXWindow.html#numChildren-instance_method" title="Fox::FXWindow#numChildren (method)">#numChildren</a></span>, <span class='object_link'><a href="FXWindow.html#owner-instance_method" title="Fox::FXWindow#owner (method)">#owner</a></span>, <span class='object_link'><a href="FXWindow.html#parent-instance_method" title="Fox::FXWindow#parent (method)">#parent</a></span>, <span class='object_link'><a href="FXWindow.html#prev-instance_method" title="Fox::FXWindow#prev (method)">#prev</a></span>, <span class='object_link'><a href="FXWindow.html#root-instance_method" title="Fox::FXWindow#root (method)">#root</a></span>, <span class='object_link'><a href="FXWindow.html#selector-instance_method" title="Fox::FXWindow#selector (method)">#selector</a></span>, <span class='object_link'><a href="FXWindow.html#shell-instance_method" title="Fox::FXWindow#shell (method)">#shell</a></span>, <span class='object_link'><a href="FXWindow.html#target-instance_method" title="Fox::FXWindow#target (method)">#target</a></span>, <span class='object_link'><a href="FXWindow.html#x-instance_method" title="Fox::FXWindow#x (method)">#x</a></span>, <span class='object_link'><a href="FXWindow.html#y-instance_method" title="Fox::FXWindow#y (method)">#y</a></span></p>
461
+
462
+
463
+
464
+ <h3 class="inherited">Attributes inherited from <span class='object_link'><a href="FXDrawable.html" title="Fox::FXDrawable (class)">FXDrawable</a></span></h3>
465
+ <p class="inherited"><span class='object_link'><a href="FXDrawable.html#height-instance_method" title="Fox::FXDrawable#height (method)">#height</a></span>, <span class='object_link'><a href="FXDrawable.html#visual-instance_method" title="Fox::FXDrawable#visual (method)">#visual</a></span>, <span class='object_link'><a href="FXDrawable.html#width-instance_method" title="Fox::FXDrawable#width (method)">#width</a></span></p>
466
+
467
+
468
+
469
+ <h3 class="inherited">Attributes inherited from <span class='object_link'><a href="FXId.html" title="Fox::FXId (class)">FXId</a></span></h3>
470
+ <p class="inherited"><span class='object_link'><a href="FXId.html#app-instance_method" title="Fox::FXId#app (method)">#app</a></span>, <span class='object_link'><a href="FXId.html#userData-instance_method" title="Fox::FXId#userData (method)">#userData</a></span>, <span class='object_link'><a href="FXId.html#xid-instance_method" title="Fox::FXId#xid (method)">#xid</a></span></p>
471
+
472
+
473
+
474
+ <h2>
475
+ Class Method Summary
476
+ <small><a href="#" class="summary_toggle">collapse</a></small>
477
+ </h2>
478
+
479
+ <ul class="summary">
480
+
481
+ <li class="public ">
482
+ <span class="summary_signature">
483
+
484
+ <a href="#getOpenDirectory-class_method" title="getOpenDirectory (class method)">.<strong>getOpenDirectory</strong>(owner, caption, path) &#x21d2; Object </a>
485
+
486
+
487
+
488
+ </span>
489
+
490
+
491
+
492
+
493
+
494
+
495
+
496
+
497
+
498
+ <span class="summary_desc"><div class='inline'>
499
+ <p>Display a dialog box that allows the user to select a directory.</p>
500
+ </div></span>
501
+
502
+ </li>
503
+
504
+
505
+ <li class="public ">
506
+ <span class="summary_signature">
507
+
508
+ <a href="#getOpenFilename-class_method" title="getOpenFilename (class method)">.<strong>getOpenFilename</strong>(owner, caption, path, patterns = &quot;*&quot;, initial = 0) &#x21d2; Object </a>
509
+
510
+
511
+
512
+ </span>
513
+
514
+
515
+
516
+
517
+
518
+
519
+
520
+
521
+
522
+ <span class="summary_desc"><div class='inline'>
523
+ <p>Display a dialog box that allows the user to select a single existing file name for opening.</p>
524
+ </div></span>
525
+
526
+ </li>
527
+
528
+
529
+ <li class="public ">
530
+ <span class="summary_signature">
531
+
532
+ <a href="#getOpenFilenames-class_method" title="getOpenFilenames (class method)">.<strong>getOpenFilenames</strong>(owner, caption, path, patterns = &quot;*&quot;, initial = 0) &#x21d2; Object </a>
533
+
534
+
535
+
536
+ </span>
537
+
538
+
539
+
540
+
541
+
542
+
543
+
544
+
545
+
546
+ <span class="summary_desc"><div class='inline'>
547
+ <p>Display a dialog box that allows the user to select multiple existing file names for opening.</p>
548
+ </div></span>
549
+
550
+ </li>
551
+
552
+
553
+ <li class="public ">
554
+ <span class="summary_signature">
555
+
556
+ <a href="#getSaveFilename-class_method" title="getSaveFilename (class method)">.<strong>getSaveFilename</strong>(owner, caption, path, patterns = &quot;*&quot;, initial = 0) &#x21d2; Object </a>
557
+
558
+
559
+
560
+ </span>
561
+
562
+
563
+
564
+
565
+
566
+
567
+
568
+
569
+
570
+ <span class="summary_desc"><div class='inline'>
571
+ <p>Display a dialog box that allows the user to select an existing file name, or enter a new file name, for saving.</p>
572
+ </div></span>
573
+
574
+ </li>
575
+
576
+
577
+ </ul>
578
+
579
+ <h2>
580
+ Instance Method Summary
581
+ <small><a href="#" class="summary_toggle">collapse</a></small>
582
+ </h2>
583
+
584
+ <ul class="summary">
585
+
586
+ <li class="public ">
587
+ <span class="summary_signature">
588
+
589
+ <a href="#allowNavigation-instance_method" title="#allowNavigation (instance method)">#<strong>allowNavigation</strong> &#x21d2; Object </a>
590
+
591
+
592
+
593
+ </span>
594
+
595
+
596
+
597
+
598
+
599
+
600
+
601
+
602
+
603
+ <span class="summary_desc"><div class='inline'>
604
+ <p>Allow navigation for this file dialog.</p>
605
+ </div></span>
606
+
607
+ </li>
608
+
609
+
610
+ <li class="public ">
611
+ <span class="summary_signature">
612
+
613
+ <a href="#allowsPatternEntry=-instance_method" title="#allowsPatternEntry= (instance method)">#<strong>allowsPatternEntry=</strong>(allowed) &#x21d2; Object </a>
614
+
615
+
616
+
617
+ </span>
618
+
619
+
620
+
621
+
622
+
623
+
624
+
625
+
626
+
627
+ <span class="summary_desc"><div class='inline'>
628
+ <p>Change whether this file dialog allows pattern entry or not.</p>
629
+ </div></span>
630
+
631
+ </li>
632
+
633
+
634
+ <li class="public ">
635
+ <span class="summary_signature">
636
+
637
+ <a href="#allowsPatternEntry%3F-instance_method" title="#allowsPatternEntry? (instance method)">#<strong>allowsPatternEntry?</strong> &#x21d2; Boolean </a>
638
+
639
+
640
+
641
+ </span>
642
+
643
+
644
+
645
+
646
+
647
+
648
+
649
+
650
+
651
+ <span class="summary_desc"><div class='inline'>
652
+ <p>Return <code>true</code> if this file dialog allows pattern entry.</p>
653
+ </div></span>
654
+
655
+ </li>
656
+
657
+
658
+ <li class="public ">
659
+ <span class="summary_signature">
660
+
661
+ <a href="#disallowNavigation-instance_method" title="#disallowNavigation (instance method)">#<strong>disallowNavigation</strong> &#x21d2; Object </a>
662
+
663
+
664
+
665
+ </span>
666
+
667
+
668
+
669
+
670
+
671
+
672
+
673
+
674
+
675
+ <span class="summary_desc"><div class='inline'>
676
+ <p>Disallow navigation for this file dialog.</p>
677
+ </div></span>
678
+
679
+ </li>
680
+
681
+
682
+ <li class="public ">
683
+ <span class="summary_signature">
684
+
685
+ <a href="#getPatternList-instance_method" title="#getPatternList (instance method)">#<strong>getPatternList</strong> &#x21d2; Object </a>
686
+
687
+
688
+
689
+ </span>
690
+
691
+
692
+
693
+
694
+
695
+
696
+
697
+
698
+
699
+ <span class="summary_desc"><div class='inline'>
700
+ <p>Returns the list of patterns (an Array of Strings).</p>
701
+ </div></span>
702
+
703
+ </li>
704
+
705
+
706
+ <li class="public ">
707
+ <span class="summary_signature">
708
+
709
+ <a href="#getPatternText-instance_method" title="#getPatternText (instance method)">#<strong>getPatternText</strong>(patno) &#x21d2; Object </a>
710
+
711
+
712
+
713
+ </span>
714
+
715
+
716
+
717
+
718
+
719
+
720
+
721
+
722
+
723
+ <span class="summary_desc"><div class='inline'>
724
+ <p>Get pattern text for given pattern number.</p>
725
+ </div></span>
726
+
727
+ </li>
728
+
729
+
730
+ <li class="public ">
731
+ <span class="summary_signature">
732
+
733
+ <a href="#hiddenFilesShown=-instance_method" title="#hiddenFilesShown= (instance method)">#<strong>hiddenFilesShown=</strong>(state) &#x21d2; Object </a>
734
+
735
+
736
+
737
+ </span>
738
+
739
+
740
+
741
+
742
+
743
+
744
+
745
+
746
+
747
+ <span class="summary_desc"><div class='inline'>
748
+ <p>If <em>state</em> is <code>true</code>, the file dialog will show hidden files and directories; otherwise, it won&#39;t.</p>
749
+ </div></span>
750
+
751
+ </li>
752
+
753
+
754
+ <li class="public ">
755
+ <span class="summary_signature">
756
+
757
+ <a href="#hiddenFilesShown%3F-instance_method" title="#hiddenFilesShown? (instance method)">#<strong>hiddenFilesShown?</strong> &#x21d2; Boolean </a>
758
+
759
+
760
+
761
+ </span>
762
+
763
+
764
+
765
+
766
+
767
+
768
+
769
+
770
+
771
+ <span class="summary_desc"><div class='inline'>
772
+ <p>Return <code>true</code> if showing hidden files and directories.</p>
773
+ </div></span>
774
+
775
+ </li>
776
+
777
+
778
+ <li class="public ">
779
+ <span class="summary_signature">
780
+
781
+ <a href="#imagesShown=-instance_method" title="#imagesShown= (instance method)">#<strong>imagesShown=</strong>(shown) &#x21d2; Object </a>
782
+
783
+
784
+
785
+ </span>
786
+
787
+
788
+
789
+
790
+
791
+
792
+
793
+
794
+
795
+ <span class="summary_desc"><div class='inline'>
796
+ <p>If <em>shown</em> is <code>true</code>, the file dialog will show preview images; otherwise it won&#39;t.</p>
797
+ </div></span>
798
+
799
+ </li>
800
+
801
+
802
+ <li class="public ">
803
+ <span class="summary_signature">
804
+
805
+ <a href="#imagesShown%3F-instance_method" title="#imagesShown? (instance method)">#<strong>imagesShown?</strong> &#x21d2; Boolean </a>
806
+
807
+
808
+
809
+ </span>
810
+
811
+
812
+
813
+
814
+
815
+
816
+
817
+
818
+
819
+ <span class="summary_desc"><div class='inline'>
820
+ <p>Return <code>true</code> if the file dialog is showing preview images.</p>
821
+ </div></span>
822
+
823
+ </li>
824
+
825
+
826
+ <li class="public ">
827
+ <span class="summary_signature">
828
+
829
+ <a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(owner, name, opts = 0, x = 0, y = 0, width = 500, height = 300) &#x21d2; FXFileDialog </a>
830
+
831
+
832
+
833
+ </span>
834
+
835
+
836
+ <span class="note title constructor">constructor</span>
837
+
838
+
839
+
840
+
841
+
842
+
843
+
844
+
845
+ <span class="summary_desc"><div class='inline'>
846
+ <p>Construct a file dialog box.</p>
847
+ </div></span>
848
+
849
+ </li>
850
+
851
+
852
+ <li class="public ">
853
+ <span class="summary_signature">
854
+
855
+ <a href="#navigationAllowed=-instance_method" title="#navigationAllowed= (instance method)">#<strong>navigationAllowed=</strong>(allowed) &#x21d2; Object </a>
856
+
857
+
858
+
859
+ </span>
860
+
861
+
862
+
863
+
864
+
865
+
866
+
867
+
868
+
869
+ <span class="summary_desc"><div class='inline'>
870
+ <p>Set navigation to allowed (<code>true</code>) or disallowed (<code>false</code>).</p>
871
+ </div></span>
872
+
873
+ </li>
874
+
875
+
876
+ <li class="public ">
877
+ <span class="summary_signature">
878
+
879
+ <a href="#navigationAllowed%3F-instance_method" title="#navigationAllowed? (instance method)">#<strong>navigationAllowed?</strong> &#x21d2; Boolean </a>
880
+
881
+
882
+
883
+ </span>
884
+
885
+
886
+
887
+
888
+
889
+
890
+
891
+
892
+
893
+ <span class="summary_desc"><div class='inline'>
894
+ <p>Return <code>true</code> if navigation allowed.</p>
895
+ </div></span>
896
+
897
+ </li>
898
+
899
+
900
+ <li class="public ">
901
+ <span class="summary_signature">
902
+
903
+ <a href="#numPatterns-instance_method" title="#numPatterns (instance method)">#<strong>numPatterns</strong> &#x21d2; Object </a>
904
+
905
+
906
+
907
+ </span>
908
+
909
+
910
+
911
+
912
+
913
+
914
+
915
+
916
+
917
+ <span class="summary_desc"><div class='inline'>
918
+ <p>Return number of patterns.</p>
919
+ </div></span>
920
+
921
+ </li>
922
+
923
+
924
+ <li class="public ">
925
+ <span class="summary_signature">
926
+
927
+ <a href="#readOnly=-instance_method" title="#readOnly= (instance method)">#<strong>readOnly=</strong>(state) &#x21d2; Object </a>
928
+
929
+
930
+
931
+ </span>
932
+
933
+
934
+
935
+
936
+
937
+
938
+
939
+
940
+
941
+ <span class="summary_desc"><div class='inline'>
942
+ <p>Set initial state of read-only button, where <em>state</em> is either <code>true</code> or <code>false</code>.</p>
943
+ </div></span>
944
+
945
+ </li>
946
+
947
+
948
+ <li class="public ">
949
+ <span class="summary_signature">
950
+
951
+ <a href="#readOnly%3F-instance_method" title="#readOnly? (instance method)">#<strong>readOnly?</strong> &#x21d2; Boolean </a>
952
+
953
+
954
+
955
+ </span>
956
+
957
+
958
+
959
+
960
+
961
+
962
+
963
+
964
+
965
+ <span class="summary_desc"><div class='inline'>
966
+ <p>Return <code>true</code> if read-only.</p>
967
+ </div></span>
968
+
969
+ </li>
970
+
971
+
972
+ <li class="public ">
973
+ <span class="summary_signature">
974
+
975
+ <a href="#readOnlyShown%3F-instance_method" title="#readOnlyShown? (instance method)">#<strong>readOnlyShown?</strong> &#x21d2; Boolean </a>
976
+
977
+
978
+
979
+ </span>
980
+
981
+
982
+
983
+
984
+
985
+
986
+
987
+
988
+
989
+ <span class="summary_desc"><div class='inline'>
990
+ <p>Return <code>true</code> if read-only button is shown.</p>
991
+ </div></span>
992
+
993
+ </li>
994
+
995
+
996
+ <li class="public ">
997
+ <span class="summary_signature">
998
+
999
+ <a href="#setPatternList-instance_method" title="#setPatternList (instance method)">#<strong>setPatternList</strong>(patterns) &#x21d2; Object </a>
1000
+
1001
+
1002
+
1003
+ </span>
1004
+
1005
+
1006
+
1007
+
1008
+
1009
+
1010
+
1011
+
1012
+
1013
+ <span class="summary_desc"><div class='inline'>
1014
+ <p>Change the list of file patterns shown in the file dialog.</p>
1015
+ </div></span>
1016
+
1017
+ </li>
1018
+
1019
+
1020
+ <li class="public ">
1021
+ <span class="summary_signature">
1022
+
1023
+ <a href="#setPatternText-instance_method" title="#setPatternText (instance method)">#<strong>setPatternText</strong>(patno, text) &#x21d2; Object </a>
1024
+
1025
+
1026
+
1027
+ </span>
1028
+
1029
+
1030
+
1031
+
1032
+
1033
+
1034
+
1035
+
1036
+
1037
+ <span class="summary_desc"><div class='inline'>
1038
+ <p>Change pattern text for pattern number.</p>
1039
+ </div></span>
1040
+
1041
+ </li>
1042
+
1043
+
1044
+ <li class="public ">
1045
+ <span class="summary_signature">
1046
+
1047
+ <a href="#showReadOnly=-instance_method" title="#showReadOnly= (instance method)">#<strong>showReadOnly=</strong>(shown) &#x21d2; Object </a>
1048
+
1049
+
1050
+
1051
+ </span>
1052
+
1053
+
1054
+
1055
+
1056
+
1057
+
1058
+
1059
+
1060
+
1061
+ <span class="summary_desc"><div class='inline'>
1062
+ <p>Set visibility of the read-only button, where <em>shown</em> is either <code>true</code> or <code>false</code>.</p>
1063
+ </div></span>
1064
+
1065
+ </li>
1066
+
1067
+
1068
+ </ul>
1069
+
1070
+
1071
+
1072
+
1073
+
1074
+
1075
+
1076
+
1077
+
1078
+
1079
+
1080
+ <h3 class="inherited">Methods inherited from <span class='object_link'><a href="FXDialogBox.html" title="Fox::FXDialogBox (class)">FXDialogBox</a></span></h3>
1081
+ <p class="inherited"><span class='object_link'><a href="FXDialogBox.html#execute-instance_method" title="Fox::FXDialogBox#execute (method)">#execute</a></span></p>
1082
+
1083
+
1084
+
1085
+
1086
+
1087
+
1088
+
1089
+
1090
+
1091
+ <h3 class="inherited">Methods inherited from <span class='object_link'><a href="FXTopWindow.html" title="Fox::FXTopWindow (class)">FXTopWindow</a></span></h3>
1092
+ <p class="inherited"><span class='object_link'><a href="FXTopWindow.html#close-instance_method" title="Fox::FXTopWindow#close (method)">#close</a></span>, <span class='object_link'><a href="FXTopWindow.html#getWMBorders-instance_method" title="Fox::FXTopWindow#getWMBorders (method)">#getWMBorders</a></span>, <span class='object_link'><a href="FXTopWindow.html#maximize-instance_method" title="Fox::FXTopWindow#maximize (method)">#maximize</a></span>, <span class='object_link'><a href="FXTopWindow.html#maximized%3F-instance_method" title="Fox::FXTopWindow#maximized? (method)">#maximized?</a></span>, <span class='object_link'><a href="FXTopWindow.html#minimize-instance_method" title="Fox::FXTopWindow#minimize (method)">#minimize</a></span>, <span class='object_link'><a href="FXTopWindow.html#minimized%3F-instance_method" title="Fox::FXTopWindow#minimized? (method)">#minimized?</a></span>, <span class='object_link'><a href="FXTopWindow.html#place-instance_method" title="Fox::FXTopWindow#place (method)">#place</a></span>, <span class='object_link'><a href="FXTopWindow.html#restore-instance_method" title="Fox::FXTopWindow#restore (method)">#restore</a></span>, <span class='object_link'><a href="FXTopWindow.html#show-instance_method" title="Fox::FXTopWindow#show (method)">#show</a></span></p>
1093
+
1094
+
1095
+
1096
+
1097
+
1098
+
1099
+
1100
+
1101
+
1102
+
1103
+
1104
+
1105
+
1106
+
1107
+
1108
+ <h3 class="inherited">Methods inherited from <span class='object_link'><a href="FXComposite.html" title="Fox::FXComposite (class)">FXComposite</a></span></h3>
1109
+ <p class="inherited"><span class='object_link'><a href="FXComposite.html#maxChildHeight-instance_method" title="Fox::FXComposite#maxChildHeight (method)">#maxChildHeight</a></span>, <span class='object_link'><a href="FXComposite.html#maxChildWidth-instance_method" title="Fox::FXComposite#maxChildWidth (method)">#maxChildWidth</a></span></p>
1110
+
1111
+
1112
+
1113
+
1114
+
1115
+
1116
+
1117
+
1118
+
1119
+ <h3 class="inherited">Methods inherited from <span class='object_link'><a href="FXWindow.html" title="Fox::FXWindow (class)">FXWindow</a></span></h3>
1120
+ <p class="inherited"><span class='object_link'><a href="FXWindow.html#acceptDrop-instance_method" title="Fox::FXWindow#acceptDrop (method)">#acceptDrop</a></span>, <span class='object_link'><a href="FXWindow.html#acquireClipboard-instance_method" title="Fox::FXWindow#acquireClipboard (method)">#acquireClipboard</a></span>, <span class='object_link'><a href="FXWindow.html#acquireSelection-instance_method" title="Fox::FXWindow#acquireSelection (method)">#acquireSelection</a></span>, <span class='object_link'><a href="FXWindow.html#active%3F-instance_method" title="Fox::FXWindow#active? (method)">#active?</a></span>, <span class='object_link'><a href="FXWindow.html#addHotKey-instance_method" title="Fox::FXWindow#addHotKey (method)">#addHotKey</a></span>, <span class='object_link'><a href="FXWindow.html#after%3F-class_method" title="Fox::FXWindow.after? (method)">after?</a></span>, <span class='object_link'><a href="FXWindow.html#after%3F-instance_method" title="Fox::FXWindow#after? (method)">#after?</a></span>, <span class='object_link'><a href="FXWindow.html#before%3F-class_method" title="Fox::FXWindow.before? (method)">before?</a></span>, <span class='object_link'><a href="FXWindow.html#before%3F-instance_method" title="Fox::FXWindow#before? (method)">#before?</a></span>, <span class='object_link'><a href="FXWindow.html#beginDrag-instance_method" title="Fox::FXWindow#beginDrag (method)">#beginDrag</a></span>, <span class='object_link'><a href="FXWindow.html#canFocus%3F-instance_method" title="Fox::FXWindow#canFocus? (method)">#canFocus?</a></span>, <span class='object_link'><a href="FXWindow.html#changeFocus-instance_method" title="Fox::FXWindow#changeFocus (method)">#changeFocus</a></span>, <span class='object_link'><a href="FXWindow.html#childAtIndex-instance_method" title="Fox::FXWindow#childAtIndex (method)">#childAtIndex</a></span>, <span class='object_link'><a href="FXWindow.html#childOf%3F-instance_method" title="Fox::FXWindow#childOf? (method)">#childOf?</a></span>, <span class='object_link'><a href="FXWindow.html#children-instance_method" title="Fox::FXWindow#children (method)">#children</a></span>, <span class='object_link'><a href="FXWindow.html#clearDragRectangle-instance_method" title="Fox::FXWindow#clearDragRectangle (method)">#clearDragRectangle</a></span>, <span class='object_link'><a href="FXWindow.html#clearShape-instance_method" title="Fox::FXWindow#clearShape (method)">#clearShape</a></span>, <span class='object_link'><a href="FXWindow.html#colorType-class_method" title="Fox::FXWindow.colorType (method)">colorType</a></span>, <span class='object_link'><a href="FXWindow.html#colorTypeName-class_method" title="Fox::FXWindow.colorTypeName (method)">colorTypeName</a></span>, <span class='object_link'><a href="FXWindow.html#commonAncestor-class_method" title="Fox::FXWindow.commonAncestor (method)">commonAncestor</a></span>, <span class='object_link'><a href="FXWindow.html#composeContext-instance_method" title="Fox::FXWindow#composeContext (method)">#composeContext</a></span>, <span class='object_link'><a href="FXWindow.html#composite%3F-instance_method" title="Fox::FXWindow#composite? (method)">#composite?</a></span>, <span class='object_link'><a href="FXWindow.html#contains%3F-instance_method" title="Fox::FXWindow#contains? (method)">#contains?</a></span>, <span class='object_link'><a href="FXWindow.html#containsChild%3F-instance_method" title="Fox::FXWindow#containsChild? (method)">#containsChild?</a></span>, <span class='object_link'><a href="FXWindow.html#create-instance_method" title="Fox::FXWindow#create (method)">#create</a></span>, <span class='object_link'><a href="FXWindow.html#createComposeContext-instance_method" title="Fox::FXWindow#createComposeContext (method)">#createComposeContext</a></span>, <span class='object_link'><a href="FXWindow.html#cursorPosition-instance_method" title="Fox::FXWindow#cursorPosition (method)">#cursorPosition</a></span>, <span class='object_link'><a href="FXWindow.html#default%3F-instance_method" title="Fox::FXWindow#default? (method)">#default?</a></span>, <span class='object_link'><a href="FXWindow.html#defaultHeight-instance_method" title="Fox::FXWindow#defaultHeight (method)">#defaultHeight</a></span>, <span class='object_link'><a href="FXWindow.html#defaultWidth-instance_method" title="Fox::FXWindow#defaultWidth (method)">#defaultWidth</a></span>, <span class='object_link'><a href="FXWindow.html#deleteType-class_method" title="Fox::FXWindow.deleteType (method)">deleteType</a></span>, <span class='object_link'><a href="FXWindow.html#deleteTypeName-class_method" title="Fox::FXWindow.deleteTypeName (method)">deleteTypeName</a></span>, <span class='object_link'><a href="FXWindow.html#destroy-instance_method" title="Fox::FXWindow#destroy (method)">#destroy</a></span>, <span class='object_link'><a href="FXWindow.html#destroyComposeContext-instance_method" title="Fox::FXWindow#destroyComposeContext (method)">#destroyComposeContext</a></span>, <span class='object_link'><a href="FXWindow.html#detach-instance_method" title="Fox::FXWindow#detach (method)">#detach</a></span>, <span class='object_link'><a href="FXWindow.html#didAccept-instance_method" title="Fox::FXWindow#didAccept (method)">#didAccept</a></span>, <span class='object_link'><a href="FXWindow.html#disable-instance_method" title="Fox::FXWindow#disable (method)">#disable</a></span>, <span class='object_link'><a href="FXWindow.html#doesSaveUnder%3F-instance_method" title="Fox::FXWindow#doesSaveUnder? (method)">#doesSaveUnder?</a></span>, <span class='object_link'><a href="FXWindow.html#dragging%3F-instance_method" title="Fox::FXWindow#dragging? (method)">#dragging?</a></span>, <span class='object_link'><a href="FXWindow.html#dropDisable-instance_method" title="Fox::FXWindow#dropDisable (method)">#dropDisable</a></span>, <span class='object_link'><a href="FXWindow.html#dropEnable-instance_method" title="Fox::FXWindow#dropEnable (method)">#dropEnable</a></span>, <span class='object_link'><a href="FXWindow.html#dropEnabled%3F-instance_method" title="Fox::FXWindow#dropEnabled? (method)">#dropEnabled?</a></span>, <span class='object_link'><a href="FXWindow.html#dropFinished-instance_method" title="Fox::FXWindow#dropFinished (method)">#dropFinished</a></span>, <span class='object_link'><a href="FXWindow.html#dropTarget%3F-instance_method" title="Fox::FXWindow#dropTarget? (method)">#dropTarget?</a></span>, <span class='object_link'><a href="FXWindow.html#each_child-instance_method" title="Fox::FXWindow#each_child (method)">#each_child</a></span>, <span class='object_link'><a href="FXWindow.html#each_child_recursive-instance_method" title="Fox::FXWindow#each_child_recursive (method)">#each_child_recursive</a></span>, <span class='object_link'><a href="FXWindow.html#enable-instance_method" title="Fox::FXWindow#enable (method)">#enable</a></span>, <span class='object_link'><a href="FXWindow.html#enabled%3F-instance_method" title="Fox::FXWindow#enabled? (method)">#enabled?</a></span>, <span class='object_link'><a href="FXWindow.html#endDrag-instance_method" title="Fox::FXWindow#endDrag (method)">#endDrag</a></span>, <span class='object_link'><a href="FXWindow.html#forceRefresh-instance_method" title="Fox::FXWindow#forceRefresh (method)">#forceRefresh</a></span>, <span class='object_link'><a href="FXWindow.html#getChildAt-instance_method" title="Fox::FXWindow#getChildAt (method)">#getChildAt</a></span>, <span class='object_link'><a href="FXWindow.html#getDNDData-instance_method" title="Fox::FXWindow#getDNDData (method)">#getDNDData</a></span>, <span class='object_link'><a href="FXWindow.html#getHeightForWidth-instance_method" title="Fox::FXWindow#getHeightForWidth (method)">#getHeightForWidth</a></span>, <span class='object_link'><a href="FXWindow.html#getWidthForHeight-instance_method" title="Fox::FXWindow#getWidthForHeight (method)">#getWidthForHeight</a></span>, <span class='object_link'><a href="FXWindow.html#grab-instance_method" title="Fox::FXWindow#grab (method)">#grab</a></span>, <span class='object_link'><a href="FXWindow.html#grabKeyboard-instance_method" title="Fox::FXWindow#grabKeyboard (method)">#grabKeyboard</a></span>, <span class='object_link'><a href="FXWindow.html#grabbed%3F-instance_method" title="Fox::FXWindow#grabbed? (method)">#grabbed?</a></span>, <span class='object_link'><a href="FXWindow.html#grabbedKeyboard%3F-instance_method" title="Fox::FXWindow#grabbedKeyboard? (method)">#grabbedKeyboard?</a></span>, <span class='object_link'><a href="FXWindow.html#handleDrag-instance_method" title="Fox::FXWindow#handleDrag (method)">#handleDrag</a></span>, <span class='object_link'><a href="FXWindow.html#hasClipboard%3F-instance_method" title="Fox::FXWindow#hasClipboard? (method)">#hasClipboard?</a></span>, <span class='object_link'><a href="FXWindow.html#hasFocus%3F-instance_method" title="Fox::FXWindow#hasFocus? (method)">#hasFocus?</a></span>, <span class='object_link'><a href="FXWindow.html#hasSelection%3F-instance_method" title="Fox::FXWindow#hasSelection? (method)">#hasSelection?</a></span>, <span class='object_link'><a href="FXWindow.html#height-instance_method" title="Fox::FXWindow#height (method)">#height</a></span>, <span class='object_link'><a href="FXWindow.html#height=-instance_method" title="Fox::FXWindow#height= (method)">#height=</a></span>, <span class='object_link'><a href="FXWindow.html#hide-instance_method" title="Fox::FXWindow#hide (method)">#hide</a></span>, <span class='object_link'><a href="FXWindow.html#imageType-class_method" title="Fox::FXWindow.imageType (method)">imageType</a></span>, <span class='object_link'><a href="FXWindow.html#inFocusChain%3F-instance_method" title="Fox::FXWindow#inFocusChain? (method)">#inFocusChain?</a></span>, <span class='object_link'><a href="FXWindow.html#indexOfChild-instance_method" title="Fox::FXWindow#indexOfChild (method)">#indexOfChild</a></span>, <span class='object_link'><a href="FXWindow.html#initial%3F-instance_method" title="Fox::FXWindow#initial? (method)">#initial?</a></span>, <span class='object_link'><a href="FXWindow.html#inquireDNDAction-instance_method" title="Fox::FXWindow#inquireDNDAction (method)">#inquireDNDAction</a></span>, <span class='object_link'><a href="FXWindow.html#inquireDNDTypes-instance_method" title="Fox::FXWindow#inquireDNDTypes (method)">#inquireDNDTypes</a></span>, <span class='object_link'><a href="FXWindow.html#killFocus-instance_method" title="Fox::FXWindow#killFocus (method)">#killFocus</a></span>, <span class='object_link'><a href="FXWindow.html#layout-instance_method" title="Fox::FXWindow#layout (method)">#layout</a></span>, <span class='object_link'><a href="FXWindow.html#linkAfter-instance_method" title="Fox::FXWindow#linkAfter (method)">#linkAfter</a></span>, <span class='object_link'><a href="FXWindow.html#linkBefore-instance_method" title="Fox::FXWindow#linkBefore (method)">#linkBefore</a></span>, <span class='object_link'><a href="FXWindow.html#lower-instance_method" title="Fox::FXWindow#lower (method)">#lower</a></span>, <span class='object_link'><a href="FXWindow.html#move-instance_method" title="Fox::FXWindow#move (method)">#move</a></span>, <span class='object_link'><a href="FXWindow.html#octetType-class_method" title="Fox::FXWindow.octetType (method)">octetType</a></span>, <span class='object_link'><a href="FXWindow.html#octetTypeName-class_method" title="Fox::FXWindow.octetTypeName (method)">octetTypeName</a></span>, <span class='object_link'><a href="FXWindow.html#offeredDNDType%3F-instance_method" title="Fox::FXWindow#offeredDNDType? (method)">#offeredDNDType?</a></span>, <span class='object_link'><a href="FXWindow.html#position-instance_method" title="Fox::FXWindow#position (method)">#position</a></span>, <span class='object_link'><a href="FXWindow.html#raiseWindow-instance_method" title="Fox::FXWindow#raiseWindow (method)">#raiseWindow</a></span>, <span class='object_link'><a href="FXWindow.html#recalc-instance_method" title="Fox::FXWindow#recalc (method)">#recalc</a></span>, <span class='object_link'><a href="FXWindow.html#releaseClipboard-instance_method" title="Fox::FXWindow#releaseClipboard (method)">#releaseClipboard</a></span>, <span class='object_link'><a href="FXWindow.html#releaseSelection-instance_method" title="Fox::FXWindow#releaseSelection (method)">#releaseSelection</a></span>, <span class='object_link'><a href="FXWindow.html#remHotKey-instance_method" title="Fox::FXWindow#remHotKey (method)">#remHotKey</a></span>, <span class='object_link'><a href="FXWindow.html#removeChild-instance_method" title="Fox::FXWindow#removeChild (method)">#removeChild</a></span>, <span class='object_link'><a href="FXWindow.html#repaint-instance_method" title="Fox::FXWindow#repaint (method)">#repaint</a></span>, <span class='object_link'><a href="FXWindow.html#reparent-instance_method" title="Fox::FXWindow#reparent (method)">#reparent</a></span>, <span class='object_link'><a href="FXWindow.html#resize-instance_method" title="Fox::FXWindow#resize (method)">#resize</a></span>, <span class='object_link'><a href="FXWindow.html#scroll-instance_method" title="Fox::FXWindow#scroll (method)">#scroll</a></span>, <span class='object_link'><a href="FXWindow.html#setCursorPosition-instance_method" title="Fox::FXWindow#setCursorPosition (method)">#setCursorPosition</a></span>, <span class='object_link'><a href="FXWindow.html#setDNDData-instance_method" title="Fox::FXWindow#setDNDData (method)">#setDNDData</a></span>, <span class='object_link'><a href="FXWindow.html#setDefault-instance_method" title="Fox::FXWindow#setDefault (method)">#setDefault</a></span>, <span class='object_link'><a href="FXWindow.html#setDragRectangle-instance_method" title="Fox::FXWindow#setDragRectangle (method)">#setDragRectangle</a></span>, <span class='object_link'><a href="FXWindow.html#setFocus-instance_method" title="Fox::FXWindow#setFocus (method)">#setFocus</a></span>, <span class='object_link'><a href="FXWindow.html#setInitial-instance_method" title="Fox::FXWindow#setInitial (method)">#setInitial</a></span>, <span class='object_link'><a href="FXWindow.html#setShape-instance_method" title="Fox::FXWindow#setShape (method)">#setShape</a></span>, <span class='object_link'><a href="FXWindow.html#shell%3F-instance_method" title="Fox::FXWindow#shell? (method)">#shell?</a></span>, <span class='object_link'><a href="FXWindow.html#show-instance_method" title="Fox::FXWindow#show (method)">#show</a></span>, <span class='object_link'><a href="FXWindow.html#shown%3F-instance_method" title="Fox::FXWindow#shown? (method)">#shown?</a></span>, <span class='object_link'><a href="FXWindow.html#stringType-class_method" title="Fox::FXWindow.stringType (method)">stringType</a></span>, <span class='object_link'><a href="FXWindow.html#textType-class_method" title="Fox::FXWindow.textType (method)">textType</a></span>, <span class='object_link'><a href="FXWindow.html#textTypeName-class_method" title="Fox::FXWindow.textTypeName (method)">textTypeName</a></span>, <span class='object_link'><a href="FXWindow.html#tr-instance_method" title="Fox::FXWindow#tr (method)">#tr</a></span>, <span class='object_link'><a href="FXWindow.html#translateCoordinatesFrom-instance_method" title="Fox::FXWindow#translateCoordinatesFrom (method)">#translateCoordinatesFrom</a></span>, <span class='object_link'><a href="FXWindow.html#translateCoordinatesTo-instance_method" title="Fox::FXWindow#translateCoordinatesTo (method)">#translateCoordinatesTo</a></span>, <span class='object_link'><a href="FXWindow.html#underCursor%3F-instance_method" title="Fox::FXWindow#underCursor? (method)">#underCursor?</a></span>, <span class='object_link'><a href="FXWindow.html#ungrab-instance_method" title="Fox::FXWindow#ungrab (method)">#ungrab</a></span>, <span class='object_link'><a href="FXWindow.html#ungrabKeyboard-instance_method" title="Fox::FXWindow#ungrabKeyboard (method)">#ungrabKeyboard</a></span>, <span class='object_link'><a href="FXWindow.html#update-instance_method" title="Fox::FXWindow#update (method)">#update</a></span>, <span class='object_link'><a href="FXWindow.html#urilistType-class_method" title="Fox::FXWindow.urilistType (method)">urilistType</a></span>, <span class='object_link'><a href="FXWindow.html#urilistTypeName-class_method" title="Fox::FXWindow.urilistTypeName (method)">urilistTypeName</a></span>, <span class='object_link'><a href="FXWindow.html#utf16Type-class_method" title="Fox::FXWindow.utf16Type (method)">utf16Type</a></span>, <span class='object_link'><a href="FXWindow.html#utf16TypeName-class_method" title="Fox::FXWindow.utf16TypeName (method)">utf16TypeName</a></span>, <span class='object_link'><a href="FXWindow.html#utf8Type-class_method" title="Fox::FXWindow.utf8Type (method)">utf8Type</a></span>, <span class='object_link'><a href="FXWindow.html#utf8TypeName-class_method" title="Fox::FXWindow.utf8TypeName (method)">utf8TypeName</a></span>, <span class='object_link'><a href="FXWindow.html#visible=-instance_method" title="Fox::FXWindow#visible= (method)">#visible=</a></span>, <span class='object_link'><a href="FXWindow.html#width-instance_method" title="Fox::FXWindow#width (method)">#width</a></span>, <span class='object_link'><a href="FXWindow.html#width=-instance_method" title="Fox::FXWindow#width= (method)">#width=</a></span></p>
1121
+
1122
+
1123
+
1124
+
1125
+
1126
+
1127
+
1128
+
1129
+
1130
+ <h3 class="inherited">Methods included from <span class='object_link'><a href="../Responder2.html" title="Responder2 (module)">Responder2</a></span></h3>
1131
+ <p class="inherited"><span class='object_link'><a href="../Responder2.html#connect-instance_method" title="Responder2#connect (method)">#connect</a></span></p>
1132
+
1133
+
1134
+
1135
+
1136
+
1137
+
1138
+
1139
+
1140
+
1141
+ <h3 class="inherited">Methods inherited from <span class='object_link'><a href="FXDrawable.html" title="Fox::FXDrawable (class)">FXDrawable</a></span></h3>
1142
+ <p class="inherited"><span class='object_link'><a href="FXDrawable.html#resize-instance_method" title="Fox::FXDrawable#resize (method)">#resize</a></span></p>
1143
+
1144
+
1145
+
1146
+
1147
+
1148
+
1149
+
1150
+
1151
+
1152
+ <h3 class="inherited">Methods inherited from <span class='object_link'><a href="FXId.html" title="Fox::FXId (class)">FXId</a></span></h3>
1153
+ <p class="inherited"><span class='object_link'><a href="FXId.html#create-instance_method" title="Fox::FXId#create (method)">#create</a></span>, <span class='object_link'><a href="FXId.html#created%3F-instance_method" title="Fox::FXId#created? (method)">#created?</a></span>, <span class='object_link'><a href="FXId.html#destroy-instance_method" title="Fox::FXId#destroy (method)">#destroy</a></span>, <span class='object_link'><a href="FXId.html#detach-instance_method" title="Fox::FXId#detach (method)">#detach</a></span>, <span class='object_link'><a href="FXId.html#runOnUiThread-instance_method" title="Fox::FXId#runOnUiThread (method)">#runOnUiThread</a></span></p>
1154
+
1155
+
1156
+
1157
+
1158
+
1159
+
1160
+
1161
+
1162
+
1163
+ <h3 class="inherited">Methods inherited from <span class='object_link'><a href="FXObject.html" title="Fox::FXObject (class)">FXObject</a></span></h3>
1164
+ <p class="inherited"><span class='object_link'><a href="FXObject.html#bind-instance_method" title="Fox::FXObject#bind (method)">#bind</a></span>, <span class='object_link'><a href="FXObject.html#handle-instance_method" title="Fox::FXObject#handle (method)">#handle</a></span>, <span class='object_link'><a href="FXObject.html#load-instance_method" title="Fox::FXObject#load (method)">#load</a></span>, <span class='object_link'><a href="FXObject.html#save-instance_method" title="Fox::FXObject#save (method)">#save</a></span>, <span class='object_link'><a href="FXObject.html#subclasses-class_method" title="Fox::FXObject.subclasses (method)">subclasses</a></span></p>
1165
+ <div id="constructor_details" class="method_details_list">
1166
+ <h2>Constructor Details</h2>
1167
+
1168
+ <div class="method_details first">
1169
+ <h3 class="signature first" id="initialize-instance_method">
1170
+
1171
+ #<strong>initialize</strong>(owner, name, opts = 0, x = 0, y = 0, width = 500, height = 300) &#x21d2; <tt><span class='object_link'><a href="" title="Fox::FXFileDialog (class)">FXFileDialog</a></span></tt>
1172
+
1173
+
1174
+
1175
+
1176
+
1177
+ </h3><div class="docstring">
1178
+ <div class="discussion">
1179
+
1180
+ <p>Construct a file dialog box</p>
1181
+
1182
+
1183
+ </div>
1184
+ </div>
1185
+ <div class="tags">
1186
+
1187
+
1188
+ </div><table class="source_code">
1189
+ <tr>
1190
+ <td>
1191
+ <pre class="lines">
1192
+
1193
+
1194
+ 66
1195
+ 67</pre>
1196
+ </td>
1197
+ <td>
1198
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXFileDialog.rb', line 66</span>
1199
+
1200
+ <span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='id identifier rubyid_owner'>owner</span><span class='comma'>,</span> <span class='id identifier rubyid_name'>name</span><span class='comma'>,</span> <span class='id identifier rubyid_opts'>opts</span><span class='op'>=</span><span class='int'>0</span><span class='comma'>,</span> <span class='id identifier rubyid_x'>x</span><span class='op'>=</span><span class='int'>0</span><span class='comma'>,</span> <span class='id identifier rubyid_y'>y</span><span class='op'>=</span><span class='int'>0</span><span class='comma'>,</span> <span class='id identifier rubyid_width'>width</span><span class='op'>=</span><span class='int'>500</span><span class='comma'>,</span> <span class='id identifier rubyid_height'>height</span><span class='op'>=</span><span class='int'>300</span><span class='rparen'>)</span> <span class='comment'># :yields: theFileDialog
1201
+ </span><span class='kw'>end</span></pre>
1202
+ </td>
1203
+ </tr>
1204
+ </table>
1205
+ </div>
1206
+
1207
+ </div>
1208
+
1209
+ <div id="instance_attr_details" class="attr_details">
1210
+ <h2>Instance Attribute Details</h2>
1211
+
1212
+
1213
+ <span id="currentPattern=-instance_method"></span>
1214
+ <div class="method_details first">
1215
+ <h3 class="signature first" id="currentPattern-instance_method">
1216
+
1217
+ #<strong>currentPattern</strong> &#x21d2; <tt>Object</tt>
1218
+
1219
+
1220
+
1221
+
1222
+
1223
+ </h3><div class="docstring">
1224
+ <div class="discussion">
1225
+
1226
+ <p>Current pattern number [Integer]</p>
1227
+
1228
+
1229
+ </div>
1230
+ </div>
1231
+ <div class="tags">
1232
+
1233
+
1234
+ </div><table class="source_code">
1235
+ <tr>
1236
+ <td>
1237
+ <pre class="lines">
1238
+
1239
+
1240
+ 45
1241
+ 46
1242
+ 47</pre>
1243
+ </td>
1244
+ <td>
1245
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXFileDialog.rb', line 45</span>
1246
+
1247
+ <span class='kw'>def</span> <span class='id identifier rubyid_currentPattern'>currentPattern</span>
1248
+ <span class='ivar'>@currentPattern</span>
1249
+ <span class='kw'>end</span></pre>
1250
+ </td>
1251
+ </tr>
1252
+ </table>
1253
+ </div>
1254
+
1255
+
1256
+ <span id="directory=-instance_method"></span>
1257
+ <div class="method_details ">
1258
+ <h3 class="signature " id="directory-instance_method">
1259
+
1260
+ #<strong>directory</strong> &#x21d2; <tt>Object</tt>
1261
+
1262
+
1263
+
1264
+
1265
+
1266
+ </h3><div class="docstring">
1267
+ <div class="discussion">
1268
+
1269
+ <p>Directory [String]</p>
1270
+
1271
+
1272
+ </div>
1273
+ </div>
1274
+ <div class="tags">
1275
+
1276
+
1277
+ </div><table class="source_code">
1278
+ <tr>
1279
+ <td>
1280
+ <pre class="lines">
1281
+
1282
+
1283
+ 48
1284
+ 49
1285
+ 50</pre>
1286
+ </td>
1287
+ <td>
1288
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXFileDialog.rb', line 48</span>
1289
+
1290
+ <span class='kw'>def</span> <span class='id identifier rubyid_directory'>directory</span>
1291
+ <span class='ivar'>@directory</span>
1292
+ <span class='kw'>end</span></pre>
1293
+ </td>
1294
+ </tr>
1295
+ </table>
1296
+ </div>
1297
+
1298
+
1299
+ <span id="fileBoxStyle=-instance_method"></span>
1300
+ <div class="method_details ">
1301
+ <h3 class="signature " id="fileBoxStyle-instance_method">
1302
+
1303
+ #<strong>fileBoxStyle</strong> &#x21d2; <tt>Object</tt>
1304
+
1305
+
1306
+
1307
+
1308
+
1309
+ </h3><div class="docstring">
1310
+ <div class="discussion">
1311
+
1312
+ <p>File list style [Integer]</p>
1313
+
1314
+
1315
+ </div>
1316
+ </div>
1317
+ <div class="tags">
1318
+
1319
+
1320
+ </div><table class="source_code">
1321
+ <tr>
1322
+ <td>
1323
+ <pre class="lines">
1324
+
1325
+
1326
+ 54
1327
+ 55
1328
+ 56</pre>
1329
+ </td>
1330
+ <td>
1331
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXFileDialog.rb', line 54</span>
1332
+
1333
+ <span class='kw'>def</span> <span class='id identifier rubyid_fileBoxStyle'>fileBoxStyle</span>
1334
+ <span class='ivar'>@fileBoxStyle</span>
1335
+ <span class='kw'>end</span></pre>
1336
+ </td>
1337
+ </tr>
1338
+ </table>
1339
+ </div>
1340
+
1341
+
1342
+ <span id="filename=-instance_method"></span>
1343
+ <div class="method_details ">
1344
+ <h3 class="signature " id="filename-instance_method">
1345
+
1346
+ #<strong>filename</strong> &#x21d2; <tt>Object</tt>
1347
+
1348
+
1349
+
1350
+
1351
+
1352
+ </h3><div class="docstring">
1353
+ <div class="discussion">
1354
+
1355
+ <p>File name [String]</p>
1356
+
1357
+
1358
+ </div>
1359
+ </div>
1360
+ <div class="tags">
1361
+
1362
+
1363
+ </div><table class="source_code">
1364
+ <tr>
1365
+ <td>
1366
+ <pre class="lines">
1367
+
1368
+
1369
+ 36
1370
+ 37
1371
+ 38</pre>
1372
+ </td>
1373
+ <td>
1374
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXFileDialog.rb', line 36</span>
1375
+
1376
+ <span class='kw'>def</span> <span class='id identifier rubyid_filename'>filename</span>
1377
+ <span class='ivar'>@filename</span>
1378
+ <span class='kw'>end</span></pre>
1379
+ </td>
1380
+ </tr>
1381
+ </table>
1382
+ </div>
1383
+
1384
+
1385
+ <span id=""></span>
1386
+ <div class="method_details ">
1387
+ <h3 class="signature " id="filenames-instance_method">
1388
+
1389
+ #<strong>filenames</strong> &#x21d2; <tt>Object</tt> <span class="extras">(readonly)</span>
1390
+
1391
+
1392
+
1393
+
1394
+
1395
+ </h3><div class="docstring">
1396
+ <div class="discussion">
1397
+
1398
+ <p>List of selected filenames [Array]</p>
1399
+
1400
+
1401
+ </div>
1402
+ </div>
1403
+ <div class="tags">
1404
+
1405
+
1406
+ </div><table class="source_code">
1407
+ <tr>
1408
+ <td>
1409
+ <pre class="lines">
1410
+
1411
+
1412
+ 39
1413
+ 40
1414
+ 41</pre>
1415
+ </td>
1416
+ <td>
1417
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXFileDialog.rb', line 39</span>
1418
+
1419
+ <span class='kw'>def</span> <span class='id identifier rubyid_filenames'>filenames</span>
1420
+ <span class='ivar'>@filenames</span>
1421
+ <span class='kw'>end</span></pre>
1422
+ </td>
1423
+ </tr>
1424
+ </table>
1425
+ </div>
1426
+
1427
+
1428
+ <span id="imageSize=-instance_method"></span>
1429
+ <div class="method_details ">
1430
+ <h3 class="signature " id="imageSize-instance_method">
1431
+
1432
+ #<strong>imageSize</strong> &#x21d2; <tt>Object</tt>
1433
+
1434
+
1435
+
1436
+
1437
+
1438
+ </h3><div class="docstring">
1439
+ <div class="discussion">
1440
+
1441
+ <p>Image size for preview images [Integer]</p>
1442
+
1443
+
1444
+ </div>
1445
+ </div>
1446
+ <div class="tags">
1447
+
1448
+
1449
+ </div><table class="source_code">
1450
+ <tr>
1451
+ <td>
1452
+ <pre class="lines">
1453
+
1454
+
1455
+ 63
1456
+ 64
1457
+ 65</pre>
1458
+ </td>
1459
+ <td>
1460
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXFileDialog.rb', line 63</span>
1461
+
1462
+ <span class='kw'>def</span> <span class='id identifier rubyid_imageSize'>imageSize</span>
1463
+ <span class='ivar'>@imageSize</span>
1464
+ <span class='kw'>end</span></pre>
1465
+ </td>
1466
+ </tr>
1467
+ </table>
1468
+ </div>
1469
+
1470
+
1471
+ <span id="itemSpace=-instance_method"></span>
1472
+ <div class="method_details ">
1473
+ <h3 class="signature " id="itemSpace-instance_method">
1474
+
1475
+ #<strong>itemSpace</strong> &#x21d2; <tt>Object</tt>
1476
+
1477
+
1478
+
1479
+
1480
+
1481
+ </h3><div class="docstring">
1482
+ <div class="discussion">
1483
+
1484
+ <p>Inter-item spacing (in pixels) [Integer]</p>
1485
+
1486
+
1487
+ </div>
1488
+ </div>
1489
+ <div class="tags">
1490
+
1491
+
1492
+ </div><table class="source_code">
1493
+ <tr>
1494
+ <td>
1495
+ <pre class="lines">
1496
+
1497
+
1498
+ 51
1499
+ 52
1500
+ 53</pre>
1501
+ </td>
1502
+ <td>
1503
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXFileDialog.rb', line 51</span>
1504
+
1505
+ <span class='kw'>def</span> <span class='id identifier rubyid_itemSpace'>itemSpace</span>
1506
+ <span class='ivar'>@itemSpace</span>
1507
+ <span class='kw'>end</span></pre>
1508
+ </td>
1509
+ </tr>
1510
+ </table>
1511
+ </div>
1512
+
1513
+
1514
+ <span id="matchMode=-instance_method"></span>
1515
+ <div class="method_details ">
1516
+ <h3 class="signature " id="matchMode-instance_method">
1517
+
1518
+ #<strong>matchMode</strong> &#x21d2; <tt>Object</tt>
1519
+
1520
+
1521
+
1522
+
1523
+
1524
+ </h3><div class="docstring">
1525
+ <div class="discussion">
1526
+
1527
+ <p>Wildcard matching mode [Integer]</p>
1528
+
1529
+
1530
+ </div>
1531
+ </div>
1532
+ <div class="tags">
1533
+
1534
+
1535
+ </div><table class="source_code">
1536
+ <tr>
1537
+ <td>
1538
+ <pre class="lines">
1539
+
1540
+
1541
+ 60
1542
+ 61
1543
+ 62</pre>
1544
+ </td>
1545
+ <td>
1546
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXFileDialog.rb', line 60</span>
1547
+
1548
+ <span class='kw'>def</span> <span class='id identifier rubyid_matchMode'>matchMode</span>
1549
+ <span class='ivar'>@matchMode</span>
1550
+ <span class='kw'>end</span></pre>
1551
+ </td>
1552
+ </tr>
1553
+ </table>
1554
+ </div>
1555
+
1556
+
1557
+ <span id="pattern=-instance_method"></span>
1558
+ <div class="method_details ">
1559
+ <h3 class="signature " id="pattern-instance_method">
1560
+
1561
+ #<strong>pattern</strong> &#x21d2; <tt>Object</tt>
1562
+
1563
+
1564
+
1565
+
1566
+
1567
+ </h3><div class="docstring">
1568
+ <div class="discussion">
1569
+
1570
+ <p>File pattern [String]</p>
1571
+
1572
+
1573
+ </div>
1574
+ </div>
1575
+ <div class="tags">
1576
+
1577
+
1578
+ </div><table class="source_code">
1579
+ <tr>
1580
+ <td>
1581
+ <pre class="lines">
1582
+
1583
+
1584
+ 42
1585
+ 43
1586
+ 44</pre>
1587
+ </td>
1588
+ <td>
1589
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXFileDialog.rb', line 42</span>
1590
+
1591
+ <span class='kw'>def</span> <span class='id identifier rubyid_pattern'>pattern</span>
1592
+ <span class='ivar'>@pattern</span>
1593
+ <span class='kw'>end</span></pre>
1594
+ </td>
1595
+ </tr>
1596
+ </table>
1597
+ </div>
1598
+
1599
+
1600
+ <span id="selectMode=-instance_method"></span>
1601
+ <div class="method_details ">
1602
+ <h3 class="signature " id="selectMode-instance_method">
1603
+
1604
+ #<strong>selectMode</strong> &#x21d2; <tt>Object</tt>
1605
+
1606
+
1607
+
1608
+
1609
+
1610
+ </h3><div class="docstring">
1611
+ <div class="discussion">
1612
+
1613
+ <p>File selection mode [Integer]</p>
1614
+
1615
+
1616
+ </div>
1617
+ </div>
1618
+ <div class="tags">
1619
+
1620
+
1621
+ </div><table class="source_code">
1622
+ <tr>
1623
+ <td>
1624
+ <pre class="lines">
1625
+
1626
+
1627
+ 57
1628
+ 58
1629
+ 59</pre>
1630
+ </td>
1631
+ <td>
1632
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXFileDialog.rb', line 57</span>
1633
+
1634
+ <span class='kw'>def</span> <span class='id identifier rubyid_selectMode'>selectMode</span>
1635
+ <span class='ivar'>@selectMode</span>
1636
+ <span class='kw'>end</span></pre>
1637
+ </td>
1638
+ </tr>
1639
+ </table>
1640
+ </div>
1641
+
1642
+ </div>
1643
+
1644
+
1645
+ <div id="class_method_details" class="method_details_list">
1646
+ <h2>Class Method Details</h2>
1647
+
1648
+
1649
+ <div class="method_details first">
1650
+ <h3 class="signature first" id="getOpenDirectory-class_method">
1651
+
1652
+ .<strong>getOpenDirectory</strong>(owner, caption, path) &#x21d2; <tt>Object</tt>
1653
+
1654
+
1655
+
1656
+
1657
+
1658
+ </h3><div class="docstring">
1659
+ <div class="discussion">
1660
+
1661
+ <p>Display a dialog box that allows the user to select a directory. Returns the directory name (a String).</p>
1662
+
1663
+ <h4 id="label-Parameters-3A">Parameters:</h4>
1664
+ <dl class="rdoc-list note-list"><dt><code>owner</code>
1665
+ <dd>
1666
+ <p>the owner window for the dialog box <span class='object_link'><a href="FXWindow.html" title="Fox::FXWindow (class)">Fox::FXWindow</a></span></p>
1667
+ </dd><dt><code>caption</code>
1668
+ <dd>
1669
+ <p>the caption for the dialog box [String]</p>
1670
+ </dd><dt><code>path</code>
1671
+ <dd>
1672
+ <p>the initial directory path [String]</p>
1673
+ </dd></dl>
1674
+
1675
+
1676
+ </div>
1677
+ </div>
1678
+ <div class="tags">
1679
+
1680
+
1681
+ </div><table class="source_code">
1682
+ <tr>
1683
+ <td>
1684
+ <pre class="lines">
1685
+
1686
+
1687
+ 214</pre>
1688
+ </td>
1689
+ <td>
1690
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXFileDialog.rb', line 214</span>
1691
+
1692
+ <span class='kw'>def</span> <span class='const'><span class='object_link'><a href="" title="Fox::FXFileDialog (class)">FXFileDialog</a></span></span><span class='period'>.</span><span class='id identifier rubyid_getOpenDirectory'>getOpenDirectory</span><span class='lparen'>(</span><span class='id identifier rubyid_owner'>owner</span><span class='comma'>,</span> <span class='id identifier rubyid_caption'>caption</span><span class='comma'>,</span> <span class='id identifier rubyid_path'>path</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
1693
+ </td>
1694
+ </tr>
1695
+ </table>
1696
+ </div>
1697
+
1698
+ <div class="method_details ">
1699
+ <h3 class="signature " id="getOpenFilename-class_method">
1700
+
1701
+ .<strong>getOpenFilename</strong>(owner, caption, path, patterns = &quot;*&quot;, initial = 0) &#x21d2; <tt>Object</tt>
1702
+
1703
+
1704
+
1705
+
1706
+
1707
+ </h3><div class="docstring">
1708
+ <div class="discussion">
1709
+
1710
+ <p>Display a dialog box that allows the user to select a single existing file name for opening. Returns the selected file name (a String).</p>
1711
+
1712
+ <h4 id="label-Parameters-3A">Parameters:</h4>
1713
+ <dl class="rdoc-list note-list"><dt><code>owner</code>
1714
+ <dd>
1715
+ <p>the owner window for the dialog box <span class='object_link'><a href="FXWindow.html" title="Fox::FXWindow (class)">Fox::FXWindow</a></span></p>
1716
+ </dd><dt><code>caption</code>
1717
+ <dd>
1718
+ <p>the caption for the dialog box [String]</p>
1719
+ </dd><dt><code>path</code>
1720
+ <dd>
1721
+ <p>the initial filename [String]</p>
1722
+ </dd><dt><code>patterns</code>
1723
+ <dd>
1724
+ <p>the pattern list [String]</p>
1725
+ </dd><dt><code>initial</code>
1726
+ <dd>
1727
+ <p>the initial pattern to be used (an index into the pattern list) [Integer]</p>
1728
+ </dd></dl>
1729
+
1730
+
1731
+ </div>
1732
+ </div>
1733
+ <div class="tags">
1734
+
1735
+
1736
+ </div><table class="source_code">
1737
+ <tr>
1738
+ <td>
1739
+ <pre class="lines">
1740
+
1741
+
1742
+ 172</pre>
1743
+ </td>
1744
+ <td>
1745
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXFileDialog.rb', line 172</span>
1746
+
1747
+ <span class='kw'>def</span> <span class='const'><span class='object_link'><a href="" title="Fox::FXFileDialog (class)">FXFileDialog</a></span></span><span class='period'>.</span><span class='id identifier rubyid_getOpenFilename'>getOpenFilename</span><span class='lparen'>(</span><span class='id identifier rubyid_owner'>owner</span><span class='comma'>,</span> <span class='id identifier rubyid_caption'>caption</span><span class='comma'>,</span> <span class='id identifier rubyid_path'>path</span><span class='comma'>,</span> <span class='id identifier rubyid_patterns'>patterns</span><span class='op'>=</span><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>*</span><span class='tstring_end'>&quot;</span></span><span class='comma'>,</span> <span class='id identifier rubyid_initial'>initial</span><span class='op'>=</span><span class='int'>0</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
1748
+ </td>
1749
+ </tr>
1750
+ </table>
1751
+ </div>
1752
+
1753
+ <div class="method_details ">
1754
+ <h3 class="signature " id="getOpenFilenames-class_method">
1755
+
1756
+ .<strong>getOpenFilenames</strong>(owner, caption, path, patterns = &quot;*&quot;, initial = 0) &#x21d2; <tt>Object</tt>
1757
+
1758
+
1759
+
1760
+
1761
+
1762
+ </h3><div class="docstring">
1763
+ <div class="discussion">
1764
+
1765
+ <p>Display a dialog box that allows the user to select multiple existing file names for opening. Returns an array of the selected file names (an array of strings).</p>
1766
+
1767
+ <h4 id="label-Parameters-3A">Parameters:</h4>
1768
+ <dl class="rdoc-list note-list"><dt><code>owner</code>
1769
+ <dd>
1770
+ <p>the owner window for the dialog box <span class='object_link'><a href="FXWindow.html" title="Fox::FXWindow (class)">Fox::FXWindow</a></span></p>
1771
+ </dd><dt><code>caption</code>
1772
+ <dd>
1773
+ <p>the caption for the dialog box [String]</p>
1774
+ </dd><dt><code>path</code>
1775
+ <dd>
1776
+ <p>the initial filename [String]</p>
1777
+ </dd><dt><code>patterns</code>
1778
+ <dd>
1779
+ <p>the pattern list [String]</p>
1780
+ </dd><dt><code>initial</code>
1781
+ <dd>
1782
+ <p>the initial pattern to be used (an index into the pattern list) [Integer]</p>
1783
+ </dd></dl>
1784
+
1785
+
1786
+ </div>
1787
+ </div>
1788
+ <div class="tags">
1789
+
1790
+
1791
+ </div><table class="source_code">
1792
+ <tr>
1793
+ <td>
1794
+ <pre class="lines">
1795
+
1796
+
1797
+ 187</pre>
1798
+ </td>
1799
+ <td>
1800
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXFileDialog.rb', line 187</span>
1801
+
1802
+ <span class='kw'>def</span> <span class='const'><span class='object_link'><a href="" title="Fox::FXFileDialog (class)">FXFileDialog</a></span></span><span class='period'>.</span><span class='id identifier rubyid_getOpenFilenames'>getOpenFilenames</span><span class='lparen'>(</span><span class='id identifier rubyid_owner'>owner</span><span class='comma'>,</span> <span class='id identifier rubyid_caption'>caption</span><span class='comma'>,</span> <span class='id identifier rubyid_path'>path</span><span class='comma'>,</span> <span class='id identifier rubyid_patterns'>patterns</span><span class='op'>=</span><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>*</span><span class='tstring_end'>&quot;</span></span><span class='comma'>,</span> <span class='id identifier rubyid_initial'>initial</span><span class='op'>=</span><span class='int'>0</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
1803
+ </td>
1804
+ </tr>
1805
+ </table>
1806
+ </div>
1807
+
1808
+ <div class="method_details ">
1809
+ <h3 class="signature " id="getSaveFilename-class_method">
1810
+
1811
+ .<strong>getSaveFilename</strong>(owner, caption, path, patterns = &quot;*&quot;, initial = 0) &#x21d2; <tt>Object</tt>
1812
+
1813
+
1814
+
1815
+
1816
+
1817
+ </h3><div class="docstring">
1818
+ <div class="discussion">
1819
+
1820
+ <p>Display a dialog box that allows the user to select an existing file name, or enter a new file name, for saving. Returns the save file name (a String).</p>
1821
+
1822
+ <h4 id="label-Parameters-3A">Parameters:</h4>
1823
+ <dl class="rdoc-list note-list"><dt><code>owner</code>
1824
+ <dd>
1825
+ <p>the owner window for the dialog box <span class='object_link'><a href="FXWindow.html" title="Fox::FXWindow (class)">Fox::FXWindow</a></span></p>
1826
+ </dd><dt><code>caption</code>
1827
+ <dd>
1828
+ <p>the caption for the dialog box [String]</p>
1829
+ </dd><dt><code>path</code>
1830
+ <dd>
1831
+ <p>the initial filename [String]</p>
1832
+ </dd><dt><code>patterns</code>
1833
+ <dd>
1834
+ <p>the pattern list [String]</p>
1835
+ </dd><dt><code>initial</code>
1836
+ <dd>
1837
+ <p>the initial pattern to be used (an index into the pattern list) [Integer]</p>
1838
+ </dd></dl>
1839
+
1840
+
1841
+ </div>
1842
+ </div>
1843
+ <div class="tags">
1844
+
1845
+
1846
+ </div><table class="source_code">
1847
+ <tr>
1848
+ <td>
1849
+ <pre class="lines">
1850
+
1851
+
1852
+ 202</pre>
1853
+ </td>
1854
+ <td>
1855
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXFileDialog.rb', line 202</span>
1856
+
1857
+ <span class='kw'>def</span> <span class='const'><span class='object_link'><a href="" title="Fox::FXFileDialog (class)">FXFileDialog</a></span></span><span class='period'>.</span><span class='id identifier rubyid_getSaveFilename'>getSaveFilename</span><span class='lparen'>(</span><span class='id identifier rubyid_owner'>owner</span><span class='comma'>,</span> <span class='id identifier rubyid_caption'>caption</span><span class='comma'>,</span> <span class='id identifier rubyid_path'>path</span><span class='comma'>,</span> <span class='id identifier rubyid_patterns'>patterns</span><span class='op'>=</span><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>*</span><span class='tstring_end'>&quot;</span></span><span class='comma'>,</span> <span class='id identifier rubyid_initial'>initial</span><span class='op'>=</span><span class='int'>0</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
1858
+ </td>
1859
+ </tr>
1860
+ </table>
1861
+ </div>
1862
+
1863
+ </div>
1864
+
1865
+ <div id="instance_method_details" class="method_details_list">
1866
+ <h2>Instance Method Details</h2>
1867
+
1868
+
1869
+ <div class="method_details first">
1870
+ <h3 class="signature first" id="allowNavigation-instance_method">
1871
+
1872
+ #<strong>allowNavigation</strong> &#x21d2; <tt>Object</tt>
1873
+
1874
+
1875
+
1876
+
1877
+
1878
+ </h3><div class="docstring">
1879
+ <div class="discussion">
1880
+
1881
+ <p>Allow navigation for this file dialog</p>
1882
+
1883
+
1884
+ </div>
1885
+ </div>
1886
+ <div class="tags">
1887
+
1888
+
1889
+ </div><table class="source_code">
1890
+ <tr>
1891
+ <td>
1892
+ <pre class="lines">
1893
+
1894
+
1895
+ 110
1896
+ 111
1897
+ 112</pre>
1898
+ </td>
1899
+ <td>
1900
+ <pre class="code"><span class="info file"># File 'lib/fox16/core.rb', line 110</span>
1901
+
1902
+ <span class='kw'>def</span> <span class='id identifier rubyid_allowNavigation'>allowNavigation</span>
1903
+ <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_navigationAllowed'>navigationAllowed</span> <span class='op'>=</span> <span class='kw'>true</span>
1904
+ <span class='kw'>end</span></pre>
1905
+ </td>
1906
+ </tr>
1907
+ </table>
1908
+ </div>
1909
+
1910
+ <div class="method_details ">
1911
+ <h3 class="signature " id="allowsPatternEntry=-instance_method">
1912
+
1913
+ #<strong>allowsPatternEntry=</strong>(allowed) &#x21d2; <tt>Object</tt>
1914
+
1915
+
1916
+
1917
+
1918
+
1919
+ </h3><div class="docstring">
1920
+ <div class="discussion">
1921
+
1922
+ <p>Change whether this file dialog allows pattern entry or not.</p>
1923
+
1924
+
1925
+ </div>
1926
+ </div>
1927
+ <div class="tags">
1928
+
1929
+
1930
+ </div><table class="source_code">
1931
+ <tr>
1932
+ <td>
1933
+ <pre class="lines">
1934
+
1935
+
1936
+ 114</pre>
1937
+ </td>
1938
+ <td>
1939
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXFileDialog.rb', line 114</span>
1940
+
1941
+ <span class='kw'>def</span> <span class='id identifier rubyid_allowsPatternEntry='>allowsPatternEntry=</span><span class='lparen'>(</span><span class='id identifier rubyid_allowed'>allowed</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
1942
+ </td>
1943
+ </tr>
1944
+ </table>
1945
+ </div>
1946
+
1947
+ <div class="method_details ">
1948
+ <h3 class="signature " id="allowsPatternEntry?-instance_method">
1949
+
1950
+ #<strong>allowsPatternEntry?</strong> &#x21d2; <tt>Boolean</tt>
1951
+
1952
+
1953
+
1954
+
1955
+
1956
+ </h3><div class="docstring">
1957
+ <div class="discussion">
1958
+
1959
+ <p>Return <code>true</code> if this file dialog allows pattern entry</p>
1960
+
1961
+
1962
+ </div>
1963
+ </div>
1964
+ <div class="tags">
1965
+
1966
+ <p class="tag_title">Returns:</p>
1967
+ <ul class="return">
1968
+
1969
+ <li>
1970
+
1971
+
1972
+ <span class='type'>(<tt>Boolean</tt>)</span>
1973
+
1974
+
1975
+
1976
+ </li>
1977
+
1978
+ </ul>
1979
+
1980
+ </div><table class="source_code">
1981
+ <tr>
1982
+ <td>
1983
+ <pre class="lines">
1984
+
1985
+
1986
+ 119</pre>
1987
+ </td>
1988
+ <td>
1989
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXFileDialog.rb', line 119</span>
1990
+
1991
+ <span class='kw'>def</span> <span class='id identifier rubyid_allowsPatternEntry?'>allowsPatternEntry?</span> <span class='semicolon'>;</span> <span class='kw'>end</span></pre>
1992
+ </td>
1993
+ </tr>
1994
+ </table>
1995
+ </div>
1996
+
1997
+ <div class="method_details ">
1998
+ <h3 class="signature " id="disallowNavigation-instance_method">
1999
+
2000
+ #<strong>disallowNavigation</strong> &#x21d2; <tt>Object</tt>
2001
+
2002
+
2003
+
2004
+
2005
+
2006
+ </h3><div class="docstring">
2007
+ <div class="discussion">
2008
+
2009
+ <p>Disallow navigation for this file dialog</p>
2010
+
2011
+
2012
+ </div>
2013
+ </div>
2014
+ <div class="tags">
2015
+
2016
+
2017
+ </div><table class="source_code">
2018
+ <tr>
2019
+ <td>
2020
+ <pre class="lines">
2021
+
2022
+
2023
+ 115
2024
+ 116
2025
+ 117</pre>
2026
+ </td>
2027
+ <td>
2028
+ <pre class="code"><span class="info file"># File 'lib/fox16/core.rb', line 115</span>
2029
+
2030
+ <span class='kw'>def</span> <span class='id identifier rubyid_disallowNavigation'>disallowNavigation</span>
2031
+ <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_navigationAllowed'>navigationAllowed</span> <span class='op'>=</span> <span class='kw'>false</span>
2032
+ <span class='kw'>end</span></pre>
2033
+ </td>
2034
+ </tr>
2035
+ </table>
2036
+ </div>
2037
+
2038
+ <div class="method_details ">
2039
+ <h3 class="signature " id="getPatternList-instance_method">
2040
+
2041
+ #<strong>getPatternList</strong> &#x21d2; <tt>Object</tt>
2042
+
2043
+
2044
+
2045
+
2046
+
2047
+ </h3><div class="docstring">
2048
+ <div class="discussion">
2049
+
2050
+ <p>Returns the list of patterns (an Array of Strings).</p>
2051
+
2052
+
2053
+ </div>
2054
+ </div>
2055
+ <div class="tags">
2056
+
2057
+
2058
+ </div><table class="source_code">
2059
+ <tr>
2060
+ <td>
2061
+ <pre class="lines">
2062
+
2063
+
2064
+ 98</pre>
2065
+ </td>
2066
+ <td>
2067
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXFileDialog.rb', line 98</span>
2068
+
2069
+ <span class='kw'>def</span> <span class='id identifier rubyid_getPatternList'>getPatternList</span><span class='lparen'>(</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
2070
+ </td>
2071
+ </tr>
2072
+ </table>
2073
+ </div>
2074
+
2075
+ <div class="method_details ">
2076
+ <h3 class="signature " id="getPatternText-instance_method">
2077
+
2078
+ #<strong>getPatternText</strong>(patno) &#x21d2; <tt>Object</tt>
2079
+
2080
+
2081
+
2082
+
2083
+
2084
+ </h3><div class="docstring">
2085
+ <div class="discussion">
2086
+
2087
+ <p>Get pattern text for given pattern number</p>
2088
+
2089
+
2090
+ </div>
2091
+ </div>
2092
+ <div class="tags">
2093
+
2094
+
2095
+ </div><table class="source_code">
2096
+ <tr>
2097
+ <td>
2098
+ <pre class="lines">
2099
+
2100
+
2101
+ 101</pre>
2102
+ </td>
2103
+ <td>
2104
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXFileDialog.rb', line 101</span>
2105
+
2106
+ <span class='kw'>def</span> <span class='id identifier rubyid_getPatternText'>getPatternText</span><span class='lparen'>(</span><span class='id identifier rubyid_patno'>patno</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
2107
+ </td>
2108
+ </tr>
2109
+ </table>
2110
+ </div>
2111
+
2112
+ <div class="method_details ">
2113
+ <h3 class="signature " id="hiddenFilesShown=-instance_method">
2114
+
2115
+ #<strong>hiddenFilesShown=</strong>(state) &#x21d2; <tt>Object</tt>
2116
+
2117
+
2118
+
2119
+
2120
+
2121
+ </h3><div class="docstring">
2122
+ <div class="discussion">
2123
+
2124
+ <p>If <em>state</em> is <code>true</code>, the file dialog will show hidden files and directories; otherwise, it won&#39;t.</p>
2125
+
2126
+
2127
+ </div>
2128
+ </div>
2129
+ <div class="tags">
2130
+
2131
+
2132
+ </div><table class="source_code">
2133
+ <tr>
2134
+ <td>
2135
+ <pre class="lines">
2136
+
2137
+
2138
+ 134</pre>
2139
+ </td>
2140
+ <td>
2141
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXFileDialog.rb', line 134</span>
2142
+
2143
+ <span class='kw'>def</span> <span class='id identifier rubyid_hiddenFilesShown='>hiddenFilesShown=</span><span class='lparen'>(</span><span class='id identifier rubyid_state'>state</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
2144
+ </td>
2145
+ </tr>
2146
+ </table>
2147
+ </div>
2148
+
2149
+ <div class="method_details ">
2150
+ <h3 class="signature " id="hiddenFilesShown?-instance_method">
2151
+
2152
+ #<strong>hiddenFilesShown?</strong> &#x21d2; <tt>Boolean</tt>
2153
+
2154
+
2155
+
2156
+
2157
+
2158
+ </h3><div class="docstring">
2159
+ <div class="discussion">
2160
+
2161
+ <p>Return <code>true</code> if showing hidden files and directories</p>
2162
+
2163
+
2164
+ </div>
2165
+ </div>
2166
+ <div class="tags">
2167
+
2168
+ <p class="tag_title">Returns:</p>
2169
+ <ul class="return">
2170
+
2171
+ <li>
2172
+
2173
+
2174
+ <span class='type'>(<tt>Boolean</tt>)</span>
2175
+
2176
+
2177
+
2178
+ </li>
2179
+
2180
+ </ul>
2181
+
2182
+ </div><table class="source_code">
2183
+ <tr>
2184
+ <td>
2185
+ <pre class="lines">
2186
+
2187
+
2188
+ 128</pre>
2189
+ </td>
2190
+ <td>
2191
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXFileDialog.rb', line 128</span>
2192
+
2193
+ <span class='kw'>def</span> <span class='id identifier rubyid_hiddenFilesShown?'>hiddenFilesShown?</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
2194
+ </td>
2195
+ </tr>
2196
+ </table>
2197
+ </div>
2198
+
2199
+ <div class="method_details ">
2200
+ <h3 class="signature " id="imagesShown=-instance_method">
2201
+
2202
+ #<strong>imagesShown=</strong>(shown) &#x21d2; <tt>Object</tt>
2203
+
2204
+
2205
+
2206
+
2207
+
2208
+ </h3><div class="docstring">
2209
+ <div class="discussion">
2210
+
2211
+ <p>If <em>shown</em> is <code>true</code>, the file dialog will show preview images; otherwise it won&#39;t.</p>
2212
+
2213
+
2214
+ </div>
2215
+ </div>
2216
+ <div class="tags">
2217
+
2218
+
2219
+ </div><table class="source_code">
2220
+ <tr>
2221
+ <td>
2222
+ <pre class="lines">
2223
+
2224
+
2225
+ 140</pre>
2226
+ </td>
2227
+ <td>
2228
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXFileDialog.rb', line 140</span>
2229
+
2230
+ <span class='kw'>def</span> <span class='id identifier rubyid_imagesShown='>imagesShown=</span><span class='lparen'>(</span><span class='id identifier rubyid_shown'>shown</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
2231
+ </td>
2232
+ </tr>
2233
+ </table>
2234
+ </div>
2235
+
2236
+ <div class="method_details ">
2237
+ <h3 class="signature " id="imagesShown?-instance_method">
2238
+
2239
+ #<strong>imagesShown?</strong> &#x21d2; <tt>Boolean</tt>
2240
+
2241
+
2242
+
2243
+
2244
+
2245
+ </h3><div class="docstring">
2246
+ <div class="discussion">
2247
+
2248
+ <p>Return <code>true</code> if the file dialog is showing preview images.</p>
2249
+
2250
+
2251
+ </div>
2252
+ </div>
2253
+ <div class="tags">
2254
+
2255
+ <p class="tag_title">Returns:</p>
2256
+ <ul class="return">
2257
+
2258
+ <li>
2259
+
2260
+
2261
+ <span class='type'>(<tt>Boolean</tt>)</span>
2262
+
2263
+
2264
+
2265
+ </li>
2266
+
2267
+ </ul>
2268
+
2269
+ </div><table class="source_code">
2270
+ <tr>
2271
+ <td>
2272
+ <pre class="lines">
2273
+
2274
+
2275
+ 145</pre>
2276
+ </td>
2277
+ <td>
2278
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXFileDialog.rb', line 145</span>
2279
+
2280
+ <span class='kw'>def</span> <span class='id identifier rubyid_imagesShown?'>imagesShown?</span> <span class='semicolon'>;</span> <span class='kw'>end</span></pre>
2281
+ </td>
2282
+ </tr>
2283
+ </table>
2284
+ </div>
2285
+
2286
+ <div class="method_details ">
2287
+ <h3 class="signature " id="navigationAllowed=-instance_method">
2288
+
2289
+ #<strong>navigationAllowed=</strong>(allowed) &#x21d2; <tt>Object</tt>
2290
+
2291
+
2292
+
2293
+
2294
+
2295
+ </h3><div class="docstring">
2296
+ <div class="discussion">
2297
+
2298
+ <p>Set navigation to allowed (<code>true</code>) or disallowed (<code>false</code>)</p>
2299
+
2300
+
2301
+ </div>
2302
+ </div>
2303
+ <div class="tags">
2304
+
2305
+
2306
+ </div><table class="source_code">
2307
+ <tr>
2308
+ <td>
2309
+ <pre class="lines">
2310
+
2311
+
2312
+ 157</pre>
2313
+ </td>
2314
+ <td>
2315
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXFileDialog.rb', line 157</span>
2316
+
2317
+ <span class='kw'>def</span> <span class='id identifier rubyid_navigationAllowed='>navigationAllowed=</span><span class='lparen'>(</span><span class='id identifier rubyid_allowed'>allowed</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
2318
+ </td>
2319
+ </tr>
2320
+ </table>
2321
+ </div>
2322
+
2323
+ <div class="method_details ">
2324
+ <h3 class="signature " id="navigationAllowed?-instance_method">
2325
+
2326
+ #<strong>navigationAllowed?</strong> &#x21d2; <tt>Boolean</tt>
2327
+
2328
+
2329
+
2330
+
2331
+
2332
+ </h3><div class="docstring">
2333
+ <div class="discussion">
2334
+
2335
+ <p>Return <code>true</code> if navigation allowed.</p>
2336
+
2337
+
2338
+ </div>
2339
+ </div>
2340
+ <div class="tags">
2341
+
2342
+ <p class="tag_title">Returns:</p>
2343
+ <ul class="return">
2344
+
2345
+ <li>
2346
+
2347
+
2348
+ <span class='type'>(<tt>Boolean</tt>)</span>
2349
+
2350
+
2351
+
2352
+ </li>
2353
+
2354
+ </ul>
2355
+
2356
+ </div><table class="source_code">
2357
+ <tr>
2358
+ <td>
2359
+ <pre class="lines">
2360
+
2361
+
2362
+ 154</pre>
2363
+ </td>
2364
+ <td>
2365
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXFileDialog.rb', line 154</span>
2366
+
2367
+ <span class='kw'>def</span> <span class='id identifier rubyid_navigationAllowed?'>navigationAllowed?</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
2368
+ </td>
2369
+ </tr>
2370
+ </table>
2371
+ </div>
2372
+
2373
+ <div class="method_details ">
2374
+ <h3 class="signature " id="numPatterns-instance_method">
2375
+
2376
+ #<strong>numPatterns</strong> &#x21d2; <tt>Object</tt>
2377
+
2378
+
2379
+
2380
+
2381
+
2382
+ </h3><div class="docstring">
2383
+ <div class="discussion">
2384
+
2385
+ <p>Return number of patterns</p>
2386
+
2387
+
2388
+ </div>
2389
+ </div>
2390
+ <div class="tags">
2391
+
2392
+
2393
+ </div><table class="source_code">
2394
+ <tr>
2395
+ <td>
2396
+ <pre class="lines">
2397
+
2398
+
2399
+ 109</pre>
2400
+ </td>
2401
+ <td>
2402
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXFileDialog.rb', line 109</span>
2403
+
2404
+ <span class='kw'>def</span> <span class='id identifier rubyid_numPatterns'>numPatterns</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
2405
+ </td>
2406
+ </tr>
2407
+ </table>
2408
+ </div>
2409
+
2410
+ <div class="method_details ">
2411
+ <h3 class="signature " id="readOnly=-instance_method">
2412
+
2413
+ #<strong>readOnly=</strong>(state) &#x21d2; <tt>Object</tt>
2414
+
2415
+
2416
+
2417
+
2418
+
2419
+ </h3><div class="docstring">
2420
+ <div class="discussion">
2421
+
2422
+ <p>Set initial state of read-only button, where <em>state</em> is either <code>true</code> or <code>false</code></p>
2423
+
2424
+
2425
+ </div>
2426
+ </div>
2427
+ <div class="tags">
2428
+
2429
+
2430
+ </div><table class="source_code">
2431
+ <tr>
2432
+ <td>
2433
+ <pre class="lines">
2434
+
2435
+
2436
+ 148</pre>
2437
+ </td>
2438
+ <td>
2439
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXFileDialog.rb', line 148</span>
2440
+
2441
+ <span class='kw'>def</span> <span class='id identifier rubyid_readOnly='>readOnly=</span><span class='lparen'>(</span><span class='id identifier rubyid_state'>state</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
2442
+ </td>
2443
+ </tr>
2444
+ </table>
2445
+ </div>
2446
+
2447
+ <div class="method_details ">
2448
+ <h3 class="signature " id="readOnly?-instance_method">
2449
+
2450
+ #<strong>readOnly?</strong> &#x21d2; <tt>Boolean</tt>
2451
+
2452
+
2453
+
2454
+
2455
+
2456
+ </h3><div class="docstring">
2457
+ <div class="discussion">
2458
+
2459
+ <p>Return <code>true</code> if read-only</p>
2460
+
2461
+
2462
+ </div>
2463
+ </div>
2464
+ <div class="tags">
2465
+
2466
+ <p class="tag_title">Returns:</p>
2467
+ <ul class="return">
2468
+
2469
+ <li>
2470
+
2471
+
2472
+ <span class='type'>(<tt>Boolean</tt>)</span>
2473
+
2474
+
2475
+
2476
+ </li>
2477
+
2478
+ </ul>
2479
+
2480
+ </div><table class="source_code">
2481
+ <tr>
2482
+ <td>
2483
+ <pre class="lines">
2484
+
2485
+
2486
+ 151</pre>
2487
+ </td>
2488
+ <td>
2489
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXFileDialog.rb', line 151</span>
2490
+
2491
+ <span class='kw'>def</span> <span class='id identifier rubyid_readOnly?'>readOnly?</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
2492
+ </td>
2493
+ </tr>
2494
+ </table>
2495
+ </div>
2496
+
2497
+ <div class="method_details ">
2498
+ <h3 class="signature " id="readOnlyShown?-instance_method">
2499
+
2500
+ #<strong>readOnlyShown?</strong> &#x21d2; <tt>Boolean</tt>
2501
+
2502
+
2503
+
2504
+
2505
+
2506
+ </h3><div class="docstring">
2507
+ <div class="discussion">
2508
+
2509
+ <p>Return <code>true</code> if read-only button is shown</p>
2510
+
2511
+
2512
+ </div>
2513
+ </div>
2514
+ <div class="tags">
2515
+
2516
+ <p class="tag_title">Returns:</p>
2517
+ <ul class="return">
2518
+
2519
+ <li>
2520
+
2521
+
2522
+ <span class='type'>(<tt>Boolean</tt>)</span>
2523
+
2524
+
2525
+
2526
+ </li>
2527
+
2528
+ </ul>
2529
+
2530
+ </div><table class="source_code">
2531
+ <tr>
2532
+ <td>
2533
+ <pre class="lines">
2534
+
2535
+
2536
+ 125</pre>
2537
+ </td>
2538
+ <td>
2539
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXFileDialog.rb', line 125</span>
2540
+
2541
+ <span class='kw'>def</span> <span class='id identifier rubyid_readOnlyShown?'>readOnlyShown?</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
2542
+ </td>
2543
+ </tr>
2544
+ </table>
2545
+ </div>
2546
+
2547
+ <div class="method_details ">
2548
+ <h3 class="signature " id="setPatternList-instance_method">
2549
+
2550
+ #<strong>setPatternList</strong>(patterns) &#x21d2; <tt>Object</tt>
2551
+
2552
+
2553
+
2554
+
2555
+
2556
+ </h3><div class="docstring">
2557
+ <div class="discussion">
2558
+
2559
+ <p>Change the list of file patterns shown in the file dialog. The <em>patterns</em> argument is an array of strings, and each string represents a different file pattern. A pattern consists of an optional name, followed by a pattern in parentheses. For example, this code:</p>
2560
+
2561
+ <pre class="code ruby"><code class="ruby"><span class='id identifier rubyid_patterns'>patterns</span> <span class='op'>=</span> <span class='lbracket'>[</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>*</span><span class='tstring_end'>&quot;</span></span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>*.cpp,*.cc</span><span class='tstring_end'>&quot;</span></span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>*.hpp,*.hh,*.h</span><span class='tstring_end'>&quot;</span></span> <span class='rbracket'>]</span>
2562
+ <span class='id identifier rubyid_aFileSelector'>aFileSelector</span><span class='period'>.</span><span class='id identifier rubyid_setPatternList'>setPatternList</span><span class='lparen'>(</span><span class='id identifier rubyid_patterns'>patterns</span><span class='rparen'>)</span>
2563
+ </code></pre>
2564
+
2565
+ <p>and this code:</p>
2566
+
2567
+ <pre class="code ruby"><code class="ruby"><span class='id identifier rubyid_patterns'>patterns</span> <span class='op'>=</span> <span class='lbracket'>[</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>All Files (*)</span><span class='tstring_end'>&quot;</span></span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>C++ Sources (*.cpp,*.cc)</span><span class='tstring_end'>&quot;</span></span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>C++ Headers (*.hpp,*.hh,*.h)</span><span class='tstring_end'>&quot;</span></span> <span class='rbracket'>]</span>
2568
+ <span class='id identifier rubyid_aFileSelector'>aFileSelector</span><span class='period'>.</span><span class='id identifier rubyid_setPatternList'>setPatternList</span><span class='lparen'>(</span><span class='id identifier rubyid_patterns'>patterns</span><span class='rparen'>)</span>
2569
+ </code></pre>
2570
+
2571
+ <p>will both set the same three patterns, but the former shows no pattern names.</p>
2572
+
2573
+ <p>For compatibility with the FOX C++ library API of the same name, <span class='object_link'><a href="#setPatternList-instance_method" title="Fox::FXFileDialog#setPatternList (method)">#setPatternList</a></span> also accepts a <em>patterns</em> value that is a single string, with each pattern separated by newline characters, e.g.</p>
2574
+
2575
+ <pre class="code ruby"><code class="ruby"><span class='id identifier rubyid_patterns'>patterns</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>All Files (*)\nC++ Sources (*.cpp,*.cc)\nC++ Headers (*.hpp,*.hh,*.h)</span><span class='tstring_end'>&quot;</span></span>
2576
+ <span class='id identifier rubyid_aFileSelector'>aFileSelector</span><span class='period'>.</span><span class='id identifier rubyid_setPatternList'>setPatternList</span><span class='lparen'>(</span><span class='id identifier rubyid_patterns'>patterns</span><span class='rparen'>)</span>
2577
+ </code></pre>
2578
+
2579
+
2580
+ </div>
2581
+ </div>
2582
+ <div class="tags">
2583
+
2584
+
2585
+ </div><table class="source_code">
2586
+ <tr>
2587
+ <td>
2588
+ <pre class="lines">
2589
+
2590
+
2591
+ 93</pre>
2592
+ </td>
2593
+ <td>
2594
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXFileDialog.rb', line 93</span>
2595
+
2596
+ <span class='kw'>def</span> <span class='id identifier rubyid_setPatternList'>setPatternList</span><span class='lparen'>(</span><span class='id identifier rubyid_patterns'>patterns</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
2597
+ </td>
2598
+ </tr>
2599
+ </table>
2600
+ </div>
2601
+
2602
+ <div class="method_details ">
2603
+ <h3 class="signature " id="setPatternText-instance_method">
2604
+
2605
+ #<strong>setPatternText</strong>(patno, text) &#x21d2; <tt>Object</tt>
2606
+
2607
+
2608
+
2609
+
2610
+
2611
+ </h3><div class="docstring">
2612
+ <div class="discussion">
2613
+
2614
+ <p>Change pattern text for pattern number</p>
2615
+
2616
+
2617
+ </div>
2618
+ </div>
2619
+ <div class="tags">
2620
+
2621
+
2622
+ </div><table class="source_code">
2623
+ <tr>
2624
+ <td>
2625
+ <pre class="lines">
2626
+
2627
+
2628
+ 104</pre>
2629
+ </td>
2630
+ <td>
2631
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXFileDialog.rb', line 104</span>
2632
+
2633
+ <span class='kw'>def</span> <span class='id identifier rubyid_setPatternText'>setPatternText</span><span class='lparen'>(</span><span class='id identifier rubyid_patno'>patno</span><span class='comma'>,</span> <span class='id identifier rubyid_text'>text</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
2634
+ </td>
2635
+ </tr>
2636
+ </table>
2637
+ </div>
2638
+
2639
+ <div class="method_details ">
2640
+ <h3 class="signature " id="showReadOnly=-instance_method">
2641
+
2642
+ #<strong>showReadOnly=</strong>(shown) &#x21d2; <tt>Object</tt>
2643
+
2644
+
2645
+
2646
+
2647
+
2648
+ </h3><div class="docstring">
2649
+ <div class="discussion">
2650
+
2651
+ <p>Set visibility of the read-only button, where <em>shown</em> is either <code>true</code> or <code>false</code></p>
2652
+
2653
+
2654
+ </div>
2655
+ </div>
2656
+ <div class="tags">
2657
+
2658
+
2659
+ </div><table class="source_code">
2660
+ <tr>
2661
+ <td>
2662
+ <pre class="lines">
2663
+
2664
+
2665
+ 122</pre>
2666
+ </td>
2667
+ <td>
2668
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXFileDialog.rb', line 122</span>
2669
+
2670
+ <span class='kw'>def</span> <span class='id identifier rubyid_showReadOnly='>showReadOnly=</span><span class='lparen'>(</span><span class='id identifier rubyid_shown'>shown</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
2671
+ </td>
2672
+ </tr>
2673
+ </table>
2674
+ </div>
2675
+
2676
+ </div>
2677
+
2678
+ </div>
2679
+
2680
+ <div id="footer">
2681
+ Generated on Fri Nov 27 21:11:16 2020 by
2682
+ <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
2683
+ 0.9.24 (ruby-2.7.2).
2684
+ </div>
2685
+
2686
+ </div>
2687
+ </body>
2688
+ </html>