arelle-release 2.17.1__py3-none-any.whl → 2.37.71__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (893) hide show
  1. arelle/Aspect.py +6 -3
  2. arelle/BetaFeatures.py +3 -0
  3. arelle/Cntlr.py +117 -413
  4. arelle/CntlrCmdLine.py +364 -227
  5. arelle/CntlrQuickBooks.py +4 -2
  6. arelle/CntlrWebMain.py +179 -119
  7. arelle/CntlrWinMain.py +342 -124
  8. arelle/DialogAbout.py +1 -1
  9. arelle/DialogArcroleGroup.py +1 -1
  10. arelle/DialogFind.py +1 -1
  11. arelle/DialogFormulaParameters.py +2 -2
  12. arelle/DialogLanguage.py +45 -36
  13. arelle/DialogNewFactItem.py +1 -1
  14. arelle/DialogOpenArchive.py +30 -34
  15. arelle/DialogPackageManager.py +11 -8
  16. arelle/DialogPluginManager.py +43 -89
  17. arelle/DialogRssWatch.py +2 -2
  18. arelle/DialogURL.py +1 -1
  19. arelle/DialogUserPassword.py +1 -1
  20. arelle/DisclosureSystem.py +69 -1
  21. arelle/ErrorManager.py +321 -0
  22. arelle/FileSource.py +201 -99
  23. arelle/FunctionFn.py +44 -5
  24. arelle/FunctionIxt.py +16 -13
  25. arelle/FunctionUtil.py +1 -1
  26. arelle/FunctionXfi.py +68 -24
  27. arelle/FunctionXs.py +1 -1
  28. arelle/HtmlUtil.py +5 -4
  29. arelle/LeiUtil.py +63 -43
  30. arelle/LinkbaseType.py +94 -0
  31. arelle/LocalViewer.py +8 -2
  32. arelle/Locale.py +239 -79
  33. arelle/ModelDocument.py +180 -48
  34. arelle/ModelDtsObject.py +32 -27
  35. arelle/ModelFormulaObject.py +14 -6
  36. arelle/ModelInstanceObject.py +43 -14
  37. arelle/ModelManager.py +6 -1
  38. arelle/ModelObject.py +12 -8
  39. arelle/ModelObjectFactory.py +18 -2
  40. arelle/ModelRelationshipSet.py +46 -3
  41. arelle/ModelRenderingObject.py +899 -951
  42. arelle/ModelRssItem.py +2 -4
  43. arelle/ModelTestcaseObject.py +41 -4
  44. arelle/ModelValue.py +42 -14
  45. arelle/ModelVersReport.py +1 -1
  46. arelle/ModelXbrl.py +133 -273
  47. arelle/PackageManager.py +202 -176
  48. arelle/PluginManager.py +551 -239
  49. arelle/PluginUtils.py +54 -0
  50. arelle/PrototypeInstanceObject.py +53 -12
  51. arelle/PythonUtil.py +166 -25
  52. arelle/RuntimeOptions.py +32 -18
  53. arelle/SocketUtils.py +3 -0
  54. arelle/SystemInfo.py +1 -1
  55. arelle/TkTableWrapper.py +33 -5
  56. arelle/UITkTable.py +27 -21
  57. arelle/Updater.py +7 -3
  58. arelle/UrlUtil.py +6 -2
  59. arelle/Validate.py +596 -402
  60. arelle/ValidateDuplicateFacts.py +584 -0
  61. arelle/ValidateFileSource.py +38 -0
  62. arelle/ValidateFilingText.py +46 -29
  63. arelle/ValidateInfoset.py +104 -32
  64. arelle/ValidateUtr.py +31 -4
  65. arelle/ValidateXbrl.py +144 -120
  66. arelle/ValidateXbrlCalcs.py +51 -66
  67. arelle/ValidateXbrlDTS.py +98 -29
  68. arelle/Version.py +2 -7
  69. arelle/ViewFile.py +2 -0
  70. arelle/ViewFileDTS.py +7 -2
  71. arelle/ViewFileFactList.py +1 -1
  72. arelle/ViewFileFactTable.py +4 -4
  73. arelle/ViewFileRelationshipSet.py +36 -19
  74. arelle/ViewFileRenderedGrid.py +164 -753
  75. arelle/ViewFileRenderedLayout.py +174 -0
  76. arelle/ViewFileRenderedStructure.py +108 -0
  77. arelle/ViewWinDTS.py +4 -1
  78. arelle/ViewWinFactList.py +1 -1
  79. arelle/ViewWinFactTable.py +1 -1
  80. arelle/ViewWinRelationshipSet.py +14 -8
  81. arelle/ViewWinRenderedGrid.py +397 -287
  82. arelle/ViewWinRssFeed.py +4 -0
  83. arelle/ViewWinTree.py +15 -9
  84. arelle/ViewWinXml.py +1 -1
  85. arelle/WebCache.py +510 -272
  86. arelle/XbrlConst.py +202 -196
  87. arelle/XbrlUtil.py +2 -1
  88. arelle/XhtmlValidate.py +9 -23
  89. arelle/XmlUtil.py +24 -19
  90. arelle/XmlValidate.py +95 -67
  91. arelle/XmlValidateParticles.py +4 -4
  92. arelle/_version.py +33 -3
  93. arelle/api/Session.py +183 -0
  94. arelle/config/creationSoftwareNames.json +24 -10
  95. arelle/config/disclosuresystems.xml +1 -1
  96. arelle/config/disclosuresystems.xsd +3 -0
  97. arelle/config/sbr-text-formatting.xsd +737 -0
  98. arelle/conformance/CSVTestcaseLoader.py +102 -0
  99. arelle/formula/FactAspectsCache.py +10 -4
  100. arelle/formula/ValidateFormula.py +82 -194
  101. arelle/formula/XPathContext.py +42 -28
  102. arelle/formula/XPathParser.py +15 -9
  103. arelle/locale/ar_EG/LC_MESSAGES/ar_EG.po +3 -4
  104. arelle/locale/messages.pot +1 -2
  105. arelle/locale/ru/LC_MESSAGES/ru.po +2 -2
  106. arelle/logging/formatters/LogFormatter.py +47 -0
  107. arelle/logging/handlers/LogHandlerWithXml.py +94 -0
  108. arelle/logging/handlers/LogToBufferHandler.py +20 -0
  109. arelle/logging/handlers/LogToPrintHandler.py +41 -0
  110. arelle/logging/handlers/LogToXmlHandler.py +244 -0
  111. arelle/logging/handlers/StructuredMessageLogHandler.py +74 -0
  112. arelle/model/CommentBase.py +3 -0
  113. arelle/model/ElementBase.py +3 -0
  114. arelle/model/PIBase.py +3 -0
  115. arelle/model/__init__.py +3 -0
  116. arelle/oim/Load.py +2869 -0
  117. arelle/oim/Validate.py +155 -0
  118. arelle/oim/xml/Save.py +21 -0
  119. arelle/packages/PackageConst.py +7 -0
  120. arelle/packages/PackageType.py +13 -0
  121. arelle/packages/PackageUtils.py +22 -0
  122. arelle/packages/PackageValidation.py +200 -0
  123. arelle/packages/report/DetectReportPackage.py +13 -0
  124. arelle/packages/report/ReportPackage.py +265 -0
  125. arelle/packages/report/ReportPackageConst.py +79 -0
  126. arelle/packages/report/ReportPackageValidator.py +207 -0
  127. arelle/plugin/EdgarRendererAllReports.py +12 -12
  128. arelle/plugin/OimTaxonomy/ModelValueMore.py +15 -0
  129. arelle/plugin/OimTaxonomy/ValidateDTS.py +484 -0
  130. arelle/plugin/OimTaxonomy/ViewXbrlTxmyObj.py +239 -0
  131. arelle/plugin/OimTaxonomy/XbrlAbstract.py +16 -0
  132. arelle/plugin/OimTaxonomy/XbrlConcept.py +68 -0
  133. arelle/plugin/OimTaxonomy/XbrlConst.py +261 -0
  134. arelle/plugin/OimTaxonomy/XbrlCube.py +91 -0
  135. arelle/plugin/OimTaxonomy/XbrlDimension.py +38 -0
  136. arelle/plugin/OimTaxonomy/XbrlDts.py +152 -0
  137. arelle/plugin/OimTaxonomy/XbrlEntity.py +16 -0
  138. arelle/plugin/OimTaxonomy/XbrlGroup.py +22 -0
  139. arelle/plugin/OimTaxonomy/XbrlImportedTaxonomy.py +22 -0
  140. arelle/plugin/OimTaxonomy/XbrlLabel.py +31 -0
  141. arelle/plugin/OimTaxonomy/XbrlNetwork.py +100 -0
  142. arelle/plugin/OimTaxonomy/XbrlProperty.py +28 -0
  143. arelle/plugin/OimTaxonomy/XbrlReference.py +33 -0
  144. arelle/plugin/OimTaxonomy/XbrlReport.py +24 -0
  145. arelle/plugin/OimTaxonomy/XbrlTableTemplate.py +35 -0
  146. arelle/plugin/OimTaxonomy/XbrlTaxonomy.py +93 -0
  147. arelle/plugin/OimTaxonomy/XbrlTaxonomyObject.py +154 -0
  148. arelle/plugin/OimTaxonomy/XbrlTransform.py +17 -0
  149. arelle/plugin/OimTaxonomy/XbrlTypes.py +23 -0
  150. arelle/plugin/OimTaxonomy/XbrlUnit.py +17 -0
  151. arelle/plugin/OimTaxonomy/__init__.py +1037 -0
  152. arelle/plugin/OimTaxonomy/resources/iso4217.json +4479 -0
  153. arelle/plugin/OimTaxonomy/resources/oim-taxonomy-schema.json +935 -0
  154. arelle/plugin/OimTaxonomy/resources/ref.json +333 -0
  155. arelle/plugin/OimTaxonomy/resources/transform-types.json +2481 -0
  156. arelle/plugin/OimTaxonomy/resources/types.json +727 -0
  157. arelle/plugin/OimTaxonomy/resources/utr.json +3046 -0
  158. arelle/plugin/OimTaxonomy/resources/xbrlSpec.json +1082 -0
  159. arelle/plugin/formulaLoader.py +3 -3
  160. arelle/plugin/formulaSaver.py +4 -4
  161. arelle/plugin/inlineXbrlDocumentSet.py +331 -102
  162. arelle/plugin/internet/proxyNTLM/HTTPNtlmAuthHandler.py +1 -1
  163. arelle/plugin/loadFromExcel.py +13 -10
  164. arelle/plugin/loadFromOIM.py +16 -3096
  165. arelle/plugin/logging/saveMessages.py +1 -1
  166. arelle/plugin/saveHtmlEBAtables.py +293 -213
  167. arelle/plugin/saveLoadableOIM.py +652 -361
  168. arelle/plugin/saveOIMTaxonomy.py +311 -0
  169. arelle/plugin/streamingExtensions.py +1 -1
  170. arelle/plugin/systemInfo.py +46 -0
  171. arelle/plugin/transforms/tester.py +4 -4
  172. arelle/plugin/validate/CIPC/Const.py +18 -0
  173. arelle/plugin/validate/CIPC/__init__.py +34 -13
  174. arelle/plugin/validate/DBA/DisclosureSystems.py +12 -0
  175. arelle/plugin/validate/DBA/PluginValidationDataExtension.py +165 -0
  176. arelle/plugin/validate/DBA/ValidationPluginExtension.py +545 -0
  177. arelle/plugin/validate/DBA/__init__.py +49 -0
  178. arelle/plugin/validate/DBA/resources/config.xml +21 -0
  179. arelle/plugin/validate/DBA/rules/__init__.py +323 -0
  180. arelle/plugin/validate/DBA/rules/fr.py +1377 -0
  181. arelle/plugin/validate/DBA/rules/tc.py +45 -0
  182. arelle/plugin/validate/DBA/rules/th.py +172 -0
  183. arelle/plugin/validate/DBA/rules/tm.py +351 -0
  184. arelle/plugin/validate/DBA/rules/tr.py +373 -0
  185. arelle/plugin/validate/EBA/__init__.py +11 -12
  186. arelle/plugin/validate/EDINET/Constants.py +208 -0
  187. arelle/plugin/validate/EDINET/ContextRequirement.py +58 -0
  188. arelle/plugin/validate/EDINET/ControllerPluginData.py +298 -0
  189. arelle/plugin/validate/EDINET/CoverItemRequirements.py +42 -0
  190. arelle/plugin/validate/EDINET/DeiRequirements.py +118 -0
  191. arelle/plugin/validate/EDINET/DisclosureSystems.py +1 -0
  192. arelle/plugin/validate/EDINET/FilingFormat.py +275 -0
  193. arelle/plugin/validate/EDINET/FormType.py +134 -0
  194. arelle/plugin/validate/EDINET/ManifestInstance.py +236 -0
  195. arelle/plugin/validate/EDINET/PluginValidationDataExtension.py +640 -0
  196. arelle/plugin/validate/EDINET/ReportFolderType.py +162 -0
  197. arelle/plugin/validate/EDINET/Statement.py +139 -0
  198. arelle/plugin/validate/EDINET/TableOfContentsBuilder.py +493 -0
  199. arelle/plugin/validate/EDINET/UploadContents.py +48 -0
  200. arelle/plugin/validate/EDINET/ValidationPluginExtension.py +64 -0
  201. arelle/plugin/validate/EDINET/__init__.py +109 -0
  202. arelle/plugin/validate/EDINET/resources/config.xml +22 -0
  203. arelle/plugin/validate/EDINET/resources/cover-item-requirements.json +793 -0
  204. arelle/plugin/validate/EDINET/resources/dei-requirements.csv +27 -0
  205. arelle/plugin/validate/EDINET/resources/edinet-taxonomies.xml +62 -0
  206. arelle/plugin/validate/EDINET/rules/contexts.py +547 -0
  207. arelle/plugin/validate/EDINET/rules/edinet.py +1991 -0
  208. arelle/plugin/validate/EDINET/rules/frta.py +301 -0
  209. arelle/plugin/validate/EDINET/rules/gfm.py +2394 -0
  210. arelle/plugin/validate/EDINET/rules/manifests.py +88 -0
  211. arelle/plugin/validate/EDINET/rules/upload.py +1370 -0
  212. arelle/plugin/validate/ESEF/Const.py +16 -75
  213. arelle/plugin/validate/ESEF/Dimensions.py +2 -2
  214. arelle/plugin/validate/ESEF/ESEF_2021/DTS.py +6 -1
  215. arelle/plugin/validate/ESEF/ESEF_2021/Image.py +7 -4
  216. arelle/plugin/validate/ESEF/ESEF_2021/ValidateXbrlFinally.py +80 -57
  217. arelle/plugin/validate/ESEF/ESEF_Current/DTS.py +60 -22
  218. arelle/plugin/validate/ESEF/ESEF_Current/ValidateXbrlFinally.py +272 -133
  219. arelle/plugin/validate/ESEF/Util.py +5 -19
  220. arelle/plugin/validate/ESEF/__init__.py +61 -46
  221. arelle/plugin/validate/ESEF/resources/authority-validations.json +120 -10
  222. arelle/plugin/validate/ESEF/resources/config.xml +44 -3
  223. arelle/plugin/validate/FERC/__init__.py +31 -18
  224. arelle/plugin/validate/FERC/config.xml +18 -18
  225. arelle/plugin/validate/NL/DisclosureSystems.py +19 -3
  226. arelle/plugin/validate/NL/PluginValidationDataExtension.py +710 -7
  227. arelle/plugin/validate/NL/ValidationPluginExtension.py +117 -12
  228. arelle/plugin/validate/NL/__init__.py +21 -10
  229. arelle/plugin/validate/NL/resources/config.xml +27 -6
  230. arelle/plugin/validate/NL/rules/br_kvk.py +81 -21
  231. arelle/plugin/validate/NL/rules/fg_nl.py +292 -0
  232. arelle/plugin/validate/NL/rules/fr_kvk.py +60 -7
  233. arelle/plugin/validate/NL/rules/fr_nl.py +705 -24
  234. arelle/plugin/validate/NL/rules/nl_kvk.py +2182 -0
  235. arelle/plugin/validate/ROS/DisclosureSystems.py +1 -0
  236. arelle/plugin/validate/ROS/PluginValidationDataExtension.py +109 -0
  237. arelle/plugin/validate/ROS/ValidationPluginExtension.py +27 -0
  238. arelle/plugin/validate/ROS/__init__.py +28 -341
  239. arelle/plugin/validate/ROS/resources/config.xml +20 -0
  240. arelle/plugin/validate/ROS/rules/__init__.py +56 -0
  241. arelle/plugin/validate/ROS/rules/ros.py +393 -0
  242. arelle/plugin/validate/UK/ValidateUK.py +1372 -0
  243. arelle/plugin/validate/{HMRC → UK}/__init__.py +195 -189
  244. arelle/plugin/validate/{HMRC → UK}/config.xml +1 -1
  245. arelle/plugin/xbrlDB/SqlDb.py +1 -1
  246. arelle/plugin/xbrlDB/XbrlOpenSqlDB.py +5 -5
  247. arelle/plugin/xbrlDB/XbrlPublicPostgresDB.py +1 -1
  248. arelle/plugin/xbrlDB/XbrlSemanticJsonDB.py +1 -1
  249. arelle/plugin/xbrlDB/XbrlSemanticRdfDB.py +1 -1
  250. arelle/plugin/xbrlDB/__init__.py +4 -1
  251. arelle/{RenderingEvaluator.py → rendering/RenderingEvaluator.py} +120 -99
  252. arelle/rendering/RenderingLayout.py +476 -0
  253. arelle/rendering/RenderingResolution.py +814 -0
  254. arelle/resources/cache/http/www.eurofiling.info/eu/fr/xbrl/ext/filing-indicators.xsd +20 -0
  255. arelle/resources/cache/http/www.w3.org/2001/03/xml.xsd +117 -0
  256. arelle/resources/cache/http/www.w3.org/2001/XMLSchema.xsd +2534 -0
  257. arelle/resources/cache/http/www.w3.org/2001/xml.xsd +287 -0
  258. arelle/resources/cache/http/www.xbrl.org/2003/xbrl-instance-2003-12-31.xsd +779 -0
  259. arelle/resources/cache/http/www.xbrl.org/2003/xbrl-linkbase-2003-12-31.xsd +486 -0
  260. arelle/resources/cache/http/www.xbrl.org/2003/xl-2003-12-31.xsd +251 -0
  261. arelle/resources/cache/http/www.xbrl.org/2003/xlink-2003-12-31.xsd +121 -0
  262. arelle/resources/cache/http/www.xbrl.org/2004/ref-2004-08-10.xsd +129 -0
  263. arelle/resources/cache/http/www.xbrl.org/2005/xbrldt-2005.xsd +53 -0
  264. arelle/resources/cache/http/www.xbrl.org/2006/ref-2006-02-27.xsd +120 -0
  265. arelle/resources/cache/http/www.xbrl.org/2006/xbrldi-2006.xsd +41 -0
  266. arelle/resources/cache/http/www.xbrl.org/2008/boolean-filter.xsd +51 -0
  267. arelle/resources/cache/http/www.xbrl.org/2008/concept-filter.xsd +127 -0
  268. arelle/resources/cache/http/www.xbrl.org/2008/conformance.xsd +116 -0
  269. arelle/resources/cache/http/www.xbrl.org/2008/conformanceFunction.xsd +51 -0
  270. arelle/resources/cache/http/www.xbrl.org/2008/consistency-assertion.xsd +66 -0
  271. arelle/resources/cache/http/www.xbrl.org/2008/dimension-filter.xsd +86 -0
  272. arelle/resources/cache/http/www.xbrl.org/2008/entity-filter.xsd +92 -0
  273. arelle/resources/cache/http/www.xbrl.org/2008/existence-assertion.xsd +44 -0
  274. arelle/resources/cache/http/www.xbrl.org/2008/formula.xsd +261 -0
  275. arelle/resources/cache/http/www.xbrl.org/2008/function.xsd +90 -0
  276. arelle/resources/cache/http/www.xbrl.org/2008/general-filter.xsd +38 -0
  277. arelle/resources/cache/http/www.xbrl.org/2008/generic-label.xsd +80 -0
  278. arelle/resources/cache/http/www.xbrl.org/2008/generic-link.xsd +81 -0
  279. arelle/resources/cache/http/www.xbrl.org/2008/generic-reference.xsd +63 -0
  280. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xbrl/xbrl-instance-2003-12-31-ixmod.xsd +788 -0
  281. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xbrl/xbrl-linkbase-2003-12-31-ixmod.xsd +488 -0
  282. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xbrl/xl-2003-12-31.xsd +248 -0
  283. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xbrl/xlink-2003-12-31.xsd +117 -0
  284. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xframes-1.xsd +166 -0
  285. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-applet-1.xsd +66 -0
  286. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-attribs-1.xsd +72 -0
  287. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-base-1.xsd +36 -0
  288. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-basic-form-1.xsd +195 -0
  289. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-basic-table-1.xsd +169 -0
  290. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-basic10-model-1.xsd +376 -0
  291. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-basic10-module-redefines-1.xsd +61 -0
  292. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-basic10-modules-1.xsd +259 -0
  293. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-basic10.xsd +98 -0
  294. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-bdo-1.xsd +78 -0
  295. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-blkphras-1.xsd +161 -0
  296. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-blkpres-1.xsd +37 -0
  297. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-blkstruct-1.xsd +49 -0
  298. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-charent-1.xsd +38 -0
  299. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-copyright-1.xsd +29 -0
  300. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-csismap-1.xsd +96 -0
  301. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-datatypes-1.xsd +128 -0
  302. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-edit-1.xsd +39 -0
  303. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-events-1.xsd +130 -0
  304. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-form-1.xsd +326 -0
  305. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-frames-1.xsd +113 -0
  306. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-framework-1.xsd +66 -0
  307. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-hypertext-1.xsd +47 -0
  308. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-iframe-1.xsd +68 -0
  309. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-image-1.xsd +45 -0
  310. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-inlphras-1.xsd +163 -0
  311. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-inlpres-1.xsd +39 -0
  312. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-inlstruct-1.xsd +50 -0
  313. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-inlstyle-1.xsd +27 -0
  314. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-legacy-1.xsd +97 -0
  315. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-link-1.xsd +45 -0
  316. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-list-1.xsd +99 -0
  317. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-meta-1.xsd +42 -0
  318. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-misc-1.xsd +441 -0
  319. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-nameident-1.xsd +63 -0
  320. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-notations-1.xsd +69 -0
  321. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-object-1.xsd +76 -0
  322. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-param-1.xsd +51 -0
  323. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-pres-1.xsd +51 -0
  324. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-ruby-1.xsd +171 -0
  325. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-ruby-basic-1.xsd +89 -0
  326. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-script-1.xsd +70 -0
  327. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-ssismap-1.xsd +43 -0
  328. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-struct-1.xsd +112 -0
  329. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-style-1.xsd +52 -0
  330. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-table-1.xsd +272 -0
  331. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-target-1.xsd +53 -0
  332. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-text-1.xsd +67 -0
  333. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml11-model-1.xsd +677 -0
  334. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml11-module-redefines-1.xsd +335 -0
  335. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml11-modules-1.xsd +528 -0
  336. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml11.xsd +104 -0
  337. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml2.xsd +21 -0
  338. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xml-events-1.xsd +73 -0
  339. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xml-events-2.xsd +74 -0
  340. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xml-events-attribs-1.xsd +73 -0
  341. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xml-events-attribs-2.xsd +75 -0
  342. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xml-events-copyright-1.xsd +34 -0
  343. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xml-events-copyright-2.xsd +34 -0
  344. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xml-handlers-2.xsd +98 -0
  345. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml-inlinexbrl-1_0-definitions.xsd +225 -0
  346. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml-inlinexbrl-1_0-model.xsd +681 -0
  347. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml-inlinexbrl-1_0-modules.xsd +535 -0
  348. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml-inlinexbrl-1_0.xsd +40 -0
  349. arelle/resources/cache/http/www.xbrl.org/2008/match-filter.xsd +94 -0
  350. arelle/resources/cache/http/www.xbrl.org/2008/period-filter.xsd +86 -0
  351. arelle/resources/cache/http/www.xbrl.org/2008/registry.xsd +145 -0
  352. arelle/resources/cache/http/www.xbrl.org/2008/relative-filter.xsd +38 -0
  353. arelle/resources/cache/http/www.xbrl.org/2008/segment-scenario-filter.xsd +41 -0
  354. arelle/resources/cache/http/www.xbrl.org/2008/tuple-filter.xsd +83 -0
  355. arelle/resources/cache/http/www.xbrl.org/2008/unit-filter.xsd +58 -0
  356. arelle/resources/cache/http/www.xbrl.org/2008/validation.xsd +78 -0
  357. arelle/resources/cache/http/www.xbrl.org/2008/value-assertion.xsd +43 -0
  358. arelle/resources/cache/http/www.xbrl.org/2008/value-filter.xsd +43 -0
  359. arelle/resources/cache/http/www.xbrl.org/2008/variable.xsd +240 -0
  360. arelle/resources/cache/http/www.xbrl.org/2010/aspect-cover-filter.xsd +67 -0
  361. arelle/resources/cache/http/www.xbrl.org/2010/concept-relation-filter.xsd +108 -0
  362. arelle/resources/cache/http/www.xbrl.org/2010/custom-function-implementation.xsd +71 -0
  363. arelle/resources/cache/http/www.xbrl.org/2010/generic-message.xsd +68 -0
  364. arelle/resources/cache/http/www.xbrl.org/2010/validation-message.xsd +50 -0
  365. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xbrl/xbrl-instance-2003-12-31-ixmod.xsd +788 -0
  366. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xbrl/xbrl-linkbase-2003-12-31-ixmod.xsd +488 -0
  367. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xbrl/xl-2003-12-31.xsd +248 -0
  368. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xbrl/xlink-2003-12-31.xsd +117 -0
  369. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xframes-1.xsd +166 -0
  370. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-applet-1.xsd +66 -0
  371. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-attribs-1.xsd +72 -0
  372. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-base-1.xsd +36 -0
  373. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-basic-form-1.xsd +195 -0
  374. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-basic-table-1.xsd +169 -0
  375. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-basic10-model-1.xsd +376 -0
  376. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-basic10-module-redefines-1.xsd +61 -0
  377. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-basic10-modules-1.xsd +259 -0
  378. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-basic10.xsd +98 -0
  379. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-bdo-1.xsd +78 -0
  380. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-blkphras-1.xsd +161 -0
  381. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-blkpres-1.xsd +37 -0
  382. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-blkstruct-1.xsd +49 -0
  383. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-charent-1.xsd +38 -0
  384. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-copyright-1.xsd +29 -0
  385. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-csismap-1.xsd +96 -0
  386. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-datatypes-1.xsd +128 -0
  387. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-edit-1.xsd +39 -0
  388. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-events-1.xsd +130 -0
  389. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-form-1.xsd +326 -0
  390. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-frames-1.xsd +113 -0
  391. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-framework-1.xsd +66 -0
  392. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-hypertext-1.xsd +47 -0
  393. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-iframe-1.xsd +68 -0
  394. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-image-1.xsd +45 -0
  395. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-inlphras-1.xsd +163 -0
  396. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-inlpres-1.xsd +39 -0
  397. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-inlstruct-1.xsd +50 -0
  398. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-inlstyle-1.xsd +27 -0
  399. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-legacy-1.xsd +97 -0
  400. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-link-1.xsd +45 -0
  401. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-list-1.xsd +99 -0
  402. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-meta-1.xsd +42 -0
  403. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-misc-1.xsd +441 -0
  404. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-nameident-1.xsd +63 -0
  405. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-notations-1.xsd +69 -0
  406. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-object-1.xsd +76 -0
  407. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-param-1.xsd +51 -0
  408. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-pres-1.xsd +51 -0
  409. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-ruby-1.xsd +171 -0
  410. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-ruby-basic-1.xsd +89 -0
  411. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-script-1.xsd +70 -0
  412. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-ssismap-1.xsd +43 -0
  413. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-struct-1.xsd +112 -0
  414. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-style-1.xsd +52 -0
  415. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-table-1.xsd +272 -0
  416. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-target-1.xsd +53 -0
  417. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-text-1.xsd +67 -0
  418. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml11-model-1.xsd +677 -0
  419. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml11-module-redefines-1.xsd +335 -0
  420. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml11-modules-1.xsd +528 -0
  421. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml11.xsd +104 -0
  422. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml2.xsd +21 -0
  423. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xml-events-1.xsd +73 -0
  424. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xml-events-2.xsd +74 -0
  425. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xml-events-attribs-1.xsd +73 -0
  426. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xml-events-attribs-2.xsd +75 -0
  427. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xml-events-copyright-1.xsd +34 -0
  428. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xml-events-copyright-2.xsd +34 -0
  429. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xml-handlers-2.xsd +98 -0
  430. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml-inlinexbrl-1_1-definitions.xsd +252 -0
  431. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml-inlinexbrl-1_1-model.xsd +681 -0
  432. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml-inlinexbrl-1_1-modules.xsd +535 -0
  433. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml-inlinexbrl-1_1.xsd +40 -0
  434. arelle/resources/cache/http/www.xbrl.org/2013/match-filter.xsd +94 -0
  435. arelle/resources/cache/http/www.xbrl.org/2013/preferred-label.xsd +12 -0
  436. arelle/resources/cache/http/www.xbrl.org/2013/versioning-base.xsd +142 -0
  437. arelle/resources/cache/http/www.xbrl.org/2013/versioning-concept-details.xsd +143 -0
  438. arelle/resources/cache/http/www.xbrl.org/2013/versioning-concept-use.xsd +64 -0
  439. arelle/resources/cache/http/www.xbrl.org/2013/versioning-dimensions.xsd +162 -0
  440. arelle/resources/cache/http/www.xbrl.org/2014/extensible-enumerations.xsd +27 -0
  441. arelle/resources/cache/http/www.xbrl.org/2014/table.xsd +356 -0
  442. arelle/resources/cache/http/www.xbrl.org/2014/tablemodel.xsd +156 -0
  443. arelle/resources/cache/http/www.xbrl.org/2016/assertion-severity.xsd +29 -0
  444. arelle/resources/cache/http/www.xbrl.org/2016/severities.xml +21 -0
  445. arelle/resources/cache/http/www.xbrl.org/2016/taxonomy-package-catalog.xsd +38 -0
  446. arelle/resources/cache/http/www.xbrl.org/2016/taxonomy-package.xsd +154 -0
  447. arelle/resources/cache/http/www.xbrl.org/2022/assertion-severity.xsd +43 -0
  448. arelle/resources/cache/http/www.xbrl.org/2022/severities.xml +21 -0
  449. arelle/resources/cache/http/www.xbrl.org/dtr/type/nonNumeric-2009-12-16.xsd +76 -0
  450. arelle/resources/cache/http/www.xbrl.org/dtr/type/numeric-2009-12-16.xsd +78 -0
  451. arelle/resources/cache/http/www.xbrl.org/lrr/arcrole/accounting-arcrole-2023-01-04.xsd +39 -0
  452. arelle/resources/cache/http/www.xbrl.org/lrr/arcrole/deprecated-2009-12-16.xsd +29 -0
  453. arelle/resources/cache/http/www.xbrl.org/lrr/arcrole/esma-arcrole-2018-11-21.xsd +14 -0
  454. arelle/resources/cache/http/www.xbrl.org/lrr/arcrole/factExplanatory-2009-12-16.xsd +13 -0
  455. arelle/resources/cache/http/www.xbrl.org/lrr/arcrole/jpfr-arcrole-2007-11-07.xsd +27 -0
  456. arelle/resources/cache/http/www.xbrl.org/lrr/arcrole/parent-child-2013-09-19.xsd +12 -0
  457. arelle/resources/cache/http/www.xbrl.org/lrr/role/deprecated-2009-12-16.xsd +17 -0
  458. arelle/resources/cache/http/www.xbrl.org/lrr/role/jpfr-role-2007-11-07.xsd +47 -0
  459. arelle/resources/cache/http/www.xbrl.org/lrr/role/negated-2008-03-31.xsd +30 -0
  460. arelle/resources/cache/http/www.xbrl.org/lrr/role/negated-2009-12-16.xsd +33 -0
  461. arelle/resources/cache/http/www.xbrl.org/lrr/role/negative-2009-12-16.xsd +25 -0
  462. arelle/resources/cache/http/www.xbrl.org/lrr/role/net-2009-12-16.xsd +13 -0
  463. arelle/resources/cache/http/www.xbrl.org/lrr/role/positive-2009-12-16.xsd +25 -0
  464. arelle/resources/cache/http/www.xbrl.org/lrr/role/property-2022-09-28.xsd +15 -0
  465. arelle/resources/cache/http/www.xbrl.org/lrr/role/reference-2009-12-16.xsd +21 -0
  466. arelle/resources/cache/http/www.xbrl.org/lrr/role/restated-2006-02-21.xsd +19 -0
  467. arelle/resources/cache/http/www.xbrl.org/utr/2012-01-30/utr.xml +4543 -0
  468. arelle/resources/cache/http/www.xbrl.org/utr/2012-10-31/utr.xml +4510 -0
  469. arelle/resources/cache/http/www.xbrl.org/utr/2012-11-30/utr.xml +4567 -0
  470. arelle/resources/cache/http/www.xbrl.org/utr/2013-02-28/utr.xml +5180 -0
  471. arelle/resources/cache/http/www.xbrl.org/utr/2013-05-17/utr.xml +5349 -0
  472. arelle/resources/cache/http/www.xbrl.org/utr/2016-08-10/utr.xml +5363 -0
  473. arelle/resources/cache/http/www.xbrl.org/utr/2017-07-12/utr.xml +6164 -0
  474. arelle/resources/cache/http/www.xbrl.org/utr/2021-02-16/utr.xml +6370 -0
  475. arelle/resources/cache/http/www.xbrl.org/utr/2021-12-08/utr.xml +6493 -0
  476. arelle/resources/cache/http/www.xbrl.org/utr/2022-02-16/utr.xml +6551 -0
  477. arelle/resources/cache/http/www.xbrl.org/utr/2022-07-20/utr.xml +6638 -0
  478. arelle/resources/cache/http/www.xbrl.org/utr/2023-12-20/utr.xml +6680 -0
  479. arelle/resources/cache/http/www.xbrl.org/utr/2024-01-31/utr.xml +6680 -0
  480. arelle/resources/cache/http/www.xbrl.org/utr/2024-10-22/utr.xml +6693 -0
  481. arelle/resources/cache/http/www.xbrl.org/utr/utr.xml +6693 -0
  482. arelle/resources/cache/https/www.xbrl.org/2005/conformance.xsd +87 -0
  483. arelle/resources/cache/https/www.xbrl.org/2020/extensible-enumerations-2.0.xsd +51 -0
  484. arelle/resources/cache/https/www.xbrl.org/2023/calculation-1.1.xsd +27 -0
  485. arelle/resources/cache/https/www.xbrl.org/dtr/type/2020-01-21/types.xsd +812 -0
  486. arelle/resources/cache/https/www.xbrl.org/dtr/type/2022-03-31/types.xsd +847 -0
  487. arelle/resources/cache/https/www.xbrl.org/dtr/type/2024-01-31/types.xsd +897 -0
  488. arelle/resources/cache/https/www.xbrl.org/taxonomy/int/filing-indicators/REC/2021-02-03/filing-indicators-def.xml +68 -0
  489. arelle/resources/cache/https/www.xbrl.org/taxonomy/int/filing-indicators/REC/2021-02-03/filing-indicators-label.xml +84 -0
  490. arelle/resources/cache/https/www.xbrl.org/taxonomy/int/filing-indicators/REC/2021-02-03/filing-indicators.xsd +67 -0
  491. arelle/resources/libs/Tktable2.11/linux-x86_64/README.txt +149 -0
  492. arelle/resources/libs/Tktable2.11/linux-x86_64/html/tkTable.html +2039 -0
  493. arelle/resources/libs/Tktable2.11/linux-x86_64/libTktable2.11.so +0 -0
  494. arelle/resources/libs/Tktable2.11/linux-x86_64/license.txt +51 -0
  495. arelle/resources/libs/Tktable2.11/linux-x86_64/pkgIndex.tcl +3 -0
  496. arelle/resources/libs/Tktable2.11/linux-x86_64/tkTable.tcl +825 -0
  497. arelle/resources/libs/Tktable2.11/linux-x86_64/tktable.py +674 -0
  498. arelle/resources/libs/Tktable2.11/macos-arm64/README.txt +149 -0
  499. arelle/resources/libs/Tktable2.11/macos-arm64/html/tkTable.html +2039 -0
  500. arelle/resources/libs/Tktable2.11/macos-arm64/libTktable2.11.dylib +0 -0
  501. arelle/resources/libs/Tktable2.11/macos-arm64/license.txt +51 -0
  502. arelle/resources/libs/Tktable2.11/macos-arm64/pkgIndex.tcl +2 -0
  503. arelle/resources/libs/Tktable2.11/macos-arm64/tkTable.tcl +825 -0
  504. arelle/resources/libs/Tktable2.11/macos-arm64/tktable.py +674 -0
  505. arelle/resources/libs/Tktable2.11/macos-x86_64/README.txt +149 -0
  506. arelle/resources/libs/Tktable2.11/macos-x86_64/html/tkTable.html +2039 -0
  507. arelle/resources/libs/Tktable2.11/macos-x86_64/libTktable2.11.dylib +0 -0
  508. arelle/resources/libs/Tktable2.11/macos-x86_64/license.txt +51 -0
  509. arelle/resources/libs/Tktable2.11/macos-x86_64/pkgIndex.tcl +2 -0
  510. arelle/resources/libs/Tktable2.11/macos-x86_64/tkTable.tcl +825 -0
  511. arelle/resources/libs/Tktable2.11/macos-x86_64/tktable.py +674 -0
  512. arelle/resources/libs/Tktable2.11/win-x86_64/Tktable.dll +0 -0
  513. arelle/resources/libs/Tktable2.11/win-x86_64/pkgIndex.tcl +2 -0
  514. arelle/resources/libs/Tktable2.11/win-x86_64/tkTable.tcl +825 -0
  515. arelle/typing.py +9 -4
  516. arelle/utils/Contexts.py +38 -0
  517. arelle/utils/EntryPointDetection.py +139 -0
  518. arelle/utils/Equivalence.py +22 -0
  519. arelle/utils/{validate/PluginValidationData.py → PluginData.py} +5 -2
  520. arelle/utils/PluginHooks.py +256 -5
  521. arelle/utils/Units.py +36 -0
  522. arelle/utils/validate/Decorator.py +5 -3
  523. arelle/utils/validate/DetectScriptsInXhtml.py +99 -0
  524. arelle/utils/validate/ESEFImage.py +283 -0
  525. arelle/utils/validate/Validation.py +9 -1
  526. arelle/utils/validate/ValidationPlugin.py +74 -11
  527. arelle/utils/validate/ValidationUtil.py +55 -0
  528. arelle/webserver/bottle.py +5 -4424
  529. {arelle_release-2.17.1.dist-info → arelle_release-2.37.71.dist-info}/METADATA +51 -42
  530. arelle_release-2.37.71.dist-info/RECORD +697 -0
  531. {arelle_release-2.17.1.dist-info → arelle_release-2.37.71.dist-info}/WHEEL +1 -1
  532. {arelle_release-2.17.1.dist-info → arelle_release-2.37.71.dist-info/licenses}/LICENSE.md +1 -4
  533. {arelle_release-2.17.1.dist-info → arelle_release-2.37.71.dist-info}/top_level.txt +0 -1
  534. arelle/DialogOpenTaxonomyPackage.py +0 -1
  535. arelle/RenderingResolver.py +0 -624
  536. arelle/examples/.pydevproject +0 -5
  537. arelle/examples/CustomLogger.py +0 -43
  538. arelle/examples/LoadEFMvalidate.py +0 -32
  539. arelle/examples/LoadSavePreLbCsv.py +0 -26
  540. arelle/examples/LoadValidate.cs +0 -31
  541. arelle/examples/LoadValidate.py +0 -36
  542. arelle/examples/LoadValidateCmdLine.java +0 -69
  543. arelle/examples/LoadValidatePostedZip.java +0 -57
  544. arelle/examples/LoadValidateWebService.java +0 -34
  545. arelle/examples/SaveTableToExelle.py +0 -140
  546. arelle/examples/TR3toTR4.py +0 -88
  547. arelle/examples/plugin/bigInstance.py +0 -394
  548. arelle/examples/plugin/cmdWebServerExtension.py +0 -42
  549. arelle/examples/plugin/crashTest.py +0 -38
  550. arelle/examples/plugin/formulaSuiteConverter.py +0 -212
  551. arelle/examples/plugin/functionsCustom.py +0 -59
  552. arelle/examples/plugin/hello_dolly.py +0 -64
  553. arelle/examples/plugin/hello_i18n.pot +0 -26
  554. arelle/examples/plugin/hello_i18n.py +0 -32
  555. arelle/examples/plugin/importTestChild1.py +0 -21
  556. arelle/examples/plugin/importTestChild2.py +0 -22
  557. arelle/examples/plugin/importTestGrandchild1.py +0 -21
  558. arelle/examples/plugin/importTestGrandchild2.py +0 -21
  559. arelle/examples/plugin/importTestImported1.py +0 -23
  560. arelle/examples/plugin/importTestImported11.py +0 -22
  561. arelle/examples/plugin/importTestParent.py +0 -48
  562. arelle/examples/plugin/locale/fr/LC_MESSAGES/hello_i18n.po +0 -25
  563. arelle/examples/plugin/packagedImportTest/__init__.py +0 -47
  564. arelle/examples/plugin/packagedImportTest/importTestChild1.py +0 -21
  565. arelle/examples/plugin/packagedImportTest/importTestChild2.py +0 -22
  566. arelle/examples/plugin/packagedImportTest/importTestGrandchild1.py +0 -21
  567. arelle/examples/plugin/packagedImportTest/importTestGrandchild2.py +0 -21
  568. arelle/examples/plugin/packagedImportTest/importTestImported1.py +0 -24
  569. arelle/examples/plugin/packagedImportTest/importTestImported11.py +0 -21
  570. arelle/examples/plugin/packagedImportTest/subdir/importTestImported111.py +0 -21
  571. arelle/examples/plugin/packagedImportTest/subdir/subsubdir/importTestImported1111.py +0 -21
  572. arelle/examples/plugin/sakaCalendar.py +0 -215
  573. arelle/examples/plugin/saveInstanceInfoset.py +0 -121
  574. arelle/examples/plugin/streamingExtensions.py +0 -335
  575. arelle/examples/plugin/testcaseCalc11ValidateSetup.py +0 -32
  576. arelle/examples/plugin/testcaseIxExpectedHtmlFixup.py +0 -45
  577. arelle/examples/plugin/updateTableLB.py +0 -242
  578. arelle/examples/plugin/validate/XYZ/DisclosureSystems.py +0 -2
  579. arelle/examples/plugin/validate/XYZ/PluginValidationDataExtension.py +0 -10
  580. arelle/examples/plugin/validate/XYZ/ValidationPluginExtension.py +0 -49
  581. arelle/examples/plugin/validate/XYZ/__init__.py +0 -75
  582. arelle/examples/plugin/validate/XYZ/resources/config.xml +0 -16
  583. arelle/examples/plugin/validate/XYZ/rules/rules01.py +0 -109
  584. arelle/examples/plugin/validate/XYZ/rules/rules02.py +0 -58
  585. arelle/examples/plugin/validateSchemaLxml.py +0 -156
  586. arelle/examples/plugin/validateTableInfoset.py +0 -52
  587. arelle/examples/us-gaap-dei-docType-extraction-frm.xml +0 -90
  588. arelle/examples/us-gaap-dei-ratio-cash-frm.xml +0 -150
  589. arelle/plugin/functionsXmlCreation.py +0 -106
  590. arelle/plugin/instanceInfo.py +0 -306
  591. arelle/plugin/loadFromOIM-2018.py +0 -1282
  592. arelle/plugin/objectmaker.py +0 -285
  593. arelle/plugin/sphinx/FormulaGenerator.py +0 -823
  594. arelle/plugin/sphinx/SphinxContext.py +0 -404
  595. arelle/plugin/sphinx/SphinxEvaluator.py +0 -783
  596. arelle/plugin/sphinx/SphinxMethods.py +0 -1287
  597. arelle/plugin/sphinx/SphinxParser.py +0 -1093
  598. arelle/plugin/sphinx/SphinxValidator.py +0 -163
  599. arelle/plugin/sphinx/US-GAAP Ratios Example.xsr +0 -52
  600. arelle/plugin/sphinx/__init__.py +0 -285
  601. arelle/plugin/transforms/SEC/__init__.py +0 -308
  602. arelle/plugin/transforms/SEC/conf/README.md +0 -39
  603. arelle/plugin/transforms/SEC/conf/extractTestcase.sh +0 -2
  604. arelle/plugin/transforms/SEC/conf/extractTestcase.xsl +0 -109
  605. arelle/plugin/transforms/SEC/conf/runIxtSecTests.sh +0 -16
  606. arelle/plugin/transforms/SEC/conf/saxon9.jar +0 -0
  607. arelle/plugin/transforms/SEC/conf/testcase.xml +0 -7117
  608. arelle/plugin/transforms/SEC/conf/tests.xml +0 -848
  609. arelle/plugin/transforms/SEC/text2num.py +0 -110
  610. arelle/plugin/transforms/SEC/transformationRegistry/registry/ixt-sec-boolballotbox.xml +0 -66
  611. arelle/plugin/transforms/SEC/transformationRegistry/registry/ixt-sec-countrynameen.xml +0 -65
  612. arelle/plugin/transforms/SEC/transformationRegistry/registry/ixt-sec-datequarterend.xml +0 -66
  613. arelle/plugin/transforms/SEC/transformationRegistry/registry/ixt-sec-durday.xml +0 -61
  614. arelle/plugin/transforms/SEC/transformationRegistry/registry/ixt-sec-durhour.xml +0 -69
  615. arelle/plugin/transforms/SEC/transformationRegistry/registry/ixt-sec-durmonth.xml +0 -71
  616. arelle/plugin/transforms/SEC/transformationRegistry/registry/ixt-sec-durweek.xml +0 -70
  617. arelle/plugin/transforms/SEC/transformationRegistry/registry/ixt-sec-durwordsen.xml +0 -56
  618. arelle/plugin/transforms/SEC/transformationRegistry/registry/ixt-sec-duryear.xml +0 -64
  619. arelle/plugin/transforms/SEC/transformationRegistry/registry/ixt-sec-edgarprovcountryen.xml +0 -65
  620. arelle/plugin/transforms/SEC/transformationRegistry/registry/ixt-sec-entityfilercategoryen.xml +0 -63
  621. arelle/plugin/transforms/SEC/transformationRegistry/registry/ixt-sec-exchnameen.xml +0 -86
  622. arelle/plugin/transforms/SEC/transformationRegistry/registry/ixt-sec-numwordsen.xml +0 -55
  623. arelle/plugin/transforms/SEC/transformationRegistry/registry/ixt-sec-stateprovnameen.xml +0 -64
  624. arelle/plugin/transforms/SEC/transformationRegistry/registry/ixt-sec-yesnoballotbox.xml +0 -66
  625. arelle/plugin/transforms/SEC/transformationRegistry/registry/transform-registry.xml +0 -314
  626. arelle/plugin/transforms/SEC/transformationRegistry/schema/inlinexbrl-sec-transformation.xsd +0 -418
  627. arelle/plugin/validate/EFM/Consts.py +0 -362
  628. arelle/plugin/validate/EFM/DTS.py +0 -569
  629. arelle/plugin/validate/EFM/Dimensions.py +0 -264
  630. arelle/plugin/validate/EFM/Document.py +0 -206
  631. arelle/plugin/validate/EFM/Filing.py +0 -4383
  632. arelle/plugin/validate/EFM/IsolateSeparateIXDSes.py +0 -19
  633. arelle/plugin/validate/EFM/MessageNumericId.py +0 -142
  634. arelle/plugin/validate/EFM/PreCalAlignment.py +0 -324
  635. arelle/plugin/validate/EFM/Util.py +0 -688
  636. arelle/plugin/validate/EFM/__init__.py +0 -843
  637. arelle/plugin/validate/EFM/config.xml +0 -333
  638. arelle/plugin/validate/EFM/resources/README.md +0 -57
  639. arelle/plugin/validate/EFM/resources/axiswarnings.json +0 -27
  640. arelle/plugin/validate/EFM/resources/cef-deprecated-concepts.json +0 -8
  641. arelle/plugin/validate/EFM/resources/country-deprecated-concepts.json +0 -19
  642. arelle/plugin/validate/EFM/resources/currency-deprecated-concepts.json +0 -7
  643. arelle/plugin/validate/EFM/resources/dei-deprecated-concepts.json +0 -8
  644. arelle/plugin/validate/EFM/resources/dei-validations.json +0 -2884
  645. arelle/plugin/validate/EFM/resources/dqc-us-rules.json +0 -1389
  646. arelle/plugin/validate/EFM/resources/ecd-deprecated-concepts.json +0 -1
  647. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-16-4.xml +0 -115
  648. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-17-0-4.xml +0 -300
  649. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-17-1.xml +0 -304
  650. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-17-2.xml +0 -290
  651. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-17-3-1.xml +0 -294
  652. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-18.1.xml +0 -549
  653. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-18.2.xml +0 -506
  654. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-18.3.xml +0 -496
  655. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-19-1.xml +0 -662
  656. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-19-2.xml +0 -3761
  657. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-19-3.xml +0 -3577
  658. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-20-1.xml +0 -4020
  659. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-20-2.xml +0 -3320
  660. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-20-3.xml +0 -2998
  661. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-2012.xml +0 -957
  662. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-2013.xml +0 -982
  663. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-2014.xml +0 -1001
  664. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-2015.xml +0 -1076
  665. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-2016.xml +0 -120
  666. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-21-1.xml +0 -3329
  667. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-21-2.xml +0 -1230
  668. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-21-3.xml +0 -1113
  669. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-21-4.xml +0 -1321
  670. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-22-1-preview.xml +0 -1721
  671. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-22-1.xml +0 -1841
  672. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-22-2-2.xml +0 -1450
  673. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-22-2.xml +0 -1429
  674. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-22-4.xml +0 -1527
  675. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-23-1-1.xml +0 -2049
  676. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-23-1.xml +0 -2065
  677. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-23-2.xml +0 -1674
  678. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-23-3.xml +0 -1715
  679. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-all-years.xml +0 -10671
  680. arelle/plugin/validate/EFM/resources/edgartaxonomies/erxl.xsd +0 -69
  681. arelle/plugin/validate/EFM/resources/edgartaxonomies/extendedtaxonomies-all-years.xml +0 -18
  682. arelle/plugin/validate/EFM/resources/edgartaxonomies/ifrs-taxonomies.xml +0 -3126
  683. arelle/plugin/validate/EFM/resources/edgartaxonomies/ifrstaxonomies-all-years.xml +0 -22
  684. arelle/plugin/validate/EFM/resources/ex26-validations.json +0 -255
  685. arelle/plugin/validate/EFM/resources/exch-deprecated-concepts.json +0 -163
  686. arelle/plugin/validate/EFM/resources/ifrs-full-deprecated-concepts.json +0 -204
  687. arelle/plugin/validate/EFM/resources/invest-deprecated-concepts.json +0 -99
  688. arelle/plugin/validate/EFM/resources/ixbrl-transform-registries.json +0 -16
  689. arelle/plugin/validate/EFM/resources/naics-deprecated-concepts.json +0 -295
  690. arelle/plugin/validate/EFM/resources/oef-deprecated-concepts.json +0 -59
  691. arelle/plugin/validate/EFM/resources/other-standard-taxonomies.json +0 -12
  692. arelle/plugin/validate/EFM/resources/rr-deprecated-concepts.json +0 -14
  693. arelle/plugin/validate/EFM/resources/rxp-deprecated-concepts.json +0 -1
  694. arelle/plugin/validate/EFM/resources/shr-deprecated-concepts.json +0 -1
  695. arelle/plugin/validate/EFM/resources/sic-deprecated-concepts.json +0 -1
  696. arelle/plugin/validate/EFM/resources/signwarnings.json +0 -112
  697. arelle/plugin/validate/EFM/resources/srt-deprecated-concepts.json +0 -1
  698. arelle/plugin/validate/EFM/resources/stpr-deprecated-concepts.json +0 -1
  699. arelle/plugin/validate/EFM/resources/taxonomy-compatibility.json +0 -79
  700. arelle/plugin/validate/EFM/resources/us-gaap-deprecated-concepts.json +0 -2886
  701. arelle/plugin/validate/EFM/resources/us-gaap-rels-2020.json +0 -29068
  702. arelle/plugin/validate/EFM/resources/us-gaap-rels-2021.json +0 -29598
  703. arelle/plugin/validate/EFM/resources/us-gaap-rels-2022.json +0 -29141
  704. arelle/plugin/validate/EFM/resources/us-gaap-rels-2023.json +0 -29400
  705. arelle/plugin/validate/EFM/resources/vip-deprecated-concepts.json +0 -1
  706. arelle/plugin/validate/EFM/tools/CheckTxmyRefs.py +0 -180
  707. arelle/plugin/validate/EFM-htm/Const.py +0 -205
  708. arelle/plugin/validate/EFM-htm/__init__.py +0 -217
  709. arelle/plugin/validate/EFM-htm/config.xml +0 -17
  710. arelle/plugin/validate/EFM-htm/resources/efm-htm.dtd +0 -664
  711. arelle/plugin/validate/ESEF/ESEF_Current/Image.py +0 -199
  712. arelle/plugin/validate/ESEF_2022/__init__.py +0 -47
  713. arelle/plugin/validate/GFM/__init__.py +0 -59
  714. arelle/plugin/validate/GFM/config.xml +0 -82
  715. arelle/plugin/validate/SBRnl/CustomLoader.py +0 -19
  716. arelle/plugin/validate/SBRnl/DTS.py +0 -305
  717. arelle/plugin/validate/SBRnl/Dimensions.py +0 -357
  718. arelle/plugin/validate/SBRnl/Document.py +0 -799
  719. arelle/plugin/validate/SBRnl/Filing.py +0 -467
  720. arelle/plugin/validate/SBRnl/__init__.py +0 -75
  721. arelle/plugin/validate/SBRnl/config.xml +0 -26
  722. arelle/plugin/validate/SBRnl/sbr-nl-taxonomies.xml +0 -754
  723. arelle/plugin/validate/USBestPractices.py +0 -570
  724. arelle/plugin/validate/USCorpAction.py +0 -557
  725. arelle/plugin/validate/USSecTagging.py +0 -337
  726. arelle/plugin/validate/XDC/__init__.py +0 -77
  727. arelle/plugin/validate/XDC/config.xml +0 -20
  728. arelle/plugin/validate/XFsyntax/__init__.py +0 -64
  729. arelle/plugin/validate/XFsyntax/xf.py +0 -2227
  730. arelle/plugin/validate/__init__.py +0 -20
  731. arelle/plugin/validate/calc2.py +0 -536
  732. arelle/plugin/validateSBRnl.py +0 -530
  733. arelle/scripts-macOS/startWebServer.command +0 -3
  734. arelle/scripts-unix/startWebServer.sh +0 -1
  735. arelle/scripts-windows/startWebServer.bat +0 -5
  736. arelle_release-2.17.1.dist-info/RECORD +0 -676
  737. tests/__init__.py +0 -0
  738. tests/integration_tests/ui_tests/ArelleGUITest/ArelleGUITest/ArelleGUITest.csproj +0 -30
  739. tests/integration_tests/ui_tests/ArelleGUITest/ArelleGUITest/Tests.cs +0 -381
  740. tests/integration_tests/ui_tests/ArelleGUITest/ArelleGUITest/Usings.cs +0 -1
  741. tests/integration_tests/ui_tests/ArelleGUITest/ArelleGUITest.sln +0 -31
  742. tests/integration_tests/ui_tests/resources/workiva.zip +0 -0
  743. tests/integration_tests/validation/README.md +0 -50
  744. tests/integration_tests/validation/conformance_suite_config.py +0 -59
  745. tests/integration_tests/validation/conformance_suite_configs.py +0 -63
  746. tests/integration_tests/validation/conformance_suite_configurations/efm_current.py +0 -261
  747. tests/integration_tests/validation/conformance_suite_configurations/esef_ixbrl_2021.py +0 -85
  748. tests/integration_tests/validation/conformance_suite_configurations/esef_ixbrl_2022.py +0 -90
  749. tests/integration_tests/validation/conformance_suite_configurations/esef_xhtml_2021.py +0 -15
  750. tests/integration_tests/validation/conformance_suite_configurations/esef_xhtml_2022.py +0 -15
  751. tests/integration_tests/validation/conformance_suite_configurations/nl_nt16.py +0 -13
  752. tests/integration_tests/validation/conformance_suite_configurations/nl_nt17.py +0 -13
  753. tests/integration_tests/validation/conformance_suite_configurations/nl_nt18.py +0 -13
  754. tests/integration_tests/validation/conformance_suite_configurations/xbrl_2_1.py +0 -34
  755. tests/integration_tests/validation/conformance_suite_configurations/xbrl_calculations_1_1.py +0 -40
  756. tests/integration_tests/validation/conformance_suite_configurations/xbrl_dimensions_1_0.py +0 -28
  757. tests/integration_tests/validation/conformance_suite_configurations/xbrl_extensible_enumerations_1_0.py +0 -10
  758. tests/integration_tests/validation/conformance_suite_configurations/xbrl_extensible_enumerations_2_0.py +0 -10
  759. tests/integration_tests/validation/conformance_suite_configurations/xbrl_formula_1_0.py +0 -9
  760. tests/integration_tests/validation/conformance_suite_configurations/xbrl_formula_1_0_assertion_severity_2_0.py +0 -9
  761. tests/integration_tests/validation/conformance_suite_configurations/xbrl_formula_1_0_function_registry.py +0 -14
  762. tests/integration_tests/validation/conformance_suite_configurations/xbrl_ixbrl_1_1.py +0 -22
  763. tests/integration_tests/validation/conformance_suite_configurations/xbrl_link_role_registry_1_0.py +0 -11
  764. tests/integration_tests/validation/conformance_suite_configurations/xbrl_oim_1_0.py +0 -19
  765. tests/integration_tests/validation/conformance_suite_configurations/xbrl_table_linkbase_1_0.py +0 -296
  766. tests/integration_tests/validation/conformance_suite_configurations/xbrl_taxonomy_packages_1_0.py +0 -13
  767. tests/integration_tests/validation/conformance_suite_configurations/xbrl_transformation_registry_3.py +0 -13
  768. tests/integration_tests/validation/conformance_suite_configurations/xbrl_transformation_registry_4.py +0 -13
  769. tests/integration_tests/validation/conformance_suite_configurations/xbrl_transformation_registry_5.py +0 -13
  770. tests/integration_tests/validation/conformance_suite_configurations/xbrl_utr_malformed_1_0.py +0 -31
  771. tests/integration_tests/validation/conformance_suite_configurations/xbrl_utr_registry_1_0.py +0 -22
  772. tests/integration_tests/validation/conformance_suite_configurations/xbrl_utr_structure_1_0.py +0 -18
  773. tests/integration_tests/validation/conftest.py +0 -24
  774. tests/integration_tests/validation/discover_tests.py +0 -22
  775. tests/integration_tests/validation/download_conformance_suites.py +0 -47
  776. tests/integration_tests/validation/run_conformance_suites.py +0 -175
  777. tests/integration_tests/validation/test_conformance_suites.py +0 -14
  778. tests/integration_tests/validation/validation_util.py +0 -271
  779. tests/resources/conformance_suites/nl_nt16/br_kvk/2-04-invalid-period.xbrl +0 -63
  780. tests/resources/conformance_suites/nl_nt16/br_kvk/2-04-testcase.xml +0 -22
  781. tests/resources/conformance_suites/nl_nt16/br_kvk/3-01-missing.xbrl +0 -53
  782. tests/resources/conformance_suites/nl_nt16/br_kvk/3-01-multiple.xbrl +0 -60
  783. tests/resources/conformance_suites/nl_nt16/br_kvk/3-01-testcase.xml +0 -33
  784. tests/resources/conformance_suites/nl_nt16/br_kvk/4-07-invalid.xbrl +0 -57
  785. tests/resources/conformance_suites/nl_nt16/br_kvk/4-07-testcase.xml +0 -22
  786. tests/resources/conformance_suites/nl_nt16/br_kvk/4-10-invalid.xbrl +0 -58
  787. tests/resources/conformance_suites/nl_nt16/br_kvk/4-10-testcase.xml +0 -22
  788. tests/resources/conformance_suites/nl_nt16/br_kvk/4-12-invalid.xbrl +0 -63
  789. tests/resources/conformance_suites/nl_nt16/br_kvk/4-12-testcase.xml +0 -22
  790. tests/resources/conformance_suites/nl_nt16/br_kvk/4-16-missing.xbrl +0 -61
  791. tests/resources/conformance_suites/nl_nt16/br_kvk/4-16-testcase.xml +0 -22
  792. tests/resources/conformance_suites/nl_nt16/br_kvk/4-20-invalid-date.xbrl +0 -89
  793. tests/resources/conformance_suites/nl_nt16/br_kvk/4-20-testcase.xml +0 -22
  794. tests/resources/conformance_suites/nl_nt16/fr_kvk/1-01-invalid-file-extension.xml +0 -56
  795. tests/resources/conformance_suites/nl_nt16/fr_kvk/1-01-testcase.xml +0 -22
  796. tests/resources/conformance_suites/nl_nt16/fr_kvk/2-01-invalid-lang.xbrl +0 -56
  797. tests/resources/conformance_suites/nl_nt16/fr_kvk/2-01-missing-lang.xbrl +0 -55
  798. tests/resources/conformance_suites/nl_nt16/fr_kvk/2-01-testcase.xml +0 -33
  799. tests/resources/conformance_suites/nl_nt16/fr_kvk/2-03-entrypoint.xsd +0 -6
  800. tests/resources/conformance_suites/nl_nt16/fr_kvk/2-03-invalid-entrypoint.xbrl +0 -63
  801. tests/resources/conformance_suites/nl_nt16/fr_kvk/2-03-testcase.xml +0 -22
  802. tests/resources/conformance_suites/nl_nt16/fr_kvk/5-01-invalid-decimals.xbrl +0 -49
  803. tests/resources/conformance_suites/nl_nt16/fr_kvk/5-01-testcase.xml +0 -22
  804. tests/resources/conformance_suites/nl_nt16/fr_kvk/5-02-invalid-decimals.xbrl +0 -49
  805. tests/resources/conformance_suites/nl_nt16/fr_kvk/5-02-testcase.xml +0 -22
  806. tests/resources/conformance_suites/nl_nt16/fr_nl/1-01-invalid-file.xbrl +0 -2
  807. tests/resources/conformance_suites/nl_nt16/fr_nl/1-01-invalid-zip.zip +0 -0
  808. tests/resources/conformance_suites/nl_nt16/fr_nl/1-01-testcase.xml +0 -33
  809. tests/resources/conformance_suites/nl_nt16/fr_nl/1-03-invalid-doctype.xbrl +0 -4
  810. tests/resources/conformance_suites/nl_nt16/fr_nl/1-03-testcase.xml +0 -22
  811. tests/resources/conformance_suites/nl_nt16/fr_nl/1-05-invalid-encoding.xbrl +0 -0
  812. tests/resources/conformance_suites/nl_nt16/fr_nl/1-05-testcase.xml +0 -22
  813. tests/resources/conformance_suites/nl_nt16/fr_nl/1-06-testcase.xml +0 -22
  814. tests/resources/conformance_suites/nl_nt16/fr_nl/1-06.invalid.xbrl +0 -2
  815. tests/resources/conformance_suites/nl_nt16/fr_nl/2-06-invalid-file.xbrl +0 -8
  816. tests/resources/conformance_suites/nl_nt16/fr_nl/2-06-invalid-zip.zip +0 -0
  817. tests/resources/conformance_suites/nl_nt16/fr_nl/2-06-testcase.xml +0 -33
  818. tests/resources/conformance_suites/nl_nt16/index.xml +0 -20
  819. tests/resources/conformance_suites/nl_nt17/br_kvk/2-04-invalid-period.xbrl +0 -63
  820. tests/resources/conformance_suites/nl_nt17/br_kvk/2-04-testcase.xml +0 -22
  821. tests/resources/conformance_suites/nl_nt17/br_kvk/3-01-missing.xbrl +0 -53
  822. tests/resources/conformance_suites/nl_nt17/br_kvk/3-01-multiple.xbrl +0 -60
  823. tests/resources/conformance_suites/nl_nt17/br_kvk/3-01-testcase.xml +0 -33
  824. tests/resources/conformance_suites/nl_nt17/br_kvk/4-07-invalid.xbrl +0 -57
  825. tests/resources/conformance_suites/nl_nt17/br_kvk/4-07-testcase.xml +0 -22
  826. tests/resources/conformance_suites/nl_nt17/br_kvk/4-10-invalid.xbrl +0 -58
  827. tests/resources/conformance_suites/nl_nt17/br_kvk/4-10-testcase.xml +0 -22
  828. tests/resources/conformance_suites/nl_nt17/br_kvk/4-12-invalid.xbrl +0 -63
  829. tests/resources/conformance_suites/nl_nt17/br_kvk/4-12-testcase.xml +0 -22
  830. tests/resources/conformance_suites/nl_nt17/br_kvk/4-16-missing.xbrl +0 -61
  831. tests/resources/conformance_suites/nl_nt17/br_kvk/4-16-testcase.xml +0 -22
  832. tests/resources/conformance_suites/nl_nt17/br_kvk/4-20-invalid-date.xbrl +0 -89
  833. tests/resources/conformance_suites/nl_nt17/br_kvk/4-20-testcase.xml +0 -22
  834. tests/resources/conformance_suites/nl_nt17/fr_kvk/1-01-invalid-file-extension.xml +0 -56
  835. tests/resources/conformance_suites/nl_nt17/fr_kvk/1-01-testcase.xml +0 -22
  836. tests/resources/conformance_suites/nl_nt17/fr_kvk/2-01-invalid-lang.xbrl +0 -56
  837. tests/resources/conformance_suites/nl_nt17/fr_kvk/2-01-missing-lang.xbrl +0 -55
  838. tests/resources/conformance_suites/nl_nt17/fr_kvk/2-01-testcase.xml +0 -33
  839. tests/resources/conformance_suites/nl_nt17/fr_kvk/2-03-entrypoint.xsd +0 -6
  840. tests/resources/conformance_suites/nl_nt17/fr_kvk/2-03-invalid-entrypoint.xbrl +0 -63
  841. tests/resources/conformance_suites/nl_nt17/fr_kvk/2-03-testcase.xml +0 -22
  842. tests/resources/conformance_suites/nl_nt17/fr_kvk/5-01-invalid-decimals.xbrl +0 -49
  843. tests/resources/conformance_suites/nl_nt17/fr_kvk/5-01-testcase.xml +0 -22
  844. tests/resources/conformance_suites/nl_nt17/fr_kvk/5-02-invalid-decimals.xbrl +0 -49
  845. tests/resources/conformance_suites/nl_nt17/fr_kvk/5-02-testcase.xml +0 -22
  846. tests/resources/conformance_suites/nl_nt17/fr_nl/1-01-invalid-file.xbrl +0 -2
  847. tests/resources/conformance_suites/nl_nt17/fr_nl/1-01-invalid-zip.zip +0 -0
  848. tests/resources/conformance_suites/nl_nt17/fr_nl/1-01-testcase.xml +0 -33
  849. tests/resources/conformance_suites/nl_nt17/fr_nl/1-03-invalid-doctype.xbrl +0 -4
  850. tests/resources/conformance_suites/nl_nt17/fr_nl/1-03-testcase.xml +0 -22
  851. tests/resources/conformance_suites/nl_nt17/fr_nl/1-05-invalid-encoding.xbrl +0 -0
  852. tests/resources/conformance_suites/nl_nt17/fr_nl/1-05-testcases.xml +0 -22
  853. tests/resources/conformance_suites/nl_nt17/fr_nl/1-06-testcase.xml +0 -22
  854. tests/resources/conformance_suites/nl_nt17/fr_nl/1-06.invalid.xbrl +0 -2
  855. tests/resources/conformance_suites/nl_nt17/fr_nl/2-06-invalid-file.xbrl +0 -8
  856. tests/resources/conformance_suites/nl_nt17/fr_nl/2-06-invalid-zip.zip +0 -0
  857. tests/resources/conformance_suites/nl_nt17/fr_nl/2-06-testcase.xml +0 -33
  858. tests/resources/conformance_suites/nl_nt17/index.xml +0 -20
  859. tests/resources/conformance_suites/nl_nt18/fr_nl/1-03-invalid-doctype.xbrl +0 -4
  860. tests/resources/conformance_suites/nl_nt18/fr_nl/1-03-testcase.xml +0 -22
  861. tests/resources/conformance_suites/nl_nt18/fr_nl/1-05-invalid-encoding.xbrl +0 -0
  862. tests/resources/conformance_suites/nl_nt18/fr_nl/1-05-testcases.xml +0 -22
  863. tests/resources/conformance_suites/nl_nt18/fr_nl/1-06-testcase.xml +0 -22
  864. tests/resources/conformance_suites/nl_nt18/fr_nl/1-06.invalid.xbrl +0 -2
  865. tests/resources/conformance_suites/nl_nt18/fr_nl/1.01-invalid-file.xbrl +0 -2
  866. tests/resources/conformance_suites/nl_nt18/fr_nl/1.01-invalid-zip.zip +0 -0
  867. tests/resources/conformance_suites/nl_nt18/fr_nl/1.01-testcase.xml +0 -33
  868. tests/resources/conformance_suites/nl_nt18/fr_nl/2-06-invalid-file.xbrl +0 -8
  869. tests/resources/conformance_suites/nl_nt18/fr_nl/2-06-invalid-zip.zip +0 -0
  870. tests/resources/conformance_suites/nl_nt18/fr_nl/2-06-testcase.xml +0 -33
  871. tests/resources/conformance_suites/nl_nt18/index.xml +0 -8
  872. tests/unit_tests/arelle/conftest.py +0 -16
  873. tests/unit_tests/arelle/formula/test_fact_aspects_cache.py +0 -170
  874. tests/unit_tests/arelle/plugin/test_loadfromoim.py +0 -40
  875. tests/unit_tests/arelle/plugin/test_plugin_imports.py +0 -27
  876. tests/unit_tests/arelle/test_betafeatures.py +0 -81
  877. tests/unit_tests/arelle/test_cntlr.py +0 -28
  878. tests/unit_tests/arelle/test_import.py +0 -40
  879. tests/unit_tests/arelle/test_locale.py +0 -73
  880. tests/unit_tests/arelle/test_modelmanager.py +0 -15
  881. tests/unit_tests/arelle/test_packagemanager.py +0 -65
  882. tests/unit_tests/arelle/test_pluginmanager.py +0 -176
  883. tests/unit_tests/arelle/test_qname.py +0 -140
  884. tests/unit_tests/arelle/test_runtimeoptions.py +0 -56
  885. tests/unit_tests/arelle/test_system_info.py +0 -26
  886. tests/unit_tests/arelle/test_updater.py +0 -507
  887. tests/unit_tests/arelle/test_urlutil.py +0 -49
  888. tests/unit_tests/arelle/test_version.py +0 -46
  889. tests/unit_tests/arelle/utils/validate/test_decorator.py +0 -59
  890. /arelle/{examples/plugin/validate/XYZ → plugin/validate/EDINET}/rules/__init__.py +0 -0
  891. /arelle/plugin/validate/{HMRC → UK}/consistencyChecksByName.json +0 -0
  892. /arelle/plugin/validate/{HMRC → UK}/hmrc-taxonomies.xml +0 -0
  893. {arelle_release-2.17.1.dist-info → arelle_release-2.37.71.dist-info}/entry_points.txt +0 -0
