fxruby 1.6.42 → 1.6.43

Sign up to get free protection for your applications and to get access to all the features.
Files changed (309) hide show
  1. checksums.yaml +4 -4
  2. data/.travis.yml +1 -1
  3. data/.yardopts +1 -1
  4. data/Gemfile +1 -2
  5. data/History.md +11 -0
  6. data/README.rdoc +4 -4
  7. data/Rakefile +10 -0
  8. data/appveyor.yml +4 -0
  9. data/docs/Fox.html +11184 -0
  10. data/docs/Fox/Canvas.html +141 -0
  11. data/docs/Fox/Canvas/CanvasError.html +124 -0
  12. data/docs/Fox/Canvas/CircleShape.html +477 -0
  13. data/docs/Fox/Canvas/ImageShape.html +477 -0
  14. data/docs/Fox/Canvas/LineShape.html +1005 -0
  15. data/docs/Fox/Canvas/PolygonShape.html +145 -0
  16. data/docs/Fox/Canvas/RectangleShape.html +439 -0
  17. data/docs/Fox/Canvas/SelectionPolicy.html +352 -0
  18. data/docs/Fox/Canvas/Shape.html +1955 -0
  19. data/docs/Fox/Canvas/ShapeCanvas.html +2031 -0
  20. data/docs/Fox/Canvas/ShapeGroup.html +527 -0
  21. data/docs/Fox/Canvas/SingleSelectionPolicy.html +291 -0
  22. data/docs/Fox/Canvas/TextShape.html +609 -0
  23. data/docs/Fox/FTNonModal.html +550 -0
  24. data/docs/Fox/FX4Splitter.html +1336 -0
  25. data/docs/Fox/FX7Segment.html +1010 -0
  26. data/docs/Fox/FXAccelTable.html +715 -0
  27. data/docs/Fox/FXApp.html +7998 -0
  28. data/docs/Fox/FXArc.html +562 -0
  29. data/docs/Fox/FXArrowButton.html +865 -0
  30. data/docs/Fox/FXBMPIcon.html +450 -0
  31. data/docs/Fox/FXBMPImage.html +434 -0
  32. data/docs/Fox/FXBitmap.html +1362 -0
  33. data/docs/Fox/FXBitmapFrame.html +595 -0
  34. data/docs/Fox/FXBitmapView.html +1451 -0
  35. data/docs/Fox/FXButton.html +534 -0
  36. data/docs/Fox/FXCURCursor.html +261 -0
  37. data/docs/Fox/FXCalendar.html +880 -0
  38. data/docs/Fox/FXCanvas.html +311 -0
  39. data/docs/Fox/FXCheckButton.html +949 -0
  40. data/docs/Fox/FXChoiceBox.html +472 -0
  41. data/docs/Fox/FXColor.html +1519 -0
  42. data/docs/Fox/FXColorBar.html +759 -0
  43. data/docs/Fox/FXColorDialog.html +591 -0
  44. data/docs/Fox/FXColorItem.html +323 -0
  45. data/docs/Fox/FXColorList.html +712 -0
  46. data/docs/Fox/FXColorRing.html +817 -0
  47. data/docs/Fox/FXColorSelector.html +796 -0
  48. data/docs/Fox/FXColorWell.html +850 -0
  49. data/docs/Fox/FXColorWheel.html +770 -0
  50. data/docs/Fox/FXComboBox.html +2939 -0
  51. data/docs/Fox/FXComboTableItem.html +544 -0
  52. data/docs/Fox/FXCommand.html +526 -0
  53. data/docs/Fox/FXComposite.html +433 -0
  54. data/docs/Fox/FXCursor.html +779 -0
  55. data/docs/Fox/FXDC.html +5231 -0
  56. data/docs/Fox/FXDCPrint.html +696 -0
  57. data/docs/Fox/FXDCWindow.html +358 -0
  58. data/docs/Fox/FXDataTarget.html +573 -0
  59. data/docs/Fox/FXDebugTarget.html +305 -0
  60. data/docs/Fox/FXDelegator.html +305 -0
  61. data/docs/Fox/FXDial.html +1133 -0
  62. data/docs/Fox/FXDialogBox.html +413 -0
  63. data/docs/Fox/FXDict.html +1063 -0
  64. data/docs/Fox/FXDirBox.html +752 -0
  65. data/docs/Fox/FXDirDialog.html +914 -0
  66. data/docs/Fox/FXDirItem.html +989 -0
  67. data/docs/Fox/FXDirList.html +1554 -0
  68. data/docs/Fox/FXDirSelector.html +995 -0
  69. data/docs/Fox/FXDockBar.html +1451 -0
  70. data/docs/Fox/FXDockHandler.html +468 -0
  71. data/docs/Fox/FXDockSite.html +678 -0
  72. data/docs/Fox/FXDockTitle.html +606 -0
  73. data/docs/Fox/FXDocument.html +536 -0
  74. data/docs/Fox/FXDragCorner.html +440 -0
  75. data/docs/Fox/FXDrawable.html +478 -0
  76. data/docs/Fox/FXDriveBox.html +746 -0
  77. data/docs/Fox/FXEvent.html +1736 -0
  78. data/docs/Fox/FXExtentd.html +1374 -0
  79. data/docs/Fox/FXExtentf.html +1374 -0
  80. data/docs/Fox/FXFileAssoc.html +850 -0
  81. data/docs/Fox/FXFileDialog.html +2688 -0
  82. data/docs/Fox/FXFileDict.html +1058 -0
  83. data/docs/Fox/FXFileItem.html +1141 -0
  84. data/docs/Fox/FXFileList.html +2259 -0
  85. data/docs/Fox/FXFileSelector.html +2529 -0
  86. data/docs/Fox/FXFileStream.html +503 -0
  87. data/docs/Fox/FXFoldingItem.html +2822 -0
  88. data/docs/Fox/FXFoldingList.html +5189 -0
  89. data/docs/Fox/FXFont.html +2998 -0
  90. data/docs/Fox/FXFontDesc.html +710 -0
  91. data/docs/Fox/FXFontDialog.html +420 -0
  92. data/docs/Fox/FXFontSelector.html +576 -0
  93. data/docs/Fox/FXFrame.html +1012 -0
  94. data/docs/Fox/FXGIFCursor.html +337 -0
  95. data/docs/Fox/FXGIFIcon.html +450 -0
  96. data/docs/Fox/FXGIFImage.html +434 -0
  97. data/docs/Fox/FXGLCanvas.html +700 -0
  98. data/docs/Fox/FXGLCone.html +785 -0
  99. data/docs/Fox/FXGLContext.html +649 -0
  100. data/docs/Fox/FXGLCube.html +703 -0
  101. data/docs/Fox/FXGLCylinder.html +791 -0
  102. data/docs/Fox/FXGLGroup.html +1385 -0
  103. data/docs/Fox/FXGLLine.html +653 -0
  104. data/docs/Fox/FXGLObject.html +759 -0
  105. data/docs/Fox/FXGLPoint.html +561 -0
  106. data/docs/Fox/FXGLShape.html +714 -0
  107. data/docs/Fox/FXGLSphere.html +626 -0
  108. data/docs/Fox/FXGLViewer.html +3506 -0
  109. data/docs/Fox/FXGLVisual.html +2147 -0
  110. data/docs/Fox/FXGradient.html +562 -0
  111. data/docs/Fox/FXGradientBar.html +2479 -0
  112. data/docs/Fox/FXGroupBox.html +688 -0
  113. data/docs/Fox/FXHeader.html +3040 -0
  114. data/docs/Fox/FXHeaderItem.html +1353 -0
  115. data/docs/Fox/FXHiliteStyle.html +804 -0
  116. data/docs/Fox/FXHorizontalFrame.html +359 -0
  117. data/docs/Fox/FXHorizontalSeparator.html +349 -0
  118. data/docs/Fox/FXICOIcon.html +450 -0
  119. data/docs/Fox/FXICOImage.html +434 -0
  120. data/docs/Fox/FXIcon.html +384 -0
  121. data/docs/Fox/FXIconDict.html +752 -0
  122. data/docs/Fox/FXIconItem.html +1518 -0
  123. data/docs/Fox/FXIconList.html +4676 -0
  124. data/docs/Fox/FXIconSource.html +963 -0
  125. data/docs/Fox/FXId.html +712 -0
  126. data/docs/Fox/FXImage.html +2328 -0
  127. data/docs/Fox/FXImageFrame.html +489 -0
  128. data/docs/Fox/FXImageView.html +504 -0
  129. data/docs/Fox/FXInputDialog.html +894 -0
  130. data/docs/Fox/FXIrb.html +942 -0
  131. data/docs/Fox/FXJPGIcon.html +607 -0
  132. data/docs/Fox/FXJPGImage.html +591 -0
  133. data/docs/Fox/FXKnob.html +1048 -0
  134. data/docs/Fox/FXLabel.html +1013 -0
  135. data/docs/Fox/FXLight.html +920 -0
  136. data/docs/Fox/FXList.html +3717 -0
  137. data/docs/Fox/FXListBox.html +2518 -0
  138. data/docs/Fox/FXListItem.html +1459 -0
  139. data/docs/Fox/FXMDIChild.html +2175 -0
  140. data/docs/Fox/FXMDIClient.html +781 -0
  141. data/docs/Fox/FXMDIDeleteButton.html +334 -0
  142. data/docs/Fox/FXMDIMaximizeButton.html +334 -0
  143. data/docs/Fox/FXMDIMenu.html +335 -0
  144. data/docs/Fox/FXMDIMinimizeButton.html +334 -0
  145. data/docs/Fox/FXMDIRestoreButton.html +334 -0
  146. data/docs/Fox/FXMDIWindowButton.html +334 -0
  147. data/docs/Fox/FXMainWindow.html +337 -0
  148. data/docs/Fox/FXMaterial.html +570 -0
  149. data/docs/Fox/FXMatrix.html +734 -0
  150. data/docs/Fox/FXMemoryBuffer.html +472 -0
  151. data/docs/Fox/FXMemoryStream.html +632 -0
  152. data/docs/Fox/FXMenuBar.html +347 -0
  153. data/docs/Fox/FXMenuButton.html +829 -0
  154. data/docs/Fox/FXMenuCaption.html +1080 -0
  155. data/docs/Fox/FXMenuCascade.html +388 -0
  156. data/docs/Fox/FXMenuCheck.html +721 -0
  157. data/docs/Fox/FXMenuCommand.html +400 -0
  158. data/docs/Fox/FXMenuPane.html +333 -0
  159. data/docs/Fox/FXMenuRadio.html +721 -0
  160. data/docs/Fox/FXMenuSeparator.html +440 -0
  161. data/docs/Fox/FXMenuTitle.html +405 -0
  162. data/docs/Fox/FXMessageBox.html +658 -0
  163. data/docs/Fox/FXObject.html +545 -0
  164. data/docs/Fox/FXOption.html +491 -0
  165. data/docs/Fox/FXOptionMenu.html +885 -0
  166. data/docs/Fox/FXPCXIcon.html +450 -0
  167. data/docs/Fox/FXPCXImage.html +434 -0
  168. data/docs/Fox/FXPNGIcon.html +524 -0
  169. data/docs/Fox/FXPNGImage.html +508 -0
  170. data/docs/Fox/FXPPMIcon.html +450 -0
  171. data/docs/Fox/FXPPMImage.html +373 -0
  172. data/docs/Fox/FXPSBounds.html +500 -0
  173. data/docs/Fox/FXPacker.html +1229 -0
  174. data/docs/Fox/FXPicker.html +345 -0
  175. data/docs/Fox/FXPopup.html +1099 -0
  176. data/docs/Fox/FXPrintDialog.html +485 -0
  177. data/docs/Fox/FXPrinter.html +1330 -0
  178. data/docs/Fox/FXProgressBar.html +1150 -0
  179. data/docs/Fox/FXProgressDialog.html +715 -0
  180. data/docs/Fox/FXPseudoKeyboard.html +428 -0
  181. data/docs/Fox/FXPseudoMouse.html +800 -0
  182. data/docs/Fox/FXPseudoTarget.html +472 -0
  183. data/docs/Fox/FXQuatd.html +1377 -0
  184. data/docs/Fox/FXQuatf.html +1392 -0
  185. data/docs/Fox/FXRGBIcon.html +450 -0
  186. data/docs/Fox/FXRGBImage.html +434 -0
  187. data/docs/Fox/FXRadioButton.html +885 -0
  188. data/docs/Fox/FXRanged.html +1522 -0
  189. data/docs/Fox/FXRangef.html +1522 -0
  190. data/docs/Fox/FXRealSlider.html +1187 -0
  191. data/docs/Fox/FXRealSpinner.html +2175 -0
  192. data/docs/Fox/FXRecentFiles.html +841 -0
  193. data/docs/Fox/FXRectangle.html +802 -0
  194. data/docs/Fox/FXRegion.html +841 -0
  195. data/docs/Fox/FXRegistry.html +682 -0
  196. data/docs/Fox/FXReplaceDialog.html +648 -0
  197. data/docs/Fox/FXRootWindow.html +312 -0
  198. data/docs/Fox/FXRuler.html +2000 -0
  199. data/docs/Fox/FXRulerView.html +3997 -0
  200. data/docs/Fox/FXScintilla.html +49117 -0
  201. data/docs/Fox/FXScrollArea.html +1363 -0
  202. data/docs/Fox/FXScrollBar.html +1019 -0
  203. data/docs/Fox/FXScrollCorner.html +290 -0
  204. data/docs/Fox/FXScrollPane.html +499 -0
  205. data/docs/Fox/FXScrollWindow.html +409 -0
  206. data/docs/Fox/FXSearchDialog.html +382 -0
  207. data/docs/Fox/FXSegment.html +422 -0
  208. data/docs/Fox/FXSeparator.html +402 -0
  209. data/docs/Fox/FXSettings.html +1861 -0
  210. data/docs/Fox/FXShell.html +233 -0
  211. data/docs/Fox/FXShutter.html +472 -0
  212. data/docs/Fox/FXShutterItem.html +669 -0
  213. data/docs/Fox/FXSize.html +592 -0
  214. data/docs/Fox/FXSlider.html +1129 -0
  215. data/docs/Fox/FXSphered.html +906 -0
  216. data/docs/Fox/FXSpheref.html +906 -0
  217. data/docs/Fox/FXSpinner.html +2102 -0
  218. data/docs/Fox/FXSplashScreen.html +497 -0
  219. data/docs/Fox/FXSplashWindow.html +494 -0
  220. data/docs/Fox/FXSplitter.html +643 -0
  221. data/docs/Fox/FXSpring.html +517 -0
  222. data/docs/Fox/FXStatusBar.html +593 -0
  223. data/docs/Fox/FXStatusLine.html +754 -0
  224. data/docs/Fox/FXStream.html +1372 -0
  225. data/docs/Fox/FXStreamAllocError.html +148 -0
  226. data/docs/Fox/FXStreamEndError.html +148 -0
  227. data/docs/Fox/FXStreamError.html +259 -0
  228. data/docs/Fox/FXStreamFailureError.html +148 -0
  229. data/docs/Fox/FXStreamFormatError.html +148 -0
  230. data/docs/Fox/FXStreamFullError.html +148 -0
  231. data/docs/Fox/FXStreamNoReadError.html +148 -0
  232. data/docs/Fox/FXStreamNoWriteError.html +148 -0
  233. data/docs/Fox/FXStreamUnknownError.html +148 -0
  234. data/docs/Fox/FXStringDict.html +552 -0
  235. data/docs/Fox/FXSwitcher.html +619 -0
  236. data/docs/Fox/FXTGAIcon.html +450 -0
  237. data/docs/Fox/FXTGAImage.html +434 -0
  238. data/docs/Fox/FXTIFIcon.html +604 -0
  239. data/docs/Fox/FXTIFImage.html +588 -0
  240. data/docs/Fox/FXTabBar.html +644 -0
  241. data/docs/Fox/FXTabBook.html +373 -0
  242. data/docs/Fox/FXTabItem.html +478 -0
  243. data/docs/Fox/FXTable.html +10107 -0
  244. data/docs/Fox/FXTableItem.html +2195 -0
  245. data/docs/Fox/FXTablePos.html +360 -0
  246. data/docs/Fox/FXTableRange.html +360 -0
  247. data/docs/Fox/FXText.html +6870 -0
  248. data/docs/Fox/FXTextChange.html +492 -0
  249. data/docs/Fox/FXTextField.html +2016 -0
  250. data/docs/Fox/FXToggleButton.html +844 -0
  251. data/docs/Fox/FXToolBar.html +452 -0
  252. data/docs/Fox/FXToolBarGrip.html +584 -0
  253. data/docs/Fox/FXToolBarShell.html +788 -0
  254. data/docs/Fox/FXToolBarTab.html +729 -0
  255. data/docs/Fox/FXToolTip.html +761 -0
  256. data/docs/Fox/FXTopWindow.html +1716 -0
  257. data/docs/Fox/FXTranslator.html +481 -0
  258. data/docs/Fox/FXTreeItem.html +2813 -0
  259. data/docs/Fox/FXTreeList.html +5095 -0
  260. data/docs/Fox/FXTreeListBox.html +3080 -0
  261. data/docs/Fox/FXTriStateButton.html +681 -0
  262. data/docs/Fox/FXUndoList.html +2560 -0
  263. data/docs/Fox/FXVec2d.html +1450 -0
  264. data/docs/Fox/FXVec2f.html +1442 -0
  265. data/docs/Fox/FXVec3d.html +1649 -0
  266. data/docs/Fox/FXVec3f.html +1649 -0
  267. data/docs/Fox/FXVec4d.html +1858 -0
  268. data/docs/Fox/FXVec4f.html +1858 -0
  269. data/docs/Fox/FXVerticalFrame.html +359 -0
  270. data/docs/Fox/FXVerticalSeparator.html +349 -0
  271. data/docs/Fox/FXViewport.html +780 -0
  272. data/docs/Fox/FXVisual.html +1023 -0
  273. data/docs/Fox/FXWindow.html +9948 -0
  274. data/docs/Fox/FXWizard.html +1052 -0
  275. data/docs/Fox/FXXBMIcon.html +453 -0
  276. data/docs/Fox/FXXBMImage.html +437 -0
  277. data/docs/Fox/FXXPMIcon.html +450 -0
  278. data/docs/Fox/FXXPMImage.html +434 -0
  279. data/docs/Fox/NotifyHeader.html +286 -0
  280. data/docs/Fox/SCNotification.html +1438 -0
  281. data/docs/Fox/TextRange.html +281 -0
  282. data/docs/IRB.html +204 -0
  283. data/docs/Responder.html +693 -0
  284. data/docs/Responder2.html +225 -0
  285. data/docs/_index.html +2101 -0
  286. data/docs/class_list.html +51 -0
  287. data/docs/css/common.css +1 -0
  288. data/docs/css/full_list.css +58 -0
  289. data/docs/css/style.css +496 -0
  290. data/docs/file.History.html +869 -0
  291. data/docs/file.README.html +104 -0
  292. data/docs/file_list.html +66 -0
  293. data/docs/frames.html +17 -0
  294. data/docs/index.html +614 -0
  295. data/docs/js/app.js +314 -0
  296. data/docs/js/full_list.js +216 -0
  297. data/docs/js/jquery.js +4 -0
  298. data/docs/method_list.html +31043 -0
  299. data/docs/top-level-namespace.html +214 -0
  300. data/examples/canvasdemo.rb +5 -1
  301. data/examples/gltest.rb +162 -106
  302. data/examples/glviewer.rb +12 -8
  303. data/ext/fox16_c/extconf.rb +1 -1
  304. data/fxruby.gemspec +1 -1
  305. data/lib/fox16/canvas.rb +76 -45
  306. data/lib/fox16/glgroup.rb +5 -5
  307. data/lib/fox16/glshapes.rb +111 -99
  308. data/lib/fox16/version.rb +1 -1
  309. metadata +298 -4
