PipxInterface/Documentation/Source/Plugin_Pipx_Interface.PluginPipxInterface.html

changeset 43
2ef4c1f1adea
parent 18
df1986d93746
child 44
e5e923c6a6db
--- a/PipxInterface/Documentation/Source/Plugin_Pipx_Interface.PluginPipxInterface.html	Mon Jul 29 11:32:07 2024 +0200
+++ b/PipxInterface/Documentation/Source/Plugin_Pipx_Interface.PluginPipxInterface.html	Mon Jul 29 11:37:20 2024 +0200
@@ -102,6 +102,10 @@
 <td>Public method to retrieve the various settings values.</td>
 </tr>
 <tr>
+<td><a href="#PluginPipxInterface.setOutdatedIndicator">setOutdatedIndicator</a></td>
+<td>Public method to set or clear the outdated indication of the pipx icon</td>
+</tr>
+<tr>
 <td><a href="#PluginPipxInterface.setPreferences">setPreferences</a></td>
 <td>Public method to store the various settings values.</td>
 </tr>
@@ -200,6 +204,20 @@
 Any
 </dd>
 </dl>
+<a NAME="PluginPipxInterface.setOutdatedIndicator" ID="PluginPipxInterface.setOutdatedIndicator"></a>
+<h4>PluginPipxInterface.setOutdatedIndicator</h4>
+<b>setOutdatedIndicator</b>(<i>outdated</i>)
+<p>
+        Public method to set or clear the outdated indication of the pipx icon
+</p>
+
+<dl>
+
+<dt><i>outdated</i> (bool)</dt>
+<dd>
+flag indicating outdated packages or dependencies
+</dd>
+</dl>
 <a NAME="PluginPipxInterface.setPreferences" ID="PluginPipxInterface.setPreferences"></a>
 <h4>PluginPipxInterface.setPreferences</h4>
 <b>setPreferences</b>(<i>key, value</i>)

eric ide

mercurial