@@ -0,0 +1,2039 @@
1
+ <!-- manual page source format generated by PolyglotMan v3.0.8+X.Org, -->
2
+ <!-- available at http://polyglotman.sourceforge.net/ -->
3
+
4
+ <html>
5
+ <head>
6
+ <title>man page(1) manual page</title>
7
+ </head>
8
+ <body bgcolor='#efefef' text='black' link='blue' vlink='#551A8B' alink='red'>
9
+ <a href='#toc'>Table of Contents</a><p>
10
+ ______________________________________________________________________________
11
+
12
+ <p>
13
+ <h2><a name='sect0' href='#toc0'><b>Name</b></a></h2>
14
+
15
+ <p>
16
+ table - Create and manipulate tables
17
+
18
+ <p>
19
+ <h2><a name='sect1' href='#toc1'><b>Synopsis</b></a></h2>
20
+
21
+ <p>
22
+ <b>table</b> <i>pathName</i> ?<i>options</i>?
23
+
24
+ <p>
25
+ <h2><a name='sect2' href='#toc2'><b>Standard</b> <b>Options</b></a></h2>
26
+
27
+
28
+ <dl>
29
+
30
+ <dt><b>-anchor</b> </dt></dt>
31
+ <dd> <b>-background</b> <b>-cursor</b>
32
+ </dd>
33
+
34
+ <dt><b>-exportselection</b> </dt></dt>
35
+ <dd> <b>-font</b> <b>-foreground</b>
36
+ </dd>
37
+
38
+ <dt><b>-highlightbackground</b> </dt></dt>
39
+ <dd> <b>-highlightcolor</b> <b>-highlightthickness</b>
40
+ </dd>
41
+
42
+ <dt><b>-insertbackground</b> </dt></dt>
43
+ <dd> <b>-insertborderwidth-insertofftime</b>
44
+ <b>-insertontime</b> <b>-insertwidth</b> <b>-invertselected</b>
45
+ </dd>
46
+
47
+ <dt><b>-relief</b> </dt></dt>
48
+ <dd> <b>-takefocus</b> <b>-xscrollcommand</b>
49
+ <b>-yscrollcommand</b>
50
+
51
+ <p></dd>
52
+ </dl>
53
+ <p>
54
+ See the <b>options</b> manual entry for details on the standard options.
55
+
56
+ <p>
57
+ <h2><a name='sect3' href='#toc3'><b>Widget-specific</b> <b>Options</b></a></h2>
58
+
59
+ <p>
60
+ Command-Line Name:<b>-autoclear</b><br>
61
+
62
+ Database Name: <b>autoClear</b><br>
63
+
64
+ Database Class: <b>AutoClear</b>
65
+
66
+ <p><p>
67
+ A boolean value which specifies whether the first keypress in a
68
+ cell will delete whatever text was previously there. Defaults
69
+ to 0.
70
+
71
+ <p><p>
72
+ Command-Line Name:<b>-bordercursor</b><br>
73
+
74
+ Database Name: <b>borderCursor</b><br>
75
+
76
+ Database Class: <b>Cursor</b>
77
+
78
+ <p><p>
79
+ Specifies the name of the cursor to show when over borders, a
80
+ visual indication that interactive resizing is allowed (it is
81
+ thus affect by the value of -resizeborders). Defaults to
82
+ <i>crosshair</i>.
83
+
84
+ <p><p>
85
+ Command-Line Name:<b>-borderwidth</b> <b>or</b> <b>-bd</b><br>
86
+
87
+ Database Name: <b>borderWidth</b><br>
88
+
89
+ Database Class: <b>BorderWidth</b>
90
+
91
+ <p><p>
92
+ Specifies a non-negative pixel value or list of values indicating
93
+ the width of the 3-D border to draw on interior table cells
94
+ (if such a border is being drawn; the <b>relief</b> option typically
95
+ determines this). If one value is specified, a rectangle of
96
+ this width will be drawn. If two values are specified, then
97
+ only the left and right edges of the cell will have borders. If
98
+ four values are specified, then the values correspond to the
99
+ {left right top bottom} edges. This can be overridden by the a
100
+ tag's borderwidth option. It can also be affected by the
101
+ defined <b>-drawmode</b> for the table. Each value in the list must
102
+ have one of the forms acceptable to <b>Tk_GetPixels</b>.
103
+
104
+ <p><p>
105
+ Command-Line Name:<b>-browsecommand</b> <b>or</b> <b>-browsecmd</b>
106
+ Database Name: <b>browseCommand</b><br>
107
+
108
+ Database Class: <b>BrowseCommand</b>
109
+
110
+ <p><p>
111
+ Specifies a command which will be evaluated anytime the active
112
+ cell changes. It uses the %-substition model described in COMMAND
113
+ SUBSTITUTION below. Any changes to the active cell while
114
+ the command is running are ignored to prevent recursion.
115
+
116
+ <p><p>
117
+ Command-Line Name:<b>-cache</b><br>
118
+
119
+ Database Name: <b>cache</b><br>
120
+
121
+ Database Class: <b>Cache</b>
122
+
123
+ <p><p>
124
+ A boolean value that specifies whether an internal cache of the
125
+ table contents should be kept. This greatly enhances speed performance
126
+ when used with <b>-command</b> but uses extra memory. Can
127
+ maintain state when both <b>-command</b> and <b>-variable</b> are empty. The
128
+ cache is automatically flushed whenever the value of <b>-cache</b> or
129
+ <b>-variable</b> changes, otherwise you have to explicitly call <b>clear</b>
130
+ on it. Defaults to off.
131
+
132
+ <p><p>
133
+ Command-Line Name:<b>-colorigin</b><br>
134
+
135
+ Database Name: <b>colOrigin</b><br>
136
+
137
+ Database Class: <b>Origin</b>
138
+
139
+ <p><p>
140
+ Specifies what column index to interpret as the leftmost column
141
+ in the table. This value is used for user indices in the table.
142
+ Defaults to 0.
143
+
144
+ <p><p>
145
+ Command-Line Name:<b>-cols</b><br>
146
+
147
+ Database Name: <b>cols</b><br>
148
+
149
+ Database Class: <b>Cols</b>
150
+
151
+ <p><p>
152
+ Number of cols in the table. Defaults to 10.
153
+
154
+ <p><p>
155
+ Command-Line Name:<b>-colseparator</b><br>
156
+
157
+ Database Name: <b>colSeparator</b><br>
158
+
159
+ Database Class: <b>Separator</b>
160
+
161
+ <p><p>
162
+ Specifies a separator character that will be interpreted as the
163
+ column separator when cutting or pasting data in a table. By
164
+ default, columns are separated as elements of a tcl list.
165
+
166
+ <p><p>
167
+ Command-Line Name:<b>-colstretchmode</b><br>
168
+
169
+ Database Name: <b>colStretchMode</b><br>
170
+
171
+ Database Class: <b>StretchMode</b>
172
+
173
+ <p><p>
174
+ Specifies one of the following stretch modes for columns to fill
175
+ extra allocated window space:
176
+
177
+ <p><p>
178
+ <b>none</b> Columns will not stretch to fill the assigned window
179
+ space. If the columns are too narrow, there will be a
180
+ blank space at the right of the table. This is the
181
+ default.
182
+
183
+ <p><p>
184
+ <b>unset</b> Only columns that do not have a specific width set will
185
+ be stretched.
186
+
187
+ <p>
188
+ <dl>
189
+
190
+ <dt><b>all</b> </dt></dt>
191
+ <dd> All columns will be stretched by the same number of pixels
192
+ to fill the window space allocated to the table.
193
+ This mode can interfere with interactive border resizing
194
+ which tries to force column width.
195
+
196
+ <p></dd>
197
+ </dl>
198
+ <p>
199
+ <b>last</b> The last column will be stretched to fill the window
200
+ space allocated to the table.
201
+
202
+ <p><p>
203
+ <b>fill</b> (only valid for <b>-rowstretch</b> currently)
204
+ The table will get more or less columns according to the
205
+ window space allocated to the table. This mode has
206
+ numerous quirks and may disappear in the future.
207
+
208
+ <p><p>
209
+ Command-Line Name:<b>-coltagcommand</b><br>
210
+
211
+ Database Name: <b>colTagCommand</b><br>
212
+
213
+ Database Class: <b>TagCommand</b>
214
+
215
+ <p><p>
216
+ Provides the name of a procedure that will be evaluated by the
217
+ widget to determine the tag to be used for a given column. When
218
+ displaying a cell, the table widget will first check to see if a
219
+ tag has been defined using the <b>tag</b> <b>col</b> widget method. If no tag
220
+ is found, it will evaluate the named procedure passing the column
221
+ number in question as the sole argument. The procedure is
222
+ expected to return the name of a tag to use, or a null string.
223
+ Errors occurring during the evaluation of the procedure, or the
224
+ return of an invalid tag name are silently ignored.
225
+
226
+ <p><p>
227
+ Command-Line Name:<b>-colwidth</b><br>
228
+
229
+ Database Name: <b>colWidth</b><br>
230
+
231
+ Database Class: <b>ColWidth</b>
232
+
233
+ <p><p>
234
+ Default column width, interpreted as characters in the default
235
+ font when the number is positive, or pixels if it is negative.
236
+ Defaults to 10.
237
+
238
+ <p><p>
239
+ Command-Line Name:<b>-command</b><br>
240
+
241
+ Database Name: <b>command</b><br>
242
+
243
+ Database Class: <b>Command</b>
244
+
245
+ <p><p>
246
+ Specified a command to use as a procedural interface to cell
247
+ values. If <b>-usecommand</b> is true, this command will be used
248
+ instead of any reference to the <b>-variable</b> array. When retrieving
249
+ cell values, the return value of the command is used as the
250
+ value for the cell. It uses the %-substition model described in
251
+ COMMAND SUBSTITUTION below.
252
+
253
+ <p><p>
254
+ Command-Line Name:<b>-drawmode</b><br>
255
+
256
+ Database Name: <b>drawMode</b><br>
257
+
258
+ Database Class: <b>DrawMode</b>
259
+
260
+ <p><p>
261
+ Sets the table drawing mode to one of the following options:
262
+
263
+ <p><p>
264
+ <b>slow</b> The table is drawn to an offscreen pixmap using the Tk
265
+ bordering functions (double-buffering). This means there
266
+ will be no flashing, but this mode is slow for larger
267
+ tables.
268
+
269
+ <p><p>
270
+ <b>compatible</b><br>
271
+
272
+ The table is drawn directly to the screen using the Tk
273
+ border functions. It is faster, but the screen may flash
274
+ on update. This is the default.
275
+
276
+ <p>
277
+ <dl>
278
+
279
+ <dt><b>fast</b> </dt></dt>
280
+ <dd>The table is drawn directly to the screen and the borders
281
+ are done with fast X calls, so they are always one pixel
282
+ wide only. As a side effect, it restricts <b>-borderwidth</b>
283
+ to a range of 0 or 1. This mode provides best performance
284
+ for large tables, but can flash on redraw and is
285
+ not 100% Tk compatible on the border mode.
286
+
287
+ <p></dd>
288
+ </dl>
289
+ <p>
290
+ <b>single</b> The table is drawn to the screen as in fast mode, but
291
+ only single pixel lines are drawn (not square borders).
292
+
293
+ <p><p>
294
+ Command-Line Name:<b>-ellipsis</b><br>
295
+
296
+ Database Name: <b>ellipsis</b><br>
297
+
298
+ Database Class: <b>Ellipsis</b>
299
+
300
+ <p><p>
301
+ This specifies a string to display at the end of a line that
302
+ would be clipped by its cell, like ``...''. An ellipsis will be
303
+ displayed only on non-wrapping, non-multiline cells that would
304
+ be clipped. The ellipsis will display on the left for east
305
+ anchored cells, otherwise it displays on the right. Defaults to
306
+  (no ellipsis).
307
+
308
+ <p><p>
309
+ Command-Line Name:<b>-flashmode</b><br>
310
+
311
+ Database Name: <b>flashMode</b><br>
312
+
313
+ Database Class: <b>FlashMode</b>
314
+
315
+ <p><p>
316
+ A boolean value which specifies whether cells should flash when
317
+ their value changes. The table tag <b>flash</b> will be applied to
318
+ these cells for the duration specified by <b>-flashtime</b>. Defaults
319
+ to 0.
320
+
321
+ <p><p>
322
+ Command-Line Name:<b>-flashtime</b><br>
323
+
324
+ Database Name: <b>flashTime</b><br>
325
+
326
+ Database Class: <b>FlashTime</b>
327
+
328
+ <p><p>
329
+ The amount of time, in 1/4 second increments, for which a cell
330
+ should flash when its value has changed. <b>-flashmode</b> must be on.
331
+ Defaults to 2.
332
+
333
+ <p><p>
334
+ Command-Line Name:<b>-height</b><br>
335
+
336
+ Database Name: <b>height</b><br>
337
+
338
+ Database Class: <b>Height</b>
339
+
340
+ <p><p>
341
+ Specifies the desired height for the window, in rows. If zero
342
+ or less, then the desired height for the window is made just
343
+ large enough to hold all the rows in the table. The height can
344
+ be further limited by <b>-maxheight</b>.
345
+
346
+ <p><p>
347
+ Command-Line Name:<b>-invertselected</b><br>
348
+
349
+ Database Name: <b>invertSelected</b><br>
350
+
351
+ Database Class: <b>InvertSelected</b>
352
+
353
+ <p><p>
354
+ Specifies whether the foreground and background of an item
355
+ should simply have their values swapped instead of merging the
356
+ <i>sel</i> tag options when the cell is selected. Defaults to 0 (merge
357
+ <i>sel</i> tag).
358
+
359
+ <p><p>
360
+ Command-Line Name:<b>-ipadx</b><br>
361
+
362
+ Database Name: <b>ipadX</b><br>
363
+
364
+ Database Class: <b>Pad</b>
365
+
366
+ <p><p>
367
+ A pixel value specifying the internal offset X padding for text
368
+ in a cell. This value does not grow the size of the cell, it
369
+ just causes the text to be drawn further from the cell border.
370
+ It only affects one side (depending on anchor). Defaults to 0.
371
+ See <b>-padx</b> for an alternate padding style.
372
+
373
+ <p><p>
374
+ Command-Line Name:<b>-ipady</b><br>
375
+
376
+ Database Name: <b>ipadY</b><br>
377
+
378
+ Database Class: <b>Pad</b>
379
+
380
+ <p><p>
381
+ A pixel value specifying the internal offset Y padding for text
382
+ in a cell. This value does not grow the size of the cell, it
383
+ just causes the text to be drawn further from the cell border.
384
+ It only affects one side (depending on anchor). Defaults to 0.
385
+ See <b>-pady</b> for an alternate padding style.
386
+
387
+ <p><p>
388
+ Command-Line Name:<b>-justify</b><br>
389
+
390
+ Database Name: <b>justify</b><br>
391
+
392
+ Database Class: <b>Justify</b>
393
+
394
+ <p><p>
395
+ How to justify multi-line text in a cell. It must be one of
396
+ <b>left</b>, <b>right</b>, or <b>center</b>. Defaults to left.
397
+
398
+ <p><p>
399
+ Command-Line Name:<b>-maxheight</b><br>
400
+
401
+ Database Name: <b>maxHeight</b><br>
402
+
403
+ Database Class: <b>MaxHeight</b>
404
+
405
+ <p><p>
406
+ The max height in pixels that the window will request. Defaults
407
+ to 600.
408
+
409
+ <p><p>
410
+ Command-Line Name:<b>-maxwidth</b><br>
411
+
412
+ Database Name: <b>maxWidth</b><br>
413
+
414
+ Database Class: <b>MaxWidth</b>
415
+
416
+ <p><p>
417
+ The max width in pixels that the window will request. Defaults
418
+ to 800.
419
+
420
+ <p><p>
421
+ Command-Line Name:<b>-multiline</b><br>
422
+
423
+ Database Name: <b>multiline</b><br>
424
+
425
+ Database Class: <b>Multiline</b>
426
+
427
+ <p><p>
428
+ Specifies the default setting for the multiline tag option.
429
+ Defaults to 1.
430
+
431
+ <p><p>
432
+ Command-Line Name:<b>-padx</b><br>
433
+
434
+ Database Name: <b>padX</b><br>
435
+
436
+ Database Class: <b>Pad</b>
437
+
438
+ <p><p>
439
+ A pixel value specifying the offset X padding for a cell. This
440
+ value causes the default size of the cell to increase by two
441
+ times the value (one for each side), unless a specific pixel
442
+ size is chosen for the cell with the <b>width</b> command. This will
443
+ force an empty area on the left and right of each cell edge.
444
+ This padding affects all types of data in the cell. Defaults to
445
+ 0. See <b>-ipadx</b> for an alternate padding style.
446
+
447
+ <p><p>
448
+ Command-Line Name:<b>-pady</b><br>
449
+
450
+ Database Name: <b>padY</b><br>
451
+
452
+ Database Class: <b>Pad</b>
453
+
454
+ <p><p>
455
+ A pixel value specifying the offset Y padding for a cell. This
456
+ value causes the default size of the cell to increase by two
457
+ times the value (one for each side), unless a specific pixel
458
+ size is chosen for the cell with the <b>height</b> command. This will
459
+ force an empty area on the top and bottom of each cell edge.
460
+ This padding affects all types of data in the cell. Defaults to
461
+ 0. See <b>-ipadx</b> for an alternate padding style.
462
+
463
+ <p><p>
464
+ Command-Line Name:<b>-resizeborders</b><br>
465
+
466
+ Database Name: <b>resizeBorders</b><br>
467
+
468
+ Database Class: <b>ResizeBorders</b>
469
+
470
+ <p><p>
471
+ Specifies what kind of interactive border resizing to allow,
472
+ must be one of row, col, both (default) or none.
473
+
474
+ <p><p>
475
+ Command-Line Name:<b>-rowheight</b><br>
476
+
477
+ Database Name: <b>rowHeight</b><br>
478
+
479
+ Database Class: <b>RowHeight</b>
480
+
481
+ <p><p>
482
+ Default row height, interpreted as lines in the default font
483
+ when the number is positive, or pixels if it is negative.
484
+ Defaults to 1.
485
+
486
+ <p><p>
487
+ Command-Line Name:<b>-roworigin</b><br>
488
+
489
+ Database Name: <b>rowOrigin</b><br>
490
+
491
+ Database Class: <b>Origin</b>
492
+
493
+ <p><p>
494
+ Specifies what row index to interpret as the topmost row in the
495
+ table. This value is used for user indices in the table.
496
+ Defaults to 0.
497
+
498
+ <p><p>
499
+ Command-Line Name:<b>-rows</b><br>
500
+
501
+ Database Name: <b>rows</b><br>
502
+
503
+ Database Class: <b>Rows</b>
504
+
505
+ <p><p>
506
+ Number of rows in the table. Defaults to 10.
507
+
508
+ <p><p>
509
+ Command-Line Name:<b>-rowseparator</b><br>
510
+
511
+ Database Name: <b>rowSeparator</b><br>
512
+
513
+ Database Class: <b>Separator</b>
514
+
515
+ <p><p>
516
+ Specifies a separator character that will be interpreted as the
517
+ row separator when cutting or pasting data in a table. By
518
+ default, rows are separated as tcl lists.
519
+
520
+ <p><p>
521
+ Command-Line Name:<b>-rowstretchmode</b><br>
522
+
523
+ Database Name: <b>rowStretchMode</b><br>
524
+
525
+ Database Class: <b>StretchMode</b>
526
+
527
+ <p><p>
528
+ Specifies the stretch modes for rows to fill extra allocated
529
+ window space. See <b>-colstretchmode</b> for valid options.
530
+
531
+ <p><p>
532
+ Command-Line Name:<b>-rowtagcommand</b><br>
533
+
534
+ Database Name: <b>rowTagCommand</b><br>
535
+
536
+ Database Class: <b>TagCommand</b>
537
+
538
+ <p><p>
539
+ Provides the name of a procedure that can evaluated by the widget
540
+ to determine the tag to be used for a given row. The procedure
541
+ must be defined by the user to accept a single argument
542
+ (the row number), and return a tag name or null string. This
543
+ operates in a similar manner as <b>-coltagcommand</b>, except that it
544
+ applies to row tags.
545
+
546
+ <p><p>
547
+ Command-Line Name:<b>-selectioncommand</b> <b>or</b> <b>-selcmd</b>
548
+ Database Name: <b>selectionCommand</b><br>
549
+
550
+ Database Class: <b>SelectionCommand</b>
551
+
552
+ <p><p>
553
+ Specifies a command to evaluate when the selection is retrieved
554
+ from a table via the selection mechanism (ie: evaluating
555
+ ``<b>selection</b> <b>get</b>''). The return value from this command will
556
+ become the string passed on by the selection mechanism. It uses
557
+ the %-substition model described in COMMAND SUBSTITUTION below.
558
+ If an error occurs, a Tcl background error is generated and
559
+ nothing is returned.
560
+
561
+ <p><p>
562
+ Command-Line Name:<b>-selectmode</b><br>
563
+
564
+ Database Name: <b>selectMode</b><br>
565
+
566
+ Database Class: <b>SelectMode</b>
567
+
568
+ <p><p>
569
+ Specifies one of several styles for manipulating the selection.
570
+ The value of the option may be arbitrary, but the default bindings
571
+ expect it to be either <b>single</b>, <b>browse</b>, <b>multiple</b>, or
572
+ <b>extended</b>; the default value is <b>browse</b>. These styles are like
573
+ those for the Tk listbox, except expanded for 2 dimensions.
574
+
575
+ <p><p>
576
+ Command-Line Name:<b>-selecttitle</b><br>
577
+
578
+ Database Name: <b>selectTitles</b><br>
579
+
580
+ Database Class: <b>SelectTitles</b>
581
+
582
+ <p><p>
583
+ Specifies whether title cells should be allowed in the selection.
584
+ Defaults to 0 (disallowed).
585
+
586
+ <p><p>
587
+ Command-Line Name:<b>-selecttype</b><br>
588
+
589
+ Database Name: <b>selectType</b><br>
590
+
591
+ Database Class: <b>SelectType</b>
592
+
593
+ <p><p>
594
+ Specifies one of several types of selection for the table. The
595
+ value of the option may be one of <b>row</b>, <b>col</b>, <b>cell</b>, or <b>both</b>
596
+ (meaning <b>row</b> <b>&amp;&amp;</b> <b>col</b>); the default value is <b>cell</b>. These types
597
+ define whether an entire row/col is affected when a cell's
598
+ selection is changed (set or clear).
599
+
600
+ <p><p>
601
+ Command-Line Name:<b>-sparsearray</b><br>
602
+
603
+ Database Name: <b>sparseArray</b><br>
604
+
605
+ Database Class: <b>SparseArray</b>
606
+
607
+ <p><p>
608
+ A boolean value that specifies whether an associated Tcl array
609
+ should be kept as a sparse array (1, the default) or as a full
610
+ array (0). If true, then cell values that are empty will be
611
+ deleted from the array (taking less memory). If false, then all
612
+ values in the array will be maintained.
613
+
614
+ <p><p>
615
+ Command-Line Name:<b>-state</b><br>
616
+
617
+ Database Name: <b>state</b><br>
618
+
619
+ Database Class: <b>State</b>
620
+
621
+ <p><p>
622
+ Specifies one of two states for the entry: <b>normal</b> or <b>disabled</b>.
623
+ If the table is disabled then the value may not be changed using
624
+ widget commands and no insertion cursor will be displayed, even
625
+ if the input focus is in the widget. Also, all insert or delete
626
+ methods will be ignored. Defaults to <b>normal</b>.
627
+
628
+ <p><p>
629
+ Command-Line Name:<b>-titlecols</b><br>
630
+
631
+ Database Name: <b>titleCols</b><br>
632
+
633
+ Database Class: <b>TitleCols</b>
634
+
635
+ <p><p>
636
+ Number of columns to use as a title area. Defaults to 0.
637
+
638
+ <p><p>
639
+ Command-Line Name:<b>-titlerows</b><br>
640
+
641
+ Database Name: <b>titleRows</b><br>
642
+
643
+ Database Class: <b>TitleRows</b>
644
+
645
+ <p><p>
646
+ Number of rows to use as a title area. Defaults to 0.
647
+
648
+ <p><p>
649
+ Command-Line Name:<b>-usecommand</b><br>
650
+
651
+ Database Name: <b>useCommand</b><br>
652
+
653
+ Database Class: <b>UseCommand</b>
654
+
655
+ <p><p>
656
+ A boolean value which specifies whether to use the <b>command</b>
657
+ option. This value sets itself to zero if <b>command</b> is used and
658
+ returns an error. Defaults to 1 (will use <b>command</b> if specified).
659
+
660
+ <p><p>
661
+ Command-Line Name:<b>-validate</b><br>
662
+
663
+ Database Name: <b>validate</b><br>
664
+
665
+ Database Class: <b>Validate</b>
666
+
667
+ <p><p>
668
+ A boolean specifying whether validation should occur for the
669
+ active buffer. Defaults to 0.
670
+
671
+ <p><p>
672
+ Command-Line Name:<b>-validatecommand</b> <b>or</b> <b>-vcmd</b>
673
+ Database Name: <b>validateCommand</b><br>
674
+
675
+ Database Class: <b>ValidateCommand</b>
676
+
677
+ <p><p>
678
+ Specifies a command to execute when the active cell is edited.
679
+ This command is expected to return a Tcl boolean. If it returns
680
+ true, then it is assumed the new value is OK, otherwise the new
681
+ value is rejected (the edition will not take place). Errors in
682
+ this command are handled in the background. It uses the %-substition
683
+ model described in COMMAND SUBSTITUTION below.
684
+
685
+ <p><p>
686
+ Command-Line Name:<b>-variable</b><br>
687
+
688
+ Database Name: <b>variable</b><br>
689
+
690
+ Database Class: <b>Variable</b>
691
+
692
+ <p><p>
693
+ Global Tcl array variable to attach to the table's C array. It
694
+ will be created if it doesn't already exist or is a simple variable.
695
+ Keys used by the table in the array are of the form
696
+ <i>row</i>,<i>col</i> for cells and the special key <i>active</i> which contains the
697
+ value of the active cell buffer. The Tcl array is managed as a
698
+ sparse array (the table does not require that all valid indices
699
+ have values). No stored value for an index is equivalent to the
700
+ empty string, and clearing a cell will remove that index from
701
+ the Tcl array, unless the <b>-sparsearray</b> options is set to 0.
702
+
703
+ <p><p>
704
+ Command-Line Name:<b>-width</b><br>
705
+
706
+ Database Name: <b>width</b><br>
707
+
708
+ Database Class: <b>Width</b>
709
+
710
+ <p><p>
711
+ Specifies the desired width for the window, in columns. If zero
712
+ or less, then the desired width for the window is made just
713
+ large enough to hold all the columns in the table. The width
714
+ can be further limited by <b>-maxwidth</b>.
715
+
716
+ <p><p>
717
+ Command-Line Name:<b>-wrap</b><br>
718
+
719
+ Database Name: <b>wrap</b><br>
720
+
721
+ Database Class: <b>Wrap</b>
722
+
723
+ <p><p>
724
+ Specifies the default wrap value for tags. Defaults to 0.
725
+ _________________________________________________________________
726
+
727
+ <p>
728
+ <h2><a name='sect4' href='#toc4'><b>Description</b></a></h2>
729
+
730
+ <p>
731
+ The <b>table</b> command creates a 2-dimensional grid of cells. The table can
732
+ use a Tcl array variable or Tcl command for data storage and retrieval,
733
+ as well as optionally cache data in memory for speed. One of these
734
+ data sources <i>must</i> be configured before any data is retained by the table.
735
+ The widget has an active cell, the contents of which can be
736
+ edited (when the state is normal). The widget supports a default style
737
+ for the cells and also multiple <i>tags</i>, which can be used to change the
738
+ style of a row, column or cell (see TAGS for details). A cell <i>flash</i>
739
+ can be set up so that changed cells will change color for a specified
740
+ amount of time ("blink"). Cells can have embedded images or windows,
741
+ as described in TAGS and EMBEDDED WINDOWS respectively.
742
+
743
+ <p><p>
744
+ One or more cells may be selected as described below. If a table is
745
+ exporting its selection (see <b>-exportselection</b> option), then it will
746
+ observe the standard X11 protocols for handling the selection. See THE
747
+ SELECTION for details.
748
+
749
+ <p><p>
750
+ It is not necessary for all the cells to be displayed in the table window
751
+ at once; commands described below may be used to change the view in
752
+ the window. Tables allow scrolling in both directions using the standard
753
+ <b>-xscrollcommand</b> and <b>-yscrollcommand</b> options. They also support
754
+ scanning, as described below.
755
+
756
+ <p><p>
757
+ In order to obtain good performance, the table widget supports multiple
758
+ drawing modes, two of which are fully Tk compatible.
759
+
760
+ <p>
761
+ <h2><a name='sect5' href='#toc5'><b>Initialization</b></a></h2>
762
+
763
+ <p>
764
+ When the <b>table</b> command is loaded into an interpreter, a built-in Tcl
765
+ command, <b>tkTableInit</b>, is evaluated. This will search for the appropriate
766
+ table binding init file to load. The directories searched are
767
+ those in <i>$tcl</i><b>_</b><i>pkgPath</i>, both with Tktable(version) appended and without,
768
+ <i>$tk</i><b>_</b><i>library</i> and <i>[pwd]</i> (the current directory). You can also define an
769
+ <i>$env(TK</i><b>_</b><i>TABLE</i><b>_</b><i>LIBRARY)</i> to head this search list. By default, the file
770
+ searched for is called <b>tkTable.tcl</b>, but this can be overridden by setting
771
+ <i>$env(TK</i><b>_</b><i>TABLE</i><b>_</b><i>LIBRARY</i><b>_</b><i>FILE)</i>.
772
+
773
+ <p><p>
774
+ This entire init script can be overridden by providing your own
775
+ <b>tkTableInit</b> procedure before the library is loaded. Otherwise, the
776
+ aforementioned <i>env(TK</i><b>_</b><i>TABLE</i><b>_</b><i>LIBRARY)</i> variable will be set with the
777
+ directory in which <i>$env(TK</i><b>_</b><i>TABLE</i><b>_</b><i>LIBRARY</i><b>_</b><i>FILE)</i> was found.
778
+
779
+ <p>
780
+ <h2><a name='sect6' href='#toc6'><b>Indices</b></a></h2>
781
+
782
+ <p>
783
+ Many of the widget commands for tables take one or more indices as
784
+ arguments. An index specifies a particular cell of the table, in any
785
+ of the following ways:
786
+
787
+ <p><p>
788
+ <i>number,number</i><br>
789
+
790
+ Specifies the cell as a numerical index of row,col which
791
+ corresponds to the index of the associated Tcl array, where
792
+ <b>-roworigin,-colorigin</b> corresponds to the first cell in the
793
+ table (0,0 by default). The values for row and column will
794
+ be constrained to actual values in the table, which means a
795
+ valid cell is always found.
796
+
797
+ <p>
798
+ <dl>
799
+
800
+ <dt><b>active</b> </dt></dt>
801
+ <dd> Indicates the cell that has the location cursor. It is
802
+ specified with the <b>activate</b> widget command.
803
+
804
+ <p></dd>
805
+
806
+ <dt><b>anchor</b> </dt></dt>
807
+ <dd> Indicates the anchor point for the selection, which is set
808
+ with the <b>selection</b> <b>anchor</b> widget command.
809
+
810
+ <p></dd>
811
+ </dl>
812
+ <p>
813
+ <b>bottomright</b> Indicates the bottom-rightmost cell visible in the table.
814
+
815
+ <p>
816
+ <dl>
817
+
818
+ <dt><b>end</b> </dt></dt>
819
+ <dd> Indicates the bottom right cell of the table.
820
+
821
+ <p></dd>
822
+
823
+ <dt><b>origin</b> </dt></dt>
824
+ <dd> Indicates the top-leftmost editable cell of the table, not
825
+ necessarily in the display. This takes into account the
826
+ user specified origin and title area.
827
+
828
+ <p></dd>
829
+
830
+ <dt><b>topleft</b> </dt></dt>
831
+ <dd> Indicates the top-leftmost editable cell visible in the table
832
+ (this excludes title cells).
833
+
834
+ <p></dd>
835
+
836
+ <dt><b>@</b><i>x</i><b>,</b><i>y</i> </dt></dt>
837
+ <dd> Indicates the cell that covers the point in the table window
838
+ specified by <i>x</i> and <i>y</i> (in pixel coordinates). If no
839
+ cell covers that point, then the closest cell to that point
840
+ is used.
841
+
842
+ <p></dd>
843
+ </dl>
844
+ <p>
845
+ In the widget command descriptions below, arguments named <i>index</i>, <i>first</i>,
846
+ and <i>last</i> always contain text indices in one of the above forms.
847
+
848
+ <p>
849
+ <h2><a name='sect7' href='#toc7'><b>Tags</b></a></h2>
850
+
851
+ <p>
852
+ A tag is a textual string that is associated with zero or more rows,
853
+ columns or cells in a table. Tags may contain arbitrary characters,
854
+ but it is probably best to avoid using names which look like indices to
855
+ reduce coding confusion. A tag can apply to an entire row or column,
856
+ or just a single cell. There are several permanent tags in each table
857
+ that can be configured by the user and will determine the attributes
858
+ for special cells:
859
+
860
+ <p>
861
+ <dl>
862
+
863
+ <dt><b>active</b> </dt></dt>
864
+ <dd> This tag is given to the <i>active</i> cell
865
+
866
+ <p></dd>
867
+
868
+ <dt><b>flash</b> </dt></dt>
869
+ <dd> If flash mode is on, this tag is given to any recently
870
+ edited cells.
871
+
872
+ <p></dd>
873
+
874
+ <dt><b>sel</b> </dt></dt>
875
+ <dd> This tag is given to any selected cells.
876
+
877
+ <p></dd>
878
+
879
+ <dt><b>title</b> </dt></dt>
880
+ <dd> This tag is given to any cells in the title rows and
881
+ columns. This tag has <b>-state</b> <i>disabled</i> by default.
882
+
883
+ <p></dd>
884
+ </dl>
885
+ <p>
886
+ Tags control the way cells are displayed on the screen. Where appropriate,
887
+ the default for displaying cells is determined by the options
888
+ for the table widget. However, display options may be associated with
889
+ individual tags using the ``<i>pathName</i> <b>tag</b> <b>configure</b>'' widget command.
890
+ If a cell, row or column has been tagged, then the display options
891
+ associated with the tag override the default display style. The following
892
+ options are currently supported for tags:
893
+
894
+ <p>
895
+ <dl>
896
+
897
+ <dt><b>-anchor</b> <i>anchor</i></dt></dt>
898
+ <dd>
899
+ Anchor for item in the cell space.
900
+
901
+ <p></dd>
902
+
903
+ <dt><b>-background</b> or <b>-bg</b> <i>color</i></dt></dt>
904
+ <dd>
905
+ Background color of the cell.
906
+
907
+ <p></dd>
908
+
909
+ <dt><b>-borderwidth</b> or <b>-bd</b> <i>pixelList</i></dt></dt>
910
+ <dd>
911
+ Borderwidth of the cell, of the same format for the table,
912
+ but may also be empty to inherit the default table
913
+ borderwidth value (the default).
914
+
915
+ <p></dd>
916
+
917
+ <dt><b>-ellipsis</b> <i>string</i></dt></dt>
918
+ <dd>
919
+ String to display at the end of a line that would be
920
+ clipped by its cell, like ``...''. An ellipsis will be
921
+ displayed only on non-wrapping, non-multiline cells that
922
+ would be clipped. The ellipsis will display on the left
923
+ for east anchored cells, otherwise it displays on the
924
+ right.
925
+
926
+ <p></dd>
927
+
928
+ <dt><b>-font</b> <i>fontName</i></dt></dt>
929
+ <dd>
930
+ Font for text in the cell.
931
+
932
+ <p></dd>
933
+
934
+ <dt><b>-foreground</b> or <b>-fg</b> <i>color</i></dt></dt>
935
+ <dd>
936
+ Foreground color of the cell.
937
+
938
+ <p></dd>
939
+
940
+ <dt><b>-justify</b> <i>justify</i></dt></dt>
941
+ <dd>
942
+ How to justify multi-line text in a cell. It must be one
943
+ of <b>left</b>, <b>right</b>, or <b>center</b>.
944
+
945
+ <p></dd>
946
+
947
+ <dt><b>-image</b> <i>imageName</i></dt></dt>
948
+ <dd>
949
+ An image to display in the cell instead of text.
950
+
951
+ <p></dd>
952
+
953
+ <dt><b>-multiline</b> <i>boolean</i></dt></dt>
954
+ <dd>
955
+ Whether to display text with newlines on multiple lines.
956
+
957
+ <p></dd>
958
+
959
+ <dt><b>-relief</b> <i>relief</i></dt></dt>
960
+ <dd>
961
+ The relief for the cell. May be the empty string to
962
+ cause this tag to not disturb the value.
963
+
964
+ <p></dd>
965
+
966
+ <dt><b>-showtext</b> <i>boolean</i></dt></dt>
967
+ <dd>
968
+ Whether to show the text over an image.
969
+
970
+ <p></dd>
971
+
972
+ <dt><b>-state</b> <i>state</i></dt></dt>
973
+ <dd>
974
+ The state of the cell, to allow for certain cells to be
975
+ disabled. This prevents the cell from being edited by
976
+ the <i>insert</i> or <i>delete</i> methods, but a direct <i>set</i> will not
977
+ be prevented.
978
+
979
+ <p></dd>
980
+
981
+ <dt><b>-wrap</b> <i>boolean</i></dt></dt>
982
+ <dd>
983
+ Whether characters should wrap in a cell that is not wide
984
+ enough.
985
+
986
+ <p></dd>
987
+ </dl>
988
+ <p>
989
+ A priority order is defined among tags based on creation order (first
990
+ created tag has highest default priority), and this order is used in
991
+ implementing some of the tag-related functions described below. When a
992
+ cell is displayed, its properties are determined by the tags which are
993
+ assigned to it. The priority of a tag can be modified by the ``<i>path</i><b>_N</b><i>ame</i>
994
+ <b>tag</b> <b>lower</b>'' and ``<i>pathName</i> <b>tag</b> <b>raise</b>'' widget commands.
995
+
996
+ <p><p>
997
+ If a cell has several tags associated with it that define the same
998
+ display options (eg - a <b>title</b> cell with specific <b>row</b> and <b>cell</b> tags),
999
+ then the options of the highest priority tag are used. If a particular
1000
+ display option hasn't been specified for a particular tag, or if it is
1001
+ specified as an empty string, then that option will not be used; the
1002
+ next-highest-priority tag's option will be used instead. If no tag
1003
+ specifies a particular display option, then the default style for the
1004
+ widget will be used.
1005
+
1006
+ <p><p>
1007
+ Images are used for display purposes only. Editing in that cell will
1008
+ still be enabled and any querying of the cell will show the text value
1009
+ of the cell, regardless of the value of <b>-showtext</b>.
1010
+
1011
+ <p>
1012
+ <h2><a name='sect8' href='#toc8'><b>Embedded</b> <b>Windows</b></a></h2>
1013
+
1014
+ <p>
1015
+ There may be any number of embedded windows in a table widget (one per
1016
+ cell), and any widget may be used as an embedded window (subject to the
1017
+ usual rules for geometry management, which require the table window to
1018
+ be the parent of the embedded window or a descendant of its parent).
1019
+ The embedded window's position on the screen will be updated as the table
1020
+ is modified or scrolled, and it will be mapped and unmapped as it
1021
+ moves into and out of the visible area of the table widget. Each
1022
+ embedded window occupies one cell's worth of space in the table widget,
1023
+ and it is referred to by the index of the cell in the table. Windows
1024
+ associated with the table widget are destroyed when the table widget is
1025
+ destroyed.
1026
+
1027
+ <p><p>
1028
+ Windows are used for display purposes only. A value still exists for
1029
+ that cell, but will not be shown unless the window is deleted in some
1030
+ way. If the window is destroyed or lost by the table widget to another
1031
+ geometry manager, then any data associated with it is lost (the cell it
1032
+ occupied will no longer appear in <b>window</b> <b>names</b>).
1033
+
1034
+ <p><p>
1035
+ When an embedded window is added to a table widget with the window configure
1036
+ widget command, several configuration options may be associated
1037
+ with it. These options may be modified with later calls to the window
1038
+ configure widget command. The following options are currently supported:
1039
+
1040
+ <p>
1041
+ <dl>
1042
+
1043
+ <dt><b>-create</b> <i>script</i></dt></dt>
1044
+ <dd>
1045
+ NOT CURRENTLY SUPPORTED. Specifies a Tcl script that may
1046
+ be evaluated to create the window for the annotation. If
1047
+ no -window option has been specified for this cell then
1048
+ this script will be evaluated when the cell is about to
1049
+ be displayed on the screen. Script must create a window
1050
+ for the cell and return the name of that window as its
1051
+ result. If the cell's window should ever be deleted, the
1052
+ script will be evaluated again the next time the cell is
1053
+ displayed.
1054
+
1055
+ <p></dd>
1056
+
1057
+ <dt><b>-background</b> or <b>-bg</b> <i>color</i></dt></dt>
1058
+ <dd>
1059
+ Background color of the cell. If not specified, it uses
1060
+ the table's default background.
1061
+
1062
+ <p></dd>
1063
+
1064
+ <dt><b>-borderwidth</b> or <b>-bd</b> <i>pixelList</i></dt></dt>
1065
+ <dd>
1066
+ Borderwidth of the cell, of the same format for the table,
1067
+ but may also be empty to inherit the default table
1068
+ borderwidth value (the default).
1069
+
1070
+ <p></dd>
1071
+
1072
+ <dt><b>-padx</b> <i>pixels</i></dt></dt>
1073
+ <dd>
1074
+ As defined in the Tk options man page.
1075
+
1076
+ <p></dd>
1077
+
1078
+ <dt><b>-pady</b> <i>pixels</i></dt></dt>
1079
+ <dd>
1080
+ As defined in the Tk options man page.
1081
+
1082
+ <p></dd>
1083
+
1084
+ <dt><b>-relief</b> <i>relief</i></dt></dt>
1085
+ <dd>
1086
+ The relief to use for the cell in which the window lies.
1087
+ If not specified, it uses the table's default relief.
1088
+
1089
+ <p></dd>
1090
+
1091
+ <dt><b>-sticky</b> <i>sticky</i></dt></dt>
1092
+ <dd>
1093
+ Stickiness of the window inside the cell, as defined by
1094
+ the <b>grid</b> command.
1095
+
1096
+ <p></dd>
1097
+
1098
+ <dt><b>-window</b> <i>pathName</i></dt></dt>
1099
+ <dd>
1100
+ Specifies the name of a window (widget) to display in the
1101
+ annotation. It must exist before being specified here.
1102
+ When an empty string is specified, if a window was displayed
1103
+ it will cease to be managed by the table widget.
1104
+
1105
+ <p></dd>
1106
+ </dl>
1107
+
1108
+ <h2><a name='sect9' href='#toc9'><b>the</b> <b>Selection</b></a></h2>
1109
+
1110
+ <p>
1111
+ Table selections are available as type STRING. By default, the value
1112
+ of the selection will be the values of the selected cells in nested Tcl
1113
+ list form where each row is a list and each column is an element of a
1114
+ row list. You can change the way this value is interpreted by setting
1115
+ the <b>-rowseparator</b> and <b>-colseparator</b> options. For example, default
1116
+ Excel format would be to set <b>-rowseparator</b> to `\n' and <b>-colseparator</b> to
1117
+ `\t'. Changing these values affects both how the table sends out the
1118
+ selection and reads in pasted data, ensuring that the table should
1119
+ always be able to cut and paste to itself. It is possible to change
1120
+ how pastes are handled by editing the table library procedure
1121
+ <b>tk_tablePasteHandler</b>. This might be necessary if <b>-selectioncommand</b> is
1122
+ set.
1123
+
1124
+ <p>
1125
+ <h2><a name='sect10' href='#toc10'><b>Row/Col</b> <b>Spanning</b></a></h2>
1126
+
1127
+ <p>
1128
+ Individual cells can span multiple rows and/or columns. This is done
1129
+ via the <b>spans</b> command (see below for exact arguments). Cells in the
1130
+ title area that span are not permitted to span beyond the title area,
1131
+ and will be constrained accordingly. If the title area shrinks during
1132
+ a configure, sanity checking will occur to ensure the above. You may
1133
+ set spans on regular cells that extend beyond the defined row/col area.
1134
+ These spans will not be constrained, so that when the defined row/col
1135
+ area expands, the span will expand with it.
1136
+
1137
+ <p><p>
1138
+ When setting a span, checks are made as to whether the span would overlap
1139
+ an already spanning or hidden cell. This is an error and it not
1140
+ allowed. Spans can affect the overall speed of table drawing, although
1141
+ not significantly. If spans are not used, then there is no performance
1142
+ loss.
1143
+
1144
+ <p><p>
1145
+ Cells <i>hidden</i> by spanning cells still have valid data. This will be
1146
+ seen during cut and paste operations that involve hidden cells, or
1147
+ through direct access by a command like <b>get</b> or <b>set</b>.
1148
+
1149
+ <p><p>
1150
+ The drawing properties of spanning cells apply to only the visual area
1151
+ of the cell. For example, if a cell is center justified over 5
1152
+ columns, then when viewing any portion of those columns, it will appear
1153
+ centered in the visible area. The non-visible column area will not be
1154
+ considered in the centering calculations.
1155
+
1156
+ <p>
1157
+ <h2><a name='sect11' href='#toc11'><b>Command</b> <b>Substitution</b></a></h2>
1158
+
1159
+ <p>
1160
+ The various option based commands that the table supports all support
1161
+ the familiar Tk %-substitution model (see <b>bind</b> for more details). The
1162
+ following %-sequences are recognized and substituted by the table widget:
1163
+
1164
+ <p><p>
1165
+ <b>%c</b> For <b>SelectionCommand</b>, it is the maximum number of columns in any
1166
+ row in the selection. Otherwise it is the column of the triggered
1167
+ cell.
1168
+
1169
+ <p>
1170
+ <dl>
1171
+
1172
+ <dt><b>%C</b> </dt></dt>
1173
+ <dd>A convenience substitution for <i>%r</i>,<i>%c</i>.
1174
+
1175
+ <p></dd>
1176
+ </dl>
1177
+ <p>
1178
+ <b>%i</b> For <b>SelectionCommand</b>, it is the total number of cells in the
1179
+ selection. For <b>Command</b>, it is 0 for a read (get) and 1 for a
1180
+ write (set). Otherwise it is the current cursor position in the
1181
+ cell.
1182
+
1183
+ <p><p>
1184
+ <b>%r</b> For <b>SelectionCommand</b>, it is the number of rows in the selection.
1185
+ Otherwise it is the row of the triggered cell.
1186
+
1187
+ <p><p>
1188
+ <b>%s</b> For <b>ValidateCommand</b>, it is the current value of the cell being
1189
+ validated. For <b>SelectionCommand</b>, it is the default value of the
1190
+ selection. For <b>BrowseCommand</b>, it is the index of the last active
1191
+ cell. For <b>Command</b>, it is empty for reads (get) and the current
1192
+ value of the cell for writes (set).
1193
+
1194
+ <p><p>
1195
+ <b>%S</b> For <b>ValidateCommand</b>, it is the potential new value of the cell
1196
+ being validated. For <b>BrowseCommand</b>, it is the index of the new
1197
+ active cell.
1198
+
1199
+ <p>
1200
+ <dl>
1201
+
1202
+ <dt><b>%W</b> </dt></dt>
1203
+ <dd>The pathname to the window for which the command was generated.
1204
+
1205
+ <p></dd>
1206
+ </dl>
1207
+
1208
+ <h2><a name='sect12' href='#toc12'><b>Widget</b> <b>Command</b></a></h2>
1209
+
1210
+ <p>
1211
+ The <b>table</b> command creates a new Tcl command whose name is <i>pathName</i>.
1212
+ This command may be used to invoke various operations on the widget.
1213
+ It has the following general form:<br>
1214
+
1215
+ <i>pathName</i> <i>option</i> ?<i>arg</i> <i>arg</i> <i>...</i>?<br>
1216
+
1217
+ <i>Option</i> and the <i>arg</i>s determine the exact behavior of the command.
1218
+
1219
+ <p><p>
1220
+ The following commands are possible for <b>table</b> widgets:
1221
+
1222
+ <p><p>
1223
+ <i>pathName</i> <b>activate</b> <i>index</i><br>
1224
+
1225
+ Sets the active cell to the one indicated by <i>index</i>.
1226
+
1227
+ <p><p>
1228
+ <i>pathName</i> <b>bbox</b> <i>first</i> ?<i>last</i>?<br>
1229
+
1230
+ It returns the bounding box for the specified cell (range) as a
1231
+ 4-tuple of x, y, width and height in pixels. It clips the box
1232
+ to the visible portion, if any, otherwise an empty string is
1233
+ returned.
1234
+
1235
+ <p><p>
1236
+ <i>pathName</i> <b>border</b> <i>option</i> <i>args</i><br>
1237
+
1238
+ This command is a voodoo hack to implement border sizing for
1239
+ tables. This is normally called through bindings, with the following
1240
+ as valid options:
1241
+
1242
+ <p><p>
1243
+ <i>pathName</i> <b>border</b> <b>mark</b> <i>x</i> <i>y</i> ?<i>row|col</i>?
1244
+ Records <i>x</i> and <i>y</i> and the row and/or column border under
1245
+ that point in the table window, if any; used in conjunction
1246
+ with later <b>border</b> <b>dragto</b> commands. Typically this
1247
+ command is associated with a mouse button press in the
1248
+ widget. If <i>row</i> or <i>col</i> is not specified, it returns a
1249
+ tuple of both border indices (an empty item means no border).
1250
+ Otherwise, just the specified item is returned.
1251
+
1252
+ <p><p>
1253
+ <i>pathName</i> <b>border</b> <b>dragto</b> <i>x</i> <i>y</i><br>
1254
+
1255
+ This command computes the difference between its <i>x</i> and <i>y</i>
1256
+ arguments and the <i>x</i> and <i>y</i> arguments to the last <b>border</b>
1257
+ <b>mark</b> command for the widget. It then adjusts the previously
1258
+ marked border by the difference. This command is
1259
+ typically associated with mouse motion events in the widget,
1260
+ to produce the effect of interactive border resizing.
1261
+
1262
+ <p><p>
1263
+ <i>pathName</i> <b>cget</b> <i>option</i><br>
1264
+
1265
+ Returns the current value of the configuration option given by
1266
+ <i>option</i>. <i>Option</i> may have any of the values accepted by the <b>table</b>
1267
+ command.
1268
+
1269
+ <p><p>
1270
+ <i>pathName</i> <b>clear</b> <i>option</i> ?<i>first</i>? ?<i>last</i>?<br>
1271
+
1272
+ This command is a convenience routine to clear certain state
1273
+ information managed by the table. <i>first</i> and <i>last</i> represent
1274
+ valid table indices. If neither are specified, then the command
1275
+ operates on the whole table. The following options are recognized:
1276
+
1277
+ <p><p>
1278
+ <i>pathName</i> <b>clear</b> <b>cache</b> ?<i>first</i>? ?<i>last</i>?
1279
+ Clears the specified section of the cache, if the table
1280
+ has been keeping one.
1281
+
1282
+ <p><p>
1283
+ <i>pathName</i> <b>clear</b> <b>sizes</b> ?<i>first</i>? ?<i>last</i>?
1284
+ Clears the specified row and column areas of specific
1285
+ height/width dimensions. When just one index is specified,
1286
+ for example <b>2,0</b>, that is interpreted as row 2 <b>and</b>
1287
+ column 0.
1288
+
1289
+ <p><p>
1290
+ <i>pathName</i> <b>clear</b> <b>tags</b> ?<i>first</i>? ?<i>last</i>?
1291
+ Clears the specified area of tags (all row, column and
1292
+ cell tags).
1293
+
1294
+ <p><p>
1295
+ <i>pathName</i> <b>clear</b> <b>all</b> ?<i>first</i>? ?<i>last</i>?
1296
+ Performs all of the above clear functions on the specified
1297
+ area.
1298
+
1299
+ <p><p>
1300
+ <i>pathName</i> <b>configure</b> ?<i>option</i>? ?<i>value</i> <i>option</i> <i>value</i> <i>...</i>?
1301
+ Query or modify the configuration options of the widget. If no
1302
+ <i>option</i> is specified, returns a list describing all of the available
1303
+ options for <i>pathName</i> (see <b>Tk_ConfigureInfo</b> for information
1304
+ on the format of this list). If <i>option</i> is specified with no
1305
+ <i>value</i>, then the command returns a list describing the one named
1306
+ option (this list will be identical to the corresponding sublist
1307
+ of the value returned if no <i>option</i> is specified). If one or
1308
+ more <i>option-value</i> pairs are specified, then the command modifies
1309
+ the given widget option(s) to have the given value(s); in this
1310
+ case the command returns an empty string. <i>Option</i> may have any
1311
+ of the values accepted by the <b>table</b> command.
1312
+
1313
+ <p><p>
1314
+ <i>pathName</i> <b>curselection</b> ?<i>value</i>?<br>
1315
+
1316
+ With no arguments, it returns the sorted indices of the currently
1317
+ selected cells. Otherwise it sets all the selected cells
1318
+ to the given value. The set has no effect if there is no associated
1319
+ Tcl array or the state is disabled.
1320
+
1321
+ <p><p>
1322
+ <i>pathName</i> <b>curvalue</b> ?<i>value</i>?<br>
1323
+
1324
+ If no value is given, the value of the cell being edited
1325
+ (indexed by <b>active</b>) is returned, else it is set to the given
1326
+ value.
1327
+
1328
+ <p><p>
1329
+ <i>pathName</i> <b>delete</b> <i>option</i> <i>arg</i> ?<i>arg</i>?<br>
1330
+
1331
+ This command is used to delete various things in a table. It
1332
+ has several forms, depending on the <i>option</i>:
1333
+
1334
+ <p><p>
1335
+ <i>pathName</i> <b>delete</b> <b>active</b> <i>index</i> ?<i>index</i>?
1336
+ Deletes text from the active cell. If only one index is
1337
+ given, it deletes the character after that index, otherwise
1338
+ it deletes from the first index to the second.
1339
+ <i>index</i> can be a number, <b>insert</b> or <b>end</b>.
1340
+
1341
+ <p><p>
1342
+ <i>pathName</i> <b>delete</b> <b>cols</b> ?<i>switches</i>? <i>index</i> ?<i>count</i>?
1343
+ Deletes <i>count</i> cols starting at (and including) col <i>index</i>.
1344
+ The <i>index</i> will be constrained to the limits of the
1345
+ tables. If <i>count</i> is negative, it deletes cols to the
1346
+ left. Otherwise it deletes cols to the right. <i>count</i>
1347
+ defaults to 1 (meaning just the column specified). At
1348
+ the moment, spans are not adjusted with this action.
1349
+ Optional switches are:
1350
+
1351
+ <p>
1352
+ <dl>
1353
+
1354
+ <dt><b>-holddimensions</b></dt></dt>
1355
+ <dd>
1356
+ Causes the table cols to be unaffected by the
1357
+ deletion (empty cols may appear). By default the
1358
+ dimensions are adjusted by <b>count</b>.
1359
+
1360
+ <p></dd>
1361
+
1362
+ <dt><b>-holdselection</b></dt></dt>
1363
+ <dd>
1364
+ Causes the selection to be maintained on the
1365
+ absolute cells values. Otherwise, the selection
1366
+ will be cleared..
1367
+
1368
+ <p></dd>
1369
+
1370
+ <dt><b>-holdtags</b></dt></dt>
1371
+ <dd>
1372
+ Causes the tags specified by the <i>tag</i> method to
1373
+ not move along with the data. Also prevents specific
1374
+ widths set by the <i>width</i> method from being
1375
+ adjusted. By default, these tags are properly
1376
+ adjusted.
1377
+
1378
+ <p></dd>
1379
+
1380
+ <dt><b>-holdwindows</b></dt></dt>
1381
+ <dd>
1382
+ Causes the embedded windows created with the <i>win</i><b>_</b>d<i>ow</i>
1383
+ method to not move along with the data. By
1384
+ default, these windows are properly adjusted.
1385
+
1386
+ <p></dd>
1387
+
1388
+ <dt><b>-keeptitles</b></dt></dt>
1389
+ <dd>
1390
+ Prevents title area cells from being changed.
1391
+ Otherwise they are treated just like regular
1392
+ cells and will move as specified.
1393
+
1394
+ <p></dd>
1395
+
1396
+ <dt><b>--</b> </dt></dt>
1397
+ <dd> Signifies the end of the switches.
1398
+
1399
+ <p></dd>
1400
+ </dl>
1401
+ <p>
1402
+ <i>pathName</i> <b>delete</b> <b>rows</b> ?<i>switches</i>? <i>index</i> ?<i>count</i>?
1403
+ Deletes <b>count</b> rows starting at (and including) row <b>index</b>.
1404
+ If <b>count</b> is negative, it deletes rows going up. Otherwise
1405
+ it deletes rows going down. The selection will be
1406
+ cleared. The switches are the same as those for column
1407
+ deletion.
1408
+
1409
+ <p><p>
1410
+ <i>pathName</i> <b>get</b> <i>first</i> ?<i>last</i>?<br>
1411
+
1412
+ Returns the value of the cells specified by the table indices
1413
+ <i>first</i> and (optionally) <i>last</i> in a list.
1414
+
1415
+ <p><p>
1416
+ <i>pathName</i> <b>height</b> ?<i>row</i>? ?<i>value</i> <i>row</i> <i>value</i> <i>...</i>?
1417
+ If no <i>row</i> is specified, returns a list describing all rows for
1418
+ which a height has been set. If <b>row</b> is specified with no value,
1419
+ it prints out the height of that row in characters (positive
1420
+ number) or pixels (negative number). If one or more <i>row-value</i>
1421
+ pairs are specified, then it sets each row to be that height in
1422
+ lines (positive number) or pixels (negative number). If <i>value</i>
1423
+ is <i>default</i>, then the row uses the default height, specified by
1424
+ <b>-rowheight</b>.
1425
+
1426
+ <p><p>
1427
+ <i>pathName</i> <b>hidden</b> ?<i>index</i>? ?<i>index</i> <i>...</i>?<br>
1428
+
1429
+ When called without args, it returns all the <i>hidden</i> cells (those
1430
+ cells covered by a spanning cell). If one index is specified,
1431
+ it returns the spanning cell covering that index, if any. If
1432
+ multiple indices are specified, it returns 1 if all indices are
1433
+ hidden cells, 0 otherwise.
1434
+
1435
+ <p><p>
1436
+ <i>pathName</i> <b>icursor</b> ?<i>arg</i>?<br>
1437
+
1438
+ With no arguments, prints out the location of the insertion cursor
1439
+ in the active cell. With one argument, sets the cursor to
1440
+ that point in the string. 0 is before the first character, you
1441
+ can also use <b>insert</b> or <b>end</b> for the current insertion point or
1442
+ the end of the text. If there is no active cell, or the cell or
1443
+ table is disabled, this will return -1.
1444
+
1445
+ <p><p>
1446
+ <i>pathName</i> <b>index</b> <i>index</i> ?<i>row|col</i>?<br>
1447
+
1448
+ Returns the integer cell coordinate that corresponds to <i>index</i> in
1449
+ the form row,col. If <b>row</b> or <b>col</b> is specified, then only the row
1450
+ or column index is returned.
1451
+
1452
+ <p><p>
1453
+ <i>pathName</i> <b>insert</b> <i>option</i> <i>arg</i> <i>arg</i><br>
1454
+
1455
+ This command is used to into various things into a table. It
1456
+ has several forms, depending on the <i>option</i>:
1457
+
1458
+ <p><p>
1459
+ <i>pathName</i> <b>insert</b> <b>active</b> <i>index</i> <i>value</i>
1460
+ The <i>value</i> is a text string which is inserted at the <i>index</i>
1461
+ position of the active cell. The cursor is then positioned
1462
+ after the new text. <i>index</i> can be a number, <b>insert</b>
1463
+ or <b>end</b>.
1464
+
1465
+ <p><p>
1466
+ <i>pathName</i> <b>insert</b> <b>cols</b> ?<i>switches</i>? <i>index</i> ?<i>count</i>?
1467
+ Inserts <b>count</b> cols starting at col <b>index</b>. If <b>count</b> is
1468
+ negative, it inserts before the specified col. Otherwise
1469
+ it inserts after the specified col. The selection will
1470
+ be cleared. The switches are the same as those for column
1471
+ deletion.
1472
+
1473
+ <p><p>
1474
+ <i>pathName</i> <b>insert</b> <b>rows</b> ?<i>switches</i>? <i>index</i> ?<i>count</i>?
1475
+ Inserts <b>count</b> rows starting at row <b>index</b>. If <b>count</b> is
1476
+ negative, it inserts before the specified row. Otherwise
1477
+ it inserts after the specified row. The selection will
1478
+ be cleared. The switches are the same as those for column
1479
+ deletion.
1480
+
1481
+ <p><p>
1482
+ <i>pathName</i> <b>reread</b><br>
1483
+
1484
+ Rereads the old contents of the cell back into the editing
1485
+ buffer. Useful for a key binding when &lt;Escape&gt; is pressed to
1486
+ abort the edit (a default binding).
1487
+
1488
+ <p><p>
1489
+ <i>pathName</i> <b>scan</b> <i>option</i> <i>args</i><br>
1490
+
1491
+ This command is used to implement scanning on tables. It has
1492
+ two forms, depending on <i>option</i>:
1493
+
1494
+ <p><p>
1495
+ <i>pathName</i> <b>scan</b> <b>mark</b> <i>x</i> <i>y</i><br>
1496
+
1497
+ Records <i>x</i> and <i>y</i> and the current view in the table window;
1498
+ used in conjunction with later <b>scan</b> <b>dragto</b> commands.
1499
+ Typically this command is associated with a mouse button
1500
+ press in the widget. It returns an empty string.
1501
+
1502
+ <p><p>
1503
+ <i>pathName</i> <b>scan</b> <b>dragto</b> <i>x</i> <i>y</i>.<br>
1504
+
1505
+ This command computes the difference between its <i>x</i> and <i>y</i>
1506
+ arguments and the <i>x</i> and <i>y</i> arguments to the last <b>scan</b> <b>mark</b>
1507
+ command for the widget. It then adjusts the view by 5
1508
+ times the difference in coordinates. This command is
1509
+ typically associated with mouse motion events in the widget,
1510
+ to produce the effect of dragging the list at high
1511
+ speed through the window. The return value is an empty
1512
+ string.
1513
+
1514
+ <p><p>
1515
+ <i>pathName</i> <b>see</b> <i>index</i><br>
1516
+
1517
+ Adjust the view in the table so that the cell given by <i>index</i> is
1518
+ positioned as the cell one off from top left (excluding title
1519
+ rows and columns) if the cell is not currently visible on the
1520
+ screen. The actual cell may be different to keep the screen
1521
+ full.
1522
+
1523
+ <p><p>
1524
+ <i>pathName</i> <b>selection</b> <i>option</i> <i>arg</i><br>
1525
+
1526
+ This command is used to adjust the selection within a table. It
1527
+ has several forms, depending on <i>option</i>:
1528
+
1529
+ <p><p>
1530
+ <i>pathName</i> <b>selection</b> <b>anchor</b> <i>index</i><br>
1531
+
1532
+ Sets the selection anchor to the cell given by <i>index</i>.
1533
+ The selection anchor is the end of the selection that is
1534
+ fixed while dragging out a selection with the mouse. The
1535
+ index <b>anchor</b> may be used to refer to the anchor cell.
1536
+
1537
+ <p><p>
1538
+ <i>pathName</i> <b>selection</b> <b>clear</b> <i>first</i> ?<i>last</i>?
1539
+ If any of the cells between <i>first</i> and <i>last</i> (inclusive)
1540
+ are selected, they are deselected. The selection state
1541
+ is not changed for cells outside this range. <i>first</i> may
1542
+ be specified as <b>all</b> to remove the selection from all
1543
+ cells.
1544
+
1545
+ <p><p>
1546
+ <i>pathName</i> <b>selection</b> <b>includes</b> <i>index</i>
1547
+ Returns 1 if the cell indicated by <i>index</i> is currently
1548
+ selected, 0 if it isn't.
1549
+
1550
+ <p><p>
1551
+ <i>pathName</i> <b>selection</b> <b>set</b> <i>first</i> ?<i>last</i>?
1552
+ Selects all of the cells in the range between <i>first</i> and
1553
+ <i>last</i>, inclusive, without affecting the selection state of
1554
+ cells outside that range.
1555
+
1556
+ <p><p>
1557
+ <i>pathName</i> <b>set</b> ?<i>row|col</i>? <i>index</i> ?<i>value</i>? ?<i>index</i> <i>value</i> <i>...</i>?
1558
+ Sets the specified index to the associated value. Table validation
1559
+ will not be triggered via this method. If <b>row</b> or <b>col</b> precedes
1560
+ the list of index/value pairs, then the value is assumed
1561
+ to be a Tcl list whose values will be split and set into the
1562
+ subsequent columns (if <b>row</b> is specified) or rows (for <b>col</b>). For
1563
+ example, <b>set</b> <b>row</b> <b>2,3</b> <b>{2,3</b> <b>2,4</b> <b>2,5}</b> will set 3 cells, from 2,3 to
1564
+ 2,5. The setting of cells is silently bounded by the known table
1565
+ dimensions.
1566
+
1567
+ <p><p>
1568
+ <i>pathName</i> <b>spans</b> ?<i>index</i>? ?<i>rows,cols</i> <i>index</i> <i>rows,cols</i> <i>...</i>?
1569
+ This command is used to manipulate row/col spans. When called
1570
+ with no arguments, all known spans are returned as a list of
1571
+ tuples of the form {index span}. When called with only the
1572
+ <i>index</i>, the span for that <i>index</i> only is returned, if any. Otherwise
1573
+ an even number of <i>index</i> <i>rows,cols</i> pairs are used to set
1574
+ spans. A span starts at the <i>index</i> and continues for the specified
1575
+ number of rows and cols. Negative spans are not supported.
1576
+ A span of 0,0 unsets any span on that cell. See EXAMPLES for
1577
+ more info.
1578
+
1579
+ <p><p>
1580
+ <i>pathName</i> <b>tag</b> option ?<i>arg</i> <i>arg</i> <i>...</i>?<br>
1581
+
1582
+ This command is used to manipulate tags. The exact behavior of
1583
+ the command depends on the <i>option</i> argument that follows the <b>tag</b>
1584
+ argument. <i>cget</i>, <i>cell</i>, and <i>row|col</i> complain about unknown tag
1585
+ names. The following forms of the command are currently supported:
1586
+
1587
+ <p><p>
1588
+ <i>pathName</i> <b>tag</b> <b>cell</b> <i>tagName</i> <i>?index</i> <i>...?</i>
1589
+ With no arguments, prints out the list of cells that use
1590
+ the <i>tag</i>. Otherwise it sets the specified cells to use
1591
+ the named tag, replacing any tag that may have been set
1592
+ using this method before. If <i>tagName</i> is {}, the cells
1593
+ are reset to the default <i>tag</i>. Tags added during -*tagcommand
1594
+ evaluation do not register here. If <i>tagName</i> does
1595
+ not exist, it will be created with the default options.
1596
+
1597
+ <p><p>
1598
+ <i>pathName</i> <b>tag</b> <b>cget</b> <i>tagName</i> <i>option</i>
1599
+ This command returns the current value of the option
1600
+ named <i>option</i> associated with the tag given by <i>tagName</i>.
1601
+ <i>Option</i> may have any of the values accepted by the <b>tag</b>
1602
+ <b>configure</b> widget command.
1603
+
1604
+ <p><p>
1605
+ <i>pathName</i> <b>tag</b> <b>col</b> <i>tagName</i> <i>?col</i> <i>...?</i>
1606
+ With no arguments, prints out the list of cols that use
1607
+ the <i>tag</i>. Otherwise it sets the specified columns to use
1608
+ the named tag, replacing any tag that may have been set
1609
+ using this method before. If <i>tagName</i> is {}, the cols are
1610
+ reset to the default <i>tag</i>. Tags added during -coltagcommand
1611
+ evaluation do not register here. If <i>tagName</i> does
1612
+ not exist, it will be created with the default options.
1613
+
1614
+ <p><p>
1615
+ <i>pathName</i> <b>tag</b> <b>configure</b> <i>tagName</i> ?<i>option</i>? ?<i>value</i>? ?<i>option</i> <i>value</i>
1616
+ <i>...</i>?<br>
1617
+
1618
+ This command is similar to the <b>configure</b> widget command
1619
+ except that it modifies options associated with the tag
1620
+ given by <i>tagName</i> instead of modifying options for the
1621
+ overall table widget. If no <i>option</i> is specified, the
1622
+ command returns a list describing all of the available
1623
+ options for <i>tagName</i> (see <b>Tk_ConfigureInfo</b> for information
1624
+ on the format of this list). If <i>option</i> is specified with
1625
+ no <i>value</i>, then the command returns a list describing the
1626
+ one named option (this list will be identical to the corresponding
1627
+ sublist of the value returned if no <i>option</i> is
1628
+ specified). If one or more <i>option-value</i> pairs are specified,
1629
+ then the command modifies the given option(s) to
1630
+ have the given value(s) in <i>tagName</i>; in this case the command
1631
+ returns an empty string. See TAGS above for details
1632
+ on the options available for tags.
1633
+
1634
+ <p><p>
1635
+ <i>pathName</i> <b>tag</b> <b>delete</b> <i>tagName</i><br>
1636
+
1637
+ Deletes a tag. No error if the tag does not exist.
1638
+
1639
+ <p><p>
1640
+ <i>pathName</i> <b>tag</b> <b>exists</b> <i>tagName</i><br>
1641
+
1642
+ Returns 1 if the named tag exists, 0 otherwise.
1643
+
1644
+ <p><p>
1645
+ <i>pathName</i> <b>tag</b> <b>includes</b> <i>tagName</i> <i>index</i>
1646
+ Returns 1 if the specified index has the named tag, 0
1647
+ otherwise.
1648
+
1649
+ <p><p>
1650
+ <i>pathName</i> <b>tag</b> <b>lower</b> <i>tagName</i> ?<i>belowThis</i>?
1651
+ Lower the priority of the named tag. If <i>belowThis</i> is not
1652
+ specified, then the tag's priority is lowered to the bottom,
1653
+ otherwise it is lowered to one below <i>belowThis</i>.
1654
+
1655
+ <p><p>
1656
+ <i>pathName</i> <b>tag</b> <b>names</b> ?<i>pattern</i>?<br>
1657
+
1658
+ If no pattern is specified, shows the names of all
1659
+ defined tags. Otherwise the <i>pattern</i> is used as a glob
1660
+ pattern to show only tags matching that pattern. Tag
1661
+ names are returned in priority order (highest priority
1662
+ tag first).
1663
+
1664
+ <p><p>
1665
+ <i>pathName</i> <b>tag</b> <b>raise</b> <i>tagName</i> ?<i>aboveThis</i>?
1666
+ Raise the priority of the named tag. If <i>aboveThis</i> is not
1667
+ specified, then the tag's priority is raised to the top,
1668
+ otherwise it is raised to one above <i>aboveThis</i>.
1669
+
1670
+ <p><p>
1671
+ <i>pathName</i> <b>tag</b> <b>row</b> <i>tagName</i> ?<i>row</i> <i>...</i>?
1672
+ With no arguments, prints out the list of rows that use
1673
+ the <i>tag</i>. Otherwise it sets the specified rows to use the
1674
+ named tag, replacing any tag that may have been set using
1675
+ this method before. If <i>tagName</i> is {}, the rows are reset
1676
+ to use the default tag. Tags added during -rowtagcommand
1677
+ evaluation do not register here. If <i>tagName</i> does not
1678
+ exist, it will be created with the default options.
1679
+
1680
+ <p><p>
1681
+ <i>pathName</i> <b>validate</b> <i>index</i><br>
1682
+
1683
+ Explicitly validates the specified index based on the current
1684
+ <b>-validatecommand</b> and returns 0 or 1 based on whether the cell
1685
+ was validated.
1686
+
1687
+ <p><p>
1688
+ <i>pathName</i> <b>width</b> ?<i>col</i>? ?<i>value</i> <i>col</i> <i>value</i> <i>...</i>?
1689
+ If no <i>col</i> is specified, returns a list describing all cols for
1690
+ which a width has been set. If <b>col</b> is specified with no value,
1691
+ it prints out the width of that col in characters (positive number)
1692
+ or pixels (negative number). If one or more <i>col-value</i>
1693
+ pairs are specified, then it sets each col to be that width in
1694
+ characters (positive number) or pixels (negative number). If
1695
+ <i>value</i> is <i>default</i>, then the col uses the default width, specified
1696
+ by <b>-colwidth</b>.
1697
+
1698
+ <p><p>
1699
+ <i>pathName</i> <b>window</b> option ?<i>arg</i> <i>arg</i> <i>...</i>?<br>
1700
+
1701
+ This command is used to manipulate embedded windows. The exact
1702
+ behavior of the command depends on the <i>option</i> argument that follows
1703
+ the <b>window</b> argument. The following forms of the command
1704
+ are currently supported:
1705
+
1706
+ <p><p>
1707
+ <i>pathName</i> <b>window</b> <b>cget</b> <i>index</i> <i>option</i>
1708
+ This command returns the current value of the option
1709
+ named <i>option</i> associated with the window given by <i>index</i>.
1710
+ <i>Option</i> may have any of the values accepted by the <b>window</b>
1711
+ <b>configure</b> widget command.
1712
+
1713
+ <p><p>
1714
+ <i>pathName</i> <b>window</b> <b>configure</b> <i>index</i> ?<i>option</i>? ?<i>value</i>? ?<i>option</i> <i>value</i>
1715
+ <i>...</i>?<br>
1716
+
1717
+ This command is similar to the <b>configure</b> widget command
1718
+ except that it modifies options associated with the
1719
+ embedded window given by <i>index</i> instead of modifying
1720
+ options for the overall table widget. If no <i>option</i> is
1721
+ specified, the command returns a list describing all of
1722
+ the available options for <i>index</i> (see <b>Tk_ConfigureInfo</b> for
1723
+ information on the format of this list). If <i>option</i> is
1724
+ specified with no <i>value</i>, then the command returns a list
1725
+ describing the one named option (this list will be identical
1726
+ to the corresponding sublist of the value returned
1727
+ if no <i>option</i> is specified). If one or more <i>option-value</i>
1728
+ pairs are specified, then the command modifies the given
1729
+ option(s) to have the given value(s) in <i>index</i>; in this
1730
+ case the command returns an empty string. See EMBEDDED
1731
+ WINDOWS above for details on the options available for
1732
+ windows.
1733
+
1734
+ <p><p>
1735
+ <i>pathName</i> <b>window</b> <b>delete</b> <i>index</i> ?<i>index</i> <i>...</i>?
1736
+ Deletes an embedded window from the table. The associated
1737
+ window will also be deleted.
1738
+
1739
+ <p><p>
1740
+ <i>pathName</i> <b>window</b> <b>move</b> <i>indexFrom</i> <i>indexTo</i>
1741
+ Moves an embedded window from one cell to another. If a
1742
+ window already exists in the target cell, it will be
1743
+ deleted.
1744
+
1745
+ <p><p>
1746
+ <i>pathName</i> <b>window</b> <b>names</b> ?<i>pattern</i>?<br>
1747
+
1748
+ If no pattern is specified, shows the cells of all embedded
1749
+ windows. Otherwise the <i>pattern</i> is used as a glob
1750
+ pattern to show only cells matching that pattern.
1751
+
1752
+ <p><p>
1753
+ <i>pathName</i> <b>xview</b> <i>args</i><br>
1754
+
1755
+ This command is used to query and change the horizontal position
1756
+ of the information in the widget's window. It can take any of
1757
+ the following forms:
1758
+
1759
+ <p><p>
1760
+ <i>pathName</i> <b>xview</b><br>
1761
+
1762
+ Returns a list containing two elements. Each element is
1763
+ a real fraction between 0 and 1; together they describe
1764
+ the horizontal span that is visible in the window. For
1765
+ example, if the first element is .2 and the second element
1766
+ is .6, 20% of the table's text is off-screen to the
1767
+ left, the middle 40% is visible in the window, and 40% of
1768
+ the text is off-screen to the right. These are the same
1769
+ values passed to scrollbars via the <b>-xscrollcommand</b>
1770
+ option.
1771
+
1772
+ <p><p>
1773
+ <i>pathName</i> <b>xview</b> <i>index</i><br>
1774
+
1775
+ Adjusts the view in the window so that the column given
1776
+ by <i>index</i> is displayed at the left edge of the window.
1777
+
1778
+ <p><p>
1779
+ <i>pathName</i> <b>xview</b> <b>moveto</b> <i>fraction</i><br>
1780
+
1781
+ Adjusts the view in the window so that <i>fraction</i> of the
1782
+ total width of the table text is off-screen to the left.
1783
+ <i>fraction</i> must be a fraction between 0 and 1.
1784
+
1785
+ <p><p>
1786
+ <i>pathName</i> <b>xview</b> <b>scroll</b> <i>number</i> <i>what</i>
1787
+ This command shifts the view in the window left or right
1788
+ according to <i>number</i> and <i>what</i>. <i>Number</i> must be an integer.
1789
+ <i>What</i> must be either <b>units</b> or <b>pages</b> or an abbreviation of
1790
+ one of these. If <i>what</i> is <b>units</b>, the view adjusts left or
1791
+ right by <i>number</i> cells on the display; if it is <b>pages</b> then
1792
+ the view adjusts by <i>number</i> screenfuls. If <i>number</i> is negative
1793
+ then cells farther to the left become visible; if
1794
+ it is positive then cells farther to the right become
1795
+ visible.
1796
+
1797
+ <p><p>
1798
+ <i>pathName</i> <b>yview</b> <i>?args</i>?<br>
1799
+
1800
+ This command is used to query and change the vertical position
1801
+ of the text in the widget's window. It can take any of the following
1802
+ forms:
1803
+
1804
+ <p><p>
1805
+ <i>pathName</i> <b>yview</b><br>
1806
+
1807
+ Returns a list containing two elements, both of which are
1808
+ real fractions between 0 and 1. The first element gives
1809
+ the position of the table element at the top of the window,
1810
+ relative to the table as a whole (0.5 means it is
1811
+ halfway through the table, for example). The second element
1812
+ gives the position of the table element just after
1813
+ the last one in the window, relative to the table as a
1814
+ whole. These are the same values passed to scrollbars
1815
+ via the <b>-yscrollcommand</b> option.
1816
+
1817
+ <p><p>
1818
+ <i>pathName</i> <b>yview</b> <i>index</i><br>
1819
+
1820
+ Adjusts the view in the window so that the row given by
1821
+ <i>index</i> is displayed at the top of the window.
1822
+
1823
+ <p><p>
1824
+ <i>pathName</i> <b>yview</b> <b>moveto</b> <i>fraction</i><br>
1825
+
1826
+ Adjusts the view in the window so that the element given
1827
+ by <i>fraction</i> appears at the top of the window. <i>Fraction</i>
1828
+ is a fraction between 0 and 1; 0 indicates the first
1829
+ element in the table, 0.33 indicates the element
1830
+ one-third the way through the table, and so on.
1831
+
1832
+ <p><p>
1833
+ <i>pathName</i> <b>yview</b> <b>scroll</b> <i>number</i> <i>what</i>
1834
+ This command adjusts the view in the window up or down
1835
+ according to <i>number</i> and <i>what</i>. <i>Number</i> must be an integer.
1836
+ <i>What</i> must be either <b>units</b> or <b>pages</b>. If <i>what</i> is <b>units</b>,
1837
+ the view adjusts up or down by <i>number</i> cells; if it is
1838
+ <b>pages</b> then the view adjusts by <i>number</i> screenfuls. If
1839
+ <i>number</i> is negative then earlier elements become visible;
1840
+ if it is positive then later elements become visible.
1841
+
1842
+ <p>
1843
+ <h2><a name='sect13' href='#toc13'><b>Default</b> <b>Bindings</b></a></h2>
1844
+
1845
+ <p>
1846
+ The initialization creates class bindings that give the following
1847
+ default behaviour:
1848
+
1849
+ <p>
1850
+ <dl>
1851
+
1852
+ <dt>[1] </dt></dt>
1853
+ <dd> Clicking Button-1 in a cell activates that cell. Clicking into
1854
+ an already active cell moves the insertion cursor to the character
1855
+ nearest the mouse.
1856
+
1857
+ <p></dd>
1858
+
1859
+ <dt>[2] </dt></dt>
1860
+ <dd> Moving the mouse while Button-1 is pressed will stroke out a
1861
+ selection area. Exiting while Button-1 is pressed causing scanning
1862
+ to occur on the table along with selection.
1863
+
1864
+ <p></dd>
1865
+
1866
+ <dt>[3] </dt></dt>
1867
+ <dd> Moving the mouse while Button-2 is pressed causes scanning to
1868
+ occur without any selection.
1869
+
1870
+ <p></dd>
1871
+
1872
+ <dt>[4] </dt></dt>
1873
+ <dd> Home moves the table to have the origin in view.
1874
+
1875
+ <p></dd>
1876
+
1877
+ <dt>[5] </dt></dt>
1878
+ <dd> End moves the table to have the <b>end</b> cell in view.
1879
+
1880
+ <p></dd>
1881
+
1882
+ <dt>[6] </dt></dt>
1883
+ <dd> Control-Home moves the table to the origin and activates that
1884
+ cell.
1885
+
1886
+ <p></dd>
1887
+
1888
+ <dt>[7] </dt></dt>
1889
+ <dd> Control-End moves the table to the end and activates that cell.
1890
+
1891
+ <p></dd>
1892
+
1893
+ <dt>[8] </dt></dt>
1894
+ <dd> Shift-Control-Home extends the selection to the origin.
1895
+
1896
+ <p></dd>
1897
+
1898
+ <dt>[9] </dt></dt>
1899
+ <dd> Shift-Control-End extends the selection to the end.
1900
+
1901
+ <p></dd>
1902
+
1903
+ <dt>[10] </dt></dt>
1904
+ <dd>The left, right, up and down arrows move the active cell.
1905
+
1906
+ <p></dd>
1907
+
1908
+ <dt>[11] </dt></dt>
1909
+ <dd>Shift-&lt;arrow&gt; extends the selection in that direction.
1910
+
1911
+ <p></dd>
1912
+
1913
+ <dt>[12] </dt></dt>
1914
+ <dd>Control-leftarrow and Control-rightarrow move the insertion cursor
1915
+ within the cell.
1916
+
1917
+ <p></dd>
1918
+
1919
+ <dt>[13] </dt></dt>
1920
+ <dd>Control-slash selects all the cells.
1921
+
1922
+ <p></dd>
1923
+
1924
+ <dt>[14] </dt></dt>
1925
+ <dd>Control-backslash clears selection from all the cells.
1926
+
1927
+ <p></dd>
1928
+ </dl>
1929
+ <p>
1930
+ [15] Backspace deletes the character before the insertion cursor in
1931
+ the active cell.
1932
+
1933
+ <p><p>
1934
+ [16] Delete deletes the character after the insertion cursor in the
1935
+ active cell.
1936
+
1937
+ <p><p>
1938
+ [17] Escape rereads the value of the active cell from the specified
1939
+ data source, discarding any edits that have may been performed
1940
+ on the cell.
1941
+
1942
+ <p><p>
1943
+ [18] Control-a moves the insertion cursor to the beginning of the
1944
+ active cell.
1945
+
1946
+ <p><p>
1947
+ [19] Control-e moves the insertion cursor to the end of the active
1948
+ cell.
1949
+
1950
+ <p>
1951
+ <dl>
1952
+
1953
+ <dt>[20] </dt></dt>
1954
+ <dd>Control-minus and Control-equals decrease and increase the width
1955
+ of the column with the active cell in it.
1956
+
1957
+ <p></dd>
1958
+
1959
+ <dt>[21] </dt></dt>
1960
+ <dd>Moving the mouse while Button-3 (the right button on Windows) is
1961
+ pressed while you are over a border will cause interactive
1962
+ resizing of that row and/or column to occur, based on the value
1963
+ of <b>-resizeborders</b>.
1964
+
1965
+ <p></dd>
1966
+ </dl>
1967
+ <p>
1968
+ Some bindings may have slightly different behavior dependent on the
1969
+ <b>-selectionmode</b> of the widget.
1970
+
1971
+ <p><p>
1972
+ If the widget is disabled using the <b>-state</b> option, then its view can
1973
+ still be adjusted and cells can still be selected, but no insertion
1974
+ cursor will be displayed and no cell modifications will take place.
1975
+
1976
+ <p><p>
1977
+ The behavior of tables can be changed by defining new bindings for
1978
+ individual widgets or by redefining the class bindings. The default
1979
+ bindings are either compiled in or read from a file expected to correspond
1980
+ to: [lindex $tcl_pkgPath 0]/Tktable&lt;version&gt;/tkTable.tcl".
1981
+
1982
+ <p>
1983
+ <h2><a name='sect14' href='#toc14'><b>Performance</b> <b>Issues</b></a></h2>
1984
+
1985
+ <p>
1986
+ The number of rows and columns or a table widget should not significantly
1987
+ affect the speed of redraw. Recalculation and redraw of table
1988
+ parameters and cells is restricted as much as possible.
1989
+
1990
+ <p><p>
1991
+ The display cell with the insert cursor is redrawn each time the cursor
1992
+ blinks, which causes a steady stream of graphics traffic. Set the
1993
+ <b>-insertofftime</b> option to 0 avoid this. The use of a <b>-command</b> with the
1994
+ table without a cache can cause significant slow-down, as the command
1995
+ is called once for each request of a cell value.
1996
+
1997
+ <p>
1998
+ <h2><a name='sect15' href='#toc15'><b>Examples</b></a></h2>
1999
+
2000
+ <p>
2001
+ Set the topleft title area to be one spanning cell. This overestimates
2002
+ both row and column span by one, but the command does all the constraining
2003
+ for us.<br>
2004
+
2005
+ $table span [$table cget -roworigin],[$table cget -colorigin] [$table cget -titlerows],[$table cget -titlecols]
2006
+ Force a table window refresh (useful for the slight chance that a bug
2007
+ in the table is not causing proper refresh):
2008
+ $table configure -padx [$table cget -padx]
2009
+
2010
+ <p>
2011
+ <h2><a name='sect16' href='#toc16'><b>Keywords</b></a></h2>
2012
+
2013
+ <p>
2014
+ table, widget, extension
2015
+ <p>
2016
+
2017
+ <hr><p>
2018
+ <a name='toc'><b>Table of Contents</b></a><p>
2019
+ <ul>
2020
+ <li><a name='toc0' href='#sect0'>Name</a></li>
2021
+ <li><a name='toc1' href='#sect1'>Synopsis</a></li>
2022
+ <li><a name='toc2' href='#sect2'>Standard Options</a></li>
2023
+ <li><a name='toc3' href='#sect3'>Widget-specific Options</a></li>
2024
+ <li><a name='toc4' href='#sect4'>Description</a></li>
2025
+ <li><a name='toc5' href='#sect5'>Initialization</a></li>
2026
+ <li><a name='toc6' href='#sect6'>Indices</a></li>
2027
+ <li><a name='toc7' href='#sect7'>Tags</a></li>
2028
+ <li><a name='toc8' href='#sect8'>Embedded Windows</a></li>
2029
+ <li><a name='toc9' href='#sect9'>the Selection</a></li>
2030
+ <li><a name='toc10' href='#sect10'>Row/Col Spanning</a></li>
2031
+ <li><a name='toc11' href='#sect11'>Command Substitution</a></li>
2032
+ <li><a name='toc12' href='#sect12'>Widget Command</a></li>
2033
+ <li><a name='toc13' href='#sect13'>Default Bindings</a></li>
2034
+ <li><a name='toc14' href='#sect14'>Performance Issues</a></li>
2035
+ <li><a name='toc15' href='#sect15'>Examples</a></li>
2036
+ <li><a name='toc16' href='#sect16'>Keywords</a></li>
2037
+ </ul>
2038
+ </body>
2039
+ </html>