--- a/Documentation/Source/eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html Fri Mar 11 08:55:14 2011 +0100 +++ b/Documentation/Source/eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html Fri Mar 11 16:51:57 2011 +0100 @@ -99,7 +99,7 @@ </table> <a NAME="TabBar.__init__" ID="TabBar.__init__"></a> <h4>TabBar (Constructor)</h4> -<b>TabBar</b>(<i>parent = None</i>) +<b>TabBar</b>(<i>parent=None</i>) <p> Constructor </p><dl> @@ -272,7 +272,7 @@ <h4>TabWidget.__captionChange</h4> <b>__captionChange</b>(<i>cap, editor</i>) <p> - Private method to handle Caption change signals from the editor. + Private method to handle Caption change signals from the editor. </p><p> Updates the tab text and tooltip text to reflect the new caption information. </p><dl> @@ -701,7 +701,7 @@ </dd> </dl><a NAME="Tabview._addView" ID="Tabview._addView"></a> <h4>Tabview._addView</h4> -<b>_addView</b>(<i>win, fn = None, noName = ""</i>) +<b>_addView</b>(<i>win, fn=None, noName=""</i>) <p> Protected method to add a view (i.e. window) </p><dl> @@ -750,7 +750,7 @@ </dd> </dl><a NAME="Tabview._showView" ID="Tabview._showView"></a> <h4>Tabview._showView</h4> -<b>_showView</b>(<i>win, fn = None</i>) +<b>_showView</b>(<i>win, fn=None</i>) <p> Protected method to show a view (i.e. window) </p><dl> @@ -856,7 +856,7 @@ </dd> </dl><a NAME="Tabview.insertView" ID="Tabview.insertView"></a> <h4>Tabview.insertView</h4> -<b>insertView</b>(<i>win, tabWidget, index, fn = None, noName = ""</i>) +<b>insertView</b>(<i>win, tabWidget, index, fn=None, noName=""</i>) <p> Protected method to add a view (i.e. window) </p><dl>