src/eric7/Documentation/Source/eric7.Graphics.GraphicsUtilities.html

branch
eric7
changeset 10479
856476537696
parent 9209
b99e7fd55fd3
--- a/src/eric7/Documentation/Source/eric7.Graphics.GraphicsUtilities.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.Graphics.GraphicsUtilities.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,28 +7,25 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.Graphics.GraphicsUtilities</h1>
-
 <p>
 Module implementing some graphical utility functions.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#RecursionError">RecursionError</a></td>
 <td>Unable to calculate result because of recursive structure.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
-
 <tr>
 <td><a href="#_buildChildrenLists">_buildChildrenLists</a></td>
 <td>Function to build up parent - child relationships.</td>
@@ -38,50 +35,51 @@
 <td>Function to sort widgets topographically.</td>
 </tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="RecursionError" ID="RecursionError"></a>
 <h2>RecursionError</h2>
-
 <p>
     Unable to calculate result because of recursive structure.
 </p>
+
 <h3>Derived from</h3>
 OverflowError, ValueError
 <h3>Class Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Class Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <div align="right"><a href="#top">Up</a></div>
 <hr />
 <hr />
 <a NAME="_buildChildrenLists" ID="_buildChildrenLists"></a>
 <h2>_buildChildrenLists</h2>
 <b>_buildChildrenLists</b>(<i>routes</i>)
-
 <p>
     Function to build up parent - child relationships.
 </p>
 <p>
     Taken from Boa Constructor.
 </p>
+
 <dl>
 
 <dt><i>routes</i> (list of tuple of (str, str))</dt>
@@ -107,7 +105,6 @@
 <a NAME="sort" ID="sort"></a>
 <h2>sort</h2>
 <b>sort</b>(<i>nodes, routes, noRecursion=False</i>)
-
 <p>
     Function to sort widgets topographically.
 </p>
@@ -118,6 +115,7 @@
 <p>
     The algorithm was taken from Boa Constructor.
 </p>
+
 <dl>
 
 <dt><i>nodes</i> (str)</dt>
@@ -154,4 +152,4 @@
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
-</body></html>
\ No newline at end of file
+</body></html>

eric ide

mercurial