--- a/Documentation/Source/eric6.QScintilla.EditorButtonsWidget.html Sat Mar 11 19:17:59 2017 +0100 +++ b/Documentation/Source/eric6.QScintilla.EditorButtonsWidget.html Sat Mar 11 19:18:57 2017 +0100 @@ -124,11 +124,11 @@ </dd> </dl><a NAME="EditorButtonsWidget.__addButton" ID="EditorButtonsWidget.__addButton"></a> <h4>EditorButtonsWidget.__addButton</h4> -<b>__addButton</b>(<i>format, iconName, toolTip</i>) +<b>__addButton</b>(<i>formatName, iconName, toolTip</i>) <p> Private method to add a format button. </p><dl> -<dt><i>format</i> (str)</dt> +<dt><i>formatName</i> (str)</dt> <dd> unique name of the format </dd><dt><i>iconName</i> (str)</dt> @@ -175,11 +175,11 @@ Private method to set the enabled state of the scroll buttons. </p><a NAME="EditorButtonsWidget.__formatClicked" ID="EditorButtonsWidget.__formatClicked"></a> <h4>EditorButtonsWidget.__formatClicked</h4> -<b>__formatClicked</b>(<i>format</i>) +<b>__formatClicked</b>(<i>formatName</i>) <p> Private slot to handle a format button being clicked. </p><dl> -<dt><i>format</i> (str)</dt> +<dt><i>formatName</i> (str)</dt> <dd> format type of the button </dd>