--- a/src/eric7/Documentation/Source/eric7.EricWidgets.EricSqueezeLabels.html Fri Sep 27 11:00:27 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.EricWidgets.EricSqueezeLabels.html Fri Sep 27 17:27:11 2024 +0200 @@ -146,6 +146,10 @@ <td>Constructor</td> </tr> <tr> +<td><a href="#EricSqueezeLabelPath.__compactPath">__compactPath</a></td> +<td>Private method to return a compacted path fitting inside the label width.</td> +</tr> +<tr> <td><a href="#EricSqueezeLabelPath.length">length</a></td> <td>Public method to return the length of a text in pixels.</td> </tr> @@ -187,6 +191,25 @@ reference to the parent Widget </dd> </dl> +<a NAME="EricSqueezeLabelPath.__compactPath" ID="EricSqueezeLabelPath.__compactPath"></a> +<h4>EricSqueezeLabelPath.__compactPath</h4> +<b>__compactPath</b>(<i></i>) +<p> + Private method to return a compacted path fitting inside the label width. +</p> + +<dl> +<dt>Return:</dt> +<dd> +compacted path +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +str +</dd> +</dl> <a NAME="EricSqueezeLabelPath.length" ID="EricSqueezeLabelPath.length"></a> <h4>EricSqueezeLabelPath.length</h4> <b>length</b>(<i>txt</i>)