diff -r 6268db2f966d -r a915f8dd1ca6 Documentation/Source/eric6.Preferences.__init__.html --- a/Documentation/Source/eric6.Preferences.__init__.html Sun Jul 08 17:33:25 2018 +0200 +++ b/Documentation/Source/eric6.Preferences.__init__.html Sun Jul 08 18:55:21 2018 +0200 @@ -175,9 +175,6 @@ <td><a href="#getUILanguage">getUILanguage</a></td> <td>Module function to retrieve the language for the user interface.</td> </tr><tr> -<td><a href="#getUILayout">getUILayout</a></td> -<td>Module function to retrieve the layout for the user interface.</td> -</tr><tr> <td><a href="#getUser">getUser</a></td> <td>Module function to retrieve the various user settings.</td> </tr><tr> @@ -334,9 +331,6 @@ <td><a href="#setUILanguage">setUILanguage</a></td> <td>Module function to store the language for the user interface.</td> </tr><tr> -<td><a href="#setUILayout">setUILayout</a></td> -<td>Module function to store the layout for the user interface.</td> -</tr><tr> <td><a href="#setUser">setUser</a></td> <td>Module function to store the various user settings.</td> </tr><tr> @@ -1309,25 +1303,6 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /><hr /> -<a NAME="getUILayout" ID="getUILayout"></a> -<h2>getUILayout</h2> -<b>getUILayout</b>(<i>prefClass=Prefs</i>) -<p> - Module function to retrieve the layout for the user interface. -</p><dl> -<dt><i>prefClass</i></dt> -<dd> -preferences class used as the storage area -</dd> -</dl><dl> -<dt>Returns:</dt> -<dd> -the UI layout as a tuple of main layout, flag for - an embedded shell and a value for an embedded file browser -</dd> -</dl> -<div align="right"><a href="#top">Up</a></div> -<hr /><hr /> <a NAME="getUser" ID="getUser"></a> <h2>getUser</h2> <b>getUser</b>(<i>key, prefClass=Prefs</i>) @@ -2276,22 +2251,6 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /><hr /> -<a NAME="setUILayout" ID="setUILayout"></a> -<h2>setUILayout</h2> -<b>setUILayout</b>(<i>layout, prefClass=Prefs</i>) -<p> - Module function to store the layout for the user interface. -</p><dl> -<dt><i>layout</i></dt> -<dd> -the layout type -</dd><dt><i>prefClass</i></dt> -<dd> -preferences class used as the storage area -</dd> -</dl> -<div align="right"><a href="#top">Up</a></div> -<hr /><hr /> <a NAME="setUser" ID="setUser"></a> <h2>setUser</h2> <b>setUser</b>(<i>key, value, prefClass=Prefs</i>)