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