eric6/Documentation/Source/eric6.Toolbox.Startup.html

changeset 7530
9f4fac61e7c7
parent 7502
426f64d419f0
child 7900
72b88fb20261
diff -r 2b8a0d8ba12a -r 9f4fac61e7c7 eric6/Documentation/Source/eric6.Toolbox.Startup.html
--- a/eric6/Documentation/Source/eric6.Toolbox.Startup.html	Sun Apr 12 18:40:37 2020 +0200
+++ b/eric6/Documentation/Source/eric6.Toolbox.Startup.html	Sun Apr 12 18:41:24 2020 +0200
@@ -40,6 +40,10 @@
 <table>
 
 <tr>
+<td><a href="#getDefaultIconPaths">getDefaultIconPaths</a></td>
+<td>Module function to determine the default icon paths.</td>
+</tr>
+<tr>
 <td><a href="#handleArgs">handleArgs</a></td>
 <td>Module function to handle the always present commandline options.</td>
 </tr>
@@ -74,6 +78,35 @@
 </table>
 <hr />
 <hr />
+<a NAME="getDefaultIconPaths" ID="getDefaultIconPaths"></a>
+<h2>getDefaultIconPaths</h2>
+<b>getDefaultIconPaths</b>(<i>application</i>)
+
+<p>
+    Module function to determine the default icon paths.
+</p>
+<dl>
+
+<dt><i>application</i> (E5Application)</dt>
+<dd>
+reference to the application object
+</dd>
+</dl>
+<dl>
+<dt>Returns:</dt>
+<dd>
+list of default icon paths
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+list of str
+</dd>
+</dl>
+<div align="right"><a href="#top">Up</a></div>
+<hr />
+<hr />
 <a NAME="handleArgs" ID="handleArgs"></a>
 <h2>handleArgs</h2>
 <b>handleArgs</b>(<i>argv, appinfo</i>)

eric ide

mercurial