Documentation/Source/eric6.HexEdit.HexEditWidget.html

changeset 4686
5f8a5c568230
parent 4673
6fa2418f010c
child 4688
fe866d2674fc
--- a/Documentation/Source/eric6.HexEdit.HexEditWidget.html	Sun Jan 17 15:15:15 2016 +0100
+++ b/Documentation/Source/eric6.HexEdit.HexEditWidget.html	Sat Jan 23 16:21:23 2016 +0100
@@ -147,7 +147,7 @@
 <td>Public method to get the address offset.</td>
 </tr><tr>
 <td><a href="#HexEditWidget.addressWidth">addressWidth</a></td>
-<td>Public method to get the minimum width of the address area in characters.</td>
+<td>Public method to get the width of the address area in characters.</td>
 </tr><tr>
 <td><a href="#HexEditWidget.asciiArea">asciiArea</a></td>
 <td>Public method to get the visibility of the ASCII area.</td>
@@ -613,8 +613,10 @@
 <h4>HexEditWidget.addressWidth</h4>
 <b>addressWidth</b>(<i></i>)
 <p>
-        Public method to get the minimum width of the address area in
+        Public method to get the width of the address area in
         characters.
+</p><p>
+        Note: The address area width is always a multiple of four.
 </p><dl>
 <dt>Returns:</dt>
 <dd>
@@ -1305,6 +1307,9 @@
 <b>setAddressWidth</b>(<i>width</i>)
 <p>
         Public method to set the width of the address area.
+</p><p>
+        Note: The address area width is always a multiple of four.
+        The given value will be adjusted as required.
 </p><dl>
 <dt><i>width</i> (int)</dt>
 <dd>

eric ide

mercurial