@@ -0,0 +1,1861 @@
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::FXSettings
8
+
9
+ &mdash; FXRuby API Documentation
10
+
11
+ </title>
12
+
13
+ <link rel="stylesheet" href="../css/style.css" type="text/css" />
14
+
15
+ <link rel="stylesheet" href="../css/common.css" type="text/css" />
16
+
17
+ <script type="text/javascript">
18
+ pathId = "Fox::FXSettings";
19
+ relpath = '../';
20
+ </script>
21
+
22
+
23
+ <script type="text/javascript" charset="utf-8" src="../js/jquery.js"></script>
24
+
25
+ <script type="text/javascript" charset="utf-8" src="../js/app.js"></script>
26
+
27
+
28
+ </head>
29
+ <body>
30
+ <div class="nav_wrap">
31
+ <iframe id="nav" src="../class_list.html?1"></iframe>
32
+ <div id="resizer"></div>
33
+ </div>
34
+
35
+ <div id="main" tabindex="-1">
36
+ <div id="header">
37
+ <div id="menu">
38
+
39
+ <a href="../_index.html">Index (F)</a> &raquo;
40
+ <span class='title'><span class='object_link'><a href="../Fox.html" title="Fox (module)">Fox</a></span></span>
41
+ &raquo;
42
+ <span class="title">FXSettings</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::FXSettings
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="FXDict.html" title="Fox::FXDict (class)">FXDict</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="FXDict.html" title="Fox::FXDict (class)">FXDict</a></span></li>
80
+
81
+ <li class="next">Fox::FXSettings</li>
82
+
83
+ </ul>
84
+ <a href="#" class="inheritanceTree">show all</a>
85
+
86
+ </dd>
87
+ </dl>
88
+
89
+
90
+
91
+
92
+
93
+
94
+
95
+
96
+
97
+
98
+
99
+ <dl>
100
+ <dt>Defined in:</dt>
101
+ <dd>rdoc-sources/FXSettings.rb<span class="defines">,<br />
102
+ lib/fox16/core.rb,<br /> lib/fox16/settings.rb</span>
103
+ </dd>
104
+ </dl>
105
+
106
+ </div>
107
+
108
+ <h2>Overview</h2><div class="docstring">
109
+ <div class="discussion">
110
+
111
+ <p>The Settings class manages a key-value database. This is normally used as part of Registry, but can also be used separately in applications that need to maintain a key-value database in a file of their own. String values can contain any character, and will be escaped when written to the file.</p>
112
+
113
+
114
+ </div>
115
+ </div>
116
+ <div class="tags">
117
+
118
+
119
+ </div><div id="subclasses">
120
+ <h2>Direct Known Subclasses</h2>
121
+ <p class="children"><span class='object_link'><a href="FXRegistry.html" title="Fox::FXRegistry (class)">FXRegistry</a></span></p>
122
+ </div>
123
+
124
+
125
+
126
+
127
+
128
+
129
+ <h2>Instance Attribute Summary</h2>
130
+
131
+ <h3 class="inherited">Attributes inherited from <span class='object_link'><a href="FXDict.html" title="Fox::FXDict (class)">FXDict</a></span></h3>
132
+ <p class="inherited"><span class='object_link'><a href="FXDict.html#first-instance_method" title="Fox::FXDict#first (method)">#first</a></span>, <span class='object_link'><a href="FXDict.html#last-instance_method" title="Fox::FXDict#last (method)">#last</a></span>, <span class='object_link'><a href="FXDict.html#length-instance_method" title="Fox::FXDict#length (method)">#length</a></span></p>
133
+
134
+
135
+
136
+ <h2>
137
+ Instance Method Summary
138
+ <small><a href="#" class="summary_toggle">collapse</a></small>
139
+ </h2>
140
+
141
+ <ul class="summary">
142
+
143
+ <li class="public ">
144
+ <span class="summary_signature">
145
+
146
+ <a href="#data-instance_method" title="#data (instance method)">#<strong>data</strong>(pos) &#x21d2; Object </a>
147
+
148
+
149
+
150
+ </span>
151
+
152
+
153
+
154
+
155
+
156
+
157
+
158
+
159
+
160
+ <span class="summary_desc"><div class='inline'>
161
+ <p>Obtain the string dictionary (an FXStringDict instance) for the requested section number.</p>
162
+ </div></span>
163
+
164
+ </li>
165
+
166
+
167
+ <li class="public ">
168
+ <span class="summary_signature">
169
+
170
+ <a href="#deleteEntry-instance_method" title="#deleteEntry (instance method)">#<strong>deleteEntry</strong>(section, key) &#x21d2; Object </a>
171
+
172
+
173
+
174
+ </span>
175
+
176
+
177
+
178
+
179
+
180
+
181
+
182
+
183
+
184
+ <span class="summary_desc"><div class='inline'>
185
+ <p>Delete the registry entry for the specified <em>section</em> and <em>key</em>.</p>
186
+ </div></span>
187
+
188
+ </li>
189
+
190
+
191
+ <li class="public ">
192
+ <span class="summary_signature">
193
+
194
+ <a href="#deleteSection-instance_method" title="#deleteSection (instance method)">#<strong>deleteSection</strong>(section) &#x21d2; Object </a>
195
+
196
+
197
+
198
+ </span>
199
+
200
+
201
+
202
+
203
+
204
+
205
+
206
+
207
+
208
+ <span class="summary_desc"><div class='inline'>
209
+ <p>Delete an entire section from this settings database.</p>
210
+ </div></span>
211
+
212
+ </li>
213
+
214
+
215
+ <li class="public ">
216
+ <span class="summary_signature">
217
+
218
+ <a href="#each_section-instance_method" title="#each_section (instance method)">#<strong>each_section</strong> &#x21d2; Object </a>
219
+
220
+
221
+
222
+ </span>
223
+
224
+
225
+
226
+
227
+
228
+
229
+
230
+
231
+
232
+ <span class="summary_desc"><div class='inline'>
233
+ <p>Iterate over sections (where each section is a dictionary).</p>
234
+ </div></span>
235
+
236
+ </li>
237
+
238
+
239
+ <li class="public ">
240
+ <span class="summary_signature">
241
+
242
+ <a href="#existingEntry%3F-instance_method" title="#existingEntry? (instance method)">#<strong>existingEntry?</strong>(section, key) &#x21d2; Boolean </a>
243
+
244
+
245
+
246
+ </span>
247
+
248
+
249
+
250
+
251
+
252
+
253
+
254
+
255
+
256
+ <span class="summary_desc"><div class='inline'>
257
+ <p>Returns <code>true</code> if a registry entry exists for the specified <em>section</em> and <em>key</em>.</p>
258
+ </div></span>
259
+
260
+ </li>
261
+
262
+
263
+ <li class="public ">
264
+ <span class="summary_signature">
265
+
266
+ <a href="#existingSection%3F-instance_method" title="#existingSection? (instance method)">#<strong>existingSection?</strong>(section) &#x21d2; Boolean </a>
267
+
268
+
269
+
270
+ </span>
271
+
272
+
273
+
274
+
275
+
276
+
277
+
278
+
279
+
280
+ <span class="summary_desc"><div class='inline'>
281
+ <p>Returns <code>true</code> if the named <em>section</em> exists.</p>
282
+ </div></span>
283
+
284
+ </li>
285
+
286
+
287
+ <li class="public ">
288
+ <span class="summary_signature">
289
+
290
+ <a href="#find-instance_method" title="#find (instance method)">#<strong>find</strong>(section) &#x21d2; Object </a>
291
+
292
+
293
+
294
+ </span>
295
+
296
+
297
+
298
+
299
+
300
+
301
+
302
+
303
+
304
+ <span class="summary_desc"><div class='inline'>
305
+ <p>Find a section given its name.</p>
306
+ </div></span>
307
+
308
+ </li>
309
+
310
+
311
+ <li class="public ">
312
+ <span class="summary_signature">
313
+
314
+ <a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong> &#x21d2; FXSettings </a>
315
+
316
+
317
+
318
+ </span>
319
+
320
+
321
+ <span class="note title constructor">constructor</span>
322
+
323
+
324
+
325
+
326
+
327
+
328
+
329
+
330
+ <span class="summary_desc"><div class='inline'>
331
+ <p>Return an initialized FXSettings instance.</p>
332
+ </div></span>
333
+
334
+ </li>
335
+
336
+
337
+ <li class="public ">
338
+ <span class="summary_signature">
339
+
340
+ <a href="#modified=-instance_method" title="#modified= (instance method)">#<strong>modified=</strong>(mdfy = true) &#x21d2; Object </a>
341
+
342
+
343
+
344
+ </span>
345
+
346
+
347
+
348
+
349
+
350
+
351
+
352
+
353
+
354
+ <span class="summary_desc"><div class='inline'>
355
+ <p>Mark as changed.</p>
356
+ </div></span>
357
+
358
+ </li>
359
+
360
+
361
+ <li class="public ">
362
+ <span class="summary_signature">
363
+
364
+ <a href="#modified%3F-instance_method" title="#modified? (instance method)">#<strong>modified?</strong> &#x21d2; Boolean </a>
365
+
366
+
367
+
368
+ </span>
369
+
370
+
371
+
372
+
373
+
374
+
375
+
376
+
377
+
378
+ <span class="summary_desc"><div class='inline'>
379
+ <p>Returns <code>true</code> if this settings object has been modified.</p>
380
+ </div></span>
381
+
382
+ </li>
383
+
384
+
385
+ <li class="public ">
386
+ <span class="summary_signature">
387
+
388
+ <a href="#parseFile-instance_method" title="#parseFile (instance method)">#<strong>parseFile</strong>(filename, mark) &#x21d2; Object </a>
389
+
390
+
391
+
392
+ </span>
393
+
394
+
395
+
396
+
397
+
398
+
399
+
400
+
401
+
402
+ <span class="summary_desc"><div class='inline'>
403
+ <p>Parse a file containing a settings database.</p>
404
+ </div></span>
405
+
406
+ </li>
407
+
408
+
409
+ <li class="public ">
410
+ <span class="summary_signature">
411
+
412
+ <a href="#readBoolEntry-instance_method" title="#readBoolEntry (instance method)">#<strong>readBoolEntry</strong>(section, key, default = false) &#x21d2; Object </a>
413
+
414
+
415
+
416
+ </span>
417
+
418
+
419
+
420
+
421
+
422
+
423
+
424
+
425
+
426
+ <span class="summary_desc"><div class='inline'>
427
+ <p>Read a boolean registry entry from the specified <em>section</em> and <em>key</em>.</p>
428
+ </div></span>
429
+
430
+ </li>
431
+
432
+
433
+ <li class="public ">
434
+ <span class="summary_signature">
435
+
436
+ <a href="#readColorEntry-instance_method" title="#readColorEntry (instance method)">#<strong>readColorEntry</strong>(section, key, default = 0) &#x21d2; Object </a>
437
+
438
+
439
+
440
+ </span>
441
+
442
+
443
+
444
+
445
+
446
+
447
+
448
+
449
+
450
+ <span class="summary_desc"><div class='inline'>
451
+ <p>Read a color value registry entry from the specified <em>section</em> and <em>key</em>.</p>
452
+ </div></span>
453
+
454
+ </li>
455
+
456
+
457
+ <li class="public ">
458
+ <span class="summary_signature">
459
+
460
+ <a href="#readIntEntry-instance_method" title="#readIntEntry (instance method)">#<strong>readIntEntry</strong>(section, key, default = 0) &#x21d2; Object </a>
461
+
462
+
463
+
464
+ </span>
465
+
466
+
467
+
468
+
469
+
470
+
471
+
472
+
473
+
474
+ <span class="summary_desc"><div class='inline'>
475
+ <p>Read an integer registry entry from the specified <em>section</em> and <em>key</em>.</p>
476
+ </div></span>
477
+
478
+ </li>
479
+
480
+
481
+ <li class="public ">
482
+ <span class="summary_signature">
483
+
484
+ <a href="#readRealEntry-instance_method" title="#readRealEntry (instance method)">#<strong>readRealEntry</strong>(section, key, default = 0.0) &#x21d2; Object </a>
485
+
486
+
487
+
488
+ </span>
489
+
490
+
491
+
492
+
493
+
494
+
495
+
496
+
497
+
498
+ <span class="summary_desc"><div class='inline'>
499
+ <p>Read a double-precision floating point registry entry from the specified <em>section</em> and <em>key</em>.</p>
500
+ </div></span>
501
+
502
+ </li>
503
+
504
+
505
+ <li class="public ">
506
+ <span class="summary_signature">
507
+
508
+ <a href="#readStringEntry-instance_method" title="#readStringEntry (instance method)">#<strong>readStringEntry</strong>(section, key, default = &quot;&quot;) &#x21d2; Object </a>
509
+
510
+
511
+
512
+ </span>
513
+
514
+
515
+
516
+
517
+
518
+
519
+
520
+
521
+
522
+ <span class="summary_desc"><div class='inline'>
523
+ <p>Read a string registry entry from the specified <em>section</em> and <em>key</em>.</p>
524
+ </div></span>
525
+
526
+ </li>
527
+
528
+
529
+ <li class="public ">
530
+ <span class="summary_signature">
531
+
532
+ <a href="#readUnsignedEntry-instance_method" title="#readUnsignedEntry (instance method)">#<strong>readUnsignedEntry</strong>(section, key, default = 0) &#x21d2; Object </a>
533
+
534
+
535
+
536
+ </span>
537
+
538
+
539
+
540
+
541
+
542
+
543
+
544
+
545
+
546
+ <span class="summary_desc"><div class='inline'>
547
+ <p>Read an unsigned integer registry entry from the specified <em>section</em> and <em>key</em>.</p>
548
+ </div></span>
549
+
550
+ </li>
551
+
552
+
553
+ <li class="public ">
554
+ <span class="summary_signature">
555
+
556
+ <a href="#unparseFile-instance_method" title="#unparseFile (instance method)">#<strong>unparseFile</strong>(filename) &#x21d2; Object </a>
557
+
558
+
559
+
560
+ </span>
561
+
562
+
563
+
564
+
565
+
566
+
567
+
568
+
569
+
570
+ <span class="summary_desc"><div class='inline'>
571
+ <p>Unparse settings database into given file.</p>
572
+ </div></span>
573
+
574
+ </li>
575
+
576
+
577
+ <li class="public ">
578
+ <span class="summary_signature">
579
+
580
+ <a href="#writeBoolEntry-instance_method" title="#writeBoolEntry (instance method)">#<strong>writeBoolEntry</strong>(section, key, value) &#x21d2; Object </a>
581
+
582
+
583
+
584
+ </span>
585
+
586
+
587
+
588
+
589
+
590
+
591
+
592
+
593
+
594
+ <span class="summary_desc"><div class='inline'>
595
+ <p>Write a boolean registry <em>value</em> to the specified <em>section</em> and <em>key</em>.</p>
596
+ </div></span>
597
+
598
+ </li>
599
+
600
+
601
+ <li class="public ">
602
+ <span class="summary_signature">
603
+
604
+ <a href="#writeColorEntry-instance_method" title="#writeColorEntry (instance method)">#<strong>writeColorEntry</strong>(section, key, value) &#x21d2; Object </a>
605
+
606
+
607
+
608
+ </span>
609
+
610
+
611
+
612
+
613
+
614
+
615
+
616
+
617
+
618
+ <span class="summary_desc"><div class='inline'>
619
+ <p>Write a color registry <em>value</em> to the specified <em>section</em> and <em>key</em>.</p>
620
+ </div></span>
621
+
622
+ </li>
623
+
624
+
625
+ <li class="public ">
626
+ <span class="summary_signature">
627
+
628
+ <a href="#writeIntEntry-instance_method" title="#writeIntEntry (instance method)">#<strong>writeIntEntry</strong>(section, key, value) &#x21d2; Object </a>
629
+
630
+
631
+
632
+ </span>
633
+
634
+
635
+
636
+
637
+
638
+
639
+
640
+
641
+
642
+ <span class="summary_desc"><div class='inline'>
643
+ <p>Write an integer registry <em>value</em> to the specified <em>section</em> and <em>key</em>.</p>
644
+ </div></span>
645
+
646
+ </li>
647
+
648
+
649
+ <li class="public ">
650
+ <span class="summary_signature">
651
+
652
+ <a href="#writeRealEntry-instance_method" title="#writeRealEntry (instance method)">#<strong>writeRealEntry</strong>(section, key, value) &#x21d2; Object </a>
653
+
654
+
655
+
656
+ </span>
657
+
658
+
659
+
660
+
661
+
662
+
663
+
664
+
665
+
666
+ <span class="summary_desc"><div class='inline'>
667
+ <p>Write a double-precision floating point registry <em>value</em> to the specified <em>section</em> and <em>key</em>.</p>
668
+ </div></span>
669
+
670
+ </li>
671
+
672
+
673
+ <li class="public ">
674
+ <span class="summary_signature">
675
+
676
+ <a href="#writeStringEntry-instance_method" title="#writeStringEntry (instance method)">#<strong>writeStringEntry</strong>(section, key, value) &#x21d2; Object </a>
677
+
678
+
679
+
680
+ </span>
681
+
682
+
683
+
684
+
685
+
686
+
687
+
688
+
689
+
690
+ <span class="summary_desc"><div class='inline'>
691
+ <p>Write a string registry <em>value</em> to the specified <em>section</em> and <em>key</em>.</p>
692
+ </div></span>
693
+
694
+ </li>
695
+
696
+
697
+ <li class="public ">
698
+ <span class="summary_signature">
699
+
700
+ <a href="#writeUnsignedEntry-instance_method" title="#writeUnsignedEntry (instance method)">#<strong>writeUnsignedEntry</strong>(section, key, value) &#x21d2; Object </a>
701
+
702
+
703
+
704
+ </span>
705
+
706
+
707
+
708
+
709
+
710
+
711
+
712
+
713
+
714
+ <span class="summary_desc"><div class='inline'>
715
+ <p>Write an unsigned integer registry <em>value</em> to the specified <em>section</em> and <em>key</em>.</p>
716
+ </div></span>
717
+
718
+ </li>
719
+
720
+
721
+ </ul>
722
+
723
+
724
+
725
+
726
+
727
+
728
+
729
+
730
+
731
+
732
+
733
+ <h3 class="inherited">Methods inherited from <span class='object_link'><a href="FXDict.html" title="Fox::FXDict (class)">FXDict</a></span></h3>
734
+ <p class="inherited"><span class='object_link'><a href="FXDict.html#clear-instance_method" title="Fox::FXDict#clear (method)">#clear</a></span>, <span class='object_link'><a href="FXDict.html#each_key-instance_method" title="Fox::FXDict#each_key (method)">#each_key</a></span>, <span class='object_link'><a href="FXDict.html#empty%3F-instance_method" title="Fox::FXDict#empty? (method)">#empty?</a></span>, <span class='object_link'><a href="FXDict.html#has_key%3F-instance_method" title="Fox::FXDict#has_key? (method)">#has_key?</a></span>, <span class='object_link'><a href="FXDict.html#key-instance_method" title="Fox::FXDict#key (method)">#key</a></span>, <span class='object_link'><a href="FXDict.html#keys-instance_method" title="Fox::FXDict#keys (method)">#keys</a></span>, <span class='object_link'><a href="FXDict.html#marked%3F-instance_method" title="Fox::FXDict#marked? (method)">#marked?</a></span>, <span class='object_link'><a href="FXDict.html#next-instance_method" title="Fox::FXDict#next (method)">#next</a></span>, <span class='object_link'><a href="FXDict.html#prev-instance_method" title="Fox::FXDict#prev (method)">#prev</a></span></p>
735
+
736
+
737
+
738
+
739
+
740
+
741
+
742
+
743
+
744
+ <h3 class="inherited">Methods inherited from <span class='object_link'><a href="FXObject.html" title="Fox::FXObject (class)">FXObject</a></span></h3>
745
+ <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>
746
+ <div id="constructor_details" class="method_details_list">
747
+ <h2>Constructor Details</h2>
748
+
749
+ <div class="method_details first">
750
+ <h3 class="signature first" id="initialize-instance_method">
751
+
752
+ #<strong>initialize</strong> &#x21d2; <tt><span class='object_link'><a href="" title="Fox::FXSettings (class)">FXSettings</a></span></tt>
753
+
754
+
755
+
756
+
757
+
758
+ </h3><div class="docstring">
759
+ <div class="discussion">
760
+
761
+ <p>Return an initialized FXSettings instance.</p>
762
+
763
+
764
+ </div>
765
+ </div>
766
+ <div class="tags">
767
+
768
+
769
+ </div><table class="source_code">
770
+ <tr>
771
+ <td>
772
+ <pre class="lines">
773
+
774
+
775
+ 13
776
+ 14</pre>
777
+ </td>
778
+ <td>
779
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXSettings.rb', line 13</span>
780
+
781
+ <span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span> <span class='comment'># :yields: theSettings
782
+ </span><span class='kw'>end</span></pre>
783
+ </td>
784
+ </tr>
785
+ </table>
786
+ </div>
787
+
788
+ </div>
789
+
790
+
791
+ <div id="instance_method_details" class="method_details_list">
792
+ <h2>Instance Method Details</h2>
793
+
794
+
795
+ <div class="method_details first">
796
+ <h3 class="signature first" id="data-instance_method">
797
+
798
+ #<strong>data</strong>(pos) &#x21d2; <tt>Object</tt>
799
+
800
+
801
+
802
+
803
+
804
+ </h3><div class="docstring">
805
+ <div class="discussion">
806
+
807
+ <p>Obtain the string dictionary (an FXStringDict instance) for the requested section number.</p>
808
+
809
+ <h4 id="label-Parameters-3A">Parameters:</h4>
810
+ <dl class="rdoc-list note-list"><dt><code>pos</code>
811
+ <dd>
812
+ <p>the section number of interest [Integer]</p>
813
+ </dd></dl>
814
+
815
+
816
+ </div>
817
+ </div>
818
+ <div class="tags">
819
+
820
+
821
+ </div><table class="source_code">
822
+ <tr>
823
+ <td>
824
+ <pre class="lines">
825
+
826
+
827
+ 35</pre>
828
+ </td>
829
+ <td>
830
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXSettings.rb', line 35</span>
831
+
832
+ <span class='kw'>def</span> <span class='id identifier rubyid_data'>data</span><span class='lparen'>(</span><span class='id identifier rubyid_pos'>pos</span><span class='rparen'>)</span> <span class='semicolon'>;</span> <span class='kw'>end</span></pre>
833
+ </td>
834
+ </tr>
835
+ </table>
836
+ </div>
837
+
838
+ <div class="method_details ">
839
+ <h3 class="signature " id="deleteEntry-instance_method">
840
+
841
+ #<strong>deleteEntry</strong>(section, key) &#x21d2; <tt>Object</tt>
842
+
843
+
844
+
845
+
846
+
847
+ </h3><div class="docstring">
848
+ <div class="discussion">
849
+
850
+ <p>Delete the registry entry for the specified <em>section</em> and <em>key</em>. Returns true on success, false otherwise.</p>
851
+
852
+ <h4 id="label-Parameters-3A">Parameters:</h4>
853
+ <dl class="rdoc-list note-list"><dt><code>section</code>
854
+ <dd>
855
+ <p>the section containing the key to be deleted [String]</p>
856
+ </dd><dt><code>key</code>
857
+ <dd>
858
+ <p>the key to be deleted [String]</p>
859
+ </dd></dl>
860
+
861
+
862
+ </div>
863
+ </div>
864
+ <div class="tags">
865
+
866
+
867
+ </div><table class="source_code">
868
+ <tr>
869
+ <td>
870
+ <pre class="lines">
871
+
872
+
873
+ 207</pre>
874
+ </td>
875
+ <td>
876
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXSettings.rb', line 207</span>
877
+
878
+ <span class='kw'>def</span> <span class='id identifier rubyid_deleteEntry'>deleteEntry</span><span class='lparen'>(</span><span class='id identifier rubyid_section'>section</span><span class='comma'>,</span> <span class='id identifier rubyid_key'>key</span><span class='rparen'>)</span> <span class='semicolon'>;</span> <span class='kw'>end</span></pre>
879
+ </td>
880
+ </tr>
881
+ </table>
882
+ </div>
883
+
884
+ <div class="method_details ">
885
+ <h3 class="signature " id="deleteSection-instance_method">
886
+
887
+ #<strong>deleteSection</strong>(section) &#x21d2; <tt>Object</tt>
888
+
889
+
890
+
891
+
892
+
893
+ </h3><div class="docstring">
894
+ <div class="discussion">
895
+
896
+ <p>Delete an entire section from this settings database. Returns true on success, false otherwise.</p>
897
+
898
+ <h4 id="label-Parameters-3A">Parameters:</h4>
899
+ <dl class="rdoc-list note-list"><dt><code>section</code>
900
+ <dd>
901
+ <p>the name of the section to be deleted [String]</p>
902
+ </dd></dl>
903
+
904
+
905
+ </div>
906
+ </div>
907
+ <div class="tags">
908
+
909
+
910
+ </div><table class="source_code">
911
+ <tr>
912
+ <td>
913
+ <pre class="lines">
914
+
915
+
916
+ 227</pre>
917
+ </td>
918
+ <td>
919
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXSettings.rb', line 227</span>
920
+
921
+ <span class='kw'>def</span> <span class='id identifier rubyid_deleteSection'>deleteSection</span><span class='lparen'>(</span><span class='id identifier rubyid_section'>section</span><span class='rparen'>)</span> <span class='semicolon'>;</span> <span class='kw'>end</span></pre>
922
+ </td>
923
+ </tr>
924
+ </table>
925
+ </div>
926
+
927
+ <div class="method_details ">
928
+ <h3 class="signature " id="each_section-instance_method">
929
+
930
+ #<strong>each_section</strong> &#x21d2; <tt>Object</tt>
931
+
932
+
933
+
934
+
935
+
936
+ </h3><div class="docstring">
937
+ <div class="discussion">
938
+
939
+ <p>Iterate over sections (where each section is a dictionary).</p>
940
+
941
+
942
+ </div>
943
+ </div>
944
+ <div class="tags">
945
+
946
+
947
+ </div><table class="source_code">
948
+ <tr>
949
+ <td>
950
+ <pre class="lines">
951
+
952
+
953
+ 51
954
+ 52</pre>
955
+ </td>
956
+ <td>
957
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXSettings.rb', line 51</span>
958
+
959
+ <span class='kw'>def</span> <span class='id identifier rubyid_each_section'>each_section</span> <span class='comment'># :yields: aStringDict
960
+ </span><span class='kw'>end</span></pre>
961
+ </td>
962
+ </tr>
963
+ </table>
964
+ </div>
965
+
966
+ <div class="method_details ">
967
+ <h3 class="signature " id="existingEntry?-instance_method">
968
+
969
+ #<strong>existingEntry?</strong>(section, key) &#x21d2; <tt>Boolean</tt>
970
+
971
+
972
+
973
+
974
+
975
+ </h3><div class="docstring">
976
+ <div class="discussion">
977
+
978
+ <p>Returns <code>true</code> if a registry entry exists for the specified <em>section</em> and <em>key</em>.</p>
979
+
980
+ <h4 id="label-Parameters-3A">Parameters:</h4>
981
+ <dl class="rdoc-list note-list"><dt><code>section</code>
982
+ <dd>
983
+ <p>the section containing the key of interest [String]</p>
984
+ </dd><dt><code>key</code>
985
+ <dd>
986
+ <p>the key of interest [String]</p>
987
+ </dd></dl>
988
+
989
+
990
+ </div>
991
+ </div>
992
+ <div class="tags">
993
+
994
+ <p class="tag_title">Returns:</p>
995
+ <ul class="return">
996
+
997
+ <li>
998
+
999
+
1000
+ <span class='type'>(<tt>Boolean</tt>)</span>
1001
+
1002
+
1003
+
1004
+ </li>
1005
+
1006
+ </ul>
1007
+
1008
+ </div><table class="source_code">
1009
+ <tr>
1010
+ <td>
1011
+ <pre class="lines">
1012
+
1013
+
1014
+ 217</pre>
1015
+ </td>
1016
+ <td>
1017
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXSettings.rb', line 217</span>
1018
+
1019
+ <span class='kw'>def</span> <span class='id identifier rubyid_existingEntry?'>existingEntry?</span><span class='lparen'>(</span><span class='id identifier rubyid_section'>section</span><span class='comma'>,</span> <span class='id identifier rubyid_key'>key</span><span class='rparen'>)</span> <span class='semicolon'>;</span> <span class='kw'>end</span></pre>
1020
+ </td>
1021
+ </tr>
1022
+ </table>
1023
+ </div>
1024
+
1025
+ <div class="method_details ">
1026
+ <h3 class="signature " id="existingSection?-instance_method">
1027
+
1028
+ #<strong>existingSection?</strong>(section) &#x21d2; <tt>Boolean</tt>
1029
+
1030
+
1031
+
1032
+
1033
+
1034
+ </h3><div class="docstring">
1035
+ <div class="discussion">
1036
+
1037
+ <p>Returns <code>true</code> if the named <em>section</em> exists.</p>
1038
+
1039
+ <h4 id="label-Parameters-3A">Parameters:</h4>
1040
+ <dl class="rdoc-list note-list"><dt><code>section</code>
1041
+ <dd>
1042
+ <p>the name of the section of interest [String]</p>
1043
+ </dd></dl>
1044
+
1045
+
1046
+ </div>
1047
+ </div>
1048
+ <div class="tags">
1049
+
1050
+ <p class="tag_title">Returns:</p>
1051
+ <ul class="return">
1052
+
1053
+ <li>
1054
+
1055
+
1056
+ <span class='type'>(<tt>Boolean</tt>)</span>
1057
+
1058
+
1059
+
1060
+ </li>
1061
+
1062
+ </ul>
1063
+
1064
+ </div><table class="source_code">
1065
+ <tr>
1066
+ <td>
1067
+ <pre class="lines">
1068
+
1069
+
1070
+ 236</pre>
1071
+ </td>
1072
+ <td>
1073
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXSettings.rb', line 236</span>
1074
+
1075
+ <span class='kw'>def</span> <span class='id identifier rubyid_existingSection?'>existingSection?</span><span class='lparen'>(</span><span class='id identifier rubyid_section'>section</span><span class='rparen'>)</span> <span class='semicolon'>;</span> <span class='kw'>end</span></pre>
1076
+ </td>
1077
+ </tr>
1078
+ </table>
1079
+ </div>
1080
+
1081
+ <div class="method_details ">
1082
+ <h3 class="signature " id="find-instance_method">
1083
+
1084
+ #<strong>find</strong>(section) &#x21d2; <tt>Object</tt>
1085
+
1086
+
1087
+
1088
+
1089
+
1090
+ </h3><div class="docstring">
1091
+ <div class="discussion">
1092
+
1093
+ <p>Find a section given its name. Returns the section (an FXStringDict instance) if found, otherwise returns nil.</p>
1094
+
1095
+ <h4 id="label-Parameters-3A">Parameters:</h4>
1096
+ <dl class="rdoc-list note-list"><dt><code>section</code>
1097
+ <dd>
1098
+ <p>the section name of interest [String]</p>
1099
+ </dd></dl>
1100
+
1101
+
1102
+ </div>
1103
+ </div>
1104
+ <div class="tags">
1105
+
1106
+
1107
+ </div><table class="source_code">
1108
+ <tr>
1109
+ <td>
1110
+ <pre class="lines">
1111
+
1112
+
1113
+ 46</pre>
1114
+ </td>
1115
+ <td>
1116
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXSettings.rb', line 46</span>
1117
+
1118
+ <span class='kw'>def</span> <span class='id identifier rubyid_find'>find</span><span class='lparen'>(</span><span class='id identifier rubyid_section'>section</span><span class='rparen'>)</span> <span class='semicolon'>;</span> <span class='kw'>end</span></pre>
1119
+ </td>
1120
+ </tr>
1121
+ </table>
1122
+ </div>
1123
+
1124
+ <div class="method_details ">
1125
+ <h3 class="signature " id="modified=-instance_method">
1126
+
1127
+ #<strong>modified=</strong>(mdfy = true) &#x21d2; <tt>Object</tt>
1128
+
1129
+
1130
+
1131
+
1132
+
1133
+ </h3><div class="docstring">
1134
+ <div class="discussion">
1135
+
1136
+ <p>Mark as changed.</p>
1137
+
1138
+
1139
+ </div>
1140
+ </div>
1141
+ <div class="tags">
1142
+
1143
+
1144
+ </div><table class="source_code">
1145
+ <tr>
1146
+ <td>
1147
+ <pre class="lines">
1148
+
1149
+
1150
+ 241</pre>
1151
+ </td>
1152
+ <td>
1153
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXSettings.rb', line 241</span>
1154
+
1155
+ <span class='kw'>def</span> <span class='id identifier rubyid_modified='>modified=</span><span class='lparen'>(</span><span class='id identifier rubyid_mdfy'>mdfy</span><span class='op'>=</span><span class='kw'>true</span><span class='rparen'>)</span> <span class='semicolon'>;</span> <span class='kw'>end</span></pre>
1156
+ </td>
1157
+ </tr>
1158
+ </table>
1159
+ </div>
1160
+
1161
+ <div class="method_details ">
1162
+ <h3 class="signature " id="modified?-instance_method">
1163
+
1164
+ #<strong>modified?</strong> &#x21d2; <tt>Boolean</tt>
1165
+
1166
+
1167
+
1168
+
1169
+
1170
+ </h3><div class="docstring">
1171
+ <div class="discussion">
1172
+
1173
+ <p>Returns <code>true</code> if this settings object has been modified.</p>
1174
+
1175
+
1176
+ </div>
1177
+ </div>
1178
+ <div class="tags">
1179
+
1180
+ <p class="tag_title">Returns:</p>
1181
+ <ul class="return">
1182
+
1183
+ <li>
1184
+
1185
+
1186
+ <span class='type'>(<tt>Boolean</tt>)</span>
1187
+
1188
+
1189
+
1190
+ </li>
1191
+
1192
+ </ul>
1193
+
1194
+ </div><table class="source_code">
1195
+ <tr>
1196
+ <td>
1197
+ <pre class="lines">
1198
+
1199
+
1200
+ 246</pre>
1201
+ </td>
1202
+ <td>
1203
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXSettings.rb', line 246</span>
1204
+
1205
+ <span class='kw'>def</span> <span class='id identifier rubyid_modified?'>modified?</span> <span class='semicolon'>;</span> <span class='kw'>end</span></pre>
1206
+ </td>
1207
+ </tr>
1208
+ </table>
1209
+ </div>
1210
+
1211
+ <div class="method_details ">
1212
+ <h3 class="signature " id="parseFile-instance_method">
1213
+
1214
+ #<strong>parseFile</strong>(filename, mark) &#x21d2; <tt>Object</tt>
1215
+
1216
+
1217
+
1218
+
1219
+
1220
+ </h3><div class="docstring">
1221
+ <div class="discussion">
1222
+
1223
+ <p>Parse a file containing a settings database. Returns true on success, false otherwise.</p>
1224
+
1225
+
1226
+ </div>
1227
+ </div>
1228
+ <div class="tags">
1229
+
1230
+
1231
+ </div><table class="source_code">
1232
+ <tr>
1233
+ <td>
1234
+ <pre class="lines">
1235
+
1236
+
1237
+ 20</pre>
1238
+ </td>
1239
+ <td>
1240
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXSettings.rb', line 20</span>
1241
+
1242
+ <span class='kw'>def</span> <span class='id identifier rubyid_parseFile'>parseFile</span><span class='lparen'>(</span><span class='id identifier rubyid_filename'>filename</span><span class='comma'>,</span> <span class='id identifier rubyid_mark'>mark</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
1243
+ </td>
1244
+ </tr>
1245
+ </table>
1246
+ </div>
1247
+
1248
+ <div class="method_details ">
1249
+ <h3 class="signature " id="readBoolEntry-instance_method">
1250
+
1251
+ #<strong>readBoolEntry</strong>(section, key, default = false) &#x21d2; <tt>Object</tt>
1252
+
1253
+
1254
+
1255
+
1256
+
1257
+ </h3><div class="docstring">
1258
+ <div class="discussion">
1259
+
1260
+ <p>Read a boolean registry entry from the specified <em>section</em> and <em>key</em>. If no value is found, the <em>default</em> value is returned.</p>
1261
+
1262
+
1263
+ </div>
1264
+ </div>
1265
+ <div class="tags">
1266
+
1267
+
1268
+ </div><table class="source_code">
1269
+ <tr>
1270
+ <td>
1271
+ <pre class="lines">
1272
+
1273
+
1274
+ 124</pre>
1275
+ </td>
1276
+ <td>
1277
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXSettings.rb', line 124</span>
1278
+
1279
+ <span class='kw'>def</span> <span class='id identifier rubyid_readBoolEntry'>readBoolEntry</span><span class='lparen'>(</span><span class='id identifier rubyid_section'>section</span><span class='comma'>,</span> <span class='id identifier rubyid_key'>key</span><span class='comma'>,</span> <span class='id identifier rubyid_default'>default</span><span class='op'>=</span><span class='kw'>false</span><span class='rparen'>)</span> <span class='semicolon'>;</span> <span class='kw'>end</span></pre>
1280
+ </td>
1281
+ </tr>
1282
+ </table>
1283
+ </div>
1284
+
1285
+ <div class="method_details ">
1286
+ <h3 class="signature " id="readColorEntry-instance_method">
1287
+
1288
+ #<strong>readColorEntry</strong>(section, key, default = 0) &#x21d2; <tt>Object</tt>
1289
+
1290
+
1291
+
1292
+
1293
+
1294
+ </h3><div class="docstring">
1295
+ <div class="discussion">
1296
+
1297
+ <p>Read a color value registry entry from the specified <em>section</em> and <em>key</em>. If no value is found, the <em>default</em> value is returned.</p>
1298
+
1299
+ <h4 id="label-Parameters-3A">Parameters:</h4>
1300
+ <dl class="rdoc-list note-list"><dt><code>section</code>
1301
+ <dd>
1302
+ <p>the section name [String]</p>
1303
+ </dd><dt><code>key</code>
1304
+ <dd>
1305
+ <p>the key for the setting of interest [String]</p>
1306
+ </dd><dt><code>default</code>
1307
+ <dd>
1308
+ <p>the default value to return if <em>key</em> is not found <span class='object_link'><a href="FXColor.html" title="Fox::FXColor (class)">Fox::FXColor</a></span></p>
1309
+ </dd></dl>
1310
+
1311
+
1312
+ </div>
1313
+ </div>
1314
+ <div class="tags">
1315
+
1316
+
1317
+ </div><table class="source_code">
1318
+ <tr>
1319
+ <td>
1320
+ <pre class="lines">
1321
+
1322
+
1323
+ 112</pre>
1324
+ </td>
1325
+ <td>
1326
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXSettings.rb', line 112</span>
1327
+
1328
+ <span class='kw'>def</span> <span class='id identifier rubyid_readColorEntry'>readColorEntry</span><span class='lparen'>(</span><span class='id identifier rubyid_section'>section</span><span class='comma'>,</span> <span class='id identifier rubyid_key'>key</span><span class='comma'>,</span> <span class='id identifier rubyid_default'>default</span><span class='op'>=</span><span class='int'>0</span><span class='rparen'>)</span> <span class='semicolon'>;</span> <span class='kw'>end</span></pre>
1329
+ </td>
1330
+ </tr>
1331
+ </table>
1332
+ </div>
1333
+
1334
+ <div class="method_details ">
1335
+ <h3 class="signature " id="readIntEntry-instance_method">
1336
+
1337
+ #<strong>readIntEntry</strong>(section, key, default = 0) &#x21d2; <tt>Object</tt>
1338
+
1339
+
1340
+
1341
+
1342
+
1343
+ </h3><div class="docstring">
1344
+ <div class="discussion">
1345
+
1346
+ <p>Read an integer registry entry from the specified <em>section</em> and <em>key</em>. If no value is found, the <em>default</em> value is returned.</p>
1347
+
1348
+ <h4 id="label-Parameters-3A">Parameters:</h4>
1349
+ <dl class="rdoc-list note-list"><dt><code>section</code>
1350
+ <dd>
1351
+ <p>the section name [String]</p>
1352
+ </dd><dt><code>key</code>
1353
+ <dd>
1354
+ <p>the key for the setting of interest [String]</p>
1355
+ </dd><dt><code>default</code>
1356
+ <dd>
1357
+ <p>the default value to return if <em>key</em> is not found [Integer]</p>
1358
+ </dd></dl>
1359
+
1360
+
1361
+ </div>
1362
+ </div>
1363
+ <div class="tags">
1364
+
1365
+
1366
+ </div><table class="source_code">
1367
+ <tr>
1368
+ <td>
1369
+ <pre class="lines">
1370
+
1371
+
1372
+ 76</pre>
1373
+ </td>
1374
+ <td>
1375
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXSettings.rb', line 76</span>
1376
+
1377
+ <span class='kw'>def</span> <span class='id identifier rubyid_readIntEntry'>readIntEntry</span><span class='lparen'>(</span><span class='id identifier rubyid_section'>section</span><span class='comma'>,</span> <span class='id identifier rubyid_key'>key</span><span class='comma'>,</span> <span class='id identifier rubyid_default'>default</span><span class='op'>=</span><span class='int'>0</span><span class='rparen'>)</span> <span class='semicolon'>;</span> <span class='kw'>end</span></pre>
1378
+ </td>
1379
+ </tr>
1380
+ </table>
1381
+ </div>
1382
+
1383
+ <div class="method_details ">
1384
+ <h3 class="signature " id="readRealEntry-instance_method">
1385
+
1386
+ #<strong>readRealEntry</strong>(section, key, default = 0.0) &#x21d2; <tt>Object</tt>
1387
+
1388
+
1389
+
1390
+
1391
+
1392
+ </h3><div class="docstring">
1393
+ <div class="discussion">
1394
+
1395
+ <p>Read a double-precision floating point registry entry from the specified <em>section</em> and <em>key</em>. If no value is found, the <em>default</em> value is returned.</p>
1396
+
1397
+ <h4 id="label-Parameters-3A">Parameters:</h4>
1398
+ <dl class="rdoc-list note-list"><dt><code>section</code>
1399
+ <dd>
1400
+ <p>the section name [String]</p>
1401
+ </dd><dt><code>key</code>
1402
+ <dd>
1403
+ <p>the key for the setting of interest [String]</p>
1404
+ </dd><dt><code>default</code>
1405
+ <dd>
1406
+ <p>the default value to return if <em>key</em> is not found [Float]</p>
1407
+ </dd></dl>
1408
+
1409
+
1410
+ </div>
1411
+ </div>
1412
+ <div class="tags">
1413
+
1414
+
1415
+ </div><table class="source_code">
1416
+ <tr>
1417
+ <td>
1418
+ <pre class="lines">
1419
+
1420
+
1421
+ 100</pre>
1422
+ </td>
1423
+ <td>
1424
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXSettings.rb', line 100</span>
1425
+
1426
+ <span class='kw'>def</span> <span class='id identifier rubyid_readRealEntry'>readRealEntry</span><span class='lparen'>(</span><span class='id identifier rubyid_section'>section</span><span class='comma'>,</span> <span class='id identifier rubyid_key'>key</span><span class='comma'>,</span> <span class='id identifier rubyid_default'>default</span><span class='op'>=</span><span class='float'>0.0</span><span class='rparen'>)</span> <span class='semicolon'>;</span> <span class='kw'>end</span></pre>
1427
+ </td>
1428
+ </tr>
1429
+ </table>
1430
+ </div>
1431
+
1432
+ <div class="method_details ">
1433
+ <h3 class="signature " id="readStringEntry-instance_method">
1434
+
1435
+ #<strong>readStringEntry</strong>(section, key, default = &quot;&quot;) &#x21d2; <tt>Object</tt>
1436
+
1437
+
1438
+
1439
+
1440
+
1441
+ </h3><div class="docstring">
1442
+ <div class="discussion">
1443
+
1444
+ <p>Read a string registry entry from the specified <em>section</em> and <em>key</em>. If no value is found, the <em>default</em> value is returned.</p>
1445
+
1446
+ <h4 id="label-Parameters-3A">Parameters:</h4>
1447
+ <dl class="rdoc-list note-list"><dt><code>section</code>
1448
+ <dd>
1449
+ <p>the section name [String]</p>
1450
+ </dd><dt><code>key</code>
1451
+ <dd>
1452
+ <p>the key for the setting of interest [String]</p>
1453
+ </dd><dt><code>default</code>
1454
+ <dd>
1455
+ <p>the default value to return if <em>key</em> is not found [String]</p>
1456
+ </dd></dl>
1457
+
1458
+
1459
+ </div>
1460
+ </div>
1461
+ <div class="tags">
1462
+
1463
+
1464
+ </div><table class="source_code">
1465
+ <tr>
1466
+ <td>
1467
+ <pre class="lines">
1468
+
1469
+
1470
+ 64</pre>
1471
+ </td>
1472
+ <td>
1473
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXSettings.rb', line 64</span>
1474
+
1475
+ <span class='kw'>def</span> <span class='id identifier rubyid_readStringEntry'>readStringEntry</span><span class='lparen'>(</span><span class='id identifier rubyid_section'>section</span><span class='comma'>,</span> <span class='id identifier rubyid_key'>key</span><span class='comma'>,</span> <span class='id identifier rubyid_default'>default</span><span class='op'>=</span><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_end'>&quot;</span></span><span class='rparen'>)</span> <span class='semicolon'>;</span> <span class='kw'>end</span></pre>
1476
+ </td>
1477
+ </tr>
1478
+ </table>
1479
+ </div>
1480
+
1481
+ <div class="method_details ">
1482
+ <h3 class="signature " id="readUnsignedEntry-instance_method">
1483
+
1484
+ #<strong>readUnsignedEntry</strong>(section, key, default = 0) &#x21d2; <tt>Object</tt>
1485
+
1486
+
1487
+
1488
+
1489
+
1490
+ </h3><div class="docstring">
1491
+ <div class="discussion">
1492
+
1493
+ <p>Read an unsigned integer registry entry from the specified <em>section</em> and <em>key</em>. If no value is found, the <em>default</em> value is returned.</p>
1494
+
1495
+ <h4 id="label-Parameters-3A">Parameters:</h4>
1496
+ <dl class="rdoc-list note-list"><dt><code>section</code>
1497
+ <dd>
1498
+ <p>the section name [String]</p>
1499
+ </dd><dt><code>key</code>
1500
+ <dd>
1501
+ <p>the key for the setting of interest [String]</p>
1502
+ </dd><dt><code>default</code>
1503
+ <dd>
1504
+ <p>the default value to return if <em>key</em> is not found [Integer]</p>
1505
+ </dd></dl>
1506
+
1507
+
1508
+ </div>
1509
+ </div>
1510
+ <div class="tags">
1511
+
1512
+
1513
+ </div><table class="source_code">
1514
+ <tr>
1515
+ <td>
1516
+ <pre class="lines">
1517
+
1518
+
1519
+ 88</pre>
1520
+ </td>
1521
+ <td>
1522
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXSettings.rb', line 88</span>
1523
+
1524
+ <span class='kw'>def</span> <span class='id identifier rubyid_readUnsignedEntry'>readUnsignedEntry</span><span class='lparen'>(</span><span class='id identifier rubyid_section'>section</span><span class='comma'>,</span> <span class='id identifier rubyid_key'>key</span><span class='comma'>,</span> <span class='id identifier rubyid_default'>default</span><span class='op'>=</span><span class='int'>0</span><span class='rparen'>)</span> <span class='semicolon'>;</span> <span class='kw'>end</span></pre>
1525
+ </td>
1526
+ </tr>
1527
+ </table>
1528
+ </div>
1529
+
1530
+ <div class="method_details ">
1531
+ <h3 class="signature " id="unparseFile-instance_method">
1532
+
1533
+ #<strong>unparseFile</strong>(filename) &#x21d2; <tt>Object</tt>
1534
+
1535
+
1536
+
1537
+
1538
+
1539
+ </h3><div class="docstring">
1540
+ <div class="discussion">
1541
+
1542
+ <p>Unparse settings database into given file. Returns true on success, false otherwise.</p>
1543
+
1544
+
1545
+ </div>
1546
+ </div>
1547
+ <div class="tags">
1548
+
1549
+
1550
+ </div><table class="source_code">
1551
+ <tr>
1552
+ <td>
1553
+ <pre class="lines">
1554
+
1555
+
1556
+ 26</pre>
1557
+ </td>
1558
+ <td>
1559
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXSettings.rb', line 26</span>
1560
+
1561
+ <span class='kw'>def</span> <span class='id identifier rubyid_unparseFile'>unparseFile</span><span class='lparen'>(</span><span class='id identifier rubyid_filename'>filename</span><span class='rparen'>)</span> <span class='semicolon'>;</span> <span class='kw'>end</span></pre>
1562
+ </td>
1563
+ </tr>
1564
+ </table>
1565
+ </div>
1566
+
1567
+ <div class="method_details ">
1568
+ <h3 class="signature " id="writeBoolEntry-instance_method">
1569
+
1570
+ #<strong>writeBoolEntry</strong>(section, key, value) &#x21d2; <tt>Object</tt>
1571
+
1572
+
1573
+
1574
+
1575
+
1576
+ </h3><div class="docstring">
1577
+ <div class="discussion">
1578
+
1579
+ <p>Write a boolean registry <em>value</em> to the specified <em>section</em> and <em>key</em>.</p>
1580
+
1581
+
1582
+ </div>
1583
+ </div>
1584
+ <div class="tags">
1585
+
1586
+
1587
+ </div><table class="source_code">
1588
+ <tr>
1589
+ <td>
1590
+ <pre class="lines">
1591
+
1592
+
1593
+ 196</pre>
1594
+ </td>
1595
+ <td>
1596
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXSettings.rb', line 196</span>
1597
+
1598
+ <span class='kw'>def</span> <span class='id identifier rubyid_writeBoolEntry'>writeBoolEntry</span><span class='lparen'>(</span><span class='id identifier rubyid_section'>section</span><span class='comma'>,</span> <span class='id identifier rubyid_key'>key</span><span class='comma'>,</span> <span class='id identifier rubyid_value'>value</span><span class='rparen'>)</span> <span class='semicolon'>;</span> <span class='kw'>end</span></pre>
1599
+ </td>
1600
+ </tr>
1601
+ </table>
1602
+ </div>
1603
+
1604
+ <div class="method_details ">
1605
+ <h3 class="signature " id="writeColorEntry-instance_method">
1606
+
1607
+ #<strong>writeColorEntry</strong>(section, key, value) &#x21d2; <tt>Object</tt>
1608
+
1609
+
1610
+
1611
+
1612
+
1613
+ </h3><div class="docstring">
1614
+ <div class="discussion">
1615
+
1616
+ <p>Write a color registry <em>value</em> to the specified <em>section</em> and <em>key</em>. Returns true on success, false otherwise.</p>
1617
+
1618
+ <h4 id="label-Parameters-3A">Parameters:</h4>
1619
+ <dl class="rdoc-list note-list"><dt><code>section</code>
1620
+ <dd>
1621
+ <p>the section name [String]</p>
1622
+ </dd><dt><code>key</code>
1623
+ <dd>
1624
+ <p>the key for this setting [String]</p>
1625
+ </dd><dt><code>value</code>
1626
+ <dd>
1627
+ <p>the value for this setting <span class='object_link'><a href="FXColor.html" title="Fox::FXColor (class)">Fox::FXColor</a></span></p>
1628
+ </dd></dl>
1629
+
1630
+
1631
+ </div>
1632
+ </div>
1633
+ <div class="tags">
1634
+
1635
+
1636
+ </div><table class="source_code">
1637
+ <tr>
1638
+ <td>
1639
+ <pre class="lines">
1640
+
1641
+
1642
+ 184</pre>
1643
+ </td>
1644
+ <td>
1645
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXSettings.rb', line 184</span>
1646
+
1647
+ <span class='kw'>def</span> <span class='id identifier rubyid_writeColorEntry'>writeColorEntry</span><span class='lparen'>(</span><span class='id identifier rubyid_section'>section</span><span class='comma'>,</span> <span class='id identifier rubyid_key'>key</span><span class='comma'>,</span> <span class='id identifier rubyid_value'>value</span><span class='rparen'>)</span> <span class='semicolon'>;</span> <span class='kw'>end</span></pre>
1648
+ </td>
1649
+ </tr>
1650
+ </table>
1651
+ </div>
1652
+
1653
+ <div class="method_details ">
1654
+ <h3 class="signature " id="writeIntEntry-instance_method">
1655
+
1656
+ #<strong>writeIntEntry</strong>(section, key, value) &#x21d2; <tt>Object</tt>
1657
+
1658
+
1659
+
1660
+
1661
+
1662
+ </h3><div class="docstring">
1663
+ <div class="discussion">
1664
+
1665
+ <p>Write an integer registry <em>value</em> to the specified <em>section</em> and <em>key</em>. Returns true on success, false otherwise.</p>
1666
+
1667
+ <h4 id="label-Parameters-3A">Parameters:</h4>
1668
+ <dl class="rdoc-list note-list"><dt><code>section</code>
1669
+ <dd>
1670
+ <p>the section name [String]</p>
1671
+ </dd><dt><code>key</code>
1672
+ <dd>
1673
+ <p>the key for this setting [String]</p>
1674
+ </dd><dt><code>value</code>
1675
+ <dd>
1676
+ <p>the value for this setting [Integer]</p>
1677
+ </dd></dl>
1678
+
1679
+
1680
+ </div>
1681
+ </div>
1682
+ <div class="tags">
1683
+
1684
+
1685
+ </div><table class="source_code">
1686
+ <tr>
1687
+ <td>
1688
+ <pre class="lines">
1689
+
1690
+
1691
+ 148</pre>
1692
+ </td>
1693
+ <td>
1694
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXSettings.rb', line 148</span>
1695
+
1696
+ <span class='kw'>def</span> <span class='id identifier rubyid_writeIntEntry'>writeIntEntry</span><span class='lparen'>(</span><span class='id identifier rubyid_section'>section</span><span class='comma'>,</span> <span class='id identifier rubyid_key'>key</span><span class='comma'>,</span> <span class='id identifier rubyid_value'>value</span><span class='rparen'>)</span> <span class='semicolon'>;</span> <span class='kw'>end</span></pre>
1697
+ </td>
1698
+ </tr>
1699
+ </table>
1700
+ </div>
1701
+
1702
+ <div class="method_details ">
1703
+ <h3 class="signature " id="writeRealEntry-instance_method">
1704
+
1705
+ #<strong>writeRealEntry</strong>(section, key, value) &#x21d2; <tt>Object</tt>
1706
+
1707
+
1708
+
1709
+
1710
+
1711
+ </h3><div class="docstring">
1712
+ <div class="discussion">
1713
+
1714
+ <p>Write a double-precision floating point registry <em>value</em> to the specified <em>section</em> and <em>key</em>. Returns true on success, false otherwise.</p>
1715
+
1716
+ <h4 id="label-Parameters-3A">Parameters:</h4>
1717
+ <dl class="rdoc-list note-list"><dt><code>section</code>
1718
+ <dd>
1719
+ <p>the section name [String]</p>
1720
+ </dd><dt><code>key</code>
1721
+ <dd>
1722
+ <p>the key for this setting [String]</p>
1723
+ </dd><dt><code>value</code>
1724
+ <dd>
1725
+ <p>the value for this setting [Float]</p>
1726
+ </dd></dl>
1727
+
1728
+
1729
+ </div>
1730
+ </div>
1731
+ <div class="tags">
1732
+
1733
+
1734
+ </div><table class="source_code">
1735
+ <tr>
1736
+ <td>
1737
+ <pre class="lines">
1738
+
1739
+
1740
+ 172</pre>
1741
+ </td>
1742
+ <td>
1743
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXSettings.rb', line 172</span>
1744
+
1745
+ <span class='kw'>def</span> <span class='id identifier rubyid_writeRealEntry'>writeRealEntry</span><span class='lparen'>(</span><span class='id identifier rubyid_section'>section</span><span class='comma'>,</span> <span class='id identifier rubyid_key'>key</span><span class='comma'>,</span> <span class='id identifier rubyid_value'>value</span><span class='rparen'>)</span> <span class='semicolon'>;</span> <span class='kw'>end</span></pre>
1746
+ </td>
1747
+ </tr>
1748
+ </table>
1749
+ </div>
1750
+
1751
+ <div class="method_details ">
1752
+ <h3 class="signature " id="writeStringEntry-instance_method">
1753
+
1754
+ #<strong>writeStringEntry</strong>(section, key, value) &#x21d2; <tt>Object</tt>
1755
+
1756
+
1757
+
1758
+
1759
+
1760
+ </h3><div class="docstring">
1761
+ <div class="discussion">
1762
+
1763
+ <p>Write a string registry <em>value</em> to the specified <em>section</em> and <em>key</em>. Returns true on success, false otherwise.</p>
1764
+
1765
+ <h4 id="label-Parameters-3A">Parameters:</h4>
1766
+ <dl class="rdoc-list note-list"><dt><code>section</code>
1767
+ <dd>
1768
+ <p>the section name [String]</p>
1769
+ </dd><dt><code>key</code>
1770
+ <dd>
1771
+ <p>the key for this setting [String]</p>
1772
+ </dd><dt><code>value</code>
1773
+ <dd>
1774
+ <p>the value for this setting [String]</p>
1775
+ </dd></dl>
1776
+
1777
+
1778
+ </div>
1779
+ </div>
1780
+ <div class="tags">
1781
+
1782
+
1783
+ </div><table class="source_code">
1784
+ <tr>
1785
+ <td>
1786
+ <pre class="lines">
1787
+
1788
+
1789
+ 136</pre>
1790
+ </td>
1791
+ <td>
1792
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXSettings.rb', line 136</span>
1793
+
1794
+ <span class='kw'>def</span> <span class='id identifier rubyid_writeStringEntry'>writeStringEntry</span><span class='lparen'>(</span><span class='id identifier rubyid_section'>section</span><span class='comma'>,</span> <span class='id identifier rubyid_key'>key</span><span class='comma'>,</span> <span class='id identifier rubyid_value'>value</span><span class='rparen'>)</span> <span class='semicolon'>;</span> <span class='kw'>end</span></pre>
1795
+ </td>
1796
+ </tr>
1797
+ </table>
1798
+ </div>
1799
+
1800
+ <div class="method_details ">
1801
+ <h3 class="signature " id="writeUnsignedEntry-instance_method">
1802
+
1803
+ #<strong>writeUnsignedEntry</strong>(section, key, value) &#x21d2; <tt>Object</tt>
1804
+
1805
+
1806
+
1807
+
1808
+
1809
+ </h3><div class="docstring">
1810
+ <div class="discussion">
1811
+
1812
+ <p>Write an unsigned integer registry <em>value</em> to the specified <em>section</em> and <em>key</em>. Returns true on success, false otherwise.</p>
1813
+
1814
+ <h4 id="label-Parameters-3A">Parameters:</h4>
1815
+ <dl class="rdoc-list note-list"><dt><code>section</code>
1816
+ <dd>
1817
+ <p>the section name [String]</p>
1818
+ </dd><dt><code>key</code>
1819
+ <dd>
1820
+ <p>the key for this setting [String]</p>
1821
+ </dd><dt><code>value</code>
1822
+ <dd>
1823
+ <p>the value for this setting [Integer]</p>
1824
+ </dd></dl>
1825
+
1826
+
1827
+ </div>
1828
+ </div>
1829
+ <div class="tags">
1830
+
1831
+
1832
+ </div><table class="source_code">
1833
+ <tr>
1834
+ <td>
1835
+ <pre class="lines">
1836
+
1837
+
1838
+ 160</pre>
1839
+ </td>
1840
+ <td>
1841
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXSettings.rb', line 160</span>
1842
+
1843
+ <span class='kw'>def</span> <span class='id identifier rubyid_writeUnsignedEntry'>writeUnsignedEntry</span><span class='lparen'>(</span><span class='id identifier rubyid_section'>section</span><span class='comma'>,</span> <span class='id identifier rubyid_key'>key</span><span class='comma'>,</span> <span class='id identifier rubyid_value'>value</span><span class='rparen'>)</span> <span class='semicolon'>;</span> <span class='kw'>end</span></pre>
1844
+ </td>
1845
+ </tr>
1846
+ </table>
1847
+ </div>
1848
+
1849
+ </div>
1850
+
1851
+ </div>
1852
+
1853
+ <div id="footer">
1854
+ Generated on Fri Nov 27 21:10:57 2020 by
1855
+ <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1856
+ 0.9.24 (ruby-2.7.2).
1857
+ </div>
1858
+
1859
+ </div>
1860
+ </body>
1861
+ </html>