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,3997 @@
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::FXRulerView
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::FXRulerView";
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">FXRulerView</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::FXRulerView
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="FXScrollArea.html" title="Fox::FXScrollArea (class)">FXScrollArea</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="FXScrollArea.html" title="Fox::FXScrollArea (class)">FXScrollArea</a></span></li>
88
+
89
+ <li class="next">Fox::FXRulerView</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/FXRulerView.rb</dd>
110
+ </dl>
111
+
112
+ </div>
113
+
114
+ <h2>Overview</h2><div class="docstring">
115
+ <div class="discussion">
116
+
117
+ <p>The Ruler View provides viewing of a document with rulers. It is intended to be subclassed in order to draw actual contents and provide editing behavior for the document. The ruler view itself simply manages the geometry of the document being edited, and coordinates the movement of the ruler displays as the document is being scrolled.</p>
118
+
119
+
120
+ </div>
121
+ </div>
122
+ <div class="tags">
123
+
124
+
125
+ </div>
126
+
127
+
128
+
129
+ <h2>Instance Attribute Summary <small><a href="#" class="summary_toggle">collapse</a></small></h2>
130
+ <ul class="summary">
131
+
132
+ <li class="public ">
133
+ <span class="summary_signature">
134
+
135
+ <a href="#arrowPosX-instance_method" title="#arrowPosX (instance method)">#<strong>arrowPosX</strong> &#x21d2; Object </a>
136
+
137
+
138
+
139
+ </span>
140
+
141
+
142
+
143
+
144
+
145
+
146
+
147
+
148
+
149
+
150
+
151
+
152
+ <span class="summary_desc"><div class='inline'>
153
+ <p>X arrow position, relative to document position [Integer].</p>
154
+ </div></span>
155
+
156
+ </li>
157
+
158
+
159
+ <li class="public ">
160
+ <span class="summary_signature">
161
+
162
+ <a href="#arrowPosY-instance_method" title="#arrowPosY (instance method)">#<strong>arrowPosY</strong> &#x21d2; Object </a>
163
+
164
+
165
+
166
+ </span>
167
+
168
+
169
+
170
+
171
+
172
+
173
+
174
+
175
+
176
+
177
+
178
+
179
+ <span class="summary_desc"><div class='inline'>
180
+ <p>Y arrow position in document, relative to document position [Integer].</p>
181
+ </div></span>
182
+
183
+ </li>
184
+
185
+
186
+ <li class="public ">
187
+ <span class="summary_signature">
188
+
189
+ <a href="#documentColor-instance_method" title="#documentColor (instance method)">#<strong>documentColor</strong> &#x21d2; Object </a>
190
+
191
+
192
+
193
+ </span>
194
+
195
+
196
+
197
+
198
+
199
+
200
+
201
+
202
+
203
+
204
+
205
+
206
+ <span class="summary_desc"><div class='inline'>
207
+ <p>Current document color <span class='object_link'><a href="FXColor.html" title="Fox::FXColor (class)">FXColor</a></span>.</p>
208
+ </div></span>
209
+
210
+ </li>
211
+
212
+
213
+ <li class="public ">
214
+ <span class="summary_signature">
215
+
216
+ <a href="#documentHeight-instance_method" title="#documentHeight (instance method)">#<strong>documentHeight</strong> &#x21d2; Object </a>
217
+
218
+
219
+
220
+ </span>
221
+
222
+
223
+
224
+
225
+
226
+
227
+
228
+
229
+
230
+
231
+
232
+
233
+ <span class="summary_desc"><div class='inline'>
234
+ <p>Document height [Integer].</p>
235
+ </div></span>
236
+
237
+ </li>
238
+
239
+
240
+ <li class="public ">
241
+ <span class="summary_signature">
242
+
243
+ <a href="#documentWidth-instance_method" title="#documentWidth (instance method)">#<strong>documentWidth</strong> &#x21d2; Object </a>
244
+
245
+
246
+
247
+ </span>
248
+
249
+
250
+
251
+
252
+
253
+
254
+
255
+
256
+
257
+
258
+
259
+
260
+ <span class="summary_desc"><div class='inline'>
261
+ <p>Document width [Integer].</p>
262
+ </div></span>
263
+
264
+ </li>
265
+
266
+
267
+ <li class="public ">
268
+ <span class="summary_signature">
269
+
270
+ <a href="#documentX-instance_method" title="#documentX (instance method)">#<strong>documentX</strong> &#x21d2; Object </a>
271
+
272
+
273
+
274
+ </span>
275
+
276
+
277
+
278
+
279
+ <span class="note title readonly">readonly</span>
280
+
281
+
282
+
283
+
284
+
285
+
286
+
287
+
288
+
289
+ <span class="summary_desc"><div class='inline'>
290
+ <p>Get document position X [Integer].</p>
291
+ </div></span>
292
+
293
+ </li>
294
+
295
+
296
+ <li class="public ">
297
+ <span class="summary_signature">
298
+
299
+ <a href="#documentY-instance_method" title="#documentY (instance method)">#<strong>documentY</strong> &#x21d2; Object </a>
300
+
301
+
302
+
303
+ </span>
304
+
305
+
306
+
307
+
308
+ <span class="note title readonly">readonly</span>
309
+
310
+
311
+
312
+
313
+
314
+
315
+
316
+
317
+
318
+ <span class="summary_desc"><div class='inline'>
319
+ <p>Get document position Y [Integer].</p>
320
+ </div></span>
321
+
322
+ </li>
323
+
324
+
325
+ <li class="public ">
326
+ <span class="summary_signature">
327
+
328
+ <a href="#hAlignment-instance_method" title="#hAlignment (instance method)">#<strong>hAlignment</strong> &#x21d2; Object </a>
329
+
330
+
331
+
332
+ </span>
333
+
334
+
335
+
336
+
337
+
338
+
339
+
340
+
341
+
342
+
343
+
344
+
345
+ <span class="summary_desc"><div class='inline'>
346
+ <p>Horizontal alignment; the default is <code>RULER_ALIGN_NORMAL</code> [Integer].</p>
347
+ </div></span>
348
+
349
+ </li>
350
+
351
+
352
+ <li class="public ">
353
+ <span class="summary_signature">
354
+
355
+ <a href="#hEdgeSpacing-instance_method" title="#hEdgeSpacing (instance method)">#<strong>hEdgeSpacing</strong> &#x21d2; Object </a>
356
+
357
+
358
+
359
+ </span>
360
+
361
+
362
+
363
+
364
+
365
+
366
+
367
+
368
+
369
+
370
+
371
+
372
+ <span class="summary_desc"><div class='inline'>
373
+ <p>Horizontal edge spacing around document [Integer].</p>
374
+ </div></span>
375
+
376
+ </li>
377
+
378
+
379
+ <li class="public ">
380
+ <span class="summary_signature">
381
+
382
+ <a href="#helpText-instance_method" title="#helpText (instance method)">#<strong>helpText</strong> &#x21d2; Object </a>
383
+
384
+
385
+
386
+ </span>
387
+
388
+
389
+
390
+
391
+
392
+
393
+
394
+
395
+
396
+
397
+
398
+
399
+ <span class="summary_desc"><div class='inline'>
400
+ <p>Status line help text [String].</p>
401
+ </div></span>
402
+
403
+ </li>
404
+
405
+
406
+ <li class="public ">
407
+ <span class="summary_signature">
408
+
409
+ <a href="#hMajorTicks-instance_method" title="#hMajorTicks (instance method)">#<strong>hMajorTicks</strong> &#x21d2; Object </a>
410
+
411
+
412
+
413
+ </span>
414
+
415
+
416
+
417
+
418
+
419
+
420
+
421
+
422
+
423
+
424
+
425
+
426
+ <span class="summary_desc"><div class='inline'>
427
+ <p>Horizontal major ticks [Integer].</p>
428
+ </div></span>
429
+
430
+ </li>
431
+
432
+
433
+ <li class="public ">
434
+ <span class="summary_signature">
435
+
436
+ <a href="#hMarginLower-instance_method" title="#hMarginLower (instance method)">#<strong>hMarginLower</strong> &#x21d2; Object </a>
437
+
438
+
439
+
440
+ </span>
441
+
442
+
443
+
444
+
445
+
446
+
447
+
448
+
449
+
450
+
451
+
452
+
453
+ <span class="summary_desc"><div class='inline'>
454
+ <p>Horizontal lower margin [Integer].</p>
455
+ </div></span>
456
+
457
+ </li>
458
+
459
+
460
+ <li class="public ">
461
+ <span class="summary_signature">
462
+
463
+ <a href="#hMarginUpper-instance_method" title="#hMarginUpper (instance method)">#<strong>hMarginUpper</strong> &#x21d2; Object </a>
464
+
465
+
466
+
467
+ </span>
468
+
469
+
470
+
471
+
472
+
473
+
474
+
475
+
476
+
477
+
478
+
479
+
480
+ <span class="summary_desc"><div class='inline'>
481
+ <p>Horizontal upper margin [Integer].</p>
482
+ </div></span>
483
+
484
+ </li>
485
+
486
+
487
+ <li class="public ">
488
+ <span class="summary_signature">
489
+
490
+ <a href="#hMediumTicks-instance_method" title="#hMediumTicks (instance method)">#<strong>hMediumTicks</strong> &#x21d2; Object </a>
491
+
492
+
493
+
494
+ </span>
495
+
496
+
497
+
498
+
499
+
500
+
501
+
502
+
503
+
504
+
505
+
506
+
507
+ <span class="summary_desc"><div class='inline'>
508
+ <p>Horizontal medium ticks [Integer].</p>
509
+ </div></span>
510
+
511
+ </li>
512
+
513
+
514
+ <li class="public ">
515
+ <span class="summary_signature">
516
+
517
+ <a href="#hNumberTicks-instance_method" title="#hNumberTicks (instance method)">#<strong>hNumberTicks</strong> &#x21d2; Object </a>
518
+
519
+
520
+
521
+ </span>
522
+
523
+
524
+
525
+
526
+
527
+
528
+
529
+
530
+
531
+
532
+
533
+
534
+ <span class="summary_desc"><div class='inline'>
535
+ <p>Horizontal document number placement [Integer].</p>
536
+ </div></span>
537
+
538
+ </li>
539
+
540
+
541
+ <li class="public ">
542
+ <span class="summary_signature">
543
+
544
+ <a href="#horizontalRuler-instance_method" title="#horizontalRuler (instance method)">#<strong>horizontalRuler</strong> &#x21d2; Object </a>
545
+
546
+
547
+
548
+ </span>
549
+
550
+
551
+
552
+
553
+ <span class="note title readonly">readonly</span>
554
+
555
+
556
+
557
+
558
+
559
+
560
+
561
+
562
+
563
+ <span class="summary_desc"><div class='inline'>
564
+ <p>Return a reference to the horizontal ruler <span class='object_link'><a href="FXRuler.html" title="Fox::FXRuler (class)">FXRuler</a></span>.</p>
565
+ </div></span>
566
+
567
+ </li>
568
+
569
+
570
+ <li class="public ">
571
+ <span class="summary_signature">
572
+
573
+ <a href="#hPixelsPerTick-instance_method" title="#hPixelsPerTick (instance method)">#<strong>hPixelsPerTick</strong> &#x21d2; Object </a>
574
+
575
+
576
+
577
+ </span>
578
+
579
+
580
+
581
+
582
+
583
+
584
+
585
+
586
+
587
+
588
+
589
+
590
+ <span class="summary_desc"><div class='inline'>
591
+ <p>Horizontal pixels per tick spacing [Float].</p>
592
+ </div></span>
593
+
594
+ </li>
595
+
596
+
597
+ <li class="public ">
598
+ <span class="summary_signature">
599
+
600
+ <a href="#hRulerFont-instance_method" title="#hRulerFont (instance method)">#<strong>hRulerFont</strong> &#x21d2; Object </a>
601
+
602
+
603
+
604
+ </span>
605
+
606
+
607
+
608
+
609
+
610
+
611
+
612
+
613
+
614
+
615
+
616
+
617
+ <span class="summary_desc"><div class='inline'>
618
+ <p>Horizontal ruler font <span class='object_link'><a href="FXFont.html" title="Fox::FXFont (class)">FXFont</a></span>.</p>
619
+ </div></span>
620
+
621
+ </li>
622
+
623
+
624
+ <li class="public ">
625
+ <span class="summary_signature">
626
+
627
+ <a href="#hRulerStyle-instance_method" title="#hRulerStyle (instance method)">#<strong>hRulerStyle</strong> &#x21d2; Object </a>
628
+
629
+
630
+
631
+ </span>
632
+
633
+
634
+
635
+
636
+
637
+
638
+
639
+
640
+
641
+
642
+
643
+
644
+ <span class="summary_desc"><div class='inline'>
645
+ <p>Horizontal ruler <a href="Integer">style</a>.</p>
646
+ </div></span>
647
+
648
+ </li>
649
+
650
+
651
+ <li class="public ">
652
+ <span class="summary_signature">
653
+
654
+ <a href="#hTinyTicks-instance_method" title="#hTinyTicks (instance method)">#<strong>hTinyTicks</strong> &#x21d2; Object </a>
655
+
656
+
657
+
658
+ </span>
659
+
660
+
661
+
662
+
663
+
664
+
665
+
666
+
667
+
668
+
669
+
670
+
671
+ <span class="summary_desc"><div class='inline'>
672
+ <p>Horizontal tiny ticks [Integer].</p>
673
+ </div></span>
674
+
675
+ </li>
676
+
677
+
678
+ <li class="public ">
679
+ <span class="summary_signature">
680
+
681
+ <a href="#tipText-instance_method" title="#tipText (instance method)">#<strong>tipText</strong> &#x21d2; Object </a>
682
+
683
+
684
+
685
+ </span>
686
+
687
+
688
+
689
+
690
+
691
+
692
+
693
+
694
+
695
+
696
+
697
+
698
+ <span class="summary_desc"><div class='inline'>
699
+ <p>Tool tip message [String].</p>
700
+ </div></span>
701
+
702
+ </li>
703
+
704
+
705
+ <li class="public ">
706
+ <span class="summary_signature">
707
+
708
+ <a href="#vAlignment-instance_method" title="#vAlignment (instance method)">#<strong>vAlignment</strong> &#x21d2; Object </a>
709
+
710
+
711
+
712
+ </span>
713
+
714
+
715
+
716
+
717
+
718
+
719
+
720
+
721
+
722
+
723
+
724
+
725
+ <span class="summary_desc"><div class='inline'>
726
+ <p>Vertical alignment; the default is <code>RULER_ALIGN_NORMAL</code> [Integer].</p>
727
+ </div></span>
728
+
729
+ </li>
730
+
731
+
732
+ <li class="public ">
733
+ <span class="summary_signature">
734
+
735
+ <a href="#vEdgeSpacing-instance_method" title="#vEdgeSpacing (instance method)">#<strong>vEdgeSpacing</strong> &#x21d2; Object </a>
736
+
737
+
738
+
739
+ </span>
740
+
741
+
742
+
743
+
744
+
745
+
746
+
747
+
748
+
749
+
750
+
751
+
752
+ <span class="summary_desc"><div class='inline'>
753
+ <p>Vertical edge spacing around document [Integer].</p>
754
+ </div></span>
755
+
756
+ </li>
757
+
758
+
759
+ <li class="public ">
760
+ <span class="summary_signature">
761
+
762
+ <a href="#verticalRuler-instance_method" title="#verticalRuler (instance method)">#<strong>verticalRuler</strong> &#x21d2; Object </a>
763
+
764
+
765
+
766
+ </span>
767
+
768
+
769
+
770
+
771
+ <span class="note title readonly">readonly</span>
772
+
773
+
774
+
775
+
776
+
777
+
778
+
779
+
780
+
781
+ <span class="summary_desc"><div class='inline'>
782
+ <p>Return a reference to the vertical ruler <span class='object_link'><a href="FXRuler.html" title="Fox::FXRuler (class)">FXRuler</a></span>.</p>
783
+ </div></span>
784
+
785
+ </li>
786
+
787
+
788
+ <li class="public ">
789
+ <span class="summary_signature">
790
+
791
+ <a href="#vMajorTicks-instance_method" title="#vMajorTicks (instance method)">#<strong>vMajorTicks</strong> &#x21d2; Object </a>
792
+
793
+
794
+
795
+ </span>
796
+
797
+
798
+
799
+
800
+
801
+
802
+
803
+
804
+
805
+
806
+
807
+
808
+ <span class="summary_desc"><div class='inline'>
809
+ <p>Vertical major ticks [Integer].</p>
810
+ </div></span>
811
+
812
+ </li>
813
+
814
+
815
+ <li class="public ">
816
+ <span class="summary_signature">
817
+
818
+ <a href="#vMarginLower-instance_method" title="#vMarginLower (instance method)">#<strong>vMarginLower</strong> &#x21d2; Object </a>
819
+
820
+
821
+
822
+ </span>
823
+
824
+
825
+
826
+
827
+
828
+
829
+
830
+
831
+
832
+
833
+
834
+
835
+ <span class="summary_desc"><div class='inline'>
836
+ <p>Vertical lower margin [Integer].</p>
837
+ </div></span>
838
+
839
+ </li>
840
+
841
+
842
+ <li class="public ">
843
+ <span class="summary_signature">
844
+
845
+ <a href="#vMarginUpper-instance_method" title="#vMarginUpper (instance method)">#<strong>vMarginUpper</strong> &#x21d2; Object </a>
846
+
847
+
848
+
849
+ </span>
850
+
851
+
852
+
853
+
854
+
855
+
856
+
857
+
858
+
859
+
860
+
861
+
862
+ <span class="summary_desc"><div class='inline'>
863
+ <p>Vertical upper margin [Integer].</p>
864
+ </div></span>
865
+
866
+ </li>
867
+
868
+
869
+ <li class="public ">
870
+ <span class="summary_signature">
871
+
872
+ <a href="#vMediumTicks-instance_method" title="#vMediumTicks (instance method)">#<strong>vMediumTicks</strong> &#x21d2; Object </a>
873
+
874
+
875
+
876
+ </span>
877
+
878
+
879
+
880
+
881
+
882
+
883
+
884
+
885
+
886
+
887
+
888
+
889
+ <span class="summary_desc"><div class='inline'>
890
+ <p>Vertical medium ticks [Integer].</p>
891
+ </div></span>
892
+
893
+ </li>
894
+
895
+
896
+ <li class="public ">
897
+ <span class="summary_signature">
898
+
899
+ <a href="#vNumberTicks-instance_method" title="#vNumberTicks (instance method)">#<strong>vNumberTicks</strong> &#x21d2; Object </a>
900
+
901
+
902
+
903
+ </span>
904
+
905
+
906
+
907
+
908
+
909
+
910
+
911
+
912
+
913
+
914
+
915
+
916
+ <span class="summary_desc"><div class='inline'>
917
+ <p>Vertical document number placement [Integer].</p>
918
+ </div></span>
919
+
920
+ </li>
921
+
922
+
923
+ <li class="public ">
924
+ <span class="summary_signature">
925
+
926
+ <a href="#vPixelsPerTick-instance_method" title="#vPixelsPerTick (instance method)">#<strong>vPixelsPerTick</strong> &#x21d2; Object </a>
927
+
928
+
929
+
930
+ </span>
931
+
932
+
933
+
934
+
935
+
936
+
937
+
938
+
939
+
940
+
941
+
942
+
943
+ <span class="summary_desc"><div class='inline'>
944
+ <p>Vertical pixels per tick spacing [Float].</p>
945
+ </div></span>
946
+
947
+ </li>
948
+
949
+
950
+ <li class="public ">
951
+ <span class="summary_signature">
952
+
953
+ <a href="#vRulerFont-instance_method" title="#vRulerFont (instance method)">#<strong>vRulerFont</strong> &#x21d2; Object </a>
954
+
955
+
956
+
957
+ </span>
958
+
959
+
960
+
961
+
962
+
963
+
964
+
965
+
966
+
967
+
968
+
969
+
970
+ <span class="summary_desc"><div class='inline'>
971
+ <p>Vertical ruler font <span class='object_link'><a href="FXFont.html" title="Fox::FXFont (class)">FXFont</a></span>.</p>
972
+ </div></span>
973
+
974
+ </li>
975
+
976
+
977
+ <li class="public ">
978
+ <span class="summary_signature">
979
+
980
+ <a href="#vRulerStyle-instance_method" title="#vRulerStyle (instance method)">#<strong>vRulerStyle</strong> &#x21d2; Object </a>
981
+
982
+
983
+
984
+ </span>
985
+
986
+
987
+
988
+
989
+
990
+
991
+
992
+
993
+
994
+
995
+
996
+
997
+ <span class="summary_desc"><div class='inline'>
998
+ <p>Vertical ruler style [Integer].</p>
999
+ </div></span>
1000
+
1001
+ </li>
1002
+
1003
+
1004
+ <li class="public ">
1005
+ <span class="summary_signature">
1006
+
1007
+ <a href="#vTinyTicks-instance_method" title="#vTinyTicks (instance method)">#<strong>vTinyTicks</strong> &#x21d2; Object </a>
1008
+
1009
+
1010
+
1011
+ </span>
1012
+
1013
+
1014
+
1015
+
1016
+
1017
+
1018
+
1019
+
1020
+
1021
+
1022
+
1023
+
1024
+ <span class="summary_desc"><div class='inline'>
1025
+ <p>Vertical tiny ticks [Integer].</p>
1026
+ </div></span>
1027
+
1028
+ </li>
1029
+
1030
+
1031
+ </ul>
1032
+
1033
+
1034
+
1035
+
1036
+
1037
+ <h3 class="inherited">Attributes inherited from <span class='object_link'><a href="FXScrollArea.html" title="Fox::FXScrollArea (class)">FXScrollArea</a></span></h3>
1038
+ <p class="inherited"><span class='object_link'><a href="FXScrollArea.html#contentHeight-instance_method" title="Fox::FXScrollArea#contentHeight (method)">#contentHeight</a></span>, <span class='object_link'><a href="FXScrollArea.html#contentWidth-instance_method" title="Fox::FXScrollArea#contentWidth (method)">#contentWidth</a></span>, <span class='object_link'><a href="FXScrollArea.html#horizontalScrollBar-instance_method" title="Fox::FXScrollArea#horizontalScrollBar (method)">#horizontalScrollBar</a></span>, <span class='object_link'><a href="FXScrollArea.html#scrollStyle-instance_method" title="Fox::FXScrollArea#scrollStyle (method)">#scrollStyle</a></span>, <span class='object_link'><a href="FXScrollArea.html#verticalScrollBar-instance_method" title="Fox::FXScrollArea#verticalScrollBar (method)">#verticalScrollBar</a></span>, <span class='object_link'><a href="FXScrollArea.html#viewportHeight-instance_method" title="Fox::FXScrollArea#viewportHeight (method)">#viewportHeight</a></span>, <span class='object_link'><a href="FXScrollArea.html#viewportWidth-instance_method" title="Fox::FXScrollArea#viewportWidth (method)">#viewportWidth</a></span>, <span class='object_link'><a href="FXScrollArea.html#xPosition-instance_method" title="Fox::FXScrollArea#xPosition (method)">#xPosition</a></span>, <span class='object_link'><a href="FXScrollArea.html#yPosition-instance_method" title="Fox::FXScrollArea#yPosition (method)">#yPosition</a></span></p>
1039
+
1040
+
1041
+
1042
+ <h3 class="inherited">Attributes inherited from <span class='object_link'><a href="FXWindow.html" title="Fox::FXWindow (class)">FXWindow</a></span></h3>
1043
+ <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>
1044
+
1045
+
1046
+
1047
+ <h3 class="inherited">Attributes inherited from <span class='object_link'><a href="FXDrawable.html" title="Fox::FXDrawable (class)">FXDrawable</a></span></h3>
1048
+ <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>
1049
+
1050
+
1051
+
1052
+ <h3 class="inherited">Attributes inherited from <span class='object_link'><a href="FXId.html" title="Fox::FXId (class)">FXId</a></span></h3>
1053
+ <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>
1054
+
1055
+
1056
+
1057
+ <h2>
1058
+ Instance Method Summary
1059
+ <small><a href="#" class="summary_toggle">collapse</a></small>
1060
+ </h2>
1061
+
1062
+ <ul class="summary">
1063
+
1064
+ <li class="public ">
1065
+ <span class="summary_signature">
1066
+
1067
+ <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) &#x21d2; FXRulerView </a>
1068
+
1069
+
1070
+
1071
+ </span>
1072
+
1073
+
1074
+ <span class="note title constructor">constructor</span>
1075
+
1076
+
1077
+
1078
+
1079
+
1080
+
1081
+
1082
+
1083
+ <span class="summary_desc"><div class='inline'>
1084
+ <p>Return an initialized FXRulerView instance.</p>
1085
+ </div></span>
1086
+
1087
+ </li>
1088
+
1089
+
1090
+ <li class="public ">
1091
+ <span class="summary_signature">
1092
+
1093
+ <a href="#setDocumentHeight-instance_method" title="#setDocumentHeight (instance method)">#<strong>setDocumentHeight</strong>(h, notify = false) &#x21d2; Object </a>
1094
+
1095
+
1096
+
1097
+ </span>
1098
+
1099
+
1100
+
1101
+
1102
+
1103
+
1104
+
1105
+
1106
+
1107
+ <span class="summary_desc"><div class='inline'>
1108
+ <p>Set document height (in pixels).</p>
1109
+ </div></span>
1110
+
1111
+ </li>
1112
+
1113
+
1114
+ <li class="public ">
1115
+ <span class="summary_signature">
1116
+
1117
+ <a href="#setDocumentWidth-instance_method" title="#setDocumentWidth (instance method)">#<strong>setDocumentWidth</strong>(w, notify = false) &#x21d2; Object </a>
1118
+
1119
+
1120
+
1121
+ </span>
1122
+
1123
+
1124
+
1125
+
1126
+
1127
+
1128
+
1129
+
1130
+
1131
+ <span class="summary_desc"><div class='inline'>
1132
+ <p>Set document width (in pixels).</p>
1133
+ </div></span>
1134
+
1135
+ </li>
1136
+
1137
+
1138
+ <li class="public ">
1139
+ <span class="summary_signature">
1140
+
1141
+ <a href="#setHAlignment-instance_method" title="#setHAlignment (instance method)">#<strong>setHAlignment</strong>(align, notify = false) &#x21d2; Object </a>
1142
+
1143
+
1144
+
1145
+ </span>
1146
+
1147
+
1148
+
1149
+
1150
+
1151
+
1152
+
1153
+
1154
+
1155
+ <span class="summary_desc"><div class='inline'>
1156
+ <p>Set horizontal alignment; the default is <code>RULER_ALIGN_NORMAL</code>.</p>
1157
+ </div></span>
1158
+
1159
+ </li>
1160
+
1161
+
1162
+ <li class="public ">
1163
+ <span class="summary_signature">
1164
+
1165
+ <a href="#setHEdgeSpacing-instance_method" title="#setHEdgeSpacing (instance method)">#<strong>setHEdgeSpacing</strong>(es, notify = false) &#x21d2; Object </a>
1166
+
1167
+
1168
+
1169
+ </span>
1170
+
1171
+
1172
+
1173
+
1174
+
1175
+
1176
+
1177
+
1178
+
1179
+ <span class="summary_desc"><div class='inline'>
1180
+ <p>Set horizontal edge spacing around document (in pixels).</p>
1181
+ </div></span>
1182
+
1183
+ </li>
1184
+
1185
+
1186
+ <li class="public ">
1187
+ <span class="summary_signature">
1188
+
1189
+ <a href="#setHMajorTicks-instance_method" title="#setHMajorTicks (instance method)">#<strong>setHMajorTicks</strong>(ticks, notify = false) &#x21d2; Object </a>
1190
+
1191
+
1192
+
1193
+ </span>
1194
+
1195
+
1196
+
1197
+
1198
+
1199
+
1200
+
1201
+
1202
+
1203
+ <span class="summary_desc"><div class='inline'>
1204
+ <p>Set number of horizontal major ticks.</p>
1205
+ </div></span>
1206
+
1207
+ </li>
1208
+
1209
+
1210
+ <li class="public ">
1211
+ <span class="summary_signature">
1212
+
1213
+ <a href="#setHMarginLower-instance_method" title="#setHMarginLower (instance method)">#<strong>setHMarginLower</strong>(marg, notify = false) &#x21d2; Object </a>
1214
+
1215
+
1216
+
1217
+ </span>
1218
+
1219
+
1220
+
1221
+
1222
+
1223
+
1224
+
1225
+
1226
+
1227
+ <span class="summary_desc"><div class='inline'>
1228
+ <p>Set horizontal lower margin (in pixels).</p>
1229
+ </div></span>
1230
+
1231
+ </li>
1232
+
1233
+
1234
+ <li class="public ">
1235
+ <span class="summary_signature">
1236
+
1237
+ <a href="#setHMarginUpper-instance_method" title="#setHMarginUpper (instance method)">#<strong>setHMarginUpper</strong>(marg, notify = false) &#x21d2; Object </a>
1238
+
1239
+
1240
+
1241
+ </span>
1242
+
1243
+
1244
+
1245
+
1246
+
1247
+
1248
+
1249
+
1250
+
1251
+ <span class="summary_desc"><div class='inline'>
1252
+ <p>Set horizontal upper margin (in pixels).</p>
1253
+ </div></span>
1254
+
1255
+ </li>
1256
+
1257
+
1258
+ <li class="public ">
1259
+ <span class="summary_signature">
1260
+
1261
+ <a href="#setHMediumTicks-instance_method" title="#setHMediumTicks (instance method)">#<strong>setHMediumTicks</strong>(ticks, notify = false) &#x21d2; Object </a>
1262
+
1263
+
1264
+
1265
+ </span>
1266
+
1267
+
1268
+
1269
+
1270
+
1271
+
1272
+
1273
+
1274
+
1275
+ <span class="summary_desc"><div class='inline'>
1276
+ <p>Set number of horizontal medium ticks.</p>
1277
+ </div></span>
1278
+
1279
+ </li>
1280
+
1281
+
1282
+ <li class="public ">
1283
+ <span class="summary_signature">
1284
+
1285
+ <a href="#setHNumberTicks-instance_method" title="#setHNumberTicks (instance method)">#<strong>setHNumberTicks</strong>(ticks, notify = false) &#x21d2; Object </a>
1286
+
1287
+
1288
+
1289
+ </span>
1290
+
1291
+
1292
+
1293
+
1294
+
1295
+
1296
+
1297
+
1298
+
1299
+ <span class="summary_desc"><div class='inline'>
1300
+ <p>Set number of horizontal “number” ticks.</p>
1301
+ </div></span>
1302
+
1303
+ </li>
1304
+
1305
+
1306
+ <li class="public ">
1307
+ <span class="summary_signature">
1308
+
1309
+ <a href="#setHPixelsPerTick-instance_method" title="#setHPixelsPerTick (instance method)">#<strong>setHPixelsPerTick</strong>(space, notify = false) &#x21d2; Object </a>
1310
+
1311
+
1312
+
1313
+ </span>
1314
+
1315
+
1316
+
1317
+
1318
+
1319
+
1320
+
1321
+
1322
+
1323
+ <span class="summary_desc"><div class='inline'>
1324
+ <p>Set horizontal pixels per tick spacing If <em>notify</em> is <code>true</code>, a <code>SEL_CHANGED</code> message is sent to the horizontal ruler&#39;s target after the spacing is changed.</p>
1325
+ </div></span>
1326
+
1327
+ </li>
1328
+
1329
+
1330
+ <li class="public ">
1331
+ <span class="summary_signature">
1332
+
1333
+ <a href="#setHRulerFont-instance_method" title="#setHRulerFont (instance method)">#<strong>setHRulerFont</strong>(font, notify = false) &#x21d2; Object </a>
1334
+
1335
+
1336
+
1337
+ </span>
1338
+
1339
+
1340
+
1341
+
1342
+
1343
+
1344
+
1345
+
1346
+
1347
+ <span class="summary_desc"><div class='inline'>
1348
+ <p>Set horizontal ruler font.</p>
1349
+ </div></span>
1350
+
1351
+ </li>
1352
+
1353
+
1354
+ <li class="public ">
1355
+ <span class="summary_signature">
1356
+
1357
+ <a href="#setHTinyTicks-instance_method" title="#setHTinyTicks (instance method)">#<strong>setHTinyTicks</strong>(ticks, notify = false) &#x21d2; Object </a>
1358
+
1359
+
1360
+
1361
+ </span>
1362
+
1363
+
1364
+
1365
+
1366
+
1367
+
1368
+
1369
+
1370
+
1371
+ <span class="summary_desc"><div class='inline'>
1372
+ <p>Set number of horizontal tiny ticks.</p>
1373
+ </div></span>
1374
+
1375
+ </li>
1376
+
1377
+
1378
+ <li class="public ">
1379
+ <span class="summary_signature">
1380
+
1381
+ <a href="#setVAlignment-instance_method" title="#setVAlignment (instance method)">#<strong>setVAlignment</strong>(align, notify = false) &#x21d2; Object </a>
1382
+
1383
+
1384
+
1385
+ </span>
1386
+
1387
+
1388
+
1389
+
1390
+
1391
+
1392
+
1393
+
1394
+
1395
+ <span class="summary_desc"><div class='inline'>
1396
+ <p>Set vertical alignment; the default is <code>RULER_ALIGN_NORMAL</code>.</p>
1397
+ </div></span>
1398
+
1399
+ </li>
1400
+
1401
+
1402
+ <li class="public ">
1403
+ <span class="summary_signature">
1404
+
1405
+ <a href="#setVEdgeSpacing-instance_method" title="#setVEdgeSpacing (instance method)">#<strong>setVEdgeSpacing</strong>(es, notify = false) &#x21d2; Object </a>
1406
+
1407
+
1408
+
1409
+ </span>
1410
+
1411
+
1412
+
1413
+
1414
+
1415
+
1416
+
1417
+
1418
+
1419
+ <span class="summary_desc"><div class='inline'>
1420
+ <p>Set vertical edge spacing around document (in pixels).</p>
1421
+ </div></span>
1422
+
1423
+ </li>
1424
+
1425
+
1426
+ <li class="public ">
1427
+ <span class="summary_signature">
1428
+
1429
+ <a href="#setVMajorTicks-instance_method" title="#setVMajorTicks (instance method)">#<strong>setVMajorTicks</strong>(ticks, notify = false) &#x21d2; Object </a>
1430
+
1431
+
1432
+
1433
+ </span>
1434
+
1435
+
1436
+
1437
+
1438
+
1439
+
1440
+
1441
+
1442
+
1443
+ <span class="summary_desc"><div class='inline'>
1444
+ <p>Set number of vertical major ticks.</p>
1445
+ </div></span>
1446
+
1447
+ </li>
1448
+
1449
+
1450
+ <li class="public ">
1451
+ <span class="summary_signature">
1452
+
1453
+ <a href="#setVMarginLower-instance_method" title="#setVMarginLower (instance method)">#<strong>setVMarginLower</strong>(marg, notify = false) &#x21d2; Object </a>
1454
+
1455
+
1456
+
1457
+ </span>
1458
+
1459
+
1460
+
1461
+
1462
+
1463
+
1464
+
1465
+
1466
+
1467
+ <span class="summary_desc"><div class='inline'>
1468
+ <p>Set vertical lower margin (in pixels).</p>
1469
+ </div></span>
1470
+
1471
+ </li>
1472
+
1473
+
1474
+ <li class="public ">
1475
+ <span class="summary_signature">
1476
+
1477
+ <a href="#setVMarginUpper-instance_method" title="#setVMarginUpper (instance method)">#<strong>setVMarginUpper</strong>(marg, notify = false) &#x21d2; Object </a>
1478
+
1479
+
1480
+
1481
+ </span>
1482
+
1483
+
1484
+
1485
+
1486
+
1487
+
1488
+
1489
+
1490
+
1491
+ <span class="summary_desc"><div class='inline'>
1492
+ <p>Set vertical upper margin (in pixels).</p>
1493
+ </div></span>
1494
+
1495
+ </li>
1496
+
1497
+
1498
+ <li class="public ">
1499
+ <span class="summary_signature">
1500
+
1501
+ <a href="#setVMediumTicks-instance_method" title="#setVMediumTicks (instance method)">#<strong>setVMediumTicks</strong>(ticks, notify = false) &#x21d2; Object </a>
1502
+
1503
+
1504
+
1505
+ </span>
1506
+
1507
+
1508
+
1509
+
1510
+
1511
+
1512
+
1513
+
1514
+
1515
+ <span class="summary_desc"><div class='inline'>
1516
+ <p>Set number of vertical medium ticks.</p>
1517
+ </div></span>
1518
+
1519
+ </li>
1520
+
1521
+
1522
+ <li class="public ">
1523
+ <span class="summary_signature">
1524
+
1525
+ <a href="#setVNumberTicks-instance_method" title="#setVNumberTicks (instance method)">#<strong>setVNumberTicks</strong>(ticks, notify = false) &#x21d2; Object </a>
1526
+
1527
+
1528
+
1529
+ </span>
1530
+
1531
+
1532
+
1533
+
1534
+
1535
+
1536
+
1537
+
1538
+
1539
+ <span class="summary_desc"><div class='inline'>
1540
+ <p>Set number of vertical “number” ticks.</p>
1541
+ </div></span>
1542
+
1543
+ </li>
1544
+
1545
+
1546
+ <li class="public ">
1547
+ <span class="summary_signature">
1548
+
1549
+ <a href="#setVPixelsPerTick-instance_method" title="#setVPixelsPerTick (instance method)">#<strong>setVPixelsPerTick</strong>(space, notify = false) &#x21d2; Object </a>
1550
+
1551
+
1552
+
1553
+ </span>
1554
+
1555
+
1556
+
1557
+
1558
+
1559
+
1560
+
1561
+
1562
+
1563
+ <span class="summary_desc"><div class='inline'>
1564
+ <p>Set vertical pixels per tick spacing If <em>notify</em> is <code>true</code>, a <code>SEL_CHANGED</code> message is sent to the vertical ruler&#39;s target after the spacing is changed.</p>
1565
+ </div></span>
1566
+
1567
+ </li>
1568
+
1569
+
1570
+ <li class="public ">
1571
+ <span class="summary_signature">
1572
+
1573
+ <a href="#setVRulerFont-instance_method" title="#setVRulerFont (instance method)">#<strong>setVRulerFont</strong>(font, notify = false) &#x21d2; Object </a>
1574
+
1575
+
1576
+
1577
+ </span>
1578
+
1579
+
1580
+
1581
+
1582
+
1583
+
1584
+
1585
+
1586
+
1587
+ <span class="summary_desc"><div class='inline'>
1588
+ <p>Set vertical ruler font.</p>
1589
+ </div></span>
1590
+
1591
+ </li>
1592
+
1593
+
1594
+ <li class="public ">
1595
+ <span class="summary_signature">
1596
+
1597
+ <a href="#setVTinyTicks-instance_method" title="#setVTinyTicks (instance method)">#<strong>setVTinyTicks</strong>(ticks, notify = false) &#x21d2; Object </a>
1598
+
1599
+
1600
+
1601
+ </span>
1602
+
1603
+
1604
+
1605
+
1606
+
1607
+
1608
+
1609
+
1610
+
1611
+ <span class="summary_desc"><div class='inline'>
1612
+ <p>Set number of vertical tiny ticks.</p>
1613
+ </div></span>
1614
+
1615
+ </li>
1616
+
1617
+
1618
+ </ul>
1619
+
1620
+
1621
+
1622
+
1623
+
1624
+
1625
+
1626
+
1627
+
1628
+
1629
+
1630
+ <h3 class="inherited">Methods inherited from <span class='object_link'><a href="FXScrollArea.html" title="Fox::FXScrollArea (class)">FXScrollArea</a></span></h3>
1631
+ <p class="inherited"><span class='object_link'><a href="FXScrollArea.html#horizontalScrollable%3F-instance_method" title="Fox::FXScrollArea#horizontalScrollable? (method)">#horizontalScrollable?</a></span>, <span class='object_link'><a href="FXScrollArea.html#position-instance_method" title="Fox::FXScrollArea#position (method)">#position</a></span>, <span class='object_link'><a href="FXScrollArea.html#scrollCorner-instance_method" title="Fox::FXScrollArea#scrollCorner (method)">#scrollCorner</a></span>, <span class='object_link'><a href="FXScrollArea.html#setPosition-instance_method" title="Fox::FXScrollArea#setPosition (method)">#setPosition</a></span>, <span class='object_link'><a href="FXScrollArea.html#verticalScrollable%3F-instance_method" title="Fox::FXScrollArea#verticalScrollable? (method)">#verticalScrollable?</a></span></p>
1632
+
1633
+
1634
+
1635
+
1636
+
1637
+
1638
+
1639
+
1640
+
1641
+ <h3 class="inherited">Methods inherited from <span class='object_link'><a href="FXComposite.html" title="Fox::FXComposite (class)">FXComposite</a></span></h3>
1642
+ <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>
1643
+
1644
+
1645
+
1646
+
1647
+
1648
+
1649
+
1650
+
1651
+
1652
+ <h3 class="inherited">Methods inherited from <span class='object_link'><a href="FXWindow.html" title="Fox::FXWindow (class)">FXWindow</a></span></h3>
1653
+ <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>
1654
+
1655
+
1656
+
1657
+
1658
+
1659
+
1660
+
1661
+
1662
+
1663
+ <h3 class="inherited">Methods included from <span class='object_link'><a href="../Responder2.html" title="Responder2 (module)">Responder2</a></span></h3>
1664
+ <p class="inherited"><span class='object_link'><a href="../Responder2.html#connect-instance_method" title="Responder2#connect (method)">#connect</a></span></p>
1665
+
1666
+
1667
+
1668
+
1669
+
1670
+
1671
+
1672
+
1673
+
1674
+ <h3 class="inherited">Methods inherited from <span class='object_link'><a href="FXDrawable.html" title="Fox::FXDrawable (class)">FXDrawable</a></span></h3>
1675
+ <p class="inherited"><span class='object_link'><a href="FXDrawable.html#resize-instance_method" title="Fox::FXDrawable#resize (method)">#resize</a></span></p>
1676
+
1677
+
1678
+
1679
+
1680
+
1681
+
1682
+
1683
+
1684
+
1685
+ <h3 class="inherited">Methods inherited from <span class='object_link'><a href="FXId.html" title="Fox::FXId (class)">FXId</a></span></h3>
1686
+ <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>
1687
+
1688
+
1689
+
1690
+
1691
+
1692
+
1693
+
1694
+
1695
+
1696
+ <h3 class="inherited">Methods inherited from <span class='object_link'><a href="FXObject.html" title="Fox::FXObject (class)">FXObject</a></span></h3>
1697
+ <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>
1698
+ <div id="constructor_details" class="method_details_list">
1699
+ <h2>Constructor Details</h2>
1700
+
1701
+ <div class="method_details first">
1702
+ <h3 class="signature first" id="initialize-instance_method">
1703
+
1704
+ #<strong>initialize</strong>(p, target = nil, selector = 0, opts = 0, x = 0, y = 0, width = 0, height = 0) &#x21d2; <tt><span class='object_link'><a href="" title="Fox::FXRulerView (class)">FXRulerView</a></span></tt>
1705
+
1706
+
1707
+
1708
+
1709
+
1710
+ </h3><div class="docstring">
1711
+ <div class="discussion">
1712
+
1713
+ <p>Return an initialized FXRulerView instance.</p>
1714
+
1715
+
1716
+ </div>
1717
+ </div>
1718
+ <div class="tags">
1719
+
1720
+
1721
+ </div><table class="source_code">
1722
+ <tr>
1723
+ <td>
1724
+ <pre class="lines">
1725
+
1726
+
1727
+ 114
1728
+ 115</pre>
1729
+ </td>
1730
+ <td>
1731
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXRulerView.rb', line 114</span>
1732
+
1733
+ <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: theRulerView
1734
+ </span><span class='kw'>end</span></pre>
1735
+ </td>
1736
+ </tr>
1737
+ </table>
1738
+ </div>
1739
+
1740
+ </div>
1741
+
1742
+ <div id="instance_attr_details" class="attr_details">
1743
+ <h2>Instance Attribute Details</h2>
1744
+
1745
+
1746
+ <span id="arrowPosX=-instance_method"></span>
1747
+ <div class="method_details first">
1748
+ <h3 class="signature first" id="arrowPosX-instance_method">
1749
+
1750
+ #<strong>arrowPosX</strong> &#x21d2; <tt>Object</tt>
1751
+
1752
+
1753
+
1754
+
1755
+
1756
+ </h3><div class="docstring">
1757
+ <div class="discussion">
1758
+
1759
+ <p>X arrow position, relative to document position [Integer]</p>
1760
+
1761
+
1762
+ </div>
1763
+ </div>
1764
+ <div class="tags">
1765
+
1766
+
1767
+ </div><table class="source_code">
1768
+ <tr>
1769
+ <td>
1770
+ <pre class="lines">
1771
+
1772
+
1773
+ 28
1774
+ 29
1775
+ 30</pre>
1776
+ </td>
1777
+ <td>
1778
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXRulerView.rb', line 28</span>
1779
+
1780
+ <span class='kw'>def</span> <span class='id identifier rubyid_arrowPosX'>arrowPosX</span>
1781
+ <span class='ivar'>@arrowPosX</span>
1782
+ <span class='kw'>end</span></pre>
1783
+ </td>
1784
+ </tr>
1785
+ </table>
1786
+ </div>
1787
+
1788
+
1789
+ <span id="arrowPosY=-instance_method"></span>
1790
+ <div class="method_details ">
1791
+ <h3 class="signature " id="arrowPosY-instance_method">
1792
+
1793
+ #<strong>arrowPosY</strong> &#x21d2; <tt>Object</tt>
1794
+
1795
+
1796
+
1797
+
1798
+
1799
+ </h3><div class="docstring">
1800
+ <div class="discussion">
1801
+
1802
+ <p>Y arrow position in document, relative to document position [Integer]</p>
1803
+
1804
+
1805
+ </div>
1806
+ </div>
1807
+ <div class="tags">
1808
+
1809
+
1810
+ </div><table class="source_code">
1811
+ <tr>
1812
+ <td>
1813
+ <pre class="lines">
1814
+
1815
+
1816
+ 31
1817
+ 32
1818
+ 33</pre>
1819
+ </td>
1820
+ <td>
1821
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXRulerView.rb', line 31</span>
1822
+
1823
+ <span class='kw'>def</span> <span class='id identifier rubyid_arrowPosY'>arrowPosY</span>
1824
+ <span class='ivar'>@arrowPosY</span>
1825
+ <span class='kw'>end</span></pre>
1826
+ </td>
1827
+ </tr>
1828
+ </table>
1829
+ </div>
1830
+
1831
+
1832
+ <span id="documentColor=-instance_method"></span>
1833
+ <div class="method_details ">
1834
+ <h3 class="signature " id="documentColor-instance_method">
1835
+
1836
+ #<strong>documentColor</strong> &#x21d2; <tt>Object</tt>
1837
+
1838
+
1839
+
1840
+
1841
+
1842
+ </h3><div class="docstring">
1843
+ <div class="discussion">
1844
+
1845
+ <p>Current document color <span class='object_link'><a href="FXColor.html" title="Fox::FXColor (class)">Fox::FXColor</a></span></p>
1846
+
1847
+
1848
+ </div>
1849
+ </div>
1850
+ <div class="tags">
1851
+
1852
+
1853
+ </div><table class="source_code">
1854
+ <tr>
1855
+ <td>
1856
+ <pre class="lines">
1857
+
1858
+
1859
+ 25
1860
+ 26
1861
+ 27</pre>
1862
+ </td>
1863
+ <td>
1864
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXRulerView.rb', line 25</span>
1865
+
1866
+ <span class='kw'>def</span> <span class='id identifier rubyid_documentColor'>documentColor</span>
1867
+ <span class='ivar'>@documentColor</span>
1868
+ <span class='kw'>end</span></pre>
1869
+ </td>
1870
+ </tr>
1871
+ </table>
1872
+ </div>
1873
+
1874
+
1875
+ <span id="documentHeight=-instance_method"></span>
1876
+ <div class="method_details ">
1877
+ <h3 class="signature " id="documentHeight-instance_method">
1878
+
1879
+ #<strong>documentHeight</strong> &#x21d2; <tt>Object</tt>
1880
+
1881
+
1882
+
1883
+
1884
+
1885
+ </h3><div class="docstring">
1886
+ <div class="discussion">
1887
+
1888
+ <p>Document height [Integer]</p>
1889
+
1890
+
1891
+ </div>
1892
+ </div>
1893
+ <div class="tags">
1894
+
1895
+
1896
+ </div><table class="source_code">
1897
+ <tr>
1898
+ <td>
1899
+ <pre class="lines">
1900
+
1901
+
1902
+ 49
1903
+ 50
1904
+ 51</pre>
1905
+ </td>
1906
+ <td>
1907
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXRulerView.rb', line 49</span>
1908
+
1909
+ <span class='kw'>def</span> <span class='id identifier rubyid_documentHeight'>documentHeight</span>
1910
+ <span class='ivar'>@documentHeight</span>
1911
+ <span class='kw'>end</span></pre>
1912
+ </td>
1913
+ </tr>
1914
+ </table>
1915
+ </div>
1916
+
1917
+
1918
+ <span id="documentWidth=-instance_method"></span>
1919
+ <div class="method_details ">
1920
+ <h3 class="signature " id="documentWidth-instance_method">
1921
+
1922
+ #<strong>documentWidth</strong> &#x21d2; <tt>Object</tt>
1923
+
1924
+
1925
+
1926
+
1927
+
1928
+ </h3><div class="docstring">
1929
+ <div class="discussion">
1930
+
1931
+ <p>Document width [Integer]</p>
1932
+
1933
+
1934
+ </div>
1935
+ </div>
1936
+ <div class="tags">
1937
+
1938
+
1939
+ </div><table class="source_code">
1940
+ <tr>
1941
+ <td>
1942
+ <pre class="lines">
1943
+
1944
+
1945
+ 46
1946
+ 47
1947
+ 48</pre>
1948
+ </td>
1949
+ <td>
1950
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXRulerView.rb', line 46</span>
1951
+
1952
+ <span class='kw'>def</span> <span class='id identifier rubyid_documentWidth'>documentWidth</span>
1953
+ <span class='ivar'>@documentWidth</span>
1954
+ <span class='kw'>end</span></pre>
1955
+ </td>
1956
+ </tr>
1957
+ </table>
1958
+ </div>
1959
+
1960
+
1961
+ <span id=""></span>
1962
+ <div class="method_details ">
1963
+ <h3 class="signature " id="documentX-instance_method">
1964
+
1965
+ #<strong>documentX</strong> &#x21d2; <tt>Object</tt> <span class="extras">(readonly)</span>
1966
+
1967
+
1968
+
1969
+
1970
+
1971
+ </h3><div class="docstring">
1972
+ <div class="discussion">
1973
+
1974
+ <p>Get document position X [Integer]</p>
1975
+
1976
+
1977
+ </div>
1978
+ </div>
1979
+ <div class="tags">
1980
+
1981
+
1982
+ </div><table class="source_code">
1983
+ <tr>
1984
+ <td>
1985
+ <pre class="lines">
1986
+
1987
+
1988
+ 19
1989
+ 20
1990
+ 21</pre>
1991
+ </td>
1992
+ <td>
1993
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXRulerView.rb', line 19</span>
1994
+
1995
+ <span class='kw'>def</span> <span class='id identifier rubyid_documentX'>documentX</span>
1996
+ <span class='ivar'>@documentX</span>
1997
+ <span class='kw'>end</span></pre>
1998
+ </td>
1999
+ </tr>
2000
+ </table>
2001
+ </div>
2002
+
2003
+
2004
+ <span id=""></span>
2005
+ <div class="method_details ">
2006
+ <h3 class="signature " id="documentY-instance_method">
2007
+
2008
+ #<strong>documentY</strong> &#x21d2; <tt>Object</tt> <span class="extras">(readonly)</span>
2009
+
2010
+
2011
+
2012
+
2013
+
2014
+ </h3><div class="docstring">
2015
+ <div class="discussion">
2016
+
2017
+ <p>Get document position Y [Integer]</p>
2018
+
2019
+
2020
+ </div>
2021
+ </div>
2022
+ <div class="tags">
2023
+
2024
+
2025
+ </div><table class="source_code">
2026
+ <tr>
2027
+ <td>
2028
+ <pre class="lines">
2029
+
2030
+
2031
+ 22
2032
+ 23
2033
+ 24</pre>
2034
+ </td>
2035
+ <td>
2036
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXRulerView.rb', line 22</span>
2037
+
2038
+ <span class='kw'>def</span> <span class='id identifier rubyid_documentY'>documentY</span>
2039
+ <span class='ivar'>@documentY</span>
2040
+ <span class='kw'>end</span></pre>
2041
+ </td>
2042
+ </tr>
2043
+ </table>
2044
+ </div>
2045
+
2046
+
2047
+ <span id="hAlignment=-instance_method"></span>
2048
+ <div class="method_details ">
2049
+ <h3 class="signature " id="hAlignment-instance_method">
2050
+
2051
+ #<strong>hAlignment</strong> &#x21d2; <tt>Object</tt>
2052
+
2053
+
2054
+
2055
+
2056
+
2057
+ </h3><div class="docstring">
2058
+ <div class="discussion">
2059
+
2060
+ <p>Horizontal alignment; the default is <code>RULER_ALIGN_NORMAL</code> [Integer]</p>
2061
+
2062
+
2063
+ </div>
2064
+ </div>
2065
+ <div class="tags">
2066
+
2067
+
2068
+ </div><table class="source_code">
2069
+ <tr>
2070
+ <td>
2071
+ <pre class="lines">
2072
+
2073
+
2074
+ 70
2075
+ 71
2076
+ 72</pre>
2077
+ </td>
2078
+ <td>
2079
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXRulerView.rb', line 70</span>
2080
+
2081
+ <span class='kw'>def</span> <span class='id identifier rubyid_hAlignment'>hAlignment</span>
2082
+ <span class='ivar'>@hAlignment</span>
2083
+ <span class='kw'>end</span></pre>
2084
+ </td>
2085
+ </tr>
2086
+ </table>
2087
+ </div>
2088
+
2089
+
2090
+ <span id="hEdgeSpacing=-instance_method"></span>
2091
+ <div class="method_details ">
2092
+ <h3 class="signature " id="hEdgeSpacing-instance_method">
2093
+
2094
+ #<strong>hEdgeSpacing</strong> &#x21d2; <tt>Object</tt>
2095
+
2096
+
2097
+
2098
+
2099
+
2100
+ </h3><div class="docstring">
2101
+ <div class="discussion">
2102
+
2103
+ <p>Horizontal edge spacing around document [Integer]</p>
2104
+
2105
+
2106
+ </div>
2107
+ </div>
2108
+ <div class="tags">
2109
+
2110
+
2111
+ </div><table class="source_code">
2112
+ <tr>
2113
+ <td>
2114
+ <pre class="lines">
2115
+
2116
+
2117
+ 52
2118
+ 53
2119
+ 54</pre>
2120
+ </td>
2121
+ <td>
2122
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXRulerView.rb', line 52</span>
2123
+
2124
+ <span class='kw'>def</span> <span class='id identifier rubyid_hEdgeSpacing'>hEdgeSpacing</span>
2125
+ <span class='ivar'>@hEdgeSpacing</span>
2126
+ <span class='kw'>end</span></pre>
2127
+ </td>
2128
+ </tr>
2129
+ </table>
2130
+ </div>
2131
+
2132
+
2133
+ <span id="helpText=-instance_method"></span>
2134
+ <div class="method_details ">
2135
+ <h3 class="signature " id="helpText-instance_method">
2136
+
2137
+ #<strong>helpText</strong> &#x21d2; <tt>Object</tt>
2138
+
2139
+
2140
+
2141
+
2142
+
2143
+ </h3><div class="docstring">
2144
+ <div class="discussion">
2145
+
2146
+ <p>Status line help text [String]</p>
2147
+
2148
+
2149
+ </div>
2150
+ </div>
2151
+ <div class="tags">
2152
+
2153
+
2154
+ </div><table class="source_code">
2155
+ <tr>
2156
+ <td>
2157
+ <pre class="lines">
2158
+
2159
+
2160
+ 40
2161
+ 41
2162
+ 42</pre>
2163
+ </td>
2164
+ <td>
2165
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXRulerView.rb', line 40</span>
2166
+
2167
+ <span class='kw'>def</span> <span class='id identifier rubyid_helpText'>helpText</span>
2168
+ <span class='ivar'>@helpText</span>
2169
+ <span class='kw'>end</span></pre>
2170
+ </td>
2171
+ </tr>
2172
+ </table>
2173
+ </div>
2174
+
2175
+
2176
+ <span id="hMajorTicks=-instance_method"></span>
2177
+ <div class="method_details ">
2178
+ <h3 class="signature " id="hMajorTicks-instance_method">
2179
+
2180
+ #<strong>hMajorTicks</strong> &#x21d2; <tt>Object</tt>
2181
+
2182
+
2183
+
2184
+
2185
+
2186
+ </h3><div class="docstring">
2187
+ <div class="discussion">
2188
+
2189
+ <p>Horizontal major ticks [Integer]</p>
2190
+
2191
+
2192
+ </div>
2193
+ </div>
2194
+ <div class="tags">
2195
+
2196
+
2197
+ </div><table class="source_code">
2198
+ <tr>
2199
+ <td>
2200
+ <pre class="lines">
2201
+
2202
+
2203
+ 88
2204
+ 89
2205
+ 90</pre>
2206
+ </td>
2207
+ <td>
2208
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXRulerView.rb', line 88</span>
2209
+
2210
+ <span class='kw'>def</span> <span class='id identifier rubyid_hMajorTicks'>hMajorTicks</span>
2211
+ <span class='ivar'>@hMajorTicks</span>
2212
+ <span class='kw'>end</span></pre>
2213
+ </td>
2214
+ </tr>
2215
+ </table>
2216
+ </div>
2217
+
2218
+
2219
+ <span id="hMarginLower=-instance_method"></span>
2220
+ <div class="method_details ">
2221
+ <h3 class="signature " id="hMarginLower-instance_method">
2222
+
2223
+ #<strong>hMarginLower</strong> &#x21d2; <tt>Object</tt>
2224
+
2225
+
2226
+
2227
+
2228
+
2229
+ </h3><div class="docstring">
2230
+ <div class="discussion">
2231
+
2232
+ <p>Horizontal lower margin [Integer]</p>
2233
+
2234
+
2235
+ </div>
2236
+ </div>
2237
+ <div class="tags">
2238
+
2239
+
2240
+ </div><table class="source_code">
2241
+ <tr>
2242
+ <td>
2243
+ <pre class="lines">
2244
+
2245
+
2246
+ 58
2247
+ 59
2248
+ 60</pre>
2249
+ </td>
2250
+ <td>
2251
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXRulerView.rb', line 58</span>
2252
+
2253
+ <span class='kw'>def</span> <span class='id identifier rubyid_hMarginLower'>hMarginLower</span>
2254
+ <span class='ivar'>@hMarginLower</span>
2255
+ <span class='kw'>end</span></pre>
2256
+ </td>
2257
+ </tr>
2258
+ </table>
2259
+ </div>
2260
+
2261
+
2262
+ <span id="hMarginUpper=-instance_method"></span>
2263
+ <div class="method_details ">
2264
+ <h3 class="signature " id="hMarginUpper-instance_method">
2265
+
2266
+ #<strong>hMarginUpper</strong> &#x21d2; <tt>Object</tt>
2267
+
2268
+
2269
+
2270
+
2271
+
2272
+ </h3><div class="docstring">
2273
+ <div class="discussion">
2274
+
2275
+ <p>Horizontal upper margin [Integer]</p>
2276
+
2277
+
2278
+ </div>
2279
+ </div>
2280
+ <div class="tags">
2281
+
2282
+
2283
+ </div><table class="source_code">
2284
+ <tr>
2285
+ <td>
2286
+ <pre class="lines">
2287
+
2288
+
2289
+ 61
2290
+ 62
2291
+ 63</pre>
2292
+ </td>
2293
+ <td>
2294
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXRulerView.rb', line 61</span>
2295
+
2296
+ <span class='kw'>def</span> <span class='id identifier rubyid_hMarginUpper'>hMarginUpper</span>
2297
+ <span class='ivar'>@hMarginUpper</span>
2298
+ <span class='kw'>end</span></pre>
2299
+ </td>
2300
+ </tr>
2301
+ </table>
2302
+ </div>
2303
+
2304
+
2305
+ <span id="hMediumTicks=-instance_method"></span>
2306
+ <div class="method_details ">
2307
+ <h3 class="signature " id="hMediumTicks-instance_method">
2308
+
2309
+ #<strong>hMediumTicks</strong> &#x21d2; <tt>Object</tt>
2310
+
2311
+
2312
+
2313
+
2314
+
2315
+ </h3><div class="docstring">
2316
+ <div class="discussion">
2317
+
2318
+ <p>Horizontal medium ticks [Integer]</p>
2319
+
2320
+
2321
+ </div>
2322
+ </div>
2323
+ <div class="tags">
2324
+
2325
+
2326
+ </div><table class="source_code">
2327
+ <tr>
2328
+ <td>
2329
+ <pre class="lines">
2330
+
2331
+
2332
+ 94
2333
+ 95
2334
+ 96</pre>
2335
+ </td>
2336
+ <td>
2337
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXRulerView.rb', line 94</span>
2338
+
2339
+ <span class='kw'>def</span> <span class='id identifier rubyid_hMediumTicks'>hMediumTicks</span>
2340
+ <span class='ivar'>@hMediumTicks</span>
2341
+ <span class='kw'>end</span></pre>
2342
+ </td>
2343
+ </tr>
2344
+ </table>
2345
+ </div>
2346
+
2347
+
2348
+ <span id="hNumberTicks=-instance_method"></span>
2349
+ <div class="method_details ">
2350
+ <h3 class="signature " id="hNumberTicks-instance_method">
2351
+
2352
+ #<strong>hNumberTicks</strong> &#x21d2; <tt>Object</tt>
2353
+
2354
+
2355
+
2356
+
2357
+
2358
+ </h3><div class="docstring">
2359
+ <div class="discussion">
2360
+
2361
+ <p>Horizontal document number placement [Integer]</p>
2362
+
2363
+
2364
+ </div>
2365
+ </div>
2366
+ <div class="tags">
2367
+
2368
+
2369
+ </div><table class="source_code">
2370
+ <tr>
2371
+ <td>
2372
+ <pre class="lines">
2373
+
2374
+
2375
+ 82
2376
+ 83
2377
+ 84</pre>
2378
+ </td>
2379
+ <td>
2380
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXRulerView.rb', line 82</span>
2381
+
2382
+ <span class='kw'>def</span> <span class='id identifier rubyid_hNumberTicks'>hNumberTicks</span>
2383
+ <span class='ivar'>@hNumberTicks</span>
2384
+ <span class='kw'>end</span></pre>
2385
+ </td>
2386
+ </tr>
2387
+ </table>
2388
+ </div>
2389
+
2390
+
2391
+ <span id=""></span>
2392
+ <div class="method_details ">
2393
+ <h3 class="signature " id="horizontalRuler-instance_method">
2394
+
2395
+ #<strong>horizontalRuler</strong> &#x21d2; <tt>Object</tt> <span class="extras">(readonly)</span>
2396
+
2397
+
2398
+
2399
+
2400
+
2401
+ </h3><div class="docstring">
2402
+ <div class="discussion">
2403
+
2404
+ <p>Return a reference to the horizontal ruler <span class='object_link'><a href="FXRuler.html" title="Fox::FXRuler (class)">Fox::FXRuler</a></span></p>
2405
+
2406
+
2407
+ </div>
2408
+ </div>
2409
+ <div class="tags">
2410
+
2411
+
2412
+ </div><table class="source_code">
2413
+ <tr>
2414
+ <td>
2415
+ <pre class="lines">
2416
+
2417
+
2418
+ 13
2419
+ 14
2420
+ 15</pre>
2421
+ </td>
2422
+ <td>
2423
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXRulerView.rb', line 13</span>
2424
+
2425
+ <span class='kw'>def</span> <span class='id identifier rubyid_horizontalRuler'>horizontalRuler</span>
2426
+ <span class='ivar'>@horizontalRuler</span>
2427
+ <span class='kw'>end</span></pre>
2428
+ </td>
2429
+ </tr>
2430
+ </table>
2431
+ </div>
2432
+
2433
+
2434
+ <span id="hPixelsPerTick=-instance_method"></span>
2435
+ <div class="method_details ">
2436
+ <h3 class="signature " id="hPixelsPerTick-instance_method">
2437
+
2438
+ #<strong>hPixelsPerTick</strong> &#x21d2; <tt>Object</tt>
2439
+
2440
+
2441
+
2442
+
2443
+
2444
+ </h3><div class="docstring">
2445
+ <div class="discussion">
2446
+
2447
+ <p>Horizontal pixels per tick spacing [Float]</p>
2448
+
2449
+
2450
+ </div>
2451
+ </div>
2452
+ <div class="tags">
2453
+
2454
+
2455
+ </div><table class="source_code">
2456
+ <tr>
2457
+ <td>
2458
+ <pre class="lines">
2459
+
2460
+
2461
+ 106
2462
+ 107
2463
+ 108</pre>
2464
+ </td>
2465
+ <td>
2466
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXRulerView.rb', line 106</span>
2467
+
2468
+ <span class='kw'>def</span> <span class='id identifier rubyid_hPixelsPerTick'>hPixelsPerTick</span>
2469
+ <span class='ivar'>@hPixelsPerTick</span>
2470
+ <span class='kw'>end</span></pre>
2471
+ </td>
2472
+ </tr>
2473
+ </table>
2474
+ </div>
2475
+
2476
+
2477
+ <span id="hRulerFont=-instance_method"></span>
2478
+ <div class="method_details ">
2479
+ <h3 class="signature " id="hRulerFont-instance_method">
2480
+
2481
+ #<strong>hRulerFont</strong> &#x21d2; <tt>Object</tt>
2482
+
2483
+
2484
+
2485
+
2486
+
2487
+ </h3><div class="docstring">
2488
+ <div class="discussion">
2489
+
2490
+ <p>Horizontal ruler font <span class='object_link'><a href="FXFont.html" title="Fox::FXFont (class)">Fox::FXFont</a></span></p>
2491
+
2492
+
2493
+ </div>
2494
+ </div>
2495
+ <div class="tags">
2496
+
2497
+
2498
+ </div><table class="source_code">
2499
+ <tr>
2500
+ <td>
2501
+ <pre class="lines">
2502
+
2503
+
2504
+ 76
2505
+ 77
2506
+ 78</pre>
2507
+ </td>
2508
+ <td>
2509
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXRulerView.rb', line 76</span>
2510
+
2511
+ <span class='kw'>def</span> <span class='id identifier rubyid_hRulerFont'>hRulerFont</span>
2512
+ <span class='ivar'>@hRulerFont</span>
2513
+ <span class='kw'>end</span></pre>
2514
+ </td>
2515
+ </tr>
2516
+ </table>
2517
+ </div>
2518
+
2519
+
2520
+ <span id="hRulerStyle=-instance_method"></span>
2521
+ <div class="method_details ">
2522
+ <h3 class="signature " id="hRulerStyle-instance_method">
2523
+
2524
+ #<strong>hRulerStyle</strong> &#x21d2; <tt>Object</tt>
2525
+
2526
+
2527
+
2528
+
2529
+
2530
+ </h3><div class="docstring">
2531
+ <div class="discussion">
2532
+
2533
+ <p>Horizontal ruler <a href="Integer">style</a></p>
2534
+
2535
+
2536
+ </div>
2537
+ </div>
2538
+ <div class="tags">
2539
+
2540
+
2541
+ </div><table class="source_code">
2542
+ <tr>
2543
+ <td>
2544
+ <pre class="lines">
2545
+
2546
+
2547
+ 34
2548
+ 35
2549
+ 36</pre>
2550
+ </td>
2551
+ <td>
2552
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXRulerView.rb', line 34</span>
2553
+
2554
+ <span class='kw'>def</span> <span class='id identifier rubyid_hRulerStyle'>hRulerStyle</span>
2555
+ <span class='ivar'>@hRulerStyle</span>
2556
+ <span class='kw'>end</span></pre>
2557
+ </td>
2558
+ </tr>
2559
+ </table>
2560
+ </div>
2561
+
2562
+
2563
+ <span id="hTinyTicks=-instance_method"></span>
2564
+ <div class="method_details ">
2565
+ <h3 class="signature " id="hTinyTicks-instance_method">
2566
+
2567
+ #<strong>hTinyTicks</strong> &#x21d2; <tt>Object</tt>
2568
+
2569
+
2570
+
2571
+
2572
+
2573
+ </h3><div class="docstring">
2574
+ <div class="discussion">
2575
+
2576
+ <p>Horizontal tiny ticks [Integer]</p>
2577
+
2578
+
2579
+ </div>
2580
+ </div>
2581
+ <div class="tags">
2582
+
2583
+
2584
+ </div><table class="source_code">
2585
+ <tr>
2586
+ <td>
2587
+ <pre class="lines">
2588
+
2589
+
2590
+ 100
2591
+ 101
2592
+ 102</pre>
2593
+ </td>
2594
+ <td>
2595
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXRulerView.rb', line 100</span>
2596
+
2597
+ <span class='kw'>def</span> <span class='id identifier rubyid_hTinyTicks'>hTinyTicks</span>
2598
+ <span class='ivar'>@hTinyTicks</span>
2599
+ <span class='kw'>end</span></pre>
2600
+ </td>
2601
+ </tr>
2602
+ </table>
2603
+ </div>
2604
+
2605
+
2606
+ <span id="tipText=-instance_method"></span>
2607
+ <div class="method_details ">
2608
+ <h3 class="signature " id="tipText-instance_method">
2609
+
2610
+ #<strong>tipText</strong> &#x21d2; <tt>Object</tt>
2611
+
2612
+
2613
+
2614
+
2615
+
2616
+ </h3><div class="docstring">
2617
+ <div class="discussion">
2618
+
2619
+ <p>Tool tip message [String]</p>
2620
+
2621
+
2622
+ </div>
2623
+ </div>
2624
+ <div class="tags">
2625
+
2626
+
2627
+ </div><table class="source_code">
2628
+ <tr>
2629
+ <td>
2630
+ <pre class="lines">
2631
+
2632
+
2633
+ 43
2634
+ 44
2635
+ 45</pre>
2636
+ </td>
2637
+ <td>
2638
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXRulerView.rb', line 43</span>
2639
+
2640
+ <span class='kw'>def</span> <span class='id identifier rubyid_tipText'>tipText</span>
2641
+ <span class='ivar'>@tipText</span>
2642
+ <span class='kw'>end</span></pre>
2643
+ </td>
2644
+ </tr>
2645
+ </table>
2646
+ </div>
2647
+
2648
+
2649
+ <span id="vAlignment=-instance_method"></span>
2650
+ <div class="method_details ">
2651
+ <h3 class="signature " id="vAlignment-instance_method">
2652
+
2653
+ #<strong>vAlignment</strong> &#x21d2; <tt>Object</tt>
2654
+
2655
+
2656
+
2657
+
2658
+
2659
+ </h3><div class="docstring">
2660
+ <div class="discussion">
2661
+
2662
+ <p>Vertical alignment; the default is <code>RULER_ALIGN_NORMAL</code> [Integer]</p>
2663
+
2664
+
2665
+ </div>
2666
+ </div>
2667
+ <div class="tags">
2668
+
2669
+
2670
+ </div><table class="source_code">
2671
+ <tr>
2672
+ <td>
2673
+ <pre class="lines">
2674
+
2675
+
2676
+ 73
2677
+ 74
2678
+ 75</pre>
2679
+ </td>
2680
+ <td>
2681
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXRulerView.rb', line 73</span>
2682
+
2683
+ <span class='kw'>def</span> <span class='id identifier rubyid_vAlignment'>vAlignment</span>
2684
+ <span class='ivar'>@vAlignment</span>
2685
+ <span class='kw'>end</span></pre>
2686
+ </td>
2687
+ </tr>
2688
+ </table>
2689
+ </div>
2690
+
2691
+
2692
+ <span id="vEdgeSpacing=-instance_method"></span>
2693
+ <div class="method_details ">
2694
+ <h3 class="signature " id="vEdgeSpacing-instance_method">
2695
+
2696
+ #<strong>vEdgeSpacing</strong> &#x21d2; <tt>Object</tt>
2697
+
2698
+
2699
+
2700
+
2701
+
2702
+ </h3><div class="docstring">
2703
+ <div class="discussion">
2704
+
2705
+ <p>Vertical edge spacing around document [Integer]</p>
2706
+
2707
+
2708
+ </div>
2709
+ </div>
2710
+ <div class="tags">
2711
+
2712
+
2713
+ </div><table class="source_code">
2714
+ <tr>
2715
+ <td>
2716
+ <pre class="lines">
2717
+
2718
+
2719
+ 55
2720
+ 56
2721
+ 57</pre>
2722
+ </td>
2723
+ <td>
2724
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXRulerView.rb', line 55</span>
2725
+
2726
+ <span class='kw'>def</span> <span class='id identifier rubyid_vEdgeSpacing'>vEdgeSpacing</span>
2727
+ <span class='ivar'>@vEdgeSpacing</span>
2728
+ <span class='kw'>end</span></pre>
2729
+ </td>
2730
+ </tr>
2731
+ </table>
2732
+ </div>
2733
+
2734
+
2735
+ <span id=""></span>
2736
+ <div class="method_details ">
2737
+ <h3 class="signature " id="verticalRuler-instance_method">
2738
+
2739
+ #<strong>verticalRuler</strong> &#x21d2; <tt>Object</tt> <span class="extras">(readonly)</span>
2740
+
2741
+
2742
+
2743
+
2744
+
2745
+ </h3><div class="docstring">
2746
+ <div class="discussion">
2747
+
2748
+ <p>Return a reference to the vertical ruler <span class='object_link'><a href="FXRuler.html" title="Fox::FXRuler (class)">Fox::FXRuler</a></span></p>
2749
+
2750
+
2751
+ </div>
2752
+ </div>
2753
+ <div class="tags">
2754
+
2755
+
2756
+ </div><table class="source_code">
2757
+ <tr>
2758
+ <td>
2759
+ <pre class="lines">
2760
+
2761
+
2762
+ 16
2763
+ 17
2764
+ 18</pre>
2765
+ </td>
2766
+ <td>
2767
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXRulerView.rb', line 16</span>
2768
+
2769
+ <span class='kw'>def</span> <span class='id identifier rubyid_verticalRuler'>verticalRuler</span>
2770
+ <span class='ivar'>@verticalRuler</span>
2771
+ <span class='kw'>end</span></pre>
2772
+ </td>
2773
+ </tr>
2774
+ </table>
2775
+ </div>
2776
+
2777
+
2778
+ <span id="vMajorTicks=-instance_method"></span>
2779
+ <div class="method_details ">
2780
+ <h3 class="signature " id="vMajorTicks-instance_method">
2781
+
2782
+ #<strong>vMajorTicks</strong> &#x21d2; <tt>Object</tt>
2783
+
2784
+
2785
+
2786
+
2787
+
2788
+ </h3><div class="docstring">
2789
+ <div class="discussion">
2790
+
2791
+ <p>Vertical major ticks [Integer]</p>
2792
+
2793
+
2794
+ </div>
2795
+ </div>
2796
+ <div class="tags">
2797
+
2798
+
2799
+ </div><table class="source_code">
2800
+ <tr>
2801
+ <td>
2802
+ <pre class="lines">
2803
+
2804
+
2805
+ 91
2806
+ 92
2807
+ 93</pre>
2808
+ </td>
2809
+ <td>
2810
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXRulerView.rb', line 91</span>
2811
+
2812
+ <span class='kw'>def</span> <span class='id identifier rubyid_vMajorTicks'>vMajorTicks</span>
2813
+ <span class='ivar'>@vMajorTicks</span>
2814
+ <span class='kw'>end</span></pre>
2815
+ </td>
2816
+ </tr>
2817
+ </table>
2818
+ </div>
2819
+
2820
+
2821
+ <span id="vMarginLower=-instance_method"></span>
2822
+ <div class="method_details ">
2823
+ <h3 class="signature " id="vMarginLower-instance_method">
2824
+
2825
+ #<strong>vMarginLower</strong> &#x21d2; <tt>Object</tt>
2826
+
2827
+
2828
+
2829
+
2830
+
2831
+ </h3><div class="docstring">
2832
+ <div class="discussion">
2833
+
2834
+ <p>Vertical lower margin [Integer]</p>
2835
+
2836
+
2837
+ </div>
2838
+ </div>
2839
+ <div class="tags">
2840
+
2841
+
2842
+ </div><table class="source_code">
2843
+ <tr>
2844
+ <td>
2845
+ <pre class="lines">
2846
+
2847
+
2848
+ 64
2849
+ 65
2850
+ 66</pre>
2851
+ </td>
2852
+ <td>
2853
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXRulerView.rb', line 64</span>
2854
+
2855
+ <span class='kw'>def</span> <span class='id identifier rubyid_vMarginLower'>vMarginLower</span>
2856
+ <span class='ivar'>@vMarginLower</span>
2857
+ <span class='kw'>end</span></pre>
2858
+ </td>
2859
+ </tr>
2860
+ </table>
2861
+ </div>
2862
+
2863
+
2864
+ <span id="vMarginUpper=-instance_method"></span>
2865
+ <div class="method_details ">
2866
+ <h3 class="signature " id="vMarginUpper-instance_method">
2867
+
2868
+ #<strong>vMarginUpper</strong> &#x21d2; <tt>Object</tt>
2869
+
2870
+
2871
+
2872
+
2873
+
2874
+ </h3><div class="docstring">
2875
+ <div class="discussion">
2876
+
2877
+ <p>Vertical upper margin [Integer]</p>
2878
+
2879
+
2880
+ </div>
2881
+ </div>
2882
+ <div class="tags">
2883
+
2884
+
2885
+ </div><table class="source_code">
2886
+ <tr>
2887
+ <td>
2888
+ <pre class="lines">
2889
+
2890
+
2891
+ 67
2892
+ 68
2893
+ 69</pre>
2894
+ </td>
2895
+ <td>
2896
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXRulerView.rb', line 67</span>
2897
+
2898
+ <span class='kw'>def</span> <span class='id identifier rubyid_vMarginUpper'>vMarginUpper</span>
2899
+ <span class='ivar'>@vMarginUpper</span>
2900
+ <span class='kw'>end</span></pre>
2901
+ </td>
2902
+ </tr>
2903
+ </table>
2904
+ </div>
2905
+
2906
+
2907
+ <span id="vMediumTicks=-instance_method"></span>
2908
+ <div class="method_details ">
2909
+ <h3 class="signature " id="vMediumTicks-instance_method">
2910
+
2911
+ #<strong>vMediumTicks</strong> &#x21d2; <tt>Object</tt>
2912
+
2913
+
2914
+
2915
+
2916
+
2917
+ </h3><div class="docstring">
2918
+ <div class="discussion">
2919
+
2920
+ <p>Vertical medium ticks [Integer]</p>
2921
+
2922
+
2923
+ </div>
2924
+ </div>
2925
+ <div class="tags">
2926
+
2927
+
2928
+ </div><table class="source_code">
2929
+ <tr>
2930
+ <td>
2931
+ <pre class="lines">
2932
+
2933
+
2934
+ 97
2935
+ 98
2936
+ 99</pre>
2937
+ </td>
2938
+ <td>
2939
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXRulerView.rb', line 97</span>
2940
+
2941
+ <span class='kw'>def</span> <span class='id identifier rubyid_vMediumTicks'>vMediumTicks</span>
2942
+ <span class='ivar'>@vMediumTicks</span>
2943
+ <span class='kw'>end</span></pre>
2944
+ </td>
2945
+ </tr>
2946
+ </table>
2947
+ </div>
2948
+
2949
+
2950
+ <span id="vNumberTicks=-instance_method"></span>
2951
+ <div class="method_details ">
2952
+ <h3 class="signature " id="vNumberTicks-instance_method">
2953
+
2954
+ #<strong>vNumberTicks</strong> &#x21d2; <tt>Object</tt>
2955
+
2956
+
2957
+
2958
+
2959
+
2960
+ </h3><div class="docstring">
2961
+ <div class="discussion">
2962
+
2963
+ <p>Vertical document number placement [Integer]</p>
2964
+
2965
+
2966
+ </div>
2967
+ </div>
2968
+ <div class="tags">
2969
+
2970
+
2971
+ </div><table class="source_code">
2972
+ <tr>
2973
+ <td>
2974
+ <pre class="lines">
2975
+
2976
+
2977
+ 85
2978
+ 86
2979
+ 87</pre>
2980
+ </td>
2981
+ <td>
2982
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXRulerView.rb', line 85</span>
2983
+
2984
+ <span class='kw'>def</span> <span class='id identifier rubyid_vNumberTicks'>vNumberTicks</span>
2985
+ <span class='ivar'>@vNumberTicks</span>
2986
+ <span class='kw'>end</span></pre>
2987
+ </td>
2988
+ </tr>
2989
+ </table>
2990
+ </div>
2991
+
2992
+
2993
+ <span id="vPixelsPerTick=-instance_method"></span>
2994
+ <div class="method_details ">
2995
+ <h3 class="signature " id="vPixelsPerTick-instance_method">
2996
+
2997
+ #<strong>vPixelsPerTick</strong> &#x21d2; <tt>Object</tt>
2998
+
2999
+
3000
+
3001
+
3002
+
3003
+ </h3><div class="docstring">
3004
+ <div class="discussion">
3005
+
3006
+ <p>Vertical pixels per tick spacing [Float]</p>
3007
+
3008
+
3009
+ </div>
3010
+ </div>
3011
+ <div class="tags">
3012
+
3013
+
3014
+ </div><table class="source_code">
3015
+ <tr>
3016
+ <td>
3017
+ <pre class="lines">
3018
+
3019
+
3020
+ 109
3021
+ 110
3022
+ 111</pre>
3023
+ </td>
3024
+ <td>
3025
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXRulerView.rb', line 109</span>
3026
+
3027
+ <span class='kw'>def</span> <span class='id identifier rubyid_vPixelsPerTick'>vPixelsPerTick</span>
3028
+ <span class='ivar'>@vPixelsPerTick</span>
3029
+ <span class='kw'>end</span></pre>
3030
+ </td>
3031
+ </tr>
3032
+ </table>
3033
+ </div>
3034
+
3035
+
3036
+ <span id="vRulerFont=-instance_method"></span>
3037
+ <div class="method_details ">
3038
+ <h3 class="signature " id="vRulerFont-instance_method">
3039
+
3040
+ #<strong>vRulerFont</strong> &#x21d2; <tt>Object</tt>
3041
+
3042
+
3043
+
3044
+
3045
+
3046
+ </h3><div class="docstring">
3047
+ <div class="discussion">
3048
+
3049
+ <p>Vertical ruler font <span class='object_link'><a href="FXFont.html" title="Fox::FXFont (class)">Fox::FXFont</a></span></p>
3050
+
3051
+
3052
+ </div>
3053
+ </div>
3054
+ <div class="tags">
3055
+
3056
+
3057
+ </div><table class="source_code">
3058
+ <tr>
3059
+ <td>
3060
+ <pre class="lines">
3061
+
3062
+
3063
+ 79
3064
+ 80
3065
+ 81</pre>
3066
+ </td>
3067
+ <td>
3068
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXRulerView.rb', line 79</span>
3069
+
3070
+ <span class='kw'>def</span> <span class='id identifier rubyid_vRulerFont'>vRulerFont</span>
3071
+ <span class='ivar'>@vRulerFont</span>
3072
+ <span class='kw'>end</span></pre>
3073
+ </td>
3074
+ </tr>
3075
+ </table>
3076
+ </div>
3077
+
3078
+
3079
+ <span id="vRulerStyle=-instance_method"></span>
3080
+ <div class="method_details ">
3081
+ <h3 class="signature " id="vRulerStyle-instance_method">
3082
+
3083
+ #<strong>vRulerStyle</strong> &#x21d2; <tt>Object</tt>
3084
+
3085
+
3086
+
3087
+
3088
+
3089
+ </h3><div class="docstring">
3090
+ <div class="discussion">
3091
+
3092
+ <p>Vertical ruler style [Integer]</p>
3093
+
3094
+
3095
+ </div>
3096
+ </div>
3097
+ <div class="tags">
3098
+
3099
+
3100
+ </div><table class="source_code">
3101
+ <tr>
3102
+ <td>
3103
+ <pre class="lines">
3104
+
3105
+
3106
+ 37
3107
+ 38
3108
+ 39</pre>
3109
+ </td>
3110
+ <td>
3111
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXRulerView.rb', line 37</span>
3112
+
3113
+ <span class='kw'>def</span> <span class='id identifier rubyid_vRulerStyle'>vRulerStyle</span>
3114
+ <span class='ivar'>@vRulerStyle</span>
3115
+ <span class='kw'>end</span></pre>
3116
+ </td>
3117
+ </tr>
3118
+ </table>
3119
+ </div>
3120
+
3121
+
3122
+ <span id="vTinyTicks=-instance_method"></span>
3123
+ <div class="method_details ">
3124
+ <h3 class="signature " id="vTinyTicks-instance_method">
3125
+
3126
+ #<strong>vTinyTicks</strong> &#x21d2; <tt>Object</tt>
3127
+
3128
+
3129
+
3130
+
3131
+
3132
+ </h3><div class="docstring">
3133
+ <div class="discussion">
3134
+
3135
+ <p>Vertical tiny ticks [Integer]</p>
3136
+
3137
+
3138
+ </div>
3139
+ </div>
3140
+ <div class="tags">
3141
+
3142
+
3143
+ </div><table class="source_code">
3144
+ <tr>
3145
+ <td>
3146
+ <pre class="lines">
3147
+
3148
+
3149
+ 103
3150
+ 104
3151
+ 105</pre>
3152
+ </td>
3153
+ <td>
3154
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXRulerView.rb', line 103</span>
3155
+
3156
+ <span class='kw'>def</span> <span class='id identifier rubyid_vTinyTicks'>vTinyTicks</span>
3157
+ <span class='ivar'>@vTinyTicks</span>
3158
+ <span class='kw'>end</span></pre>
3159
+ </td>
3160
+ </tr>
3161
+ </table>
3162
+ </div>
3163
+
3164
+ </div>
3165
+
3166
+
3167
+ <div id="instance_method_details" class="method_details_list">
3168
+ <h2>Instance Method Details</h2>
3169
+
3170
+
3171
+ <div class="method_details first">
3172
+ <h3 class="signature first" id="setDocumentHeight-instance_method">
3173
+
3174
+ #<strong>setDocumentHeight</strong>(h, notify = false) &#x21d2; <tt>Object</tt>
3175
+
3176
+
3177
+
3178
+
3179
+
3180
+ </h3><div class="docstring">
3181
+ <div class="discussion">
3182
+
3183
+ <p>Set document height (in pixels).</p>
3184
+
3185
+
3186
+ </div>
3187
+ </div>
3188
+ <div class="tags">
3189
+
3190
+
3191
+ </div><table class="source_code">
3192
+ <tr>
3193
+ <td>
3194
+ <pre class="lines">
3195
+
3196
+
3197
+ 123</pre>
3198
+ </td>
3199
+ <td>
3200
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXRulerView.rb', line 123</span>
3201
+
3202
+ <span class='kw'>def</span> <span class='id identifier rubyid_setDocumentHeight'>setDocumentHeight</span><span class='lparen'>(</span><span class='id identifier rubyid_h'>h</span><span class='comma'>,</span> <span class='id identifier rubyid_notify'>notify</span><span class='op'>=</span><span class='kw'>false</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
3203
+ </td>
3204
+ </tr>
3205
+ </table>
3206
+ </div>
3207
+
3208
+ <div class="method_details ">
3209
+ <h3 class="signature " id="setDocumentWidth-instance_method">
3210
+
3211
+ #<strong>setDocumentWidth</strong>(w, notify = false) &#x21d2; <tt>Object</tt>
3212
+
3213
+
3214
+
3215
+
3216
+
3217
+ </h3><div class="docstring">
3218
+ <div class="discussion">
3219
+
3220
+ <p>Set document width (in pixels). If <em>notify</em> is <code>true</code>, a <code>SEL_CHANGED</code> message is sent to the horizontal ruler&#39;s target after the document size is changed.</p>
3221
+
3222
+
3223
+ </div>
3224
+ </div>
3225
+ <div class="tags">
3226
+
3227
+
3228
+ </div><table class="source_code">
3229
+ <tr>
3230
+ <td>
3231
+ <pre class="lines">
3232
+
3233
+
3234
+ 120</pre>
3235
+ </td>
3236
+ <td>
3237
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXRulerView.rb', line 120</span>
3238
+
3239
+ <span class='kw'>def</span> <span class='id identifier rubyid_setDocumentWidth'>setDocumentWidth</span><span class='lparen'>(</span><span class='id identifier rubyid_w'>w</span><span class='comma'>,</span> <span class='id identifier rubyid_notify'>notify</span><span class='op'>=</span><span class='kw'>false</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
3240
+ </td>
3241
+ </tr>
3242
+ </table>
3243
+ </div>
3244
+
3245
+ <div class="method_details ">
3246
+ <h3 class="signature " id="setHAlignment-instance_method">
3247
+
3248
+ #<strong>setHAlignment</strong>(align, notify = false) &#x21d2; <tt>Object</tt>
3249
+
3250
+
3251
+
3252
+
3253
+
3254
+ </h3><div class="docstring">
3255
+ <div class="discussion">
3256
+
3257
+ <p>Set horizontal alignment; the default is <code>RULER_ALIGN_NORMAL</code>. If <em>notify</em> is <code>true</code>, a <code>SEL_CHANGED</code> message is sent to the horizontal ruler&#39;s target after the alignment is changed.</p>
3258
+
3259
+
3260
+ </div>
3261
+ </div>
3262
+ <div class="tags">
3263
+
3264
+
3265
+ </div><table class="source_code">
3266
+ <tr>
3267
+ <td>
3268
+ <pre class="lines">
3269
+
3270
+
3271
+ 158</pre>
3272
+ </td>
3273
+ <td>
3274
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXRulerView.rb', line 158</span>
3275
+
3276
+ <span class='kw'>def</span> <span class='id identifier rubyid_setHAlignment'>setHAlignment</span><span class='lparen'>(</span><span class='id identifier rubyid_align'>align</span><span class='comma'>,</span> <span class='id identifier rubyid_notify'>notify</span><span class='op'>=</span><span class='kw'>false</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
3277
+ </td>
3278
+ </tr>
3279
+ </table>
3280
+ </div>
3281
+
3282
+ <div class="method_details ">
3283
+ <h3 class="signature " id="setHEdgeSpacing-instance_method">
3284
+
3285
+ #<strong>setHEdgeSpacing</strong>(es, notify = false) &#x21d2; <tt>Object</tt>
3286
+
3287
+
3288
+
3289
+
3290
+
3291
+ </h3><div class="docstring">
3292
+ <div class="discussion">
3293
+
3294
+ <p>Set horizontal edge spacing around document (in pixels). If <em>notify</em> is <code>true</code>, a <code>SEL_CHANGED</code> message is sent to the horizontal ruler&#39;s target after the edge spacing is changed.</p>
3295
+
3296
+
3297
+ </div>
3298
+ </div>
3299
+ <div class="tags">
3300
+
3301
+
3302
+ </div><table class="source_code">
3303
+ <tr>
3304
+ <td>
3305
+ <pre class="lines">
3306
+
3307
+
3308
+ 128</pre>
3309
+ </td>
3310
+ <td>
3311
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXRulerView.rb', line 128</span>
3312
+
3313
+ <span class='kw'>def</span> <span class='id identifier rubyid_setHEdgeSpacing'>setHEdgeSpacing</span><span class='lparen'>(</span><span class='id identifier rubyid_es'>es</span><span class='comma'>,</span> <span class='id identifier rubyid_notify'>notify</span><span class='op'>=</span><span class='kw'>false</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
3314
+ </td>
3315
+ </tr>
3316
+ </table>
3317
+ </div>
3318
+
3319
+ <div class="method_details ">
3320
+ <h3 class="signature " id="setHMajorTicks-instance_method">
3321
+
3322
+ #<strong>setHMajorTicks</strong>(ticks, notify = false) &#x21d2; <tt>Object</tt>
3323
+
3324
+
3325
+
3326
+
3327
+
3328
+ </h3><div class="docstring">
3329
+ <div class="discussion">
3330
+
3331
+ <p>Set number of horizontal major ticks. If <em>notify</em> is <code>true</code>, a <code>SEL_CHANGED</code> message is sent to the horizontal ruler&#39;s target after the number of ticks is changed.</p>
3332
+
3333
+
3334
+ </div>
3335
+ </div>
3336
+ <div class="tags">
3337
+
3338
+
3339
+ </div><table class="source_code">
3340
+ <tr>
3341
+ <td>
3342
+ <pre class="lines">
3343
+
3344
+
3345
+ 188</pre>
3346
+ </td>
3347
+ <td>
3348
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXRulerView.rb', line 188</span>
3349
+
3350
+ <span class='kw'>def</span> <span class='id identifier rubyid_setHMajorTicks'>setHMajorTicks</span><span class='lparen'>(</span><span class='id identifier rubyid_ticks'>ticks</span><span class='comma'>,</span> <span class='id identifier rubyid_notify'>notify</span><span class='op'>=</span><span class='kw'>false</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
3351
+ </td>
3352
+ </tr>
3353
+ </table>
3354
+ </div>
3355
+
3356
+ <div class="method_details ">
3357
+ <h3 class="signature " id="setHMarginLower-instance_method">
3358
+
3359
+ #<strong>setHMarginLower</strong>(marg, notify = false) &#x21d2; <tt>Object</tt>
3360
+
3361
+
3362
+
3363
+
3364
+
3365
+ </h3><div class="docstring">
3366
+ <div class="discussion">
3367
+
3368
+ <p>Set horizontal lower margin (in pixels). If <em>notify</em> is <code>true</code>, a <code>SEL_CHANGED</code> message is sent to the horizontal ruler&#39;s target after the margin is changed.</p>
3369
+
3370
+
3371
+ </div>
3372
+ </div>
3373
+ <div class="tags">
3374
+
3375
+
3376
+ </div><table class="source_code">
3377
+ <tr>
3378
+ <td>
3379
+ <pre class="lines">
3380
+
3381
+
3382
+ 138</pre>
3383
+ </td>
3384
+ <td>
3385
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXRulerView.rb', line 138</span>
3386
+
3387
+ <span class='kw'>def</span> <span class='id identifier rubyid_setHMarginLower'>setHMarginLower</span><span class='lparen'>(</span><span class='id identifier rubyid_marg'>marg</span><span class='comma'>,</span> <span class='id identifier rubyid_notify'>notify</span><span class='op'>=</span><span class='kw'>false</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
3388
+ </td>
3389
+ </tr>
3390
+ </table>
3391
+ </div>
3392
+
3393
+ <div class="method_details ">
3394
+ <h3 class="signature " id="setHMarginUpper-instance_method">
3395
+
3396
+ #<strong>setHMarginUpper</strong>(marg, notify = false) &#x21d2; <tt>Object</tt>
3397
+
3398
+
3399
+
3400
+
3401
+
3402
+ </h3><div class="docstring">
3403
+ <div class="discussion">
3404
+
3405
+ <p>Set horizontal upper margin (in pixels). If <em>notify</em> is <code>true</code>, a <code>SEL_CHANGED</code> message is sent to the horizontal ruler&#39;s target after the margin is changed.</p>
3406
+
3407
+
3408
+ </div>
3409
+ </div>
3410
+ <div class="tags">
3411
+
3412
+
3413
+ </div><table class="source_code">
3414
+ <tr>
3415
+ <td>
3416
+ <pre class="lines">
3417
+
3418
+
3419
+ 143</pre>
3420
+ </td>
3421
+ <td>
3422
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXRulerView.rb', line 143</span>
3423
+
3424
+ <span class='kw'>def</span> <span class='id identifier rubyid_setHMarginUpper'>setHMarginUpper</span><span class='lparen'>(</span><span class='id identifier rubyid_marg'>marg</span><span class='comma'>,</span> <span class='id identifier rubyid_notify'>notify</span><span class='op'>=</span><span class='kw'>false</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
3425
+ </td>
3426
+ </tr>
3427
+ </table>
3428
+ </div>
3429
+
3430
+ <div class="method_details ">
3431
+ <h3 class="signature " id="setHMediumTicks-instance_method">
3432
+
3433
+ #<strong>setHMediumTicks</strong>(ticks, notify = false) &#x21d2; <tt>Object</tt>
3434
+
3435
+
3436
+
3437
+
3438
+
3439
+ </h3><div class="docstring">
3440
+ <div class="discussion">
3441
+
3442
+ <p>Set number of horizontal medium ticks. If <em>notify</em> is <code>true</code>, a <code>SEL_CHANGED</code> message is sent to the horizontal ruler&#39;s target after the number of ticks is changed.</p>
3443
+
3444
+
3445
+ </div>
3446
+ </div>
3447
+ <div class="tags">
3448
+
3449
+
3450
+ </div><table class="source_code">
3451
+ <tr>
3452
+ <td>
3453
+ <pre class="lines">
3454
+
3455
+
3456
+ 198</pre>
3457
+ </td>
3458
+ <td>
3459
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXRulerView.rb', line 198</span>
3460
+
3461
+ <span class='kw'>def</span> <span class='id identifier rubyid_setHMediumTicks'>setHMediumTicks</span><span class='lparen'>(</span><span class='id identifier rubyid_ticks'>ticks</span><span class='comma'>,</span> <span class='id identifier rubyid_notify'>notify</span><span class='op'>=</span><span class='kw'>false</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
3462
+ </td>
3463
+ </tr>
3464
+ </table>
3465
+ </div>
3466
+
3467
+ <div class="method_details ">
3468
+ <h3 class="signature " id="setHNumberTicks-instance_method">
3469
+
3470
+ #<strong>setHNumberTicks</strong>(ticks, notify = false) &#x21d2; <tt>Object</tt>
3471
+
3472
+
3473
+
3474
+
3475
+
3476
+ </h3><div class="docstring">
3477
+ <div class="discussion">
3478
+
3479
+ <p>Set number of horizontal “number” ticks. If <em>notify</em> is <code>true</code>, a <code>SEL_CHANGED</code> message is sent to the horizontal ruler&#39;s target after the number of ticks is changed.</p>
3480
+
3481
+
3482
+ </div>
3483
+ </div>
3484
+ <div class="tags">
3485
+
3486
+
3487
+ </div><table class="source_code">
3488
+ <tr>
3489
+ <td>
3490
+ <pre class="lines">
3491
+
3492
+
3493
+ 178</pre>
3494
+ </td>
3495
+ <td>
3496
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXRulerView.rb', line 178</span>
3497
+
3498
+ <span class='kw'>def</span> <span class='id identifier rubyid_setHNumberTicks'>setHNumberTicks</span><span class='lparen'>(</span><span class='id identifier rubyid_ticks'>ticks</span><span class='comma'>,</span> <span class='id identifier rubyid_notify'>notify</span><span class='op'>=</span><span class='kw'>false</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
3499
+ </td>
3500
+ </tr>
3501
+ </table>
3502
+ </div>
3503
+
3504
+ <div class="method_details ">
3505
+ <h3 class="signature " id="setHPixelsPerTick-instance_method">
3506
+
3507
+ #<strong>setHPixelsPerTick</strong>(space, notify = false) &#x21d2; <tt>Object</tt>
3508
+
3509
+
3510
+
3511
+
3512
+
3513
+ </h3><div class="docstring">
3514
+ <div class="discussion">
3515
+
3516
+ <p>Set horizontal pixels per tick spacing If <em>notify</em> is <code>true</code>, a <code>SEL_CHANGED</code> message is sent to the horizontal ruler&#39;s target after the spacing is changed.</p>
3517
+
3518
+
3519
+ </div>
3520
+ </div>
3521
+ <div class="tags">
3522
+
3523
+
3524
+ </div><table class="source_code">
3525
+ <tr>
3526
+ <td>
3527
+ <pre class="lines">
3528
+
3529
+
3530
+ 218</pre>
3531
+ </td>
3532
+ <td>
3533
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXRulerView.rb', line 218</span>
3534
+
3535
+ <span class='kw'>def</span> <span class='id identifier rubyid_setHPixelsPerTick'>setHPixelsPerTick</span><span class='lparen'>(</span><span class='id identifier rubyid_space'>space</span><span class='comma'>,</span> <span class='id identifier rubyid_notify'>notify</span><span class='op'>=</span><span class='kw'>false</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
3536
+ </td>
3537
+ </tr>
3538
+ </table>
3539
+ </div>
3540
+
3541
+ <div class="method_details ">
3542
+ <h3 class="signature " id="setHRulerFont-instance_method">
3543
+
3544
+ #<strong>setHRulerFont</strong>(font, notify = false) &#x21d2; <tt>Object</tt>
3545
+
3546
+
3547
+
3548
+
3549
+
3550
+ </h3><div class="docstring">
3551
+ <div class="discussion">
3552
+
3553
+ <p>Set horizontal ruler font. If <em>notify</em> is <code>true</code>, a <code>SEL_CHANGED</code> message is sent to the horizontal ruler&#39;s target after the font is changed.</p>
3554
+
3555
+
3556
+ </div>
3557
+ </div>
3558
+ <div class="tags">
3559
+
3560
+
3561
+ </div><table class="source_code">
3562
+ <tr>
3563
+ <td>
3564
+ <pre class="lines">
3565
+
3566
+
3567
+ 168</pre>
3568
+ </td>
3569
+ <td>
3570
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXRulerView.rb', line 168</span>
3571
+
3572
+ <span class='kw'>def</span> <span class='id identifier rubyid_setHRulerFont'>setHRulerFont</span><span class='lparen'>(</span><span class='id identifier rubyid_font'>font</span><span class='comma'>,</span> <span class='id identifier rubyid_notify'>notify</span><span class='op'>=</span><span class='kw'>false</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
3573
+ </td>
3574
+ </tr>
3575
+ </table>
3576
+ </div>
3577
+
3578
+ <div class="method_details ">
3579
+ <h3 class="signature " id="setHTinyTicks-instance_method">
3580
+
3581
+ #<strong>setHTinyTicks</strong>(ticks, notify = false) &#x21d2; <tt>Object</tt>
3582
+
3583
+
3584
+
3585
+
3586
+
3587
+ </h3><div class="docstring">
3588
+ <div class="discussion">
3589
+
3590
+ <p>Set number of horizontal tiny ticks. If <em>notify</em> is <code>true</code>, a <code>SEL_CHANGED</code> message is sent to the horizontal ruler&#39;s target after the number of ticks is changed.</p>
3591
+
3592
+
3593
+ </div>
3594
+ </div>
3595
+ <div class="tags">
3596
+
3597
+
3598
+ </div><table class="source_code">
3599
+ <tr>
3600
+ <td>
3601
+ <pre class="lines">
3602
+
3603
+
3604
+ 208</pre>
3605
+ </td>
3606
+ <td>
3607
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXRulerView.rb', line 208</span>
3608
+
3609
+ <span class='kw'>def</span> <span class='id identifier rubyid_setHTinyTicks'>setHTinyTicks</span><span class='lparen'>(</span><span class='id identifier rubyid_ticks'>ticks</span><span class='comma'>,</span> <span class='id identifier rubyid_notify'>notify</span><span class='op'>=</span><span class='kw'>false</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
3610
+ </td>
3611
+ </tr>
3612
+ </table>
3613
+ </div>
3614
+
3615
+ <div class="method_details ">
3616
+ <h3 class="signature " id="setVAlignment-instance_method">
3617
+
3618
+ #<strong>setVAlignment</strong>(align, notify = false) &#x21d2; <tt>Object</tt>
3619
+
3620
+
3621
+
3622
+
3623
+
3624
+ </h3><div class="docstring">
3625
+ <div class="discussion">
3626
+
3627
+ <p>Set vertical alignment; the default is <code>RULER_ALIGN_NORMAL</code>. If <em>notify</em> is <code>true</code>, a <code>SEL_CHANGED</code> message is sent to the vertical ruler&#39;s target after the alignment is changed.</p>
3628
+
3629
+
3630
+ </div>
3631
+ </div>
3632
+ <div class="tags">
3633
+
3634
+
3635
+ </div><table class="source_code">
3636
+ <tr>
3637
+ <td>
3638
+ <pre class="lines">
3639
+
3640
+
3641
+ 163</pre>
3642
+ </td>
3643
+ <td>
3644
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXRulerView.rb', line 163</span>
3645
+
3646
+ <span class='kw'>def</span> <span class='id identifier rubyid_setVAlignment'>setVAlignment</span><span class='lparen'>(</span><span class='id identifier rubyid_align'>align</span><span class='comma'>,</span> <span class='id identifier rubyid_notify'>notify</span><span class='op'>=</span><span class='kw'>false</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
3647
+ </td>
3648
+ </tr>
3649
+ </table>
3650
+ </div>
3651
+
3652
+ <div class="method_details ">
3653
+ <h3 class="signature " id="setVEdgeSpacing-instance_method">
3654
+
3655
+ #<strong>setVEdgeSpacing</strong>(es, notify = false) &#x21d2; <tt>Object</tt>
3656
+
3657
+
3658
+
3659
+
3660
+
3661
+ </h3><div class="docstring">
3662
+ <div class="discussion">
3663
+
3664
+ <p>Set vertical edge spacing around document (in pixels). If <em>notify</em> is <code>true</code>, a <code>SEL_CHANGED</code> message is sent to the vertical ruler&#39;s target after the edge spacing is changed.</p>
3665
+
3666
+
3667
+ </div>
3668
+ </div>
3669
+ <div class="tags">
3670
+
3671
+
3672
+ </div><table class="source_code">
3673
+ <tr>
3674
+ <td>
3675
+ <pre class="lines">
3676
+
3677
+
3678
+ 133</pre>
3679
+ </td>
3680
+ <td>
3681
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXRulerView.rb', line 133</span>
3682
+
3683
+ <span class='kw'>def</span> <span class='id identifier rubyid_setVEdgeSpacing'>setVEdgeSpacing</span><span class='lparen'>(</span><span class='id identifier rubyid_es'>es</span><span class='comma'>,</span> <span class='id identifier rubyid_notify'>notify</span><span class='op'>=</span><span class='kw'>false</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
3684
+ </td>
3685
+ </tr>
3686
+ </table>
3687
+ </div>
3688
+
3689
+ <div class="method_details ">
3690
+ <h3 class="signature " id="setVMajorTicks-instance_method">
3691
+
3692
+ #<strong>setVMajorTicks</strong>(ticks, notify = false) &#x21d2; <tt>Object</tt>
3693
+
3694
+
3695
+
3696
+
3697
+
3698
+ </h3><div class="docstring">
3699
+ <div class="discussion">
3700
+
3701
+ <p>Set number of vertical major ticks. If <em>notify</em> is <code>true</code>, a <code>SEL_CHANGED</code> message is sent to the vertical ruler&#39;s target after the number of ticks is changed.</p>
3702
+
3703
+
3704
+ </div>
3705
+ </div>
3706
+ <div class="tags">
3707
+
3708
+
3709
+ </div><table class="source_code">
3710
+ <tr>
3711
+ <td>
3712
+ <pre class="lines">
3713
+
3714
+
3715
+ 193</pre>
3716
+ </td>
3717
+ <td>
3718
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXRulerView.rb', line 193</span>
3719
+
3720
+ <span class='kw'>def</span> <span class='id identifier rubyid_setVMajorTicks'>setVMajorTicks</span><span class='lparen'>(</span><span class='id identifier rubyid_ticks'>ticks</span><span class='comma'>,</span> <span class='id identifier rubyid_notify'>notify</span><span class='op'>=</span><span class='kw'>false</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
3721
+ </td>
3722
+ </tr>
3723
+ </table>
3724
+ </div>
3725
+
3726
+ <div class="method_details ">
3727
+ <h3 class="signature " id="setVMarginLower-instance_method">
3728
+
3729
+ #<strong>setVMarginLower</strong>(marg, notify = false) &#x21d2; <tt>Object</tt>
3730
+
3731
+
3732
+
3733
+
3734
+
3735
+ </h3><div class="docstring">
3736
+ <div class="discussion">
3737
+
3738
+ <p>Set vertical lower margin (in pixels). If <em>notify</em> is <code>true</code>, a <code>SEL_CHANGED</code> message is sent to the vertical ruler&#39;s target after the margin is changed.</p>
3739
+
3740
+
3741
+ </div>
3742
+ </div>
3743
+ <div class="tags">
3744
+
3745
+
3746
+ </div><table class="source_code">
3747
+ <tr>
3748
+ <td>
3749
+ <pre class="lines">
3750
+
3751
+
3752
+ 148</pre>
3753
+ </td>
3754
+ <td>
3755
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXRulerView.rb', line 148</span>
3756
+
3757
+ <span class='kw'>def</span> <span class='id identifier rubyid_setVMarginLower'>setVMarginLower</span><span class='lparen'>(</span><span class='id identifier rubyid_marg'>marg</span><span class='comma'>,</span> <span class='id identifier rubyid_notify'>notify</span><span class='op'>=</span><span class='kw'>false</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
3758
+ </td>
3759
+ </tr>
3760
+ </table>
3761
+ </div>
3762
+
3763
+ <div class="method_details ">
3764
+ <h3 class="signature " id="setVMarginUpper-instance_method">
3765
+
3766
+ #<strong>setVMarginUpper</strong>(marg, notify = false) &#x21d2; <tt>Object</tt>
3767
+
3768
+
3769
+
3770
+
3771
+
3772
+ </h3><div class="docstring">
3773
+ <div class="discussion">
3774
+
3775
+ <p>Set vertical upper margin (in pixels). If <em>notify</em> is <code>true</code>, a <code>SEL_CHANGED</code> message is sent to the vertical ruler&#39;s target after the margin is changed.</p>
3776
+
3777
+
3778
+ </div>
3779
+ </div>
3780
+ <div class="tags">
3781
+
3782
+
3783
+ </div><table class="source_code">
3784
+ <tr>
3785
+ <td>
3786
+ <pre class="lines">
3787
+
3788
+
3789
+ 153</pre>
3790
+ </td>
3791
+ <td>
3792
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXRulerView.rb', line 153</span>
3793
+
3794
+ <span class='kw'>def</span> <span class='id identifier rubyid_setVMarginUpper'>setVMarginUpper</span><span class='lparen'>(</span><span class='id identifier rubyid_marg'>marg</span><span class='comma'>,</span> <span class='id identifier rubyid_notify'>notify</span><span class='op'>=</span><span class='kw'>false</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
3795
+ </td>
3796
+ </tr>
3797
+ </table>
3798
+ </div>
3799
+
3800
+ <div class="method_details ">
3801
+ <h3 class="signature " id="setVMediumTicks-instance_method">
3802
+
3803
+ #<strong>setVMediumTicks</strong>(ticks, notify = false) &#x21d2; <tt>Object</tt>
3804
+
3805
+
3806
+
3807
+
3808
+
3809
+ </h3><div class="docstring">
3810
+ <div class="discussion">
3811
+
3812
+ <p>Set number of vertical medium ticks. If <em>notify</em> is <code>true</code>, a <code>SEL_CHANGED</code> message is sent to the vertical ruler&#39;s target after the number of ticks is changed.</p>
3813
+
3814
+
3815
+ </div>
3816
+ </div>
3817
+ <div class="tags">
3818
+
3819
+
3820
+ </div><table class="source_code">
3821
+ <tr>
3822
+ <td>
3823
+ <pre class="lines">
3824
+
3825
+
3826
+ 203</pre>
3827
+ </td>
3828
+ <td>
3829
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXRulerView.rb', line 203</span>
3830
+
3831
+ <span class='kw'>def</span> <span class='id identifier rubyid_setVMediumTicks'>setVMediumTicks</span><span class='lparen'>(</span><span class='id identifier rubyid_ticks'>ticks</span><span class='comma'>,</span> <span class='id identifier rubyid_notify'>notify</span><span class='op'>=</span><span class='kw'>false</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
3832
+ </td>
3833
+ </tr>
3834
+ </table>
3835
+ </div>
3836
+
3837
+ <div class="method_details ">
3838
+ <h3 class="signature " id="setVNumberTicks-instance_method">
3839
+
3840
+ #<strong>setVNumberTicks</strong>(ticks, notify = false) &#x21d2; <tt>Object</tt>
3841
+
3842
+
3843
+
3844
+
3845
+
3846
+ </h3><div class="docstring">
3847
+ <div class="discussion">
3848
+
3849
+ <p>Set number of vertical “number” ticks. If <em>notify</em> is <code>true</code>, a <code>SEL_CHANGED</code> message is sent to the vertical ruler&#39;s target after the number of ticks is changed.</p>
3850
+
3851
+
3852
+ </div>
3853
+ </div>
3854
+ <div class="tags">
3855
+
3856
+
3857
+ </div><table class="source_code">
3858
+ <tr>
3859
+ <td>
3860
+ <pre class="lines">
3861
+
3862
+
3863
+ 183</pre>
3864
+ </td>
3865
+ <td>
3866
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXRulerView.rb', line 183</span>
3867
+
3868
+ <span class='kw'>def</span> <span class='id identifier rubyid_setVNumberTicks'>setVNumberTicks</span><span class='lparen'>(</span><span class='id identifier rubyid_ticks'>ticks</span><span class='comma'>,</span> <span class='id identifier rubyid_notify'>notify</span><span class='op'>=</span><span class='kw'>false</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
3869
+ </td>
3870
+ </tr>
3871
+ </table>
3872
+ </div>
3873
+
3874
+ <div class="method_details ">
3875
+ <h3 class="signature " id="setVPixelsPerTick-instance_method">
3876
+
3877
+ #<strong>setVPixelsPerTick</strong>(space, notify = false) &#x21d2; <tt>Object</tt>
3878
+
3879
+
3880
+
3881
+
3882
+
3883
+ </h3><div class="docstring">
3884
+ <div class="discussion">
3885
+
3886
+ <p>Set vertical pixels per tick spacing If <em>notify</em> is <code>true</code>, a <code>SEL_CHANGED</code> message is sent to the vertical ruler&#39;s target after the spacing is changed.</p>
3887
+
3888
+
3889
+ </div>
3890
+ </div>
3891
+ <div class="tags">
3892
+
3893
+
3894
+ </div><table class="source_code">
3895
+ <tr>
3896
+ <td>
3897
+ <pre class="lines">
3898
+
3899
+
3900
+ 223</pre>
3901
+ </td>
3902
+ <td>
3903
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXRulerView.rb', line 223</span>
3904
+
3905
+ <span class='kw'>def</span> <span class='id identifier rubyid_setVPixelsPerTick'>setVPixelsPerTick</span><span class='lparen'>(</span><span class='id identifier rubyid_space'>space</span><span class='comma'>,</span> <span class='id identifier rubyid_notify'>notify</span><span class='op'>=</span><span class='kw'>false</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
3906
+ </td>
3907
+ </tr>
3908
+ </table>
3909
+ </div>
3910
+
3911
+ <div class="method_details ">
3912
+ <h3 class="signature " id="setVRulerFont-instance_method">
3913
+
3914
+ #<strong>setVRulerFont</strong>(font, notify = false) &#x21d2; <tt>Object</tt>
3915
+
3916
+
3917
+
3918
+
3919
+
3920
+ </h3><div class="docstring">
3921
+ <div class="discussion">
3922
+
3923
+ <p>Set vertical ruler font. If <em>notify</em> is <code>true</code>, a <code>SEL_CHANGED</code> message is sent to the vertical ruler&#39;s target after the font is changed.</p>
3924
+
3925
+
3926
+ </div>
3927
+ </div>
3928
+ <div class="tags">
3929
+
3930
+
3931
+ </div><table class="source_code">
3932
+ <tr>
3933
+ <td>
3934
+ <pre class="lines">
3935
+
3936
+
3937
+ 173</pre>
3938
+ </td>
3939
+ <td>
3940
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXRulerView.rb', line 173</span>
3941
+
3942
+ <span class='kw'>def</span> <span class='id identifier rubyid_setVRulerFont'>setVRulerFont</span><span class='lparen'>(</span><span class='id identifier rubyid_font'>font</span><span class='comma'>,</span> <span class='id identifier rubyid_notify'>notify</span><span class='op'>=</span><span class='kw'>false</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
3943
+ </td>
3944
+ </tr>
3945
+ </table>
3946
+ </div>
3947
+
3948
+ <div class="method_details ">
3949
+ <h3 class="signature " id="setVTinyTicks-instance_method">
3950
+
3951
+ #<strong>setVTinyTicks</strong>(ticks, notify = false) &#x21d2; <tt>Object</tt>
3952
+
3953
+
3954
+
3955
+
3956
+
3957
+ </h3><div class="docstring">
3958
+ <div class="discussion">
3959
+
3960
+ <p>Set number of vertical tiny ticks. If <em>notify</em> is <code>true</code>, a <code>SEL_CHANGED</code> message is sent to the vertical ruler&#39;s target after the number of ticks is changed.</p>
3961
+
3962
+
3963
+ </div>
3964
+ </div>
3965
+ <div class="tags">
3966
+
3967
+
3968
+ </div><table class="source_code">
3969
+ <tr>
3970
+ <td>
3971
+ <pre class="lines">
3972
+
3973
+
3974
+ 213</pre>
3975
+ </td>
3976
+ <td>
3977
+ <pre class="code"><span class="info file"># File 'rdoc-sources/FXRulerView.rb', line 213</span>
3978
+
3979
+ <span class='kw'>def</span> <span class='id identifier rubyid_setVTinyTicks'>setVTinyTicks</span><span class='lparen'>(</span><span class='id identifier rubyid_ticks'>ticks</span><span class='comma'>,</span> <span class='id identifier rubyid_notify'>notify</span><span class='op'>=</span><span class='kw'>false</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
3980
+ </td>
3981
+ </tr>
3982
+ </table>
3983
+ </div>
3984
+
3985
+ </div>
3986
+
3987
+ </div>
3988
+
3989
+ <div id="footer">
3990
+ Generated on Fri Nov 27 21:11:07 2020 by
3991
+ <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
3992
+ 0.9.24 (ruby-2.7.2).
3993
+ </div>
3994
+
3995
+ </div>
3996
+ </body>
3997
+ </html>