diff -r 82de5109035a -r 95a15b70f7bb src/eric7/Documentation/Source/eric7.EricWidgets.EricMainWindow.html --- a/src/eric7/Documentation/Source/eric7.EricWidgets.EricMainWindow.html Fri Sep 27 11:00:27 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.EricWidgets.EricMainWindow.html Fri Sep 27 17:27:11 2024 +0200 @@ -83,7 +83,7 @@ </dl> <a NAME="EricMainWindow.setStyle" ID="EricMainWindow.setStyle"></a> <h4>EricMainWindow.setStyle</h4> -<b>setStyle</b>(<i>styleName, styleSheetFile</i>) +<b>setStyle</b>(<i>styleName, styleSheetFile, itemClickBehavior="default"</i>) <p> Public method to set the style of the interface. </p> @@ -99,6 +99,11 @@ name of a style sheet file to read to overwrite defaults of the given style </dd> +<dt><i>itemClickBehavior</i> (str (optional))</dt> +<dd> +string describing the item activation behavior (one of + "default", "doubleclick" or "singleclick") (defaults to "default") +</dd> </dl> <div align="right"><a href="#top">Up</a></div> <hr />