src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.InterfaceLightPage.html

branch
eric7
changeset 10518
1682f3203ae5
parent 10479
856476537696
child 10684
58c7f23ae1cb
--- a/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.InterfaceLightPage.html	Sun Jan 21 13:00:42 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.InterfaceLightPage.html	Sun Jan 21 15:38:51 2024 +0100
@@ -68,6 +68,14 @@
 <td>Private method to populate the style combo box.</td>
 </tr>
 <tr>
+<td><a href="#InterfaceLightPage.__setIconBarSamples">__setIconBarSamples</a></td>
+<td>Private slot to set the colors of the icon bar color samples.</td>
+</tr>
+<tr>
+<td><a href="#InterfaceLightPage.on_iconBarButton_clicked">on_iconBarButton_clicked</a></td>
+<td>Private slot to select the icon bar color.</td>
+</tr>
+<tr>
 <td><a href="#InterfaceLightPage.save">save</a></td>
 <td>Public slot to save the Interface configuration.</td>
 </tr>
@@ -81,11 +89,19 @@
 
 <a NAME="InterfaceLightPage.__init__" ID="InterfaceLightPage.__init__"></a>
 <h4>InterfaceLightPage (Constructor)</h4>
-<b>InterfaceLightPage</b>(<i></i>)
+<b>InterfaceLightPage</b>(<i>withSidebars=False</i>)
 <p>
         Constructor
 </p>
 
+<dl>
+
+<dt><i>withSidebars</i> (bool (optional))</dt>
+<dd>
+flag indicating to show the sidebars configuration group
+            (defaults to False)
+</dd>
+</dl>
 <a NAME="InterfaceLightPage.__populateLanguageCombo" ID="InterfaceLightPage.__populateLanguageCombo"></a>
 <h4>InterfaceLightPage.__populateLanguageCombo</h4>
 <b>__populateLanguageCombo</b>(<i></i>)
@@ -100,6 +116,20 @@
         Private method to populate the style combo box.
 </p>
 
+<a NAME="InterfaceLightPage.__setIconBarSamples" ID="InterfaceLightPage.__setIconBarSamples"></a>
+<h4>InterfaceLightPage.__setIconBarSamples</h4>
+<b>__setIconBarSamples</b>(<i></i>)
+<p>
+        Private slot to set the colors of the icon bar color samples.
+</p>
+
+<a NAME="InterfaceLightPage.on_iconBarButton_clicked" ID="InterfaceLightPage.on_iconBarButton_clicked"></a>
+<h4>InterfaceLightPage.on_iconBarButton_clicked</h4>
+<b>on_iconBarButton_clicked</b>(<i></i>)
+<p>
+        Private slot to select the icon bar color.
+</p>
+
 <a NAME="InterfaceLightPage.save" ID="InterfaceLightPage.save"></a>
 <h4>InterfaceLightPage.save</h4>
 <b>save</b>(<i></i>)
@@ -112,7 +142,7 @@
 <hr />
 <a NAME="create" ID="create"></a>
 <h2>create</h2>
-<b>create</b>(<i>dlg</i>)
+<b>create</b>(<i>dlg, withSidebars=False</i>)
 <p>
     Module function to create the configuration page.
 </p>
@@ -123,6 +153,11 @@
 <dd>
 reference to the configuration dialog
 </dd>
+<dt><i>withSidebars</i> (bool (optional))</dt>
+<dd>
+flag indicating to show the sidebars configuration group
+        (defaults to False)
+</dd>
 </dl>
 <dl>
 <dt>Return:</dt>

eric ide

mercurial