--- 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